Skip to main content

SFMC Daily #2: 5 SFMC Interview Questions for Today

 

SFMC Daily is a short blog of 5 Q/A which will help you keep up to date with your SFMC Interviews.




Lets solve the SFMC Puzzel with Astro !!!


Q - What is the difference between an Engagement Split and a Decision Split?

A - 

Decision Split: based on contact attributes. By placing a Decision Split in a journey, Journey Builder evaluates the data of that specific contact, sending them down the path they are eligible for.

Engagement Split: based on contact engagement/activity. Based on whether a customer opens, clicks an email link, or the email bounces, the Engagement Split activity sends customers down the path they are eligible for.


Q - What are some of the standard SFMC email reports?

A- Account Send Summary: displays all responses for an SFMC account, organized by send.

Email Performance by Domain: displays email sends results for each domain sent to for a single send.

Email Send: displays how many emails have been sent from the account.

Subscriber Engagement:displays which subscribers are most or least engaged with emails.


Q - What’s the difference between Contacts and Subscribers?

A - Contacts are the information of a person or company stored in the database of Salesforce Market Cloud and they will receive the messages through any of the channels of this cloud. Subscribers are part of Contacts that are stored in Email Studio. These contacts have opted to receive messages and its channel like Email, SMS, push, etc. 


Q - What Data Integration options are available in Salesforce Marketing Cloud (SFMC)?

A - To import or export data from SFMC, you have 5 options: FTP, API, CloudPages, and Manual Import and SFDC Connector.

FTP: Every SFMC org comes with an SFTP account. Marketing Cloud creates Import, Export and Reports folders in your SFTP folder. Use these SFTP folders to import data into lists and data extensions or to put an updated subscriber list in the folder in the FTP server.

API: SFMC supports both REST and SOAP APIs to import or export data from SFMC. The REST API exposes more extensive access to Marketing Cloud capabilities, while the SOAP API provides comprehensive access to most email functionality.

Cloud Pages: A Cloud Page landing page is a web page that you can view from a browser or link to other websites and emails. You can build these pages in SFMC to display data from your data extensions or lists. You can also use AMPscript to write data into lists or data extensions from the cloud page.

Manual Import: There’s always a manual import option to directly import CSV files into SFMC lists or data extensions.

Salesforce Connector - Data can also enter from SFDC to SFMC using Sync DE, Salesforce Data Triggered Journey.

Q - How can Sales Cloud or Service Cloud connect to Marketing Cloud?

Salesforce provides a connector called ‘Marketing Cloud Connect’ to sync data from Sales or Service cloud into Marketing Cloud. 

Comments

Popular posts from this blog

File Drop Automation

There are two different ‘types’ of automations you can make inside of Automation Studio. They are the Scheduled Automation and the  File Drop Automation .  These automations trigger when a file is dropped in a FTP location. File Drop Automation includes below options - Use File name pattern Similar to LIKE in SQL, the file name pattern looks for string in the file name.  Eg. '%abc%' No File name pattern If you set it to run on all files (no filename pattern), this will ‘lock’ that folder and will not allow any other file automations to select this folder.  It is not recommended to use the Import or Export folders  for this activity, but to instead create custom subdirectories for these automations.

Data Views in SFMC

   Data Views in Salesforce Marketing Cloud (SFMC) are  system-generated, read-only data tables that store up to six months of tracking and subscriber data  (sends, opens, clicks, bounces). They are accessed via SQL Query Activities in Automation Studio to segment, analyze, and report on campaign performance.  Key Data Views to Know _Sent :  Records every email sent, including JobID and SubscriberID. _Open :  Tracks when a subscriber opens an email. _Click :  Contains data on link clicks within emails. _Bounce :  Lists hard and soft bounces. _Subscribers :  Provides subscriber status (Active, Unsubscribed). _Journey :  Details Journey Builder activity. _BusinessUnitUnsubscribes : How to Use Data Views Create a  Data Extension  to hold the query results. Create a  SQL Query Activity  in Automation Studio. Write the SQL selecting fields from the Data View (e.g.,  SELECT * FROM _Sent ). Run the query to populat...

Send Classification, Sender Profile and Delivery Profile Difference

Send classifications include these components: Delivery Profile Sender Profile You create the delivery profile and sender profile separately before you create the send classification.  Sender Profile A sender profile within Marketing Cloud Setup specifies the From information for a send in a central location. Marketing Cloud Email reuses that information across multiple sends without requiring selection each time. The sender profile contains the name and address that the message appears to be from in the subscriber's email client. Delivery Profile A delivery profile within Marketing Cloud Setup specifies the delivery information for a message in a central location. Marketing Cloud reuses the information, across multiple sends, without requiring selection of the information each time. When you create a delivery profile, specify the IP address to use. If you do not use a private domain, you select the account default. If you use one or more private domains, you can select the privat...