Courseiva

CCNA Setup And Administration Questions

60 questions · Setup And Administration · All types, answers revealed

1
MCQhard

An administrator is setting up Identity Resolution in Data Cloud and wants to ensure that matching rules are scoped correctly to prevent merging records from completely different business units. Where should the administrator apply this scoping?

A.Add a WHERE clause to the Identity Resolution UI restricting records by company code.
B.Assign the ruleset to a specific Data Space during creation.
C.Create separate Salesforce Orgs for each business unit.
D.Configure a sharing rule in Salesforce CRM that propagates to Data Cloud.
AnswerB

Identity resolution rulesets are created and executed within the context of a Data Space, keeping match/merge operations isolated.

Why this answer

Identity resolution rulesets in Data Cloud can be configured and executed within specific Data Spaces to ensure data from separate business units does not cross-match.

2
MCQhard

An administrator has set up a data stream from a custom AWS S3 bucket. The data stream runs, but zero rows are processed and no error is thrown. What configuration check should the administrator perform first?

A.Restart the Data Cloud background worker processes via Setup.
B.Verify that the file path prefix and naming convention in the stream configuration match the actual files in the S3 bucket.
C.Verify that the AWS IAM user has AdministratorAccess across the entire AWS account.
D.Check if the Salesforce core org has reached its daily API storage limit.
AnswerB

If path prefixes or file patterns do not match existing files, the connector finds nothing to ingest and completes with zero processed rows.

Why this answer

When an S3 stream processes zero rows without error, it typically means no files matched the specified file prefix, naming convention, or folder path in the connector settings.

3
MCQeasy

Where in Salesforce Setup does an administrator navigate to initiate the provisioning process for a new Data Cloud org?

A.Setup > Platform Tools > Data Cloud Administration
B.Setup > Apps > Connected Apps > Data Cloud
C.Setup > Feature Settings > Data Cloud > Data Cloud Setup
D.Setup > Quick Find > Data Cloud Setup
AnswerD

Administrators use the Quick Find box in Salesforce Setup to locate and launch Data Cloud Setup.

Why this answer

Data Cloud Setup is accessed directly from the main Salesforce Setup menu by searching for 'Data Cloud Setup' or navigating to the Data Cloud section.

4
MCQmedium

An administrator needs to ensure that users across different regions can only access segments created within their designated Data Space. How should the administrator configure segment creation?

A.Assign the Global Segment Administrator permission set to all users.
B.Apply a global filter in the Segment canvas referencing the user's region profile.
C.Configure sharing rules on the Segment DMO in Object Manager.
D.Create the segments while logged into the specific Data Space context.
AnswerD

When building segments, users select or operate within a Data Space, which scopes the segment to that partitioned data.

Why this answer

Segments are created within the context of a specific Data Space. Administrators and users must select the appropriate Data Space when building segments.

5
MCQeasy

Where do administrators configure and manage Identity Resolution rulesets in Data Cloud?

A.Data Cloud Setup > Data Manager > Identity Resolution
B.Data Cloud Setup > Data Spaces > Rulesets
C.Setup > Security > Identity Providers
D.Setup > Identity > Match Rules
AnswerA

Identity Resolution rulesets are created, configured, and managed within Data Manager in Data Cloud.

Why this answer

Identity resolution is configured under the Data Manager section in Data Cloud.

6
MCQeasy

What is the first step an administrator must take before creating a data stream from an external cloud storage provider like Amazon S3?

A.Configure a Cloud Storage connector in Data Cloud Setup.
B.Assign the Data Cloud Ingestion API permission set to all users.
C.Build custom Calculated Insights to parse the raw storage files.
D.Create a custom Identity Resolution ruleset.
AnswerA

Establishing the connector provides Data Cloud with the necessary authentication and connection parameters to access the S3 bucket.

Why this answer

Before creating a data stream from cloud storage, the administrator must configure the Cloud Storage connector with authentication credentials and bucket details.

7
MCQmedium

An administrator is tasked with connecting an external database to Data Cloud. The database does not support direct streaming, but can export CSV files nightly. Which setup approach should the administrator use?

A.Set up a Cloud Storage connector (e.g., Amazon S3) and configure a scheduled batch data stream.
B.Use the Salesforce CRM connector with external object sync.
C.Configure a Real-Time Interaction Collector webhook.
D.Build a custom Marketing Cloud API integration.
AnswerA

Cloud storage connectors handle scheduled batch file ingestion from repositories like S3.

Why this answer

Nightly CSV exports are best ingested using a Cloud Storage connector (such as Amazon S3, Google Cloud Storage, or Azure Blob) where the files are dropped and pulled on a scheduled basis.

8
MCQhard

An administrator has set up a new Data Cloud org and wants to verify that the out-of-the-box Data Model mappings for the Salesforce CRM Sales bundle are correct. Where should the administrator navigate in Data Cloud Setup?

A.Data Cloud Setup > Data Manager > Data Canvas
B.Setup > Platform Tools > Data Mapping
C.Data Cloud Setup > Object Manager
D.Data Cloud Setup > Data Streams > Mappings
AnswerA

The Data Canvas in Data Manager provides a visual representation of Data Source Objects mapped to Data Model Objects.

Why this answer

Mapping data from Data Source Objects to Data Model Objects is managed under the Data Manager section in Data Cloud.

