Last Updated On : 29-Jun-2026


Salesforce Certified Data 360 Consultant (Data-Con-101) Practice Test

Prepare with our free Salesforce Certified Data 360 Consultant (Data-Con-101) sample questions and pass with confidence. Our Salesforce-Data-360-Consultant practice test is designed to help you succeed on exam day.

94 Questions
Salesforce 2026

Lifecycle ManagementandDeployment

A Data 360 Consultant is configuring a zero- copy architecture where an external Snowflake instance needs to access Data 360 data without the latency of traditional extract, transform, load (ETL) processes. Which capability should the consultant use to expose Data 360 objects to the external Snowflake environment?

A. Data 360 Webhook Subscriptions

B. Data 360 Data Shares

C. Data 360 Data Bundles

D. Data 360 S3 Direct Ingress

B.   Data 360 Data Shares

Explanation:

This question tests zero-copy data access between Data 360 and an external Snowflake environment. The goal is to let Snowflake query Data 360 objects without ETL, duplication, or unnecessary movement of the data. That is exactly what data sharing is designed for in this architecture.

βœ… Correct Option:

B. Data 360 Data Shares
Data Shares are the right capability because they expose Data 360 objects such as DLOs, DMOs, and CIOs to external systems with zero-copy access. For Snowflake, the shared objects can be consumed as views, so the external environment can query current Data 360 data without loading or duplicating it. This matches the requirement for low-latency, in-place access.

❌ Incorrect options:

A. Data 360 Webhook Subscriptions
Webhook subscriptions are event-notification mechanisms, not a way to expose Data 360 objects for external querying. They can alert another system that something changed, but they do not provide direct, zero-copy access to Data 360 data in Snowflake.

C. Data 360 Data Bundles
Data bundles are not the sharing mechanism used to expose live Data 360 objects to Snowflake. They are not designed for external query access or zero-copy federation, so they do not meet the requirement to avoid ETL and data duplication.

D. Data 360 S3 Direct Ingress
S3 direct ingress is an ingestion pattern for bringing data into Data 360, not for sharing Data 360 objects out to Snowflake. It moves data into the platform rather than exposing it externally, so it does not support the requested zero-copy access model.

πŸ”§ Reference:
β‡’ Salesforce Help: Data Shares
β€” Confirms zero-copy data sharing and Snowflake access to Data 360 objects.

β‡’ Salesforce Help: Create a Data Share
β€” Confirms Data Shares are used to share selected Data 360 objects with an external system.

A Data 360 Consultant is setting up a zero- copy data federation connection with a partner, Snowflake. What is the first step the consultant must perform in Data 360?

A. Map the external data directly to the Unified Individual data model object (DMO).

B. Establish a connection in the Data 360 Setup using the specific provider ' s credentials.

C. Create a data stream using the Bulk API category using the specific provider ' s credentials.

D. Run an identity resolution matching rule.

B.   Establish a connection in the Data 360 Setup using the specific provider ' s credentials.

Explanation:

This question outlines the initial steps needed to configure a data federation (zero-copy) architectural bridge between Salesforce Data 360 and an external data warehouse like Snowflake. It tests your understanding of setup sequence prerequisites, specifically establishing the core authentication handshake before data layer actions can begin.

βœ… Correct Option:

B. Establish a connection in the Data 360 Setup using the specific provider ' s credentials:
To initiate a zero-copy data federation architecture, an administrator must first establish a secure handshake between the platforms. This is done inside Data 360 Setup under External Integrations by specifying the Snowflake Account URL, authentication type, and user credentials. This connection creates the underlying communication pipeline required before any databases or schemas can be discovered.

❌ Incorrect options:

A. Map the external data directly to the Unified Individual data model object (DMO):
Data model mapping is a downstream process that occurs after data has been discovered and defined. Additionally, external data cannot be mapped straight to a unified object; it must first map to a standard Data Model Object (DMO) before identity resolution unifies it.

C. Create a data stream using the Bulk API category using the specific provider ' s credentials:
The Bulk API ingestion category is designed for physical data loading and replication. Zero-copy data federation intentionally bypasses physical ingestion APIs to read data in-place, and you cannot define data streams until the primary system connection is live.

D. Run an identity resolution matching rule:
Identity resolution is one of the final configurations in the Data 360 data pipeline. It requires fully ingested or federated data to already be mapped to canonical data models, making it impossible to perform as an initial infrastructure step.

πŸ”§ Reference:
β†’ Learn more at Salesforce Help: Set Up a Snowflake Data Federation Connection which confirms that entering Data 360 Setup and authenticating via credentials serves as the first mandatory step to enable data federation.

