[May-2026] Practice Salesforce Salesforce-Data-Cloud exam. Online Exam Practice Tests with detailed explanations! Pass Salesforce-Data-Cloud with confidence! [Q15-Q38]

Share

Practice Accredited Professional Salesforce-Data-Cloud exam. Online Exam Practice Tests with detailed explanations! Pass Salesforce-Data-Cloud with confidence!

Salesforce-Data-Cloud - Salesforce Data Cloud Accredited Professional Exam Practice Tests 2026 | Exam4Docs

NEW QUESTION # 15
Cumulus Financial segregates its sales CRM data based on Region for its Data Cloud users. Multiple data spaces are configured: a default space and two additional spaces tailored for EMEA and APAC regions.
EME A sales reps who need temporary access to visualize data for both regions say that they cannot visualize APAC data. APAC sales reps can visualize the corresponding segmented data.
Which statement describes the cause of this issue?

  • A. The APAC data space is not associated with any permission set.
  • B. The EMEA sales reps have not been assigned to the profile associated with the APAC data space.
  • C. The APAC data space Is not associated with any profile.
  • D. The EMEA sales reps have not been assigned to the permission set associated with the APAC data space.

Answer: D

Explanation:
The issue arises because the EMEA sales reps cannot visualize APAC data, while APAC sales reps can access their segmented data. The root cause is that the EMEA sales reps lack the necessary permissions to access the APAC data space. Here's why:
Understanding the Issue
Cumulus Financial uses data spaces to segregate CRM data by region (default, EMEA, APAC).
EMEA sales reps need temporary access to APAC data but are unable to view it.
APAC sales reps can access their corresponding segmented data without issues.
Why Permission Sets?
Data Space Access Control :
Data spaces in Salesforce Data Cloud are secured using profiles and permission sets .
Users must be explicitly granted access to a data space via their assigned profiles or permission sets.
Root Cause Analysis :
Since APAC sales reps can access their data, the APAC data space is properly configured.
The issue lies with the EMEA sales reps, who likely do not have the required permission set granting access to the APAC data space.
Temporary Access :
Temporary access can be granted by assigning the appropriate permission set to the EMEA sales reps.
Steps to Resolve the Issue
Step 1: Identify the Required Permission Set
Navigate to Setup > Permission Sets and locate the permission set associated with the APAC data space.
Step 2: Assign the Permission Set
Assign the APAC data space permission set to the EMEA sales reps requiring temporary access.
Step 3: Verify Access
Confirm that the EMEA sales reps can now visualize APAC data.
Step 4: Revoke Temporary Access
Once the temporary access period ends, remove the permission set from the EMEA sales reps.
Why Not Other Options?
A). The EMEA sales reps have not been assigned to the profile associated with the APAC data space :Profiles are typically broader and less flexible than permission sets for managing temporary access.
B). The APAC data space is not associated with any permission set :This is incorrect because APAC sales reps can access their data, indicating the data space is properly configured.
C). The APAC data space is not associated with any profile :Similar to Option B, this is incorrect because APAC sales reps can access their data.
Conclusion
The issue is resolved by ensuring that the EMEA sales reps are assigned the permission set associated with the APAC data space . This grants them temporary access to visualize APAC data.


NEW QUESTION # 16
Which three Data Model objects do Reconciliation Rules operate across?

  • A. Party Identification
  • B. Contact Point Email
  • C. Individual
  • D. Contact
  • E. Lead

Answer: A,B,C

Explanation:
These are the three Data Model objectsthat 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.
References: Identity Resolution Reconciliation Rules


NEW QUESTION # 17
How can a consultant modify attribute names to match a naming convention in Cloud File Storage targets?

  • A. Use a formula field to update the field name in an activation.
  • B. Set preferred attribute names when configuring activation.
  • C. Update field names in the data model object.
  • D. Update attribute names in the data stream configuration.

Answer: B

Explanation:
A Cloud File Storage target is a type of data action target in Data Cloud that allows sending data to a cloud storage service such as Amazon S3 or Google Cloud Storage. When configuring an activation to a Cloud File Storage target, a consultant can modify the attribute names to match a naming convention by setting preferred attribute names in Data Cloud. Preferred attribute names are aliases that can be used to control the field names in the target file. They can be set for each attribute in the activation configuration, and they will override the default field names from the data model object. The other options are incorrect because they do not affect the field names in the target file. Using a formula field to update the field name in an activation will not change the field name, but only the field value. Updating attribute names in the data stream configuration will not affect the existing data lake objects or data model objects. Updating field names in the data model object will change the field names for all data sources and activations that use the object, which may not be desirable or consistent. References: Preferred Attribute Name, Create a Data Cloud Activation Target, Cloud File Storage Target


