Data360Create a comprehensive study set for the current Salesforce Certified Data 360 Consultant exam, aligned to the Spring ’26 exam blueprint. I am preparing to take the actual certification exam, so prioritize realistic scenario-based multiple-choice questions, not simple vocabulary flashcards. Cover the exam domains according to their official weighting: Data Activations and Utilization — 20% Segmentation concepts and use cases, segment management, publishing activations, acting on Data 360 data, and using Data 360 with Salesforce Flow. Data Source Connection and Ingestion — 18% Data streams, ingestion methods, batch vs near-real-time/streaming, transformations, connectors, ingestion APIs, Zero Copy, data collaboration, and choosing the correct ingestion architecture. Data Enhancements, Sharing, and Analysis — 18% Calculated insights, streaming insights, Data Graphs, reporting and dashboards, sharing Data 360 data with other systems, predictive AI, generative AI, Einstein/Agentforce use cases, and selecting the appropriate analytics or enrichment capability. Harmonization and Unification — 17% DLOs vs DMOs, data modeling, mappings, Customer 360 Data Model, identity resolution, match rules, reconciliation rules, unified profiles, individual/contact point relationships, and troubleshooting unification scenarios. Solution Positioning — 14% Data 360 terminology, architecture, business value, common customer use cases, Data 360 vs traditional data platforms, Data 360's role in predictive and generative AI, data ethics, privacy, consent, governance, and choosing appropriate solutions for business requirements. Data 360 Setup and Administration — 13% Permissions and permission sets, organization settings, governance configuration, development lifecycle, sandboxes/deployment, troubleshooting, monitoring, usage/consumption, and administrative best practices. Create at least 150 study questions. Make approximately 70% scenario-based multiple-choice questions similar in style and difficulty to Salesforce certification exams. Include questions where two answers appear reasonable but one is the Salesforce-recommended solution. Use a mixture of: • single-answer multiple choice • multiple-select questions clearly labeled “Choose 2” or “Choose 3” • short concept-recall cards for terminology that genuinely needs memorization For every question provide: Question Answer choices Correct answer Why it is correct Why the other answers are wrong Exam clue / wording to watch for Heavily test distinctions that candidates commonly confuse, including: Data Stream vs DLO vs DMO Identity Resolution vs Data Mapping Match rules vs reconciliation rules Calculated Insights vs Streaming Insights Batch vs streaming/real-time ingestion Zero Copy vs copying data into Data 360 Segmentation vs Activation Data Actions vs Activation Targets Data Graphs and their appropriate use cases Data 360-triggered Salesforce Flows Consent, governance, and data deletion Data Spaces and access control Salesforce CRM data vs external data sources Predictive AI vs generative AI use cases Prioritize application and architecture decisions over memorizing UI navigation. After creating the set, organize questions by exam domain and create a final mixed 60-question practice exam weighted according to the official Salesforce exam percentages. Do not reveal answers until after each practice question is attempted, if the app supports that behavior.

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:45 PM on 9/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

10 Terms

1
New cards

A consultant needs to configure Data 360 to combine customer data from Salesforce CRM, a legacy ERP, and a Marketing Cloud instance. Which sequence of data modeling components represents the correct flow from source ingestion to unified profile creation? (Choose 1)

Correct Answer: Data Stream -> Data Lake Object (DLO) -> Data Model Object (DMO) -> Identity Resolution Ruleset -> Unified Data Model Object (Unified DMO).

Why it is correct: Data streams ingest raw data into Data Lake Objects (DLOs) on a 1:1 basis. DLOs are then mapped to standard or custom Data Model Objects (DMOs) during harmonization. Finally, Identity Resolution rulesets run on DMOs (such as Individual and Contact Point DMOs) to generate Unified DMOs.

Why the other answers are wrong: Mapping directly from DLO to Unified DMO bypasses harmonization DMOs, which is not supported. Identity Resolution operates on DMOs, not directly on raw Data Streams or DLOs.

Exam clue / wording to watch for: Watch for options that skip the intermediate DMO harmonization step or attempt to run Identity Resolution directly on DLOs.