9
MCQeasy

Which Salesforce tool should an administrator use to check overall license utilization and data storage consumption for Data Cloud?

A.Data Cloud Setup > Setup Audit Trail
B.Salesforce Optimizer
C.Setup > Company Information > Feature Licenses
D.Data Cloud Setup > Organization Setup / Usage
AnswerD

Data Cloud provides specific usage and capacity tracking in Data Cloud Setup to monitor credit consumption, storage, and ingestion limits.

Why this answer

System Overview and Company Information in Salesforce Setup, alongside Data Cloud specific capacity monitors, show storage and usage.

10
MCQmedium

An administrator has created a custom Data Source Object (DSO) and mapped it to a standard Data Model Object (DMO). However, the data is not populating into the DMO. What diagnostic step should the administrator take first in Data Manager?

A.Run an execute anonymous Apex script to force sync the DMO.
B.Restart the core Salesforce CRM instance to flush the cache.
C.Delete and recreate the Data Space.
D.Verify the data stream job status and check for mapping errors or failed record counts in Data Manager.
AnswerD

Checking the data stream monitor in Data Manager reveals whether the ingestion job ran successfully and if records passed the mapping rules.

Why this answer

Checking the Data Stream run history and status in Data Manager is the primary step to ensure data flowed from the DSO to the DMO successfully.

11
MCQhard

An administrator has configured Identity Resolution with multiple match rules (e.g., Email match and Phone match). After running the ruleset, some profiles are merged incorrectly, combining distinct individuals who share a phone number. How should the administrator adjust the configuration?

A.Disable Identity Resolution permanently and rely solely on Calculated Insights for deduplication.
B.Write an Apex trigger on the Unified Customer object to split merged profiles.
C.Delete the Unified Individual DMO and recreate the entire Data Cloud tenant.
D.Refine the match rules or adjust rule precedence to require stronger combinations of identifiers rather than relying on a single weak identifier.
AnswerD

Refining match rules prevents overly aggressive matching by ensuring rules use robust criteria (e.g., first name + last name + email) rather than a single shared attribute.

Why this answer

Identity resolution match rules must be carefully tuned. If rules are too broad (like matching solely on phone numbers where numbers are shared), administrators should refine the match rules or add filter conditions/precedence.

12
MCQhard

An administrator is troubleshooting an Ingestion API stream where payloads are being rejected with a schema validation error. Where can the administrator inspect the expected schema definition required by the Ingestion API?

A.Setup > Apex Classes > IngestionAPIController > Schema
B.Data Cloud Setup > Data Spaces > API Management > Schema Explorer
C.Data Cloud Setup > Ingestion API > select connection / stream bundle to view schema and endpoint details.
D.Setup > Integration > API Schemas > Salesforce Data Cloud
AnswerC

The Ingestion API configuration interface displays the required schema structure and JSON payload format.

Why this answer

The Ingestion API connector configuration in Data Cloud Setup provides the schema definition, OpenAPI specifications, and endpoints for the data stream bundle.

13
MCQeasy

Which administrative tool allows an administrator to view a history of configuration changes made within Data Cloud Setup?

A.Data Manager Activity History
B.Salesforce Setup Audit Trail
C.Salesforce Optimizer Change Log
D.Data Cloud System Log Viewer
AnswerB

The Setup Audit Trail records metadata and configuration changes made by users in Salesforce Setup.

Why this answer

The Salesforce Setup Audit Trail tracks configuration changes made across the org, including Data Cloud setup actions.

14
MCQeasy

Which administrative task is performed in the Data Manager area of Data Cloud?

A.Configuring OAuth connected apps for external API integrations.
B.Managing data streams, data model mappings, and identity resolution rulesets.
C.Assigning permission set licenses to new users.
D.Provisioning the initial Data Cloud tenant instance.
AnswerB

Data Manager is where practitioners configure and monitor data ingestion, data models, and data transformations.

Why this answer

Data Manager is the central workspace for managing data streams, data model mappings, identity resolution, and calculated insights.

15
MCQhard

An administrator is setting up the Amazon S3 connector to ingest CSV files into Data Cloud. During the configuration of the data stream, which prerequisite must be verified in the Amazon S3 bucket settings?

A.The files must be compressed in ZIP format prior to ingestion.
B.The S3 bucket must have public read access enabled for all files.
C.The IAM user or role used for connection must have ListBucket and GetObject permissions on the target bucket.
D.The S3 bucket must be hosted in the exact same geographic AWS region as the Salesforce CRM core instance.
AnswerC

Salesforce Data Cloud requires the connecting AWS identity to have permissions to list and read objects in the specified bucket.

Why this answer

To connect Amazon S3 to Data Cloud, the S3 bucket must have proper bucket policies, access keys or IAM roles configured, and appropriate CORS or network access if required by Salesforce IP ranges.

16
MCQhard

An administrator is troubleshooting a failing Salesforce CRM data stream where standard objects (such as Contact and Account) are not syncing. What is the most likely configuration issue in the CRM connector setup?

A.The Salesforce CRM connector bundle was not deployed or activated during the connector setup wizard.
B.Standard CRM objects must be manually recreated as custom Data Source Objects before streaming.
C.The connected CRM org's API version is set higher than Data Cloud supports.
D.The Salesforce CRM connector requires manual Apex trigger creation for every object to be streamed.
AnswerA