A global ecommerce company uses Salesforce Data 360 to unify customer profiles across multiple systems, including Salesforce CRM, Commerce Cloud, and Snowflake. The business wants to securely leverage unified customer data across Snowflake to support analytics and downstream use cases. The solution must meet the following requirements: Customer data accessed from Snowflake must be read- only; Updates to customer profiles must be available in near real time; The overall architecture must minimize operational complexity and data duplication. Which approach should the Data 360 Consultant recommend?

A. Expose Data 360 data through REST APIs and ingest it into Snowflake using streaming ingestion.

B. Schedule nightly exports of Data 360 data to cloud storage and load it into Snowflake using automated pipelines.

C. Replicate Data 360 data into Salesforce standard objects and sync those objects to Snowflake using extract, transform, load (ETL) tools.

D. Use Data 360 Data Sharing to share unified customer data directly to Snowflake.

D.   Use Data 360 Data Sharing to share unified customer data directly to Snowflake.

Explanation:

This question evaluates knowledge of Salesforce Data 360 data sharing architecture and external data access patterns. The requirements emphasize three key factors: read-only access, near real-time availability, and minimal operational complexity with reduced data duplication.

The best solution is the one that allows Snowflake to securely access unified customer data directly without building additional ingestion pipelines or maintaining replicated datasets.

🟒 Correct Option:

D. Use Data 360 Data Sharing to share unified customer data directly to Snowflake.
Data Sharing is designed specifically for secure, low-maintenance integration between Data 360 and platforms like Snowflake. It enables near real-time access to unified customer profiles without requiring physical data replication or custom ETL pipelines. Since the data is shared in a controlled read-only manner, Snowflake users can perform analytics while Data 360 remains the system managing profile updates and governance. This approach minimizes duplication, reduces operational overhead, and supports scalable analytics architecture.

πŸ”΄ Incorrect Options:

A. Expose Data 360 data through REST APIs and ingest it into Snowflake using streaming ingestion.
This approach introduces unnecessary integration complexity and creates duplicated datasets inside Snowflake. API-based ingestion also requires ongoing maintenance, orchestration, and monitoring compared to native data sharing capabilities.

B. Schedule nightly exports of Data 360 data to cloud storage and load it into Snowflake using automated pipelines.
Nightly batch exports do not satisfy the near real-time requirement. This method also increases operational complexity and creates redundant copies of customer data.

C. Replicate Data 360 data into Salesforce standard objects and sync those objects to Snowflake using extract, transform, load (ETL) tools.
This creates multiple unnecessary replication layers and increases synchronization overhead. Salesforce standard objects are not intended to serve as intermediate storage for large-scale analytical sharing scenarios.

πŸ”§ Reference:
β†’ Salesforce Data Cloud Data Sharing Overview
Explains how Data Cloud securely shares unified customer data with external platforms like Snowflake in near real time.
β†’ Salesforce Data Cloud and Snowflake Integration
Describes native data sharing capabilities that reduce duplication and simplify cross-platform analytics architecture.

Data 360 receives a nightly file of all ecommerce transactions from the previous day. Several segments and activations depend upon calculated insights from the updated data in order to maintain accuracy in the customer ' s scheduled campaign messages. What should the Data 360 Consultant do to ensure the ecommerce data is ready for use for each of the scheduled activations?

A. Ensure the segments are set to Rapid Publish and set to refresh every hour.

B. Ensure the activations are set to Incremental Activation and automatically publish every hour.

C. Use Flow to trigger a change data event on the ecommerce data to refresh calculated insights and segments before the activations are scheduled to run.

D. Set a refresh schedule for the calculated insights to occur every hour.

D.   Set a refresh schedule for the calculated insights to occur every hour.

Explanation:

This question tests your ability to orchestrate data dependencies in Data 360 when segments and activations rely on freshly updated calculated insights. The challenge is that a nightly file arrives, but dependent artifacts (calculated insights, segments, activations) each have their own independent schedules. Simply setting hourly refreshes would be inefficient and could miss timing windows. The correct solution is event-driven orchestration using Flows to refresh insights immediately after new data lands, ensuring segments and activations have the most current data before their scheduled runs.

βœ… Correct Option: C. Use Flow to trigger a change data event on the ecommerce data to refresh calculated insights and segments before the activations are scheduled to run.
This approach uses Data Cloud-triggered flows or platform event-based orchestration to create a dependency chain . When the nightly ecommerce file ingestion completes, a flow can trigger the calculated insight refresh. After the calculated insight updates, a segment can be published, followed by activation . This ensures that each activation runs with the most recent data rather than stale insights. Salesforce documentation explicitly demonstrates triggering flows from calculated insight changes to drive downstream processes like case creation or, by extension, segment publishing . Using Flows solves the "freshness" problem without unnecessary processing.