2
New cards

Northern Trail Outfitters wants to send an immediate real-time event notification to an external logistics system whenever a customer's high-value order status changes, without waiting for batch segment publication. Which Data 360 feature should the consultant implement? (Choose 1)

Correct Answer: Data Action driven by a Streaming Insight or Data Change Event linked to a Data Action Target.

Why it is correct: Data Actions trigger near-real-time downstream actions (via Data Action Targets like Webhooks, Salesforce Event Bus, or Marketing Cloud) when specific data changes or threshold criteria in Streaming Insights are met, without waiting for scheduled segment activations.

Why the other answers are wrong: Scheduled Activations publish audience segments to activation targets on a scheduled batch basis, not for immediate individual event triggers. Standard scheduled Flow triggers do not operate directly on low-latency streaming changes without Data Actions.

Exam clue / wording to watch for: 'Real-time event notification' without publishing a segment points directly to Data Actions / Data Action Targets rather than Segment Activations.

3
New cards

A financial services client wants to analyze billions of historical transactional records stored in Snowflake inside Salesforce Data 360 without ingesting or duplicating the raw data into Data 360 storage. Which ingestion architecture should the consultant recommend? (Choose 1)

Correct Answer: Zero Copy Integration (Data Federation / Snowflake Zero Copy Partner Connector).

Why it is correct: Zero Copy integration allows Data 360 to query external data platforms (like Snowflake, Amazon Redshift, Google BigQuery, Databricks) directly in place via data virtualization/federation without copying or storing raw data in Data 360 storage.

Why the other answers are wrong: Ingestion API and Batch Connectors copy raw data into Data 360 Data Lake Objects, incurring storage and ingestion processing. Streaming API is for low-latency event ingestion into Data 360, not zero-copy query federation.

Exam clue / wording to watch for: 'Without ingesting or duplicating the raw data' or 'query in place' explicitly indicates Zero Copy / Data Federation.

4
New cards

A consultant needs to display an aggregated metric of total spend over the last 30 days directly on a Contact record layout in Salesforce CRM, updated periodically across multidimensional data. Which capability is most appropriate? (Choose 1)

Correct Answer: Calculated Insights mapped to CRM via Copy Fields or Lightning Components.

Why it is correct: Calculated Insights aggregate multidimensional metric data (e.g., LTV, 30-day spend) across DMOs using SQL functions. They can be exposed to Salesforce CRM core records via Data Cloud Related Lists, Copy Fields, or API endpoints.

Why the other answers are wrong: Streaming Insights aggregate data over short time windows (e.g., streaming 10-minute windows) for immediate event triggering (Data Actions), not complex historical multidimensional aggregations like 30-day spend metrics.

Exam clue / wording to watch for: Look for 'aggregated metric over multi-day historical windows' (Calculated Insights) vs 'short real-time streaming time windows' (Streaming Insights).

5
New cards

A multi-national corporation requires that marketing teams in Europe and North America only access and segment customer records belonging to their respective regions, while maintaining a single global Data 360 instance. Which administrative feature should be configured? (Choose 1)

Correct Answer: Data Spaces.

Why it is correct: Data Spaces provide logical segregation of data, data streams, DMOs, identity resolution rulesets, segments, and insights within a single Data 360 tenant, enabling regional brand/unit access controls and governance.

Why the other answers are wrong: Permission Sets grant functional permissions (e.g., Segment Author vs Admin) but do not partition data logically by region or business unit. Separate Sandboxes are for development/testing, not production regional data partitioning.

Exam clue / wording to watch for: 'Logical segregation within a single instance' or 'regional governance' points to Data Spaces.

6
New cards

During Identity Resolution testing, two customer profiles with different names share the same phone number. The match rule matched them into a single Unified Profile, but the client wants the Unified Profile's First Name field to always show the name from the most recently updated source system record. Which configuration resolves this requirement? (Choose 1)

Correct Answer: Set Reconciliation Rule for the First Name attribute to 'Most Recent' (Source Last Updated).

