Cumulus Financial uses Data Cloud to segment banking customers and activate them for direct mail via a Cloud File Storage activation. The company also wants to analyze individuals who have been in the segment within the last 2 years. Which Data Cloud component allows for this?
Correct Answer: D
Explanation The segment membership data model object is a Data Cloud component that allows for analyzing individuals who have been in a segment within a certain time period. The segment membership data model object is a table that stores the information about which individuals belong to which segments and when they were added or removed from the segments. This object can be used to create calculated insights, such as segment size, segment duration, segment overlap, or segment retention, that can help measure the effectiveness of segmentation and activation strategies. The segment membership data model object can also be used to create nested segments or segment exclusions based on the segment membershipcriteria, such as segment name, segment type, or segment date range. The other options are not correct because they are not Data Cloud components that allow for analyzing individuals who have been in a segment within the last 2 years. Nested segments and segment exclusions are features that allow for creating more complex segments based on existing segments, but they do not provide the historical data about segment membership. Calculated insights are custom metrics or measures that are derived from data model objects or data lake objects, but they do not store the segment membership information by themselves. References: Segment Membership Data Model Object, Create a Calculated Insight, Create a Nested Segment
Data-Cloud-Consultant Exam Question 52
A customer is concerned that the consolidation rate displayed in the identity resolution is quite low compared to their initial estimations. Which configuration change should a consultant consider in order to increase the consolidation rate?
Correct Answer: B
The consolidation rate is the amount by which source profiles are combined to produce unified profiles, calculated as 1 - (number of unified individuals / number of source individuals). For example, if you ingest 100 source records and create 80 unified profiles, your consolidation rate is 20%. To increase the consolidation rate, you need to increase the number of matches between source profiles, which can be done by adding more match rules. Match rules define the criteria for matching source profiles based on their attributes. By increasing the number of match rules, you can increase the chances of finding matches between source profiles and thus increase the consolidation rate. On the other hand, changing reconciliation rules, including additional attributes, or reducing the number of match rules can decrease the consolidation rate, as they can either reduce the number of matches or increase the number of unified profiles. References: Identity Resolution Calculated Insight: Consolidation Rates for Unified Profiles, Identity Resolution Ruleset Processing Results, Configure Identity Resolution Rulesets
Data-Cloud-Consultant Exam Question 53
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 activation?
Correct Answer: B
Explanation 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: * A. 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. * C. 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. * D. 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. References: Add Related Attributes to an Activation - Salesforce, Related Attributes in Activation - Salesforce, Prepare for Your Salesforce Data Cloud Consultant Credential
Data-Cloud-Consultant Exam Question 54
Which method should a consultant use when performing aggregations in windows of 15 minutes on data collected via the Interaction SDK or Mobile SDK?
Correct Answer: C
Streaming insight is a method that allows you to perform aggregations in windows of 15 minutes on data collected via the Interaction SDK or Mobile SDK. Streaming insight is a feature that enables you to create real-time metrics and insights based on streaming data from various sources, such as web, mobile, or IoT devices. Streaming insight allows you to define aggregation rules, such as count, sum, average, min, max, or percentile, and apply them to streaming data in time windows of 15 minutes. For example, you can use streaming insight to calculate the number of visitors, the average session duration, or the conversion rate for your website or app in 15-minute intervals. Streaming insight also allows you to visualize and explore the aggregated data in dashboards, charts, or tables. References: Streaming Insight, Create Streaming Insights
Data-Cloud-Consultant Exam Question 55
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?
Correct Answer: B
Explanation 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 is 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. 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 streamingtransforms. 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. References: Salesforce Data Cloud Consultant Exam Guide, Data Ingestion and Modeling, Streaming Transforms, Contact Point Phone