NEW QUESTION # 18
The marketing manager at Cloud Kicks plans to bring in corporate phone numbers for its accounts into Data Cloud. They plan to use a custom field with data set to Phone to store these phone numbers.
Which statement is true when ingesting phone numbers?

  • A. Text value can be accepted for ingestion into = phone data type field.
  • B. The phone number field car only accept 10-digit values.
  • C. Data Cloud validates the format of the phone number at the time of Ingestion.
  • D. The phone number field should be used as a primary key.

Answer: A

Explanation:
When ingesting phone numbers into a custom field with the Phone data type in Salesforce Data Cloud, the correct statement is that text values can be accepted for ingestion into a phone data type field . Here's why:
Understanding the Requirement
The marketing manager at Cloud Kicks plans to ingest corporate phone numbers into Data Cloud using a custom field with the Phone data type.
It is important to understand how phone numbers are validated and stored during ingestion.
Why Text Values Can Be Accepted?
Phone Data Type Behavior :
The Phone data type in Salesforce accepts text values, as phone numbers are typically stored as strings (e.g.,
"+1-800-555-1234").
While the field is designed for phone numbers, it does not enforce strict formatting rules during ingestion.
Validation During Ingestion :
Salesforce does not validate the format of phone numbers at the time of ingestion.
Validation occurs only when the data is used in downstream systems or applications that enforce formatting rules.
Other Options Are Incorrect :
B). Data Cloud validates the format of the phone number at the time of ingestion : This is incorrect because Data Cloud does not validate phone number formats during ingestion.
C). The phone number field can only accept 10-digit values : This is incorrect because the Phone data type supports various formats, including international numbers.
D). The phone number field should be used as a primary key : This is incorrect because phone numbers are not unique identifiers and should not be used as primary keys.
Steps to Ingest Phone Numbers
Step 1: Create a Custom Field
Navigate to Object Manager > Account > Fields & Relationships and create a custom field with the Phone data type.
Step 2: Configure Data Ingestion
Ensure the source data includes phone numbers as text values.
Map the phone number field from the source to the custom field in Data Cloud.
Step 3: Validate Data Usage
Test the ingested data to ensure it meets downstream requirements (e.g., formatting for dialing).
Conclusion
Text values can be accepted for ingestion into a Phone data type field, as phone numbers are stored as strings and formatting validation occurs later in the process.


NEW QUESTION # 19
How does Identity Resolution select attributes for Unified Individuals when there is conflicting information in the Data Model?

  • A. Create additional Rule Sets
  • B. Leverage Match Rules
  • C. Create additional Contact Points
  • D. Leverage Reconciliation Rules

Answer: D

Explanation:
Reconciliation rules are used to select attributes for Unified Individuals when there is conflicting information in the Data Model. Reconciliation rules can use different methods to prioritize values, such as source sequence, most recent value, or most frequent value. For example, if two profiles have different first names, reconciliation rules can determine which one to use for the unified profile based on the source sequence or the most recent value. Reference: Identity Resolution Reconciliation Rules


NEW QUESTION # 20
Which data model subject area should be used for any Organization, Individual, or Member in the Customer 360 data model?

  • A. Membership
  • B. Global Account
  • C. Party
  • D. Individual

Answer: C

Explanation:
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


NEW QUESTION # 21
Northern Trail Outfitters uploads new customer data to an Amazon S3 Bucket on a daily basis to be ingested in Data Cloud. In what order should each process be run to ensure that freshly imported data is ready and available to use for any segment?

  • A. Calculated Insight > Identity Resolution > Refresh Data Stream
  • B. Identity Resolution > Calculated Insight > Refresh Data Stream
  • C. Refresh Data Stream > Identity Resolution > Calculated Insight
  • D. Refresh Data Stream > Calculated Insight > Identity Resolution

Answer: C

Explanation:
The recommended order of processes for updating data in Data Cloud is as follows6:
Refresh Data Stream: This process updates the data from the source, such as Amazon S3, into Data Cloud.
Identity Resolution: This process runs the rulesets that link together multiple records of an individual into a unified profile.
Calculated Insight: This process calculates additional attributes based on existing data, such as lifetime value or churn risk.


NEW QUESTION # 22
Which three options can be used to build a filter in the Segmentation Canvas?

  • A. Calculated Insights
  • B. Related Attributes
  • C. Data Lake Objects
  • D. Streaming Insights
  • E. Direct Attributes