When setting up the Salesforce CRM connector, administrators must deploy and activate data bundles (like Sales and Service bundles) to create the corresponding data streams.

Why this answer

The Salesforce CRM connector relies on specific integration users and automatic bundle creation. If CRM objects fail to sync, permissions or bundle activation status are the primary culprits.

17
MCQhard

An administrator has configured a data stream from a CSV file in Amazon S3. After running the stream, records are failing validation because of date format discrepancies. Where can the administrator inspect the exact error logs for individual failing records?

A.Setup > Data Integration Rules > Error Reports.
B.Data Cloud Setup > Data Manager > Data Streams > select stream > Run History / Monitor.
C.Amazon S3 Console > CloudWatch logs integrated with Salesforce.
D.Setup > Monitoring > Debug Logs with Data Cloud trace flags.
AnswerB

The Data Streams monitor and run history provide insights into row-level errors, parsing failures, and success counts.

Why this answer

Data Cloud provides detailed error logs and run history at the data stream level in Data Manager to troubleshoot parsing and validation failures.

18
MCQeasy

Where in Salesforce Setup can an administrator view the status of Data Cloud background jobs and queue metrics?

A.Setup > Environments > Scheduled Jobs
B.Data Cloud Setup > Monitoring > Background Jobs (or Data Manager monitor)
C.Setup > Company Information > Job Queues
D.Data Cloud Setup > System Logs > Async Queue
AnswerB

Background jobs, ingestion runs, and processing queues are monitored within Data Cloud Setup / Data Manager interfaces.

Why this answer

Data Cloud provides monitoring tools within Data Cloud Setup and Data Manager.

19
MCQmedium

An administrator has added a new custom field to a Data Model Object (DMO) in Data Cloud. However, users are complaining that they cannot see the new field when building segments. What is the likely cause?

A.Calculated insights must be rebuilt before a DMO field is available for segmentation.
B.The field must also be mapped from a Data Source Object (DSO) to the DMO field for data to populate.
C.Data Cloud requires a manual restart of the segment job engine to recognize schema changes.
D.The custom field must be explicitly added to the Identity Resolution ruleset configuration.
AnswerB

Creating a field on a DMO is only the first step; data will not flow into it until the corresponding DSO field is mapped to the new DMO field.

Why this answer

After modifying a DMO or mapping, administrators must ensure the field is mapped properly and that users have the correct field-level security or permission set updates if applicable. Also, segments rely on mapped fields in Data Model Objects.

20
MCQeasy

An administrator needs to assign permission sets to users who will manage data streams and ingestion in Salesforce Data Cloud. Which permission set license must be assigned to the users first?

A.Data Cloud User Permission Set License
B.Data Cloud Streaming API License
C.Customer Data Platform Integration License
D.Salesforce CRM Integration License
AnswerA

This is the correct base license required for users to access Data Cloud features and be assigned Data Cloud permission sets.

Why this answer

Data Cloud requires specific permission set licenses to be assigned before users can be granted functional permission sets like Data Cloud Admin or Data Cloud Marketing Specialist. The Data Cloud Admin or Data Cloud Use permission set license grants access to the core features.

21
MCQeasy

Which feature must be enabled in a Salesforce org before provisioning Data Cloud if the organization plans to ingest data from multiple Salesforce CRM orgs into a single Data Cloud tenant?

A.Platform Encryption
B.Enterprise Territory Management
C.Salesforce CRM Connector
D.Enhanced Domains
AnswerC

The Salesforce CRM connector is the native tool used to connect one or more CRM orgs to Data Cloud.

Why this answer

Multi-org connector setup requires specific org configurations, but standard Data Cloud provisioning allows CRM connection via the Salesforce CRM connector.

22
Multi-Selectmedium

An administrator is setting up a new Salesforce Data Cloud org and needs to configure user access securely. Which TWO steps are required to grant a user access to Data Cloud administrative features? (Choose two.)

Select 2 answers
A.Add the user to the Salesforce CRM Administrator public group.
B.Assign the Data Cloud Admin permission set to the user.
C.Assign the Data Cloud User permission set license to the user.
D.Grant the user the 'Customize Application' permission on their core Salesforce profile.
E.Enable the user as a Marketing Cloud administrator in Engagement setup.
AnswersB, C

The Data Cloud Admin permission set grants administrative rights over data streams, connectors, and configuration.

Why this answer

Assigning administrative access in Data Cloud requires assigning the base permission set license followed by the appropriate administrative permission set (e.g., Data Cloud Admin).

23
Multi-Selectmedium

An administrator is planning to ingest real-time event data into Data Cloud. Which TWO methods or connectors can be utilized for streaming ingestion? (Choose two.)

Select 2 answers
A.Scheduled nightly CSV batch drops via Amazon S3
B.Salesforce CRM nightly change data capture bundle
C.Web and Mobile SDK (Interaction Data Streams)
D.Data Cloud Ingestion API
E.Manual file upload via Data Cloud Setup every 12 hours
AnswersC, D

Web and Mobile SDKs capture real-time visitor behavior and stream events directly into Data Cloud.

Why this answer