Why it is correct: Reconciliation Rules determine which source value wins when multiple source records with different values collapse into a single Unified Profile field (e.g., Most Recent, Source Priority, Last Updated).

Why the other answers are wrong: Match Rules control how records are grouped/matched together into a unified ID, not which field value is selected for display on the unified profile attribute. DLO mappings only map source schema fields to DMO attributes.

Exam clue / wording to watch for: Distinguish between 'Match Rules' (grouping/linking records) vs 'Reconciliation Rules' (selecting field attribute values).

7
New cards

A retail client asks why they should adopt Data 360 over their existing traditional Enterprise Data Warehouse (EDW) for customer marketing. Which two advantages specifically highlight Data 360's unique value proposition? (Choose 2)

Correct Answer:

  1. Out-of-the-box harmonization with Salesforce CRM and native activation into Salesforce AI/Agentforce, Flow, and Marketing Cloud.
  2. Built-in Identity Resolution and real-time segmentation engine designed specifically for automated customer engagement.

Why it is correct: Data 360 provides native operational integration into Salesforce customer engagement channels, turn-key identity resolution, and real-time activation, whereas traditional EDWs require custom reverse ETL and middleware to operationalize data.

Why the other answers are wrong: EDWs are excellent for deep offline analytical SQL queries and long-term cold storage; Data 360 is an operational data platform designed for real-time customer data unification and immediate cross-channel activation.

Exam clue / wording to watch for: 'Native activation into CRM/Agentforce' and 'built-in Identity Resolution' are primary differentiators for Data 360 over traditional EDWs.

8
New cards

A system architect is designing an ingestion pipeline for streaming clickstream data from a web mobile application into Data 360 with sub-minute latency. Which connector/method is recommended? (Choose 1)

Correct Answer: Web & Mobile SDK (Interaction SDK) or Streaming Ingestion API.

Why it is correct: Web & Mobile SDKs and the Streaming Ingestion API ingest event-level micro-batches/streams with near-real-time latency directly into Data 360.

Why the other answers are wrong: Salesforce CRM Connector and Amazon S3 Connector typically run on scheduled batch ingestion schedules (e.g., hourly/daily), making them unsuitable for sub-minute real-time clickstream ingestion.

Exam clue / wording to watch for: 'Clickstream', 'real-time', or 'sub-minute latency' requires Web/Mobile SDK or Ingestion API (Streaming).

9
New cards

An enterprise wants to equip Agentforce AI agents with structured contextual customer data, including real-time interactions, past purchase history, and calculated propensity scores, packaged efficiently for LLM consumption. Which feature should be configured? (Choose 1)

Correct Answer: Data Graphs.

Why it is correct: Data Graphs pre-join and materialize complex JSON hierarchical structures combining Unified Profiles, Related DMOs, and Calculated Insights, making them optimized for rapid context fetching by Agentforce and Einstein AI.

Why the other answers are wrong: Standard SQL queries on DMOs are too slow and un-indexed for low-latency generative AI prompt grounding. Streaming Insights are designed for metric streaming thresholds, not deep structured graph contextual JSONs.

Exam clue / wording to watch for: 'Agentforce context grounding', 'pre-joined JSON hierarchy', or 'low-latency structured context for AI' points directly to Data Graphs.

10
New cards

A marketer creates a segment in Data 360 targeting 'Lapsed VIP Customers'. They publish the segment to Marketing Cloud Engagement, but notice that new subscribers are not entering the journey as expected. What is the most likely cause? (Choose 1)

Correct Answer: The Activation Schedule is set to publish on a batch frequency that has not yet run, or the Segment Refresh Schedule is inactive/manual.

Why it is correct: Activations execute on designated refresh schedules (e.g., hourly, daily) or upon segment publish. If the publish schedule has not triggered or the segment refresh is inactive, newly qualified individual profiles in the segment won't push to the Activation Target.

Why the other answers are wrong: Data Actions are for real-time single events, not segment list pushes to Marketing Cloud. Mappings do not control activation publish timing.

Exam clue / wording to watch for: 'Newly qualified profiles not arriving in target system' -> check Segment Refresh Schedule and Activation Publish Schedule.