Answer: A,D,E

Explanation:
A window function is a unique requirement of a Streaming Insight query. It defines the time interval for the query to run on the streaming data and the frequency of the query execution. References:
https://help.salesforce.com/s/articleView?id=sf.c360_a_streaming_insights.htm&type=5


NEW QUESTION # 23
A Data Cloud consultant is evaluating the initial phase of the Data Cloud lifecycle for a company.
Which action is essential to effectively begin the Data Cloud lifecycle?

  • A. Identify use cases and the required data sources and data quality.
  • B. Analyze and partition the data into data spaces.
  • C. Use calculated insights determine the benefits of Data Cloud for this company.
  • D. Migrate the existing data into the Customer 360 Data Model.

Answer: A

Explanation:
Data Cloud Lifecycle: The initial phase of the Salesforce Data Cloud lifecycle is critical for setting the foundation for successful data integration and utilization.
Identifying Use Cases:
Importance: Defining clear use cases helps in understanding the business objectives and how Data Cloud can address them.
Required Data Sources: Identifying the necessary data sources ensures that relevant data is ingested into Data Cloud.
Data Quality: Assessing data quality is essential for accurate and reliable data analysis and insights.
Actions:
Step 1: Engage with stakeholders to define specific use cases for Data Cloud.
Step 2: Identify and catalog the required data sources for these use cases.
Step 3: Evaluate the quality of data from these sources to ensure they meet the standards for effective data analysis.
References:
Salesforce Data Cloud Implementation Guide
Salesforce Data Cloud Lifecycle


NEW QUESTION # 24
Which two statements about Data Cloud's Web and Mobile App connector are true?

  • A. Tenant Specific Endpoint is auto-generated in Data Cloud when setting up a Mobile or Web app connection
  • B. Any Data Streams associated with Web or Mobile connector app will be automatically deleted upon deleting the app from Data Cloud Setup
  • C. Mobile and Web SDK schema can be updatedto delete an existing field
  • D. Data Cloud administrators can see the status of a Web or Mobile connector app on the app details page

Answer: A,D

Explanation:
The app details page shows the status of the app, such as active, inactive, or error. The tenant specific endpoint is a unique URL that is generated for each app and used to send data to Data Cloud from the web or mobile SDK. References:https://help.salesforce.com/s/articleView?id=sf.c360_a_web_mobile_app_connector.
htm&type=5


NEW QUESTION # 25
Which operator can be used to create a segment for a birthday campaign that is evaluated daily?

  • A. Is This Year
  • B. Is Birthday
  • C. Is Between
  • D. Is Anniversary Of

Answer: D

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 ofthe year.
References:https://help.salesforce.com/s/articleView?id=sf.c360_a_data_cloud_segmentation_operators.htm&ty


NEW QUESTION # 26
A customer has a custom Customer Email c object related to the standard Contact object in Salesforce CRM.
This custom object
stores the email address a Contact that they want to use for activation.
To which data entity is mapped?

  • A. Custom customer Email__c object
  • B. Contact Point_Email
  • C. Contact
  • D. Individual

Answer: B

Explanation:
The Contact Point_Email object is the data entity that represents an email address associated with an individual in Data Cloud. It is part of the Customer 360 Data Model, which is a standardized data model that defines common entities and relationships for customer data. The Contact Point_Email object can be mapped to any custom or standard object that stores email addresses in Salesforce CRM, such as the custom Customer Email__c object. The other options are not the correct data entities to map to because:
A). The Contact object is the data entity that represents a person who is associated with an account that is a customer, partner, or competitor in Salesforce CRM. It is not the data entity that represents an email address in Data Cloud.
C). The custom Customer Email__c object is not a data entity in Data Cloud, but a custom object in Salesforce CRM. It can be mapped to a data entity in Data Cloud, such as the Contact Point_Email object, but it is not a data entity itself.
D). The Individual object is the data entity that represents a unique person in Data Cloud. It is the core entity for managing consent and privacy preferences, and it can be related to one or more contact points, such as email addresses, phone numbers, or social media handles. It is not the data entity that represents an email address in Data Cloud. References: Customer 360 Data Model: Individual and Contact Points - Salesforce, Contact Point_Email | Object Reference for the Salesforce Platform | Salesforce Developers,
[Contact | Object Reference for the Salesforce Platform | Salesforce Developers], [Individual | Object Reference for the Salesforce Platform | Salesforce Developers]


NEW QUESTION # 27
Which of these is present in Identity Resolution Summary?

  • A. Unified Individuals
  • B. Matched Individuals
  • C. Last Processing Status
  • D. All the above