Real-time ingestion is supported via the Ingestion API and Web/Mobile SDKs (Interaction Studio / Web & Mobile streams).

24
Multi-Selecthard

An administrator is configuring Identity Resolution in Data Cloud. Which THREE components must be defined as part of an Identity Resolution ruleset? (Choose three.)

Select 3 answers
A.Reconciliation Rules (e.g., precedence rules for selecting attribute values for unified profiles)
B.Apex trigger validation scripts for custom match scoring
C.Target Unified Data Model Objects (e.g., Unified Individual)
D.Core Salesforce duplicate management rules from CRM Setup
E.Match Rules (e.g., matching on email, phone, or name)
AnswersA, C, E

Reconciliation rules define which source attribute values populate the unified profile (e.g., most recent, most frequent).

Why this answer

Identity resolution rulesets require match rules, reconciliation rules, and target objects (Unified Individual/Contact).

25
MCQeasy

Which user interface in Salesforce is used by administrators to monitor the health, status, and row counts of data streams in Data Cloud?

A.Data Cloud Setup > Data Streams
B.Salesforce Optimizer
C.Data Cloud Setup > Monitoring > System Overview
D.Setup > Environments > Data Cloud Health Check
AnswerA

The Data Streams tab in Data Cloud Setup shows real-time ingestion metrics, status, and error logs for all configured streams.

Why this answer

Data Cloud Setup provides the Data Streams tab where administrators can monitor ingestion status, record counts, and errors.

26
Multi-Selecthard

An administrator is troubleshooting a failing Salesforce CRM data stream. Which THREE diagnostic steps or checks should the administrator perform in Salesforce Data Cloud? (Choose three.)

Select 3 answers
A.Check the core CRM Apex code coverage for all triggers in the organization.
B.Verify that the Salesforce CRM connector bundle was successfully deployed and activated.
C.Check the Data Streams monitor in Data Manager for error logs and failed record counts.
D.Verify that all Data Model Objects have been converted to custom Salesforce objects in Object Manager.
E.Review the Salesforce CRM integration user permissions and connection status.
AnswersB, C, E

Unactivated bundles prevent data streams from initializing or syncing correctly.

Why this answer

Troubleshooting CRM data streams involves checking stream run history, connector status, and data model mappings.

27
MCQmedium

An administrator needs to restrict access to a specific Calculated Insight so that only members of the Data Engineering team can view or edit it. How should the administrator accomplish this?

A.Configure permission sets that grant access to calculated insights and assign them exclusively to the Data Engineering team.
B.Assign the users to a custom profile with Read-Only access to Calculated Insights.
C.Set the sharing model for Calculated Insight objects to Private in Sharing Settings.
D.Place the calculated insights into a locked Data Space that blocks all users except administrators.
AnswerA

Access to calculated insights is controlled via permission sets assigned to users.

Why this answer

Calculated insights are secured via Data Cloud permission sets and Data Space assignments. Restricting access involves configuring permission sets and assigning them appropriately.

28
MCQmedium

An administrator needs to ingest data from an external relational database into Data Cloud using a scheduled batch process. Which connector type is best suited for this requirement?

A.Cloud Storage Connector (e.g., Amazon S3, Google Cloud Storage, Azure Blob Storage)
B.Marketing Cloud Connector
C.Real-Time Interaction Collector
D.Salesforce CRM Connector
AnswerA

Cloud Storage connectors allow administrators to schedule batch ingestion of files (CSV, JSON, Parquet) stored in cloud buckets.

Why this answer

External database ingestion where Salesforce pulls data via batch files or direct connections can utilize Cloud Storage connectors (like S3, Google Cloud Storage, Azure Blob) or standard file upload methods. For scheduled batch file drops, Cloud Storage connectors are standard.

29
MCQmedium

An administrator is configuring a Web and Mobile data stream in Data Cloud to track user behavior. Which prerequisite code or SDK must be implemented on the website to feed data into this stream?

A.Salesforce Lightning Component Bundle
B.Marketing Cloud Server-Side JavaScript (SSJS)
C.Data Cloud Web SDK / Interaction SDK
D.Salesforce Mobile SDK for iOS/Android core apps only
AnswerC

The Data Cloud Interaction SDK / Web SDK is embedded on websites to capture and stream real-time user events.

Why this answer

Web and Mobile data streams rely on the Interaction SDK or tracking code snippets provided during stream creation in Data Cloud.

30
MCQhard

An administrator has configured a Calculated Insight that aggregates customer purchase totals. However, when users try to use this Calculated Insight in a segment, the insight is unavailable. What is the most likely administrative oversight?

A.The Calculated Insight must be exported to Amazon S3 before it can be used in segments.
B.The Calculated Insight has not been successfully published or built, or lacks the necessary object relationships for segmentation.
C.The user lacks the 'View Setup and Configuration' permission in core CRM.
D.Calculated insights cannot be used in segments; only Data Model Objects can be used.
AnswerB

Insights must be in a 'Published' state and correctly structured with dimensional relationships to be selectable in segment builders.

Why this answer

Calculated insights must be published and associated with the correct Data Space and object relationships to be available in segmentation.

31
MCQhard

An administrator has configured a Marketing Cloud connector in Data Cloud. However, data streams are failing to initialize because the connected user lacks permissions. Which configuration error most likely occurred?

