A consultant is integrating an Amazon S3 activated campaign with the customer’s destination system. In order for the destination system to find the metadata about the segment, which file on the S3 will contain this information for processing ?
A) the .zip file
B) the .csv file
C) the .txt file
D) the .json file
The .json file
The file on the Amazon S3 that will contain the metadata about the segment for processing is D. The json file.
The json file is a metadata file that is generated along with the csv file when a segment is activated to Amazon S3.
The json file contains information such as the segment name, the segment ID, the segment size, the segment attributes, the segment filters, and the segment schedule.
The destination system can use this file to identify the segment and its properties, and to match the segment data with the corresponding fields in the destination system.
During an implementation project, a consultant completed ingestion of all data streams for their customer. Prior to segmenting and acting on that data, which additional configuration is required ?
A) Calculated Insights
B) Identity Resolution
C) Data Activation
D) Data Mapping
Identity Resolution
After ingesting data from different sources into Data Cloud, the additional configuration that is required before segmenting and acting on that data is Identity Resolution. Identity Resolution is the process of matching and reconciling source profiles from different data sources and creating unified profiles that represent a single individual or entity1. Identity Resolution enables you to create a 360-degree view of your customers and prospects, and to segment and activate them based on their attributes and behaviors2. To configure Identity Resolution, you need to create and deploy a ruleset that defines the match rules and reconciliation rules for your data3. The other options are incorrect because they are not required before segmenting and acting on the data. Data Activation is the process of sending data from Data Cloud to other Salesforce clouds or external destinations for marketing, sales, or service purposes4. Calculated Insights are derived attributes that are computed based on the source or unified data, such as lifetime value, churn risk, or product affinity5. Data Mapping is the process of mapping source attributes to unified attributes in the data model. These configurations can be done after segmenting and acting on the data, or in parallel with Identity Resolution, but they are not prerequisites for it
When performing Segmentation or Activation, which timezone is used to publish and refresh data ?
A) Timezone of the Data Cloud Admin User
B) Timezone is explicitly specified when creating a segment or activation
C) Timezone of the user defining the activity
D) Timezone set by the Salesforce Data Cloud Org
Timezone set by the Salesforce Data Cloud Org
The time zone that is used to publish and refresh data when performing segmentation or activation is D. Time zone set by the Salesforce Data Cloud org. This time zone is the one that is configured in the org settings when Data Cloud is provisioned, and it applies to all users and activities in Data Cloud. This time zone determines when the segments are scheduled to refresh and when the activations are scheduled to publish. Therefore, it is important to consider the time zone difference between the Data Cloud org and the destination systems or channels when planning the segmentation and activation strategies.
A customer notices that their consolidation rate has recently increased. They contact the consultant to ask why. What are two likely explanations for the increase ? Choose 2 answers.
A) Identity resolution rules have been removed to reduce the number of matched profiles.
B) New data sources have been added to Data Cloud that largely overlap with the existing profiles.
C) Duplicates have been removed from source system data streams
D) Identity resolution rules have been added to the ruleset to increase the number of matched profiles.
New data sources have been added to Data Cloud that largely overlap with the existing profiles.
&
Identity resolution rules have been added to the ruleset to increase the number of matched profiles.
Which two common use cases can be addressed with Data Cloud ? Choose 2 answers.
A) Understand and act upon customer data to drive more relevant experiences.
B) Govern enterprise data lifecycle through a centralized set of policies and processes.
C) Harmonize data from multiple sources with a standardized and extendable data model.
D) Safeguard critical business data by serving as a centralized system for backup and disaster recovery.
Understand and act upon customer data to drive more relevant experiences.
&
Harmonize data from multiple sources with a standardized and extendable data model.
Northern Trail Outfitters (NTO) creates a calculated insight to compute recency, frequency, monetary (RFM) scores on its unified Individuals. NTO then creates a segment based on these scores that it activates to a Marketing Cloud activation target. Which two actions are required when configuring the activation ? Choose 2 answers.
A) Select Contact Points
B) Add additional attributes
C) Add the calculated insight in the activation
D) Choose a segment
Select Contact Points
When configuring an activation in Salesforce Data Cloud, you need to specify the contact points (ex email addresses, phone numbers) to enure the correct channels are used for activation in Marketing Cloud
&
Choose a Segment
Activations in Data Cloud are driven by segments. You must select the segment created based on the RFM scores to activate the relevant audience in the Marketing Cloud target.
Northern Trail Outfitters wants to implement Data Cloud and has several use cases in mind. Which two use cases are considered a good fit for Data Cloud? Choose 2 answers
A) To ingest and unify data from various sources to reconcile customer identity
B) To use Harmonized data to more accurately understand the customer and business impact
C) To eliminate the need for separate business intelligence and IT data Management tools
D) To create and orchestrate cross-channel marketing messages
To ingest and unify data from various sources to reconcile customer identity
&
To use Harmonized data to more accurately understand the customer and business impact
A customer has a Master Customer Table from their CRM to ingest into Data Cloud. The table contains a name and primary email address, along with other personally identifiable information (PII). How should the fields be mapped to support identity resolution ?
A) Create a New Custom object with fields that directly match the incoming table.
B) Map all fields to the customer object.
C) Map name to the individual object and email address to the Contact Point Email object.
D) Map all fields to the individual object, adding a custom field for the email address.
Map name to the individual object and email address to the Contact Point Email object.
To support identity resolution in Data Cloud, the fields from the Master Customer table should be mapped to the standard data model objects that are designed for this purpose. The Individual object is used to store the name and other personally identifiable information (PII) of a customer, while the Contact Phone Email object is used to store the primary email address and other contact information of a customer. These objects are linked by a relationship field that indicates the contact information belongs to the individual. By mapping the fields to these objects, Data Cloud can use the identity resolution rules to match and reconcile the profiles from different sources based on the name and email address fields. The other options are not recommended because they either create a new custom object that is not part of the standard data model, or map all fields to the Customer object that is not intended for identity resolution, or map all fields to the Individual object that does not have a standard email address field.
Cumulus Financial Uses Service Cloud as its CRM and stores mobile phone, home phone and work phone as three separate fields for its customers on the Contact record. The company plans to use Data Cloud and ingest the Contact object via the CRM connector. What is the most efficient approach that a consultant should take when ingesting this data to ensure all the different phone numbers are properly mapped and available for use in activation ?
A) Ingest the Contact object and map the Work Phone, Mobile Phone, and Home Phone to the Contact Point Phone data map object from the Contact data stream.
B) Ingest the Contact object and use streaming transforms to normalize the phone numbers from the Contact data stream into a separate Phone data lake object (DLO) that contains three rows, and then map this new DLO to the Contact Point Phone data map object.
C) Ingest the Contact object and then create a calculated insight to normalize the phone numbers, and then map to the Contact Point Phone data map object.
D) Ingest the Contact object and create formula fields in the Contact data stream on the phone numbers, and then map to the Contact Point Phone data map object.
Ingest the Contact object and use streaming transforms to normalize the phone numbers from the Contact data stream into a separate Phone data lake object (DLO) that contains three rows, and then map this new DLO to the Contact Point Phone data map object.
This approach allows the consultant to use the streaming transforms feature of Data Cloud, which enables data manipulation and transformation at the time of ingestion, without requiring any additional processing or storage. Streaming transforms can be used to normalize the phone numbers from the Contact data stream, such as removing spaces, dashes, or parentheses, and adding country codes if needed. The normalized phone numbers can then be stored in a separate Phone DLO, which can have one row for each phone number type (work, home, mobile). The Phone DLO can then be mapped to the Contact Point Phone data map object, which is a standard object that represents a phone number associated with a contact point.
This way, the consultant can ensure that all the phone numbers are available for activation, such as sending SMS messages or making calls to the customers.
The other options are not as efficient as option B. Option A is incorrect because it does not normalize the phone numbers, which may cause issues with activation or identity resolution. Option C is incorrect because it requires creating a calculated insight, which is an additional step that consumes more resources and time than streaming transforms. Option D is incorrect because it requires creating formula fields in the Contact data stream, which may not be supported by the CRM Connector or may cause conflicts with the existing fields in the Contact object.
What does it mean to build a trust-based, first -party data asset?
A) To ensure opt-in consents are collected for all email marketing as required by law.
B) To provide transparency and security for data gathered from individuals who provide consent for its use and receive value in exchange
C) To provide trusted, first-party data in the Data Cloud Marketplace that follows all compliance regulations
D) To obtain competitive data from reliable sources through interviews, surveys, and polls
To provide transparency and security for data gathered from individuals who provide consent for its use and receive value in exchange
A customer wants to use the transactional data from their data warehouse in Data Cloud. They are only able to export the data via an SFTP site. How should the file be brought into Data Cloud ?
A) Manually import the file using the Data Import Wizard
B) Use salesforce’s Data loader application to perform a bulk upload from a desktop
C) Ingest the file with SFTP connector.
D) Ingest the file through the Cloud Storage connector
Ingest the file with SFTP connector.
During a privacy law discussion with a customer, the customer indicates they need to honor requests for the right to be forgotten. The consultant determines that Consent API will solve this business need. Which two considerations should the consultant inform the customer about ? Choose 2 answers
A) Data Deletion requests are submitted for Individual Profiles
B) Data Deletion requests are reprocessed at 30,60 and 90 days.
C) Data Deletion requests submitted to Data Cloud are passed to all connected Salesforce Clouds.
D) Data Deletion requests are processed within 1 hour
Data Deletion requests are submitted for Individual Profiles
&
Data Deletion requests are reprocessed at 30,60 and 90 days.
What is Data Cloud’s primary value to customer?
A) To create personalized campaigns by listening, understanding and acting on customer behaviour
B) To provide a unified view of a customer and their related data
C) To connect all systems with a golden record
D) To create a single source of truth for all anonymous data
To provide a unified view of a customer and their related data
An organization wants to enable users with the ability to identify and select text attributes from a picklist of options. Which data cloud feature can help with this use case?
A) Value Suggestion
B) Global Picklists
C) Data Harmonization
D) Transformation Formulas
Value suggestion
is a Data Cloud feature that allows users to see and select the possible values for a text field when creating segment filters. Value suggestion can be enabled or disabled for each data model object (DMO) field in the DMO record home. Value suggestion can help users to identify and select text attributes from a picklist of options, without having to type or remember the exact values. Value suggestion can also reduce errors and improve data quality by ensuring consistent and valid values for the segment filters.
A customer is trying to activate data from Data Cloud to an Amazon S3 cloud File Storage Bucket. Which authentication type should the consultant recommend to connect to the S3 bucket from Data Cloud?
A) Use an S3 Private Key Certificate
B) Use an S3 Encrypted Username and Password.
C) Use a JWT token generated on S3
D) Use an S3 access key and Secret Key
Use an S3 Access Key and Secret Key
To use the Amazon S3 Storage Connector in Data Cloud, the consultant needs to provide the S3 bucket name, region, and access key and secret key for authentication. The access key and secret key are generated by AWS and can be managed in the IAM console. The other options are not supported by the S3 Storage Connector or by Data Cloud.
A consultant has an activation that is set to publish every 12 hours, but has discovered that updates to the data prior to activation are delayed by up to 24 hours. Which two areas should a consultant review to troubleshoot this issue? Choose 2 answers.
A) Review calculated insights to make sure they’re run before segments are refreshed.
B) Review calculated insights to make sure they are run after the segments are refreshed.
C) Review Data transformations to ensure they’re run after calculated insights.
D) Review Segments to ensure they are refreshed after the data is ingested
A) Review calculated insights to make sure they’re run before segments are refreshed.
&
Review Segments to ensure they are refreshed after the data is ingested.
Calculated insights and segments are both dependent on the data ingestion process. Calculated insights are derived from the data model objects and segments are subsets of data model objects that meet certain criteria. Therefore, both of them need to be updated after the data is ingested to reflect the latest changes. Data transformations are optional steps that can be applied to the data streams before they are mapped to the data model objects, so they are not relevant to the issue. Reviewing calculated insights to make sure they’re run after the segments are refreshed is also incorrect because calculated insights are independent of segments and do not need to be refreshed after them.
Cumulus Financial created a segment called Multiple investments that contains individuals who have invested in two or more mutual funds. The company plans to send an email to this segment regarding a new mutual fund offering, and wants to personalize the email content with information about each customer’s current mutual fund investments. How should the Data Cloud Consultant configure this activations?
A) Include Fund Name and Fund Type by default for post processing in the target system.
B) Choose the Multiple investments segment, choose the Email Contact Point, and add related Attribute Fund Type.
C) Include Fund Type equal to “Mutual Fund” as a related attribute. Configure an activation based on the new segment with no additional attributes.
D) Choose the Multiple Investments segment, choose the Email Contact Point, add related attribute Fund Name, and add related attribute filter for Fund Type equal to “Mutual Fund”
Choose the Multiple Investments segment, choose the Email Contact Point, add related attribute Fund Name, and add related attribute filter for Fund Type equal to “Mutual Fund”
To personalize the email content with information about each customer’s current mutual fund investments, the Data Cloud consultant needs to add related attributes to the activation. Related attributes are additional data fields that can be sent along with the segment to the target system for personalization or analysis purposes. In this case, the consultant needs to add the Fund Name attribute, which contains the name of the mutual fund that the customer has invested in, and apply a filter for Fund Type equal to “Mutual Fund” to ensure that only relevant data is sent. The other options are not correct because:
Including Fund Type equal to “Mutual Fund” as a related attribute is not enough to personalize the email content. The consultant also needs to include the Fund Name attribute, which contains the specific name of the mutual fund that the customer has invested in.
Adding related attribute Fund Type is not enough to personalize the email content. The consultant also needs to add the Fund Name attribute, which contains the specific name of the mutual fund that the customer has invested in, and apply a filter for Fund Type equal to “Mutual Fund” to ensure that only relevant data is sent.
Including Fund Name and Fund Type by default for post processing in the target system is not a valid option. The consultant needs to add the related attributes and filters during the activation configuration in Data Cloud, not after the data is sent to the target system.
A consultant is discussing the benefits of Data Cloud with a customer that has multiple disjoined data sources. Which two functional areas should the consultant highlight in relation to managing customer data? Choose 2 answers.
A) Data Harmonization
B) Unified Profile
C) Master Data Management
D) Data Marketplace
Data Harmonization
&
Unified Profile
What does the source sequence reconciliation rule do in Identity Resolution?
A) Reconcile data by data that’s most frequent across records.
B) Sort data sources in order of most to least preferred for inclusion in Unified Profile
C) Sets the priority of specific data sources when building attributes in a unified profile, such as a first or last name.
D) Source data from Disparate Systems across the enterprise
Sets the priority of specific data sources when building attributes in a unified profile, such as a first or last name.
The Source Sequence Reconciliation rule allows you to define which data source should be used as the primary source of truth for each attribute, and which data sources should be used as fallbacks in case the primary source is missing or invalid. For example, you can set the Source Sequence rule to use data from Salesforce CRM as the first priority, data from Marketing Cloud as the second priority, and data from Google Analytics as the third priority for the first name attribute. This way, the unified profile will use the first name value from Salesforce CRM if it exists, otherwise it will use the value from Marketing Cloud, and so on. This rule helps you to ensure the accuracy and consistency of the unified profile attributes across different data sources
Northern Trail Outfitters (NTO), an outdoor lifestyle clothing brand, recently started a new line of business. The new business specializes in gourmet camping food. For business reasons as well as security reasons, it’s important to NTO to keep all Data Cloud data separated by brand. Which capability best supports NTO’s desire to separate its data by brand?
A) Data model objects for each brand
B) Data Streams for each brand
C) Data Sources for each brand
D) Data Spaces for each brand
Data Spaces for each brand
Where is Value Suggestion for attributes in segmentation enabled when creating the DMO ?
A) Segment Setup
B) Data transformation
C) Data Mapping
D) Data Stream Setup
Segment Setup
Value suggestion for attributes in segmentation is a feature that allows you to see and select the possible values for a text field when creating segment filters. You can enable or disable this feature for each data model object (DMO) field in the DMO record home. Value suggestion can be enabled for up to 500 attributes for your entire org. It can take up to 24 hours for suggested values to appear. To use value suggestion when creating segment filters, you need to drag the attribute onto the canvas and start typing in the Value field for an attribute. You can also select multiple values for some operators. Value suggestion is not available for attributes with more than 255 characters or for relationships that are one-to-many (1:N)
What should an administrator do to pause a segment activation but with the intent of using that segment again ?
A) Delete the segment
B) Inactivate the Segment
C) Stop the Publish Schedule
D) Skip the activation
Stop the Publish Schedule
A user wants to be able to create a multi-dimensional metric to identify unified individual lifetime value (LTV). Which sequence of data model object (DMO) joins is necessary within the calculated insight to enable this calculation ?
A) Sales Order > unified Individual
B) Sales Order > Individual > unified Individual
C) Unified Individual > Unified Link Individual > Sales Order
D) Unified Individual > Individual > Sales Order
Unified Individual > Unified Link Individual > Sales Order
To create a multi-dimensional metric to identify unified individual lifetime value (LTV), the administrator needs to join the following data model objects (DMOs) in the Calculated Insight:
Unified Individual: This DMO represents the unified profile of an individual, which contains attributes from multiple sources.
Unified Link Individual: This DMO represents the link between an Individual DMO and a Unified Individual DMO.
Sales Order: This DMO represents a transaction or purchase made by an individual.
The sequence of joins should start from the Unified Individual DMO, then join the Unified Link Individual DMO using the UnifiedIndividualId field, and then join the Sales Order DMO using the IndividualId field. This way, the administrator can access the sales order data for each unified individual and calculate their lifetime value.
A client wants to bring in loyalty data from a custom object in Salesforce CRM that contains a point balance for accrued hotel points and airline points within the same record. The client wants to split these point systems into two separate records for better tracking and processing. What should a consultant recommend in this scenario ?
A) Create a data kit from the data lake object and deploy it to the same data cloud org.
B) Use batch transforms to create a second data lake object.
C) Clone the Data Source Object
D) Create a junction object in salesforce crm and modify the ingestion strategy
Use batch transforms to create a second data lake object.
Batch transforms are a feature that allows creating new data lake objects based on existing data lake objects and applying transformations on them. This can be useful for splitting, merging, or reshaping data to fit the data model or business requirements. In this case, the consultant can use batch transforms to create a second data lake object that contains only the airline points from the original loyalty data object. The original object can be modified to contain only the hotel points. This way, the client can have two separate records for each point system and track and process them accordingly