Answer: D

Explanation:
The Identity Resolution Summary page shows all the above information: Unified Individuals, Last Processing Status, and Matched Individuals. Unified Individuals are the profiles that Data Cloud creates by linking multiple source profiles based on match rules. Last Processing Status shows the date and time of the last identity resolution run and whether it was successful or not. Matched Individuals shows the number and percentage of source profiles that were matched to a unified individual profile. References: Identity Resolution Summary


NEW QUESTION # 28
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. Modify All object permission enabled in Data Cloud org
  • D. Ingest Object permission is enabled in the CRM org

Answer: 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


NEW QUESTION # 29
Which feature can integrate in real time with Salesforce CRM?

  • A. CRM Starter Bundle
  • B. Data Actions
  • C. Data Model Triggers
  • D. Identity Resolution

Answer: B

Explanation:
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


NEW QUESTION # 30
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. Data Harmonization
  • B. Transformation Formulas
  • C. Value Suggestion
  • D. Global Picklists

Answer: C

Explanation:
Value suggestion is a feature of Data Cloud that allows you to identify and select text attributes from a picklist of options. You can use value suggestion to standardize values across different data sources and improve data quality.
References:https://help.salesforce.com/s/articleView?id=sf.c360_a_data_cloud_value_suggestion.htm&type=5


NEW QUESTION # 31
Cloud Kicks has received a Request to be Forgotten by a customer. In which two ways can Data Cloud honor this request?

  • A. Delete the data from the incoming data stream and perform a full refresh
  • B. Use the Consent API to suppress processing and delete the individual and related records from source data streams
  • C. Use Data Explorer to locate and manually remove the Individual
  • D. Add the Individual Id to a headerless file and use the delete from file functionality

Answer: B,D

Explanation:
These two ways can help Data Cloud honor a request to be forgotten by a customer. The Consent API allows you to set a consent flag for an individual that prevents further processing of their data and deletes their records from source data streams. The delete from file functionality allows you to upload a file with individual IDs that will be deleted from Data Cloud. References:
https://help.salesforce.com/s/articleView?id=sf.c360_a_data_cloud_consent_api.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.c360_a_data_cloud_delete_from_file.htm&type=5


NEW QUESTION # 32
Which type of measures with aggregate functions are supported?

  • A. Text
  • B. Date
  • C. Boolean
  • D. Numeric

Answer: D

Explanation:
Numeric is the only type of measures that support aggregate functions. Measures are numeric fields that can be aggregated using functions such as SUM, AVG, MIN, MAX, or COUNT. For example, you can use a measure to calculate the total revenue or the average order value from your data. Date, Text, and Boolean are not types of measures, but types of dimensions. Dimensions are fields that can be used to group or filter data, but not to perform calculations. Reference: Measures and Dimensions


NEW QUESTION # 33
A user needs permissions to access Data Cloud to create, manage, and publish segments. However, the user should not be allowed to create reports or manage data sources. Which permission set should an administrator assign?

  • A. Customer Data Cloud for Marketing Specialist
  • B. Customer Data Cloud for Marketing Data Aware Specialist
  • C. Customer Data Cloud for Marketing Admin
  • D. Customer Data Cloud for Marketing Manager

Answer: A

Explanation:
This permission set should be assigned to a user who needs permissions to accessData Cloud to create, manage, and publish segments, but not to create reports or manage data sources. This permission set allows the user to create and edit segments, calculated insights, streaming insights, and activations, but not to access data streams,data model, identity resolution, or reports.
References:https://help.salesforce.com/s/articleView?id=sf.c360_a_data_cloud_permission_sets.htm&type=5


NEW QUESTION # 34
Which two steps should a consultant take if a successfully configured Amazon S3 data stream fails to refresh with a "NO FILE FOUND" error message?
Choose 2 answers

  • A. Check if correct permissions are configured for the Data Cloud user.
  • B. Check If the file exists in the specified bucket location.
  • C. Check if the Amazon S3 data source is enabled in Data Cloud Setup.
  • D. Check if correct permissions are configured for the S3 user.

Answer: A,B