A.The Marketing Cloud connector user lacks API Integration and Data View permissions.
B.The connected user was not assigned the Data Cloud Admin permission set in Salesforce CRM.
C.The Marketing Cloud tenant URL was entered using HTTP instead of HTTPS.
D.The Marketing Cloud Business Unit was not mapped to a Data Space.
AnswerA

Data Cloud requires the Marketing Cloud API user to have appropriate permissions to access data views and make API calls.

Why this answer

Connecting Marketing Cloud requires the Marketing Cloud connector user to have specific API and data view permissions enabled in Marketing Cloud before establishing the connection in Data Cloud Setup.

32
MCQmedium

An administrator needs to ingest transactional data that updates frequently throughout the day. Which ingestion method should the administrator set up to ensure near real-time data availability in Data Cloud?

A.Scheduled CSV batch ingestion via Amazon S3 every 24 hours.
B.Streaming Ingestion API or Web/Mobile SDK.
C.Manual file upload via Data Cloud Setup every hour.
D.Salesforce CRM nightly batch data sync bundle.
AnswerB

Streaming data sources allow events to be pushed or streamed into Data Cloud in near real-time.

Why this answer

Near real-time ingestion is achieved via streaming data sources such as the Ingestion API or Mobile/Web SDKs.

33
MCQhard

An administrator needs to modify the primary key of a custom Data Model Object (DMO) that already has active data streams mapped to it. What must the administrator do first?

A.Export the DMO schema as XML, edit the primary key tag, and re-import.
B.Disable the Data Space associated with the DMO temporarily.
C.Switch the DMO type from Custom to Standard in Object Manager.
D.Delete all data stream mappings connected to the DMO before modifying the primary key.
AnswerD

Schema modifications like primary keys require removing data mappings and sometimes purging data depending on the exact structural change.

Why this answer

Data Model Objects with active mappings or data flowing into them cannot have their primary keys or core schema structures modified without first removing the dependencies or mappings.

34
Multi-Selectmedium

An administrator needs to partition data and restrict visibility between different regions in Data Cloud. Which TWO features or configuration steps should be used? (Choose two.)

Select 2 answers
A.Data Spaces
B.Permission sets tied to specific Data Spaces
C.Global Organization-Wide Defaults (OWD) set to Private
D.Enterprise Business Unit mapping tables in Marketing Cloud Engagement
E.Core Salesforce Sharing Rules and Territory Management hierarchies
AnswersA, B

Data Spaces partition data model objects, insights, and segments logically.

Why this answer

Data Spaces and permission sets are the core tools used to partition data and restrict visibility in Data Cloud.

35
MCQmedium

An administrator is setting up a new Salesforce CRM data stream and wants to filter out inactive contacts during the ingestion process to save storage. Where can the administrator configure data filtering?

A.Create a Sharing Rule in CRM to block inactive contacts from syncing.
B.Write an Apex trigger on the Data Model Object after ingestion.
C.Apply filter criteria during the Data Stream creation wizard under the filter step.
D.Configure a validation rule in Salesforce CRM Setup.
AnswerC

Data streams allow administrators to define filter conditions so that only relevant records are ingested into Data Cloud.

Why this answer

Data streams support filter criteria during the data stream creation wizard or configuration, allowing administrators to filter records before ingestion.

36
MCQeasy

What is the function of the Data Cloud Setup Home page for an administrator?

A.To manage core Salesforce CRM user profiles and permission sets.
B.To write SQL queries for Calculated Insights.
C.To provide an overview of provisioning status, guided setup steps, and quick links to core configuration tasks.
D.To create marketing segments and activation targets.
AnswerC

Setup Home acts as the central dashboard for administrators to monitor provisioning and access configuration tools.

Why this answer

Data Cloud Setup Home provides a centralized dashboard showing setup progress, key metrics, quick links, and guidance for provisioning and configuring Data Cloud.

37
MCQhard

An administrator needs to ensure that historical data ingestion for a large Salesforce CRM data stream does not impact peak system usage hours. How can the administrator manage the ingestion schedule?

A.Configure the refresh schedule on the Data Stream properties to run during off-peak hours.
B.Set up a Flow in core CRM to pause Data Cloud sync jobs when CPU load is high.
C.Enable asynchronous batch locking in Data Cloud Setup > Performance.
D.Use Salesforce Governor Limits Setup to throttle API calls during peak hours.
AnswerA

Administrators can edit the refresh schedule of data streams to control when batch synchronization occurs.

Why this answer

Data streams created from Salesforce CRM allow administrators to set ingestion frequency and schedules (e.g., hourly, daily) during creation or by editing stream properties.

38
MCQmedium

An administrator is setting up user access in Data Cloud and notices that a user with the 'Data Cloud User' permission set cannot view calculated insights. What is the reason for this?

A.The user must have a Salesforce CRM Administrator profile to view calculated insights.
B.Calculated insights must be manually published to the user's Chatter feed.
C.Calculated insights are automatically encrypted and require Platform Encryption keys assigned to the user.
D.The 'Data Cloud User' permission set only grants base access; specific Calculated Insight viewing/managing permissions or Data Space assignments are required.
AnswerD

Base user permission sets grant minimal access; specific features like calculated insights require appropriate administrative or functional permissions and data space mapping.

Why this answer

