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.
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)
A segment fails to refresh with the error “Segment references too many Data Lake Objects (DLOs)
A) Space out the segment schedules to reduce Data lake Object load
B) Refine Segmentation criteria to limit up to 5 custom DMOs
C) Use calculated Insights in order to reduce the complexity of the segmentation query
D) Split the segment into smaller segments
Use calculated Insights in order to reduce the complexity of the segmentation query
&
Split the segment into smaller segments
The error “Segment references too many data lake objects (DLOs)” occurs when a segment query exceeds the limit of 50 DLOs that can be referenced in a single query. This can happen when the segment has too many filters, nested segments, or exclusion criteria that involve different DLOs. To remedy this issue, the consultant can try the following troubleshooting tips:
Split the segment into smaller segments. The consultant can divide the segment into multiple segments that have fewer filters, nested segments, or exclusion criteria. This can reduce the number of DLOs that are referenced in each segment query and avoid the error. The consultant can then use the smaller segments as nested segments in a larger segment, or activate them separately.
Use calculated insights in order to reduce the complexity of the segmentation query. The consultant can create calculated insights that are derived from existing data using formulas. Calculated insights can simplify the segmentation query by replacing multiple filters or nested segments with a single attribute. For example, instead of using multiple filters to segment individuals based on their purchase history, the consultant can create a calculated insight that calculates the lifetime value of each individual and use that as a filter.
The other options are not troubleshooting tips that can help remedy this issue. Refining segmentation criteria to limit up to five custom data model objects (DMOs) is not a valid option, as the limit of 50 DLOs applies to both standard and custom DMOs. Spacing out the segment schedules to reduce DLO load is not a valid option, as the error is not related to the DLO load, but to the segment query complexity.
Which two dependencies prevent a data stream from being deleted? Choose 2 answers.
A) The underlying data lake object is used in a data transform
B) The underlying data lake object is used in segmentation
C) The underlying data lake object is mapped to a data model object.
D) The underlying data lake object is used in activation
The underlying data lake object is used in a data transform
&
The underlying data lake object is mapped to a data model object.
To delete a data stream in Data Cloud, the underlying data lake object (DLO) must not have any dependencies or references to other objects or processes. The following two dependencies prevent a data stream from being deleted1:
* Data transform: This is a process that transforms the ingested data into a standardized format and structure for the data model. A data transform can use one or more DLOs as input or output. If a DLO is used in a data transform, it cannot be deleted until the data transform is removed or modified2.
* Data model object: This is an object that represents a type of entity or relationship in the data model. A data model object can be mapped to one or more DLOs to define its attributes and values. If a DLO is mapped to a data model object, it cannot be deleted until the mapping is removed or changed3.
A healthcare client wants to make use of identity resolution, but does not want to risk unifying profiles that may share certain personally identifying information (PII). Which matching rule criteria should a consultant recommend for the most accurate matching results ?
A) Email Address and Phone
B) Party Identification on Patient ID
C) Fuzzy First Name, Exact Last Name and Email
D) Exact Last Name and Email
Party Identification on Patient ID
Identity resolution is the process of linking data from different sources into a unified profile of a customer or an individual. Identity resolution uses matching rules to compare the attributes of different records and determine if they belong to the same person. Matching rules can be based on exact or fuzzy matching of various attributes, such as name, email, phone, address, or custom identifiers. A healthcare client who wants to use identity resolution, but does not want to risk unifying profiles that may share certain personally identifying information (PII), such as name or email, should use a matching rule criteria that is based on a unique and reliable identifier that is specific to the healthcare domain. One such identifier is the patient ID, which is a unique number assigned to each patient by a healthcare provider or system. By using the party identification on patient ID as a matching rule criteria, the healthcare client can ensure that only records that have the same patient ID are matched and unified, and avoid false positives or false negatives that may occur due to common or similar names or emails. The party identification on patient ID is also a secure and compliant way of handling sensitive healthcare data, as it does not expose or share any PII that may be subject to data protection regulations or standards.
A user has built a segment in Data Cloud and is in the process of creating an activation. When selecting related attributes, they cannot find a specific set of attributes they know to be related to the individual. Which statement explains why these attributes are not available?
A) Activations can only include 1-to-1 attributes.
B) The attributes are being used in another activation.
C) The desired attributes reside on different related paths
D)The segment is not segmenting on profile data.
The desired attributes reside on different related paths