Explanation:
A "NO FILE FOUND" error message indicates that Data Cloud cannot access or locate the file from the Amazon S3 source. There are two possible reasons for this error and two corresponding steps that a consultant should take to troubleshoot it:
The Data Cloud user does not have the correct permissions to read the file from the Amazon S3 bucket. This could happen if the user's permission set or profile does not include the Data Cloud Data Stream Read permission, or if the user's Amazon S3 credentials are invalid or expired. To fix this issue, the consultant should check and update the user's permissions and credentials in Data Cloud and Amazon S3, respectively.
The file does not exist in the specified bucket location. This could happen if the file name or path has changed, or if the file has been deleted or moved from the Amazon S3 bucket. To fix this issue, the consultant should check and verify the file name and path in the Amazon S3 bucket, and update the data stream configuration in Data Cloud accordingly. References: Create Amazon S3 Data Stream in Data Cloud, How to Use the Amazon S3 Storage Connector in Data Cloud, Amazon S3 Connection


NEW QUESTION # 35
A consultant wants to confirm the Identity resolution they Just set up. Which two features can the consultant use to validate the data on a unified profile?
Choose 2 answers

  • A. Data Actions
  • B. Query API
  • C. Data Explorer
  • D. Identity Resolution

Answer: B,C

Explanation:
To validate the data on a unified profile after setting up identity resolution, the consultant can use Data Explorer and the Query API . Here's why:
Understanding Identity Resolution Validation
Identity resolution combines data from multiple sources into a unified profile.
Validating the unified profile ensures that the resolution process is working correctly and that the data is accurate.
Why Data Explorer and Query API?
Data Explorer :
Data Explorer is a built-in tool in Salesforce Data Cloud that allows users to view and analyze unified profiles.
It provides a detailed view of individual profiles, including resolved identities and associated attributes.
Query API :
The Query API enables programmatic access to unified profiles and related data.
Consultants can use the API to query specific profiles and validate the results of identity resolution programmatically.
Other Options Are Less Suitable :
A). Identity Resolution : This refers to the process itself, not a tool for validation.
B). Data Actions : Data actions are used to trigger workflows or integrations, not for validating unified profiles.
Steps to Validate Unified Profiles
Using Data Explorer :
Navigate to Data Cloud > Data Explorer .
Search for a specific profile and review its resolved identities and attributes.
Verify that the data aligns with expectations based on the identity resolution rules.
Using Query API :
Use the Query API to retrieve unified profiles programmatically.
Compare the results with expected outcomes to confirm accuracy.
Conclusion
The consultant should use Data Explorer and the Query API to validate the data on unified profiles, ensuring that identity resolution is functioning as intended.


NEW QUESTION # 36
Which match criteria is only available as custom in order to perform an exact match in Identity Resolution?

  • A. Phone Number
  • B. Party Identification Id
  • C. Government Id
  • D. Email Address

Answer: B

Explanation:
Party Identification Id is the only match criteria that is only available as custom in order to perform an exact match in Identity Resolution. Party Identification Id is a unique identifier for each Party Identification record in the data model. It is not one of the standard match criteria that Data Cloud provides out of the box, so it has to be created as a custom match criteria. Custom match criteria allow you to use any field from the data model as a match rule. Reference: Create Custom Match Criteria


NEW QUESTION # 37
What does the Ignore Empty Value option do in identity resolution?

  • A. Ignores empty fields when running the standard match rules
  • B. Ignores empty fields when running any custom match rules
  • C. Ignores empty fields when running reconciliation rules
  • D. Ignores Individual object records with empty fields when running identity resolution rules

Answer: C

Explanation:
The Ignore Empty Value option in identity resolution allows customers to ignore empty fields when running reconciliation rules. Reconciliation rules are used to determine the final value of an attribute for a unified individual profile, based on the values from different sources. The Ignore Empty Value option can be set to true or false for each attribute in a reconciliation rule. If set to true, the reconciliation rule will skip any source that has an empty value for that attribute and move on to the next source in the priority order. If set to false, the reconciliation rule will consider any source that has an empty value for that attribute as a valid source and use it to populate the attribute value for the unified individual profile.
The other options are not correct descriptions of what the Ignore Empty Value option does in identity resolution. The Ignore Empty Value option does not affect the custom match rules or the standard match rules, which are used to identify and link individuals across different sources based on their attributes. The Ignore Empty Value option also does not ignore individual object records with empty fields when running identity resolution rules, as identity resolution rules operate on the attribute level, not the record level.
Data Cloud Identity Resolution Reconciliation Rule Input
Configure Identity Resolution Rulesets
Data and Identity in Data Cloud


NEW QUESTION # 38
......

Get instant access to Salesforce-Data-Cloud practice exam questions: https://drive.google.com/open?id=1Op9SgoD-8PUB9Se0XTOQXbUg71nqHsrQ

The best Salesforce-Data-Cloud exam study material and preparation tool is here: https://www.exam4docs.com/Salesforce-Data-Cloud-study-questions.html