Calculated insights require specific functional permissions (such as Data Cloud Admin or specific insight viewing permissions) and access to the corresponding Data Space.

39
MCQeasy

What is the primary purpose of configuring Data Spaces in Salesforce Data Cloud?

A.To logically partition data, insights, and segments within a single tenant for different business units.
B.To increase the maximum data storage capacity of the Data Cloud tenant.
C.To accelerate data stream ingestion speeds from external cloud storage providers.
D.To connect multiple production Salesforce CRM orgs to Data Cloud simultaneously.
AnswerA

Data Spaces provide logical separation of data within a single Data Cloud instance.

Why this answer

Data Spaces allow organizations to partition their data, segments, and insights for security, organizational separation, or multi-brand management.

40
MCQeasy

Which permission set is required for a user to create and run segments in Data Cloud?

A.Data Cloud Integration User
B.Data Cloud Stream Viewer
C.Data Cloud Data Engineer
D.Data Cloud Marketing Specialist
AnswerD

The Data Cloud Marketing Specialist permission set grants users the ability to create segments, activate audiences, and work with marketing-related features.

Why this answer

Users who build and manage segments need the Data Cloud Marketing Specialist permission set or equivalent functional access.

41
MCQmedium

A multinational enterprise is setting up Data Cloud and needs to isolate data visibility between their North American and European business units while sharing the same Data Cloud tenant. What feature should the administrator configure?

A.Sharing Rules
B.Territory Management
C.Business Units
D.Data Spaces
AnswerD

Data Spaces are used to partition Data Cloud objects, insights, and segments for security and organizational isolation.

Why this answer

Data Spaces in Data Cloud allow administrators to partition data and segment criteria logically to restrict data access and management to specific business units or regions within a single tenant.

42
MCQeasy

What is the purpose of assigning the 'Data Cloud Admin' permission set to an administrator?

A.To enable Salesforce CRM platform customization like custom objects and Apex triggers.
B.To allow the user to approve marketing email campaigns sent from Marketing Cloud.
C.To grant full administrative access to configure and manage all Data Cloud features and settings.
D.To manage AWS cloud infrastructure settings directly from Salesforce.
AnswerC

Data Cloud Admin provides comprehensive access to manage data streams, data spaces, identity resolution, and insights.

Why this answer

The Data Cloud Admin permission set grants full administrative control over Data Cloud features, including setup, connectors, data streams, and data spaces.

43
MCQmedium

An administrator wants to ensure that a specific group of marketing users can only view data associated with the 'EMEA' Data Space. How should the administrator enforce this requirement?

A.Update the organization-wide defaults (OWD) for Data Cloud objects to Private for EMEA.
B.Create a custom profile for EMEA users and disable read access to all non-EMEA data streams.
C.Assign the users a permission set that includes access to the 'EMEA' Data Space.
D.Configure a sharing set in Data Cloud Setup pointing to the EMEA region.
AnswerC

Data Space permissions are granted via permission sets, restricting user visibility to data partitioned within that Data Space.

Why this answer

Data Spaces restrict access to data model objects, insights, and segments. Users must be assigned permission sets tied to specific Data Spaces to view data within them.

44
MCQmedium

An administrator needs to ingest customer service case history from a secondary Salesforce CRM org into the same Data Cloud tenant. How should the administrator accomplish this?

A.Export cases from the secondary org via Data Loader and upload them as CSV files to Amazon S3.
B.Configure an additional Salesforce CRM connector pointing to the secondary CRM org and set up a corresponding data stream.
C.Merge the secondary CRM org into the primary CRM org using Salesforce-to-Salesforce.
D.Use Marketing Cloud Connect to bridge the secondary CRM org into Data Cloud.
AnswerB

Data Cloud supports multi-org CRM connections by allowing administrators to configure multiple CRM connectors.

Why this answer

Connecting multiple Salesforce CRM orgs is supported by adding multiple Salesforce CRM connectors in Data Cloud Setup, each pointing to a different CRM org.

45
MCQeasy

What is the primary function of the Data Cloud Setup Assistant?

A.To provision Salesforce CRM sandboxes from production.
B.To guide administrators step-by-step through provisioning, licensing, and initial connector setup.
C.To automatically map all custom CRM fields to Data Model Objects without human intervention.
D.To automatically generate SQL code for Calculated Insights based on natural language prompts.
AnswerB

The Setup Assistant provides a guided checklist for initial configuration tasks.

Why this answer

The Data Cloud Setup Assistant guides administrators through the sequential steps required to provision and configure Data Cloud.

46
MCQhard

An administrator needs to ingest data from an external transactional system using the Ingestion API. The API requests are failing with an HTTP 401 Unauthorized error. What is the most likely cause?

A.The Ingestion API stream is not assigned to an active Data Space.
B.The Ingestion API payload exceeds the maximum batch size of 50 megabytes.
C.The OAuth bearer token is missing, expired, or generated using incorrect Connected App scopes.
D.The target Data Model Object primary key contains duplicate values.
AnswerC

HTTP 401 Unauthorized indicates authentication failure, typically due to invalid or expired tokens or missing OAuth scopes.

Why this answer

Ingestion API requests require a valid OAuth 2.0 Bearer token generated via a Connected App configured with the correct OAuth scopes for Data Cloud.

