Text preview & study summary
Salesforce Sales Cloud Consultant - Certified Sales Cloud Consultant - Lead Opportunity Forecasting Territory CPQ
A free sample of 5 questions from this quiz, shown in full with answer choices and explanations. No interactivity — everything is visible on this page for study and review.
Want to test your knowledge? Launch the Interactive Exam Simulator
Question 1
A global company implements Sales Cloud for their North America and EMEA regions. The EMEA team needs to operate in multiple currencies (EUR, GBP, CHF) while reporting consolidated revenue in USD. What Sales Cloud feature enables this?
Explanation
Salesforce Multi-Currency: (1) Enables multiple currencies in the org, each with conversion rates relative to the corporate (base) currency; (2) Opportunity Amount and other currency fields can be set in the deal's local currency (EUR for European deals); (3) Reports and dashboards display amounts in corporate currency (USD) using the current exchange rate, enabling consolidated reporting; (4) Advanced Currency Management (ACM) enables dated exchange rates — Opportunity close dates use the exchange rate from the close date period, not today's rate, preventing historical distortion as rates change. Without ACM, rate changes retroactively alter historical opportunity values. Option A (separate opportunities per currency) creates data fragmentation. Option C (text amounts) makes financial reporting impossible. Option D (separate EMEA system) eliminates global consolidated visibility.
Question 2
A company's Sales team reports that they are losing track of follow-up activities. Opportunities are closing without the required next steps being documented. Which combination of Sales Cloud features enforces activity tracking discipline?
Explanation
A multi-layered approach to activity discipline: (1) Validation Rule: IF(StageName is advancing AND no future Open Task exists on the Opportunity) THEN block save — this is implemented by checking that the COUNT of Open Tasks with ActivityDate >= TODAY() > 0, using a Roll-Up Summary or a cross-object formula; (2) Sales Path Key Fields can highlight "Next Step" (a standard Opportunity field) at each stage, visually reminding reps to document it; (3) Activity Timeline on the Lightning Record Page shows all logged activities; (4) Einstein Activity Capture automatically logs emails and calendar events from Exchange/Gmail, reducing the friction of manual logging. Together these enforce discipline without purely administrative overrides. Option A (verbal reminders) has no system enforcement. Option C (report) detects problems reactively. Option D (manager-only stage edits) removes rep autonomy and creates a bottleneck.
Question 3
A Sales Cloud consultant is scoping a data migration from the company's legacy CRM (Siebel) to Salesforce. There are 2M Accounts, 5M Contacts, 800K Opportunities with line items, and 10M Activities. What is the recommended migration sequence?
Explanation
Data migration must respect object dependencies to avoid foreign key constraint violations: (1) Reference/lookup target objects must exist before the source objects that reference them; (2) Accounts have no parent objects (beyond Users as owners) and are migrated first; (3) Contacts reference Accounts — migrate after Accounts; (4) Opportunities reference Accounts — migrate after Accounts; (5) Products and Price Books must exist before Opportunity Line Items (PricebookEntry required); (6) Opportunity Line Items reference Opportunities and PricebookEntries — migrate after both; (7) Activities (Tasks/Events) reference Contacts, Accounts, and Opportunities as WhoId/WhatId — migrate last. External IDs on each object enable upsert operations for relationships. Option C (parallel migration) violates dependency order. Options A and D don't address the dependency sequencing.
Question 4
An implementation of Sales Cloud is complete, and the project manager is conducting a User Acceptance Testing (UAT) session. A senior sales rep reports that the Lead conversion process takes too many clicks and is slower than the previous system. How should the consultant address this concern?
Explanation
UAT feedback from key users is valuable input, not a blocker. The correct response is to: (1) Investigate the specific friction points (which fields are mandatory? how many screens?); (2) Identify optimization options — Salesforce Lead conversion can be streamlined by: reducing required fields to minimum viable, using a custom conversion Screen Flow that pre-fills data, mapping Lead fields so they auto-populate on conversion; (3) Compare the configured process with the previous system objectively; (4) Present findings and options to the project sponsor — some changes may be in scope (configuration adjustments), others may require scope change consideration. Option A dismisses valid user feedback and risks poor adoption. Option C (skip Lead conversion) may be a valid option but needs business case analysis. Option D (add more fields) makes the problem worse.
Question 5
A company wants to expose a customer-facing deal registration portal where partners can submit new opportunities. Partner-submitted deals should automatically create Leads or Opportunities in Salesforce and be assigned to the appropriate channel manager. What Salesforce solution addresses this?
Explanation
Salesforce Partner Community (Experience Cloud with Partner Community license) is the purpose-built solution for partner deal registration: (1) Partners get restricted portal access (they can only see their own submitted deals + shared resources); (2) Custom portal pages for deal registration form; (3) Submitted records create Salesforce Leads or Opportunities with the partner as the source; (4) Lead Assignment Rules automatically route deals based on product, geography, or partner tier to the appropriate channel manager; (5) Partners can track their deal status in the portal without accessing internal Salesforce data. Option A (full access) is a security risk and unnecessary for partner users. Option C (email) has no automated routing or tracking. Option D (public Salesforce Site) lacks the authenticated partner experience and deal tracking.
