A customer needs to integrate in real time with Salesforce CRM. Which feature accomplishes this requirement?
Correct Answer: A
The correct answer is A. Streaming transforms. Streaming transforms are a feature of Data Cloud that allows real-time data integration with Salesforce CRM. Streaming transforms use the Data Cloud Streaming API to synchronize micro-batches of updates between the CRM data source and Data Cloud in near-real time1. Streaming transforms enable Data Cloud to have the most current and accurate CRM data for segmentation and activation2. The other options are incorrect for the following reasons: * B. Data model triggers. Data model triggers are a feature of Data Cloud that allows custom logic to be executed when data model objects are created, updated, or deleted3. Data model triggers do not integrate data with Salesforce CRM, but rather manipulate data within Data Cloud. * C. Sales and Service bundle. Sales and Service bundle is a feature of Data Cloud that allows pre-built data streams, data model objects, segments, and activations for Sales Cloud and Service Cloud data * sources4. Sales and Service bundle does not integrate data in real time with Salesforce CRM, but rather ingests data at scheduled intervals. * D. Data actions and Lightning web components. Data actions and Lightning web components are features of Data Cloud that allow custom user interfaces and workflows to be built and embedded in Salesforce applications5. Data actions and Lightning web components do not integrate data with Salesforce CRM, but rather display and interact with data within Salesforce applications. References: * 1: Load Data into Data Cloud * 2: [Data Streams in Data Cloud] * 3: [Data Model Triggers in Data Cloud] unit on Trailhead * 4: [Sales and Service Bundle in Data Cloud] unit on Trailhead * 5: [Data Actions and Lightning Web Components in Data Cloud] unit on Trailhead * : [Data Model in Data Cloud] unit on Trailhead * : [Create a Data Model Object] article on Salesforce Help * : [Data Sources in Data Cloud] unit on Trailhead * : [Connect and Ingest Data in Data Cloud] article on Salesforce Help * : [Data Spaces in Data Cloud] unit on Trailhead * : [Create a Data Space] article on Salesforce Help * : [Segments in Data Cloud] unit on Trailhead * : [Create a Segment] article on Salesforce Help * : [Activations in Data Cloud] unit on Trailhead * : [Create an Activation] article on Salesforce Help
Question 62
A customer has a calculated insight about lifetime value. What does the consultant need to be aware of if the calculated insight. needs to be modified?
Correct Answer: B
Explanation A calculated insight is a multidimensional metric that is defined and calculated from data using SQL expressions. A calculated insight can include dimensions and measures. Dimensions are the fields that are used to group or filter the data, such as customer ID, product category, or region. Measures are the fields that are used to perform calculations or aggregations, such as revenue, quantity, or average order value. A calculated insight can be modified by editing the SQL expression or changing the data space. However, the consultant needs to be aware of the following limitations and considerations when modifying a calculated insight12: * Existing dimensions cannot be removed. If a dimension is removed from the SQL expression, the calculated insight will fail to run and display an error message. This is because the dimension is used to create the primary key for the calculated insight object, and removing it will cause a conflict with the existing data. Therefore, the correct answer is B. * New dimensions can be added. If a dimension is added to the SQL expression, the calculated insight will run and create a new field for the dimension in the calculated insight object. However, the consultant should be careful not to add too many dimensions, as this can affect the performance and usability of the calculated insight. * Existing measures can be removed. If a measure is removed from the SQL expression, the calculated insight will run and delete the field for the measure from the calculated insight object. However, the consultant should be aware that removing a measure can affect the existing segments or activations that use the calculated insight. * New measures can be added. If a measure is added to the SQL expression, the calculated insight will run and create a new field for the measure in the calculated insight object. However, the consultant should be careful not to add too many measures, as this can affect the performance and usability of the calculated insight. References: Calculated Insights, Calculated Insights in a Data Space.
Question 63
Which operator should a consultant use to create a segment for a birthday campaign that is evaluated daily?
Correct Answer: D
To create a segment for a birthday campaign that is evaluated daily, the consultant should use the Is Anniversary Of operator. This operator compares a date field with the current date and returns true if the month and day are the same, regardless of the year. For example, if the date field is 1990-01-01 and the current date is 2023-01-01, the operator returns true. This way, the consultant can create a segment that includes all the customers who have their birthday on the same day as the current date, and the segment will be updated daily with the new birthdays. The other options are not the best operators to use for this purpose because: * A. The Is Today operator compares a date field with the current date and returns true if the date is the same, including the year. For example, if the date field is 1990-01-01 and the current date is 2023-01-01, the operator returns false. This operator is not suitable for a birthday campaign, as it will only include the customers who were born on the same day and year as the current date, which is very unlikely. * B. The Is Birthday operator is not a valid operator in Data Cloud. There is no such operator available in the segment canvas or the calculated insight editor. * C. The Is Between operator compares a date field with a range of dates and returns true if the date is within the range, including the endpoints. For example, if the date field is 1990-01-01 and the range is 2022-12-25 to 2023-01-05, the operator returns true. This operator is not suitable for a birthday campaign, as it will only include the customers who have their birthday within a fixed range of dates, and the segment will not be updated daily with the new birthdays.
Question 64
Which configuration supports separate Amazon S3 buckets for data ingestion and activation?
Correct Answer: A
To support separate Amazon S3 buckets for data ingestion and activation, you need to configure dedicated S3 data sources in Data Cloud setup. Data sources are used to identify the origin and type of the data that you ingest into Data Cloud1. You can create different data sources for each S3 bucket that you want to use for ingestion or activation, and specify the bucket name, region, and access credentials2. This way, you can separate and organize your data by different criteria, such as brand, region, product, or business unit3. The other options are incorrect because they do not support separate S3 buckets for data ingestion and activation. Multiple S3 connectors are not a valid configuration in Data Cloud setup, as there is only one S3 connector available4. Dedicated S3 data sources in activation setup are not a valid configuration either, as activation setup does not require data sources, but activation targets5. Separate user credentials for data stream and activation target are not sufficient to support separate S3 buckets, as you also need to specify the bucket name and region for each data source2. References: Data Sources Overview, Amazon S3 Storage Connector, Data Spaces Overview, Data Streams Overview, Data Activation Overview
Question 65
How does Data Cloud handle an individual's Right to be Forgotten?
Correct Answer: D
Data Cloud handles an individual's Right to be Forgotten by deleting the specified Individual and records from any data model object/data lake object related to the Individual. This means that Data Cloud removes all the data associated with the individual from the data space, including the data from the source objects, the unified individual profile, and any related objects. Data Cloud also deletes the Unified Individual Link record that links the individual to the source records. Data Cloud uses the Consent API to process the Right to be Forgotten requests, which are reprocessed at 30, 60, and 90 days to ensure a full deletion. The other options are not correct descriptions of how Data Cloud handles an individual's Right to be Forgotten. Data Cloud does not delete the records from all data source objects, as this would affect the data integrity and availability of the source systems. Data Cloud also does not delete only the specified Individual record and its Unified Individual Link record, as this would leave the source records and the related records intact. Data Cloud also does not delete only the specified Individual and records from any data source object mapped to the Individual data model object, as this would leave the related records intact. References: * Requesting Data Deletion or Right to Be Forgotten * Data Deletion for Data Cloud * Use the Consent API with Data Cloud * Data and Identity in Data Cloud