47
MCQmedium

An administrator has created a new Data Space named 'APAC'. Users assigned to the APAC permission set can see the data streams, but cannot see segments created in other Data Spaces. Is this expected behavior?

A.No, segments must be manually published to all Data Spaces via Data Manager.
B.No, segments are global across all Data Spaces by default unless explicitly restricted by sharing rules.
C.Yes, Data Spaces logically isolate segments, insights, and data objects, preventing cross-space visibility.
D.Yes, but only if Platform Encryption is enabled on the segment objects.
AnswerC

Data Spaces provide strict logical partitioning between data, segments, and insights for different business units or regions.

Why this answer

Data Spaces isolate segments, insights, and data model objects. Segments created in one Data Space are not visible or accessible in another Data Space, which is expected behavior.

48
MCQmedium

An administrator needs to grant a user permissions to create and manage calculated insights and identity resolution rules without granting them full administrative rights over data connectors. Which standard permission set should be assigned?

A.Data Cloud Marketing Specialist
B.Data Cloud Analytics User
C.Data Cloud Integration User
D.Data Cloud Admin
AnswerD

Data Cloud Admin provides full access to configure data streams, identity resolution, calculated insights, and data spaces.

Why this answer

Data Cloud provides out-of-the-box permission sets such as Data Cloud Admin, Data Cloud Marketing Specialist, and Data Cloud Admin / Data Cloud User. To manage insights and identity resolution without full admin rights, the Data Cloud Admin or specific functional combinations are used, but Data Cloud Admin covers rules. Let's look at the standard options.

49
MCQhard

An administrator has provisioned Data Cloud in a Sandbox org for testing. After refreshing the Sandbox, the administrator notices that the Data Cloud connection is broken and data streams are failing. What is the expected behavior of Data Cloud in Salesforce Sandboxes?

A.Data Cloud configuration is fully preserved and requires no manual intervention after a sandbox refresh.
B.Data Cloud is not provisioned by default in refreshed sandboxes and requires reprovisioning or re-establishing connections.
C.Data Cloud data streams automatically switch to mock test data after a sandbox refresh.
D.Sandbox refreshes automatically clone all data lakes and S3 buckets linked to Data Cloud.
AnswerB

Sandbox refreshes disrupt or wipe Data Cloud provisioning and external connections, requiring reconfiguration.

Why this answer

Data Cloud is not fully supported or automatically preserved across standard sandbox refreshes in the same manner as core CRM configuration, often requiring reprovisioning or special handling.

50
MCQeasy

Which permission set license allows users to be assigned the 'Data Cloud Marketing Specialist' role?

A.Data Cloud User Permission Set License
B.Customer Data Platform Integration License
C.Salesforce Marketing Cloud Engagement License
D.Platform Analytics License
AnswerA

The Data Cloud User permission set license is required to assign functional permission sets like Data Cloud Marketing Specialist.

Why this answer

Permission set licenses grant users eligibility for permission sets. The Data Cloud user or admin permission set license must be assigned first.

51
MCQhard

An administrator has set up a data stream from Marketing Cloud Engagement. After activation, the stream shows a status of 'Error: Invalid DE Schema'. What is the likely cause and remediation?

A.The Marketing Cloud connector user lacks Read permission on the Account object in CRM.
B.The Data Extension name contains spaces and special characters that Data Cloud's streaming engine rejects.
C.The Marketing Cloud Engagement account was disconnected from the CRM org.
D.The Marketing Cloud Data Extension lacks a defined primary key or uses unsupported data types.
AnswerD

Data Cloud requires data streams from Marketing Cloud Data Extensions to have a primary key defined in Marketing Cloud.

Why this answer

Data extensions in Marketing Cloud Engagement must have a primary key and valid data types supported by Data Cloud. If a Data Extension lacks a primary key, the data stream will fail.

52
Multi-Selecthard

An administrator is configuring data streams from an Amazon S3 bucket. Which THREE requirements must be met for successful data ingestion? (Choose three.)

Select 3 answers
A.The data stream configuration must specify the correct file path prefix and naming convention.
B.The S3 bucket must be configured with public read-write access for all external IP addresses.
C.The Cloud Storage connector must be configured with valid authentication credentials (e.g., IAM role or Access Key).
D.Every CSV file must include an Apex trigger definition in the header row.
E.Files must be in a supported format such as CSV, JSON, or Parquet.
AnswersA, C, E

The ingestion engine relies on exact path prefixes and naming patterns to locate source files.

Why this answer

AWS S3 integration requires proper bucket permissions, correct file formats (CSV, JSON, Parquet), and valid connector configuration in Data Cloud.

53
MCQhard

An administrator needs to configure Data Cloud to ingest streaming data via the Ingestion API. Where does the administrator generate the necessary security credentials and connection parameters, such as tenant-specific endpoints?

A.Setup > Feature Settings > Salesforce Identity > API Access
B.Setup > Apps > Connected Apps
C.Data Cloud Setup > Ingestion API
D.Data Cloud Setup > Data Spaces > API Management
AnswerC

Data Cloud Setup includes a dedicated section for Ingestion API where connectors and data streams are configured and credentials are generated.

Why this answer

Ingestion API setup requires creating an Ingestion API connection and bundle in Data Cloud Setup, which provides the endpoint URLs and authentication details.