❌ Incorrect options:

❌ A. Ensure the segments are set to Rapid Publish and set to refresh every hour.
Rapid segment publish only supports filtering the last 7 days of engagement data and has concurrency limits . More importantly, refreshing segments hourly does not ensure calculated insights (which feed those segments) are fresh. Segments would query stale calculated insight results.

❌ B. Ensure the activations are set to Incremental Activation and automatically publish every hour.
Incremental activation updates only changed records since the last refresh, reducing processing volume . However, like option A, setting activations to run hourly does not solve the core dependency issueβ€”activations would push segments based on outdated calculated insights if the insights haven't refreshed first.

❌ D. Set a refresh schedule for the calculated insights to occur every hour.
While calculated insights can be scheduled (every 6, 12, or 24 hours) , the requirement states NTO receives a nightly file. Hourly scheduled refreshes would process the same data repeatedly with no new information until the next nightly file arrives. This wastes compute credits and does not guarantee the calculated insight runs immediately after new data lands.

πŸ”§ Reference:
β†’ Trailhead: Trigger Flows from Data 360: Official documentation showing how to create flows triggered by calculated insight changes to automate downstream processes like segment publishing.

β†’ Salesforce Admins Blog: Create Workflows in Data Cloud Using Flow : Demonstrates chaining Data Cloud actions (Refresh DataStream β†’ Run Identity Resolution β†’ Publish Calculated Insights β†’ Publish Segments β†’ Activate) using platform events and flows.

A retail company has customer data scattered across CRM, ecommerce, and support platforms. Marketing and support teams struggle to get a complete picture of the customer because data is inconsistent and siloed. Which Salesforce Data 360 feature should the company implement first to solve this problem?

A. Unifying fragmented customer and business data into a single, comprehensive view

B. Delivering personalized offers across channels based on advanced segmentation

C. Creating real-time AI-driven recommendations for customer engagement

D. Automating proactive service actions using IoT and predictive analytics

A.   Unifying fragmented customer and business data into a single, comprehensive view

Explanation:

This question tests the candidate's understanding of the foundational capability of Salesforce Data Cloud. When customer data is siloed across multiple platforms like CRM, ecommerce, and support systems, the first and most critical step is establishing a unified customer profile. All other advanced capabilities β€” segmentation, AI, automation β€” depend on this unified data foundation being in place first.

βœ… Correct Option:

A. Unifying fragmented customer and business data into a single, comprehensive view
Data Cloud's core function is identity resolution and unified profile creation β€” ingesting data from multiple sources, reconciling duplicate records, and building a single, trusted customer profile. Without this foundation, marketing and support teams cannot act on reliable data. This must be implemented first because every other Data Cloud capability β€” segmentation, AI, automation β€” is built on top of unified, clean customer data.

❌ Incorrect Options:

B. Delivering personalized offers across channels based on advanced segmentation
Segmentation and personalized offer delivery are powerful Data Cloud capabilities, but they are second-stage activities. Accurate segmentation requires clean, unified customer data as its input. Attempting segmentation before resolving data silos and inconsistencies would produce unreliable audience groups and ineffective campaigns β€” making this a premature step without Option A completed first.

C. Creating real-time AI-driven recommendations for customer engagement
AI-driven recommendations depend on high-quality, complete customer profiles to generate accurate and relevant outputs. Building AI models on fragmented, inconsistent, or siloed data produces unreliable and potentially harmful recommendations. This is an advanced capability that belongs later in the Data Cloud implementation journey β€” after unified profiles are established and validated across all data sources.

D. Automating proactive service actions using IoT and predictive analytics
IoT integration and predictive analytics automation represent the most advanced tier of Data Cloud use cases. These capabilities require not only unified customer data but also mature AI models, configured data streams, and established identity resolution. Implementing this before addressing the core data fragmentation problem would create an unstable, unreliable automation layer with no trustworthy data foundation.

πŸ”§ Reference:
β‡’ Salesforce Data Cloud – Unified Customer Profile
β†’ Confirms that unified profile creation is the foundational capability of Data Cloud, resolving fragmented data across sources into a single customer view.

β‡’ Salesforce Data Cloud Overview
β†’ Confirms that unifying customer data is the primary use case and starting point for all Data Cloud implementations before enabling advanced features.

Salesforce-Data-360-Consultant Exam Questions - Home
Page 2 out of 19 Pages