Data 360 Consultant · domain
Segmentation And Insights
Practise Salesforce Certified Data Cloud Consultant (Data 360 Consultant) (Data 360 Consultant) Segmentation And Insights practice questions — original exam-style scenarios with answer choices, explanations, and analysis of common mistakes.
Focused practice
Practice Segmentation And Insights questions
Scored sessions drawing only from this domain — pick a length below.
Start 20-question practice test →What this domain covers
What to know about Segmentation And Insights
Segmentation And Insights questions test whether you can apply the concept in context, not just recognise a definition.
How the topic appears in realistic exam-style scenarios.
Which detail in the question changes the correct answer.
How to eliminate plausible but wrong options.
How to connect the question back to the wider exam objective.
Watch out for
Common Segmentation And Insights exam traps
- ▸Answering from memory before reading the full scenario.
- ▸Missing a constraint such as cost, availability, security, scope or command context.
- ▸Choosing a broad answer when the question asks for the most specific fix.
- ▸Ignoring why the wrong options are tempting.
Question index
All Segmentation And Insights questions (99)
Click any question to see the full explanation, or start a practice session above.
A consultant needs to create a segment of customers who live in specific postal codes AND have made a purchase of over $100. How should these two different types of attributes be combined in the Segment Canvas?
Medium2A Data Cloud Consultant needs to create a segment of customers who have made a purchase in the last 30 days. Which tool should the consultant use to build this audience?
Easy3Which TWO statements are true regarding segment publishing schedules? (Choose two.)
Medium4An organization requires a Calculated Insight to compute the running total of customer purchases ordered by transaction timestamp. Which SQL analytical clause is required to compute running totals in Data Cloud?
Hard5An organization notices that an activation associated with a segment is failing to deliver data to an external marketing platform. What should the consultant check first?
Medium6Which TWO benefits does a Calculated Insight provide in Data Cloud? Choose 2 options.
Easy7A consultant is investigating why a batch segment publish job failed with an out-of-memory error. The segment contains multiple nested related object containers querying several years of historical transaction data. What is the best architectural remedy?
Hard8Which THREE actions can a consultant perform when configuring segment publishing in Data Cloud? (Choose three.)
Easy9A consultant is designing a segment that requires filtering based on a Calculated Insight metric (e.g., Total Spend > 500). What type of attribute is used in the Segment Canvas to achieve this?
Medium10A consultant is asked to create a segment of customers who live in specific postal codes AND have made a purchase exceeding $100. How should the consultant build this logic in Segment Canvas?
Medium11A consultant wants to create a Calculated Insight that calculates the total revenue generated by each customer over the last 12 months, using an ANSI SQL expression in Data Cloud. Which syntax rule must be followed when writing the Calculated Insight?
Medium12A marketer notices that after updating a segment's criteria, the segment member count drops to zero upon the next publish. What is the most likely reason?
Medium13Which TWO destination types are officially supported for publishing Data Cloud segments via Activation Targets? Choose 2 options.
Easy14A consultant has created a complex segment using multiple related objects (Individual -> Order -> Order Product). When publishing the segment, the job fails with a timeout error. What is the most efficient troubleshooting step to resolve this segment publishing failure?
Hard15Which TWO factors can directly impact the execution time and performance of a batch segment publication? (Choose two.)
Medium16A consultant is troubleshooting a Calculated Insight that aggregates total purchases per customer over the last year. The metric returns incorrect values for several customers. Which THREE factors should the consultant investigate? (Choose three.)
Hard17A Data Cloud user needs to export segment membership to an external AWS S3 bucket for use in a third-party BI tool. Which feature should the consultant configure to achieve this export?
Easy18A consultant wants to ensure that a segment only includes profiles where the customer's email address is not null and email opt-in is set to true. Where should these filters be applied?
Medium19A consultant needs to include attributes from a custom Calculated Insight into a segment rule. What requirement must be met before the Calculated Insight can be used in Segment Canvas?
Medium20Which TWO actions can a consultant perform within the Segment Canvas interface? Choose 2 options.
Easy21A marketer needs to target customers who have purchased Product A AND Product B, but have NOT purchased Product C. How should the consultant configure this logic within the Segment Canvas containers?
Medium22A consultant wants to share audience segment data with an external marketing system that requires real-time API lookups rather than bulk file exports. Which Data Cloud feature should the consultant leverage alongside segmentation?
Medium23An enterprise is running multiple batch segments that refresh daily. Due to downstream dependency requirements, Segment B must only evaluate after Segment A has finished its publishing run. How should the consultant orchestrate this dependency in Data Cloud?
Hard24A consultant wants to create a segment of customers who have not opened any marketing emails in the last 6 months. Which segmentation container type should be used?
Medium25A consultant is designing a Calculated Insight to track the number of distinct product categories a customer has purchased from over the last 90 days. Which SQL function should be used to count unique categories correctly in Data Cloud?
Hard26Which user permission is required to create and publish audience segments in Data Cloud?
Easy27A consultant needs to create a segment based on customer loyalty tier, which is stored in a Custom Object mapped to the Individual DMO. When building the segment, the loyalty tier attribute is showing as blank for many unified profiles. What should the consultant check first?
Medium28When configuring a new segment, what is the significance of selecting the 'Individual' DMO as the primary profile object?
Easy29A marketer needs to target high-value customers in Data Cloud whose total lifetime spend calculated via a Calculated Insight exceeds $10,000. The segment needs to be evaluated continuously as transactions stream into the platform. What is the key limitation the consultant must consider when building this segment?
Medium30A consultant needs to create a segment based on a specific product category purchased by customers. Which Data Cloud feature allows the consultant to traverse from the Unified Individual object down to the Sales Order and Product objects to define this criteria?
Easy31What is the primary function of an Activation in Salesforce Data Cloud?
Easy32A consultant is writing a Calculated Insight that aggregates lifetime spend and needs to filter out records where the transaction amount is null. Which SQL clause should be used in the query to exclude null values?
Hard33A consultant is designing a Calculated Insight to evaluate customer purchase frequency. The business wants to classify customers as 'Frequent', 'Occasional', or 'Rare' based on total order count. Which ANSI SQL construct is best suited for implementing this conditional categorization in the Calculated Insight?
Hard34A consultant is managing segment publishing schedules. Which THREE factors influence when and how batch segments publish? Choose 3 options.
Medium35A calculated insight calculating average order value fails during execution with a timeout error. How should the consultant optimize the query?
Hard36What happens to an active segment when its underlying Data Model Object receives updated data during a scheduled batch ingestion?
Easy37A Data Cloud Consultant needs to create a segment of customers who have made a purchase in the last 30 days. Which type of segment should be used to ensure the membership updates automatically on a scheduled basis?
Easy38Which TWO of the following statements are accurate regarding streaming segments in Data Cloud? (Choose two.)
Hard39What is the primary purpose of an Activation in Salesforce Data Cloud?
Easy40A consultant is writing a Calculated Insight that requires joining two separate Data Model Objects: Sales__dlm (sales transactions) and Product__dlm (product catalog). What is required for this join to execute successfully in a Calculated Insight?
Hard41A consultant is designing segment criteria using related objects. Which THREE of the following capabilities are supported within the Segment Canvas? (Choose three.)
Medium42When reviewing the Segment canvas, a consultant notices a metric called 'Publish History'. What information does this metric provide?
Easy43An enterprise wants to publish a segment of high-value customers to an external S3 bucket. Which feature must the consultant configure prior to publishing the segment?
Easy44Which object type serves as the primary source for building audience segments in Salesforce Data Cloud?
Easy45A Data Cloud Consultant needs to create a segment of customers who have made a purchase in the last 30 days and have an active subscription. However, the purchase data updates in real time via streaming ingestion, while the subscription data is batch-loaded nightly. Which segment type and refresh strategy should the consultant configure?
Medium46Which THREE of the following best practices should a consultant follow when building Calculated Insights to ensure optimal performance? (Choose three.)
Hard47A consultant needs to schedule a batch segment to refresh every Monday at 6:00 AM. Where is this schedule configured?
Easy48A Data Cloud Consultant is designing a batch segment that needs to run daily. Which TWO best practices should the consultant follow to ensure optimal performance and avoid processing timeouts? (Choose two.)
Medium49A consultant is creating a segment that targets individuals who belong to either 'Segment A' or 'Segment B', but explicitly excludes members of 'Segment C'. How should this be constructed on the Segmentation Canvas?
Medium50What role does Identity Resolution play in relation to Data Cloud segmentation?
Easy51A consultant is configuring an activation to Meta (Facebook) Ads. The activation fails because matching criteria require hashed email addresses. How should the consultant resolve this?
Hard52An administrator notices that a streaming segment is failing to publish updates despite new data flowing into the underlying Data Lake Object. What is the most likely cause?
Hard53A Data Cloud Consultant is building a Calculated Insight using ANSI SQL to calculate the average order value (AOV) per customer. When attempting to save the Calculated Insight, the system throws a validation error regarding the dimensions. What is the most likely cause of this error?
Hard54A marketing team wants to analyze customer lifetime value (LTV) across all business units before segmenting on it. Where should the consultant build this metric?
Easy55Which THREE of the following are valid considerations when using Calculated Insights within segment definitions? (Choose three.)
Hard56What is the primary purpose of a Segment in Salesforce Data Cloud?
Easy57A consultant needs to deliver segment membership data to an SFTP server daily. Which component must be configured alongside the segment and activation?
Medium58An organization requires a segment that updates continuously in real-time as users perform specific clickstream actions on a website. Which limitation must the Data Cloud consultant keep in mind when designing a streaming segment?
Medium59A consultant configures an activation to send segment membership to Marketing Cloud Engagement. When the activation runs, contacts are successfully added to a Data Extension, but some subscriber attributes are missing. What should the consultant verify?
Hard60A consultant is configuring a segment that needs to update hourly to capture real-time high-value cart abandoners. Which segment type supports this requirement?
Medium61Which TWO attributes are typically tracked in the Segment Publish History log? (Choose two.)
Medium62Which TWO features or components can be leveraged when building complex audience criteria in the Segment Canvas? (Choose two.)
Medium63A consultant is building a segment and needs to exclude employees whose email addresses end with '@company.com'. Where should this condition be applied?
Medium64A consultant is setting up batch segments in Salesforce Data Cloud. Which TWO characteristics are true regarding batch segments? Choose 2 options.
Easy65A consultant is configuring segment activation for a batch segment. Which TWO settings or options must be configured when setting up the activation? (Choose two.)
Hard66An organization wants to target customers who abandoned their cart more than 24 hours ago but have not completed a purchase since then. How should the consultant configure this time-based criteria in the Segment Canvas?
Medium67A business unit requires a segment to include individuals who have either browsed a product category or abandoned a cart, but explicitly exclude anyone who purchased in the last 7 days. Which Segment Canvas feature should be used?
Medium68A consultant needs to troubleshoot a Calculated Insight that is not returning expected results. Which TWO areas should the consultant check? Choose 2 options.
Medium69A consultant wants to ensure that a segment refreshes every Monday morning before the weekly marketing email campaign launches. How should this be scheduled?
Medium70An administrator notices that segment counts fluctuate wildly between consecutive batch runs. Which THREE potential root causes should the consultant investigate? Choose 3 options.
Hard71What is the primary benefit of using containers in the Segment Canvas?
Easy72Which TWO methods can a consultant use to monitor the status and health of segment publishing jobs in Data Cloud? (Choose two.)
Medium73Which THREE of the following statements are true regarding Calculated Insights in Data Cloud? (Choose three.)
Hard74A consultant creates a segment using a related Engagement Data Model Object (DMO). The segment size is significantly smaller than expected. Upon troubleshooting, the consultant discovers that many records lack a foreign key relationship to the Unified Individual DMO. What architectural mechanism caused this discrepancy?
Hard75A consultant is auditing an enterprise Data Cloud deployment and finds performance bottlenecks during segment publishing. Which THREE architectural adjustments can help resolve performance issues? Choose 3 options.
Hard76A consultant writes a Calculated Insight using ANSI SQL to calculate total spend per customer. When attempting to save, the system throws an error regarding dimensionality. What is the cause?
Medium77When configuring a streaming segment in Data Cloud, which THREE limitations or considerations must a consultant keep in mind? Choose 3 options.
Hard78An enterprise has millions of unified profiles. A complex segment with multiple nested criteria and calculated insights takes an excessively long time to publish. What is a recommended best practice to improve publishing performance?
Hard79A consultant is building a Calculated Insight that aggregates web session data. The requirement is to compute the rolling 30-day average of session durations per user. Which SQL clause or construct is essential for handling time-window calculations in Data Cloud Calculated Insights?
Hard80Which TWO actions should a consultant take when preparing to delete a segment that is no longer needed? (Choose two.)
Medium81A marketer wants to create a segment of High-Value customers based on a Calculated Insight (CI) named 'Customer_Lifetime_Spend_CI'. The CI calculates total spend per individual. When the consultant attempts to add this Calculated Insight as a filter criteria in the Segment Canvas, the CI is not available for selection. What is the most likely cause?
Hard82A consultant needs to create a segment based on the total number of website visits recorded in the last 7 days. The source web tracking data is stored in an engagement DMO. How should the consultant approach this?
Medium83An organization has configured a segment that includes a Calculated Insight metric. When the segment publishes, it completes successfully, but the resulting audience count is unexpectedly lower than expected. What is a recommended investigative step?
Hard84An enterprise marketing team needs to publish a segment containing 50 million profiles to an external activation target every morning at 6:00 AM. The data activation job consistently fails due to timeout errors. Which architectural adjustment should the consultant implement?
Hard85A consultant is troubleshooting a Calculated Insight that fails upon publication with a syntax error. The query uses a CASE statement to categorize customer spend. What is a key syntax requirement for CASE statements in Data Cloud Calculated Insights?
Hard86A consultant needs to segment customers based on whether they have purchased specific product categories. The data model includes Unified Individual, Unified Contact Point, Sales Order DMO, and Product DMO. Which THREE strategies should the consultant employ? Choose 2 options. (Wait, prompt says THREE for half, let's provide 3 correct options). Choose 3 options.
Medium87An organization has configured a segment that includes unified individuals with an open support case. The segment is set to publish daily. However, support agents report that customers who resolved their cases hours before the scheduled publish are still receiving targeted marketing campaigns. How should the consultant redesign this segmentation approach?
Medium88A consultant is troubleshooting a segment where members are appearing multiple times in the activation export file. What is the most likely cause of duplicate profile entries in the activation export?
Medium89How can a consultant verify how many profiles currently qualify for a published segment?
Easy90A consultant is preparing to publish a segment to an Activation Target. Which THREE prerequisites must be verified before activation? Choose 3 options.
Medium91When designing a segment, a consultant wants to see an estimate of the audience size before publishing. Where can this estimated count be viewed?
Easy92A consultant needs to create a segment that identifies customers who purchased items from both 'Electronics' and 'Apparel' categories in the same single order transaction. How should this be structured in the Segment Canvas?
Hard93Where in the Data Cloud setup interface should a consultant navigate to create and manage segment definitions?
Easy94A consultant needs to design a Calculated Insight that evaluates customer churn risk based on purchase frequency and support ticket volume. Which THREE best practices should the consultant apply? Choose 3 options.
Hard95A multinational company needs segments to evaluate rules based on local time zones rather than UTC. How should the consultant configure date-based segment criteria to account for time zone differences?
Hard96When designing Calculated Insights that involve date/time functions, which THREE practices ensure accurate metric generation in Data Cloud? (Choose three.)
Hard97A consultant wants to schedule a segment to refresh and publish automatically every day at 2:00 AM. Where is this schedule configured?
Medium98What happens to an active segment when the underlying Data Model Object schema is modified by removing a field used in the segment criteria?
Easy99An organization runs daily batch segments that take several hours to compute. To improve performance, the consultant decides to optimize the underlying data model relationships. Which practice should the consultant follow?
HardOther domains
All Data 360 Consultant exam domains
Frequently asked questions
- What does the Segmentation And Insights domain cover on the Data 360 Consultant exam?
- Segmentation And Insights questions test whether you can apply the concept in context, not just recognise a definition.
- How many questions are in this domain?
- This page lists all 99 Segmentation And Insights questions in the Data 360 Consultant question bank. The actual exam draws from this domain proportionally to its weighting in the official exam blueprint.
- What is the best way to practise this domain?
- Start with a short focused session (10 questions) to identify gaps, then work through explanations. Repeat with a longer session once the weak areas feel solid.
- Can I practise only Segmentation And Insights questions?
- Yes — the session launcher on this page filters questions to this domain only. Choose any session length for inline explanations and scoring.