54
MCQmedium

An administrator wants to connect a Marketing Cloud Engagement account to Data Cloud. What is the initial setup step required in Marketing Cloud before establishing the connection in Data Cloud?

A.Install the Data Cloud Managed Package from AppExchange into Marketing Cloud.
B.Export all subscriber data to an FTP server for Data Cloud to pick up via SFTP connector.
C.Enable Marketing Cloud Connect and map the enterprise ID to the Salesforce CRM org ID.
D.Create an Installed Package with API Integration in Marketing Cloud to obtain Client ID and Client Secret.
AnswerD

Connecting Marketing Cloud to Data Cloud requires credentials generated via an Installed Package in Marketing Cloud Engagement.

Why this answer

Establishing the Marketing Cloud connector requires creating an API integration (Installed Package) in Marketing Cloud with appropriate permissions.

55
MCQmedium

An administrator is setting up a Salesforce CRM data stream and notices that certain custom objects created in CRM are not available to select in the CRM connector bundle wizard. What is the reason?

A.Custom objects are automatically blocked from Data Cloud by Salesforce security baselines.
B.Custom objects must be converted to standard objects in Object Manager before streaming.
C.Custom objects must be ingested using individual custom Salesforce CRM data streams if they are not included in the standard CRM bundles.
D.The administrator must first write an Apex SOAP web service to expose custom objects to Data Cloud.
AnswerC

Standard CRM bundles cover specific standard objects; custom objects can be added via custom data streams using the CRM connector source.

Why this answer

Custom objects in CRM must have specific properties (such as being queried via API or included in change data capture / enabled for reporting/streaming) or custom objects can be added via custom data streams if not part of the standard CRM bundles.

56
MCQhard

An administrator is setting up an AWS S3 data stream and receives an error indicating that Salesforce Data Cloud cannot assume the IAM role provided. What is the most likely misconfiguration in AWS?

A.The IAM trust policy (assume role policy) does not correctly specify the Salesforce AWS account ID and external ID.
B.The Salesforce Data Cloud connector user password has expired in AWS IAM.
C.The S3 bucket policy lacks a public read statement for all IP addresses.
D.The AWS S3 bucket is encrypted using AES-128 instead of AES-256.
AnswerA

AWS IAM cross-account access requires a trust relationship allowing Salesforce's AWS principal to assume the role using the provided external ID.

Why this answer

Cross-account access between Salesforce Data Cloud and AWS S3 requires configuring an IAM role with a trust relationship (assume role policy) that specifies Salesforce's AWS account ID and external ID.

57
MCQmedium

An administrator has configured a data stream from a Google Cloud Storage bucket. The stream runs successfully, but no new records appear in the Data Model Object. Upon checking, the administrator realizes the files are placed in the bucket using a nested folder structure that the connector is not parsing. How should the administrator resolve this?

A.Write an Apex trigger in Google Cloud Storage to flatten the folder structure.
B.Update the file path and prefix settings in the Data Stream configuration to include wildcard or subfolder patterns.
C.Recreate the Google Cloud Storage bucket as an Amazon S3 bucket.
D.Move all files to the root directory of the Google Cloud Storage bucket and restart the Salesforce CRM connector.
AnswerB

Adjusting the file path and naming pattern ensures the connector correctly scans subfolders or specific file prefixes.

Why this answer

Cloud storage connectors require proper path and file pattern configurations (such as wildcard matching) to locate and ingest files within nested folders.

58
MCQeasy

Which tool is used to monitor the consumption of Data Cloud credits (such as ingestion, query, and storage credits)?

A.Salesforce Billing and Invoice Manager
B.Data Manager > System Monitoring > Credits
C.Data Cloud Setup > Usage Dashboard
D.Setup > Company Information > Credit Ledger
AnswerC

The Usage Dashboard in Data Cloud Setup tracks consumption metrics for storage, streaming, queries, and activations.

Why this answer

Data Cloud Usage tab in Data Cloud Setup monitors credit consumption.

59
MCQhard

An administrator needs to schedule a batch data stream to ingest data from Amazon S3 every 4 hours instead of daily. Where is this frequency configured?

A.Update the AWS EventBridge rule governing the S3 bucket trigger.
B.Edit the Data Stream schedule in Data Manager / Data Streams to select the desired 4-hour frequency.
C.Configure a Cron expression in core Salesforce Setup > Scheduled Jobs.
D.Contact Salesforce Support to modify backend batch intervals.
AnswerB

Data stream refresh frequency (e.g., hourly, every few hours, daily) can be configured directly in the data stream settings.

Why this answer

Data stream refresh schedules are configured in the data stream properties during creation or by editing an existing stream in Data Manager / Data Streams.

60
MCQeasy

Which license type must be provisioned in Salesforce to enable the use of Data Cloud features?

A.Marketing Cloud Engagement Enterprise License
B.Heroku Enterprise Database License
C.Salesforce Platform Enterprise License only
D.Data Cloud Tenant License and Permission Set Licenses
AnswerD

Data Cloud requires a foundational tenant license provisioning, followed by assigning permission set licenses to individual users.

Why this answer

Data Cloud requires specific tenant provisioning and base licenses before any users can access the platform.

Ready to test yourself?

Try a timed practice session using only Setup And Administration questions.