
[2023年10月]更新のSalesforce-Data-Cloud試験事前練習テスト試験問題と解答Accredited Professional学習ガイド
Salesforce Data Cloud Accredited Professional Exam認証サンプル解答
質問 # 16
What is the first thing a business stakeholder should focus on when considering a Data Cloud implementation?
- A. Obtain cross-organizational buy-in
- B. Identify activation targets
- C. Review consent and privacy management policies
- D. Identify data sources
正解:A
解説:
Explanation
This is the first thing a business stakeholder should focus on when considering a Data Cloud implementation.
Obtaining cross-organizational buy-in involves aligning the goals and expectations of different teams and stakeholders who will use or contribute to Data Cloud.
References:https://trailhead.salesforce.com/content/learn/modules/customer-data-platform-basics/get-started-with
質問 # 17
Northern Trail Outfitters wants to be able to calculate each customer's lifetime value (LTV) but also create breakdowns of the revenue sourced by website, mobile app, and retail channels. How should this use case be addressed in Data Cloud?
- A. Metrics on metrics
- B. Nested segments
- C. Flow orchestration
- D. Streaming data transformations
正解:D
解説:
Explanation
This feature can help Northern Trail Outfitters calculate each customer's lifetime value (LTV) and create breakdowns of the revenue sourced by different channels. Streaming datatransformations allow you to transform and enrich streaming data from different sources using formulas and operators.
References:https://help.salesforce.com/s/articleView?id=sf.c360_a_data_cloud_streaming_data_transform.htm&
質問 # 18
What can be customized in the Data Cloud canonical model?
- A. Objects, Fields, and Relationships
- B. Objects
- C. Objects and Fields
- D. Fields
正解:A
解説:
Explanation
You can customize the Data Cloud canonical model by adding, editing, or deleting objects, fields, and relationships. You can also modify the properties, labels, and descriptions of these components.
References:https://help.salesforce.com/s/articleView?id=sf.c360_a_data_cloud_canonical_model.htm&type=5
質問 # 19
Which permission setting should an administrator check if the custom CRM object is not available in New Data Stream configuration?
- A. View All object permission enabled in source CRM org
- B. Create object permission enabled in Data Cloud org
- C. Ingest Object permission is enabled in the CRM org
- D. Modify All object permission enabled in Data Cloud org
正解:A
解説:
Explanation
This permission setting should be checked if the custom CRM object is not available in New Data Stream configuration. The user who connects the Salesforce CRM connector must have View All permission for the custom object in the source CRM org.
References:https://help.salesforce.com/s/articleView?id=sf.c360_a_data_cloud_salesforce_crm.htm&type=5
質問 # 20
Which operator can be used to create a segment for a birthday campaign that is evaluated daily?
- A. Is Birthday
- B. Is Anniversary Of
- C. Is Between
- D. Is This Year
正解:B
解説:
Explanation
This operator can be used to create a segment for a birthday campaign that is evaluated daily. It compares a date attribute to the current date and returns true if they have the same month and day, regardless of the year.
References:https://help.salesforce.com/s/articleView?id=sf.c360_a_data_cloud_segmentation_operators.htm&ty
質問 # 21
To import campaign members into a campaign in CRM a user wants to export the segment to Amazon S3. The resulting file needs to include CRM Campaign ID in the name. How can this outcome be achieved?
- A. Include campaign identifier into the segment name
- B. Include campaign identifier into the filename specification
- C. Hard-code the campaign identifier as a new attribute in the campaign activation
- D. Include campaign identifier into the activation name
正解:B
解説:
Explanation
You can use the filename specification option in the Amazon S3 activation to customize the name of the file that is exported. You can use variables such as {campaignId} to include the CRM campaign ID in the file name.
References:https://help.salesforce.com/s/articleView?id=sf.c360_a_data_cloud_amazon_s3.htm&type=5
質問 # 22
What is allowed when editing a Calculated Insight?
- A. Removing existing dimensions
- B. Adding new dimensions
- C. Adding new measures
- D. Removing existing measures
正解:C
解説:
Explanation
You can add new measures or dimensions to a Calculated Insight by selecting them from the available attributes list
質問 # 23
Which data stream category should be assigned to use the data for time-based operations in segmentation and calculated insights?
- A. Engagement
- B. Transaction
- C. Sales Order
- D. Individual
正解:B
解説:
Explanation
The transaction data stream category should be assigned to use the data for time-based operations in segmentation and calculated insights. This category indicates that the data stream contains events that occur at a specific point in time and have a duration.
References:https://help.salesforce.com/s/articleView?id=sf.c360_a_data_cloud_data_stream_category.htm&type
質問 # 24
How can attribute names be modified to match a naming convention in Cloud File Storage target?
- A. Set preferred attribute names when configuring activation
- B. Update field names in the data model
- C. Use a formula field to update the field name in an activation
- D. Update attribute names in the data stream configuration
正解:B
解説:
Explanation
You can modify the attribute names in the data model by editing the field label or API name of the corresponding field. This will change how the attribute name appears in the Cloud File Storage target.
References:https://help.salesforce.com/s/articleView?id=sf.c360_a_data_cloud_data_model.htm&type=5
質問 # 25
What are the two distinct phases of data model management in Data Cloud?
- A. Data Ingestion
- B. Data Actions
- C. Data Modeling
- D. Data Activation
正解:A、C
解説:
These two phases are distinct phases of data model management in Data Cloud. Data ingestion is the process of bringing data from different sources into Data Cloud using connectors or APIs. Data modeling is the process of mapping the ingested data to the Data Cloud canonical model or creating custom data model objects. Reference: https://help.salesforce.com/s/articleView?id=sf.c360_a_data_cloud_data_model.htm&type=5
質問 # 26
Which three Data Model objects do Reconciliation Rules operate across?
- A. Contact Point Email
- B. Party Identification
- C. Lead
- D. Individual
- E. Contact
正解:A、B、D
解説:
These are the three Data Model objects that Reconciliation Rules operate across. Reconciliation rules tell Data Cloud how to prioritize values for unified individual profiles when there is conflicting information in the data model. For example, if two profiles have different email addresses, reconciliation rules can determine which one to use for the unified profile. Reconciliation rules can operate on the Individual object, which represents a person or entity, the Party Identification object, which represents an identifier such as a social media handle or a loyalty card number, and the Contact Point Email object, which represents an email address. Reference: Identity Resolution Reconciliation Rules
質問 # 27
What are the two minimum requirements needed when using the Visual Insights Builder to create a Calculated Insight?
- A. At least two objects to join
- B. WHERE clause is required
- C. At least one measure
- D. At least one dimension
正解:C、D
解説:
Explanation
These two requirements are needed when using the Visual Insights Builder to create a Calculated Insight. A dimension is an attribute that can be used to group or filter data, such as product category or customer segment. A measure is an attribute that can be used to perform calculations, such as revenue or quantity.
References:https://help.salesforce.com/s/articleView?id=sf.c360_a_calculated_insights_create.htm&type=5
質問 # 28
Which data model subject area should be used for any Organization, Individual, or Member in the Customer 360 data model?
- A. Party
- B. Membership
- C. Individual
- D. Global Account
正解:A
解説:
The party subject area should be used for any organization, individual, or member in the Customer 360 data model. It includes information such as name, address, email, phone, and loyalty membership. Reference: https://help.salesforce.com/s/articleView?id=sf.c360_a_data_cloud_party.htm&type=5
質問 # 29
When creating a segment on an individual, what is the result of using two separate containers linked by an AND: At Least 1 of GoodsProduct.Color Is Equal To 'red' AND At Least 1 of GoodsProduct.PrimaryProductCategory Is Equal To shoes'?
- A. Individuals who made a purchase of at least 1 of only 'red shoes' and nothing else
- B. Individuals who purchased at least 1 'red shoes' as a single line item in a purchase
- C. Individuals who purchased at least 1 'red shoes'. 1 of any red' item, or 1 of any 'shoes' item in a purchase
- D. Individuals who purchased at least 1 of any red' product and also purchased at least 1 pair of shoes'
正解:D
解説:
According to the Data Cloud documentation, when using two separate containers linked by an AND operator, the segment includes individuals who meet both conditions. In this case, the segment includes individuals who purchased at least one product with the color attribute equal to 'red', and also purchased at least one product with the primary product category attribute equal to 'shoes'. The products do not have to be the same or in the same order line item.
質問 # 30
Which feature can integrate in real time with Salesforce CRM?
- A. Identity Resolution
- B. Data Model Triggers
- C. Data Actions
- D. CRM Starter Bundle
正解:C
解説:
This feature can integrate in real time with Salesforce CRM. Data Actions allow you to perform actions on Salesforce CRM records based on Data Cloud data, such as creating, updating, or deleting records. Reference: https://help.salesforce.com/s/articleView?id=sf.c360_a_data_actions.htm&type=5
質問 # 31
How does Data Cloud handle an individual's right to be forgotten?
- A. Deletes the records from all DSOs and any downstream DMOs are updated at the next scheduled ingestion.
- B. Deletes the specified Individual and records from any DMO/DLO related to the Individual.
- C. Deletes the specified Individual record and its Unified Individual Link record.
- D. Deletes the specified Individual and records from any DSO mapped to the Individual DMO.
正解:D
解説:
Explanation
This is how Data Cloud handles an individual's right to be forgotten. It deletes the individual record from the Individual data model object (DMO) and any related records from the data stream objects (DSOs) that are mapped to it.
References:https://help.salesforce.com/s/articleView?id=sf.c360_a_data_cloud_delete_individual.htm&type=5
質問 # 32
Which two dependencies need to be removed prior to disconnecting a data source?
- A. Segment
- B. Activation
- C. Data Stream
- D. Activation Target
正解:A、C
解説:
These are the two dependencies that need to be removed prior to disconnecting a data source. A data stream is a process that ingests data from a data source into Data Cloud. A segment is a group of customers that meet certain criteria based on their data. If a data source is disconnected, any data streams or segments that depend on it will no longer function properly. Reference: [Data Sources], [Data Streams], [Segments]
質問 # 33
A customer wants to use the transactional data from their data warehouse in Data Cloud. They are only able to export the data via a SFTP site. What are two recommended ways to bring this data into Data Cloud?
- A. Import the file into Google Cloud Storage and ingest with the Cloud Storage Connector
- B. Manually import the file using the Data Import Wizard
- C. Import the file into Amazon S3 and ingest with the Cloud Storage Connector
- D. Utilize Salesforce's Dataloader application to perform a bulk upload from a desktop
正解:A、C
解説:
Explanation
These two options are recommended ways to bring transactional data from a data warehouse into Data Cloud via a SFTP site. You can use the Cloud Storage Connector to ingest files from Google Cloud Storage or Amazon S3 buckets into Data Cloud. References:
https://help.salesforce.com/s/articleView?id=sf.c360_a_data_cloud_google_cloud_storage.htm&type=5https://he
質問 # 34
......
Salesforce試験練習テスト最高得点を獲得しよう:https://jp.fast2test.com/Salesforce-Data-Cloud-premium-file.html
検証済み材料にはここSalesforce-Data-Cloud:https://drive.google.com/open?id=1YKYlM5fpXSV-IzQOGhT2GHaet_gw8SWD