Courseiva

Salesforce Certified Sales Cloud Consultant (Sales-Con-201) (Sales-Con-201) (Sales-Con-201) — Questions 151225

321 questions total · 5pages · All types, answers revealed

Page 2

Page 3 of 5

Page 4
151
MCQhard

A Sales manager wants to report on the progress of sales cycles. They notice that the 'Stage' field is not accurately reflecting the actual sales duration. Which feature should be used to enforce specific stages based on opportunity probability?

A.Flow Builder.
B.Sales Processes.
C.Validation Rules.
D.Opportunity Teams.
AnswerB

Sales Processes control the values available in the Stage field based on Record Types.

Why this answer

Sales Processes allow you to define different stages for different types of opportunities, ensuring data integrity.

152
Multi-Selectmedium

Universal Containers wants to ensure that specific fields (e.g., Tax ID) are masked or restricted so that only finance managers can view them, while sales reps cannot. Which TWO features should the Consultant implement? Choose 2 options.

Select 2 answers
A.Web-to-Lead settings
B.Assignment Rules
C.Sharing Rules
D.Salesforce Shield Platform Encryption
E.Field-Level Security (FLS)
AnswersD, E

Shield Encryption masks or restricts sensitive field data for users without specific permissions.

Why this answer

Field-Level Security (FLS) and encrypted fields (using Shield Platform Encryption) secure sensitive data from unauthorized profiles/users.

153
MCQmedium

What is the purpose of 'Opportunity Splits'?

A.To split the opportunity into multiple records.
B.To allocate revenue percentage to multiple team members.
C.To create multiple orders.
D.To divide the work among team members.
AnswerB

This is the primary function of splits.

Why this answer

Splits allow multiple users to get credit for a single Opportunity.

154
MCQhard

An enterprise client requires integration between Sales Cloud and their external ERP system to sync orders and invoices. The integration needs to handle high transaction volumes and ensure fault tolerance if the ERP goes offline temporarily. Which architecture pattern should the consultant recommend?

A.Synchronous point-to-point Apex REST callouts triggered directly on every Account update.
B.Exporting a CSV of orders from Salesforce manually every night and emailing it to the ERP administrator.
C.An event-driven architecture utilizing Salesforce Platform Events and an enterprise integration middleware (such as MuleSoft) to queue and retry messages asynchronously.
D.Using screen flows to prompt sales reps to manually re-enter order details into both systems simultaneously.
AnswerC

Platform Events and middleware decouple the systems, providing robust queuing, fault tolerance, and scalability.

Why this answer

Asynchronous event-driven architecture using Platform Events or Enterprise Service Bus ensures decoupling and retry capabilities.

155
MCQeasy

What is a primary objective of defining success metrics prior to a Sales Cloud implementation?

A.To configure organization-wide sharing settings
B.To establish a baseline and evaluate project ROI and business value post-launch
C.To determine the exact pricing tier of Salesforce enterprise licenses
D.To write automated unit tests for custom Apex controllers
AnswerB

Ensures accountability and clear measurement of business impact.

Why this answer

Establishing metrics beforehand provides a clear benchmark to evaluate whether the project achieved its intended business outcomes.

156
MCQmedium

How can a Sales Rep provide a quote to a customer directly from an Opportunity?

A.By emailing the Opportunity.
B.By creating a new Account.
C.By using the 'New' button on the Quote related list.
D.By converting a Lead.
AnswerC

This is the standard way to initiate a quote for an opportunity.

Why this answer

The 'Create Quote' button or related list is used to generate a Quote record linked to the Opportunity.

157
MCQhard

Universal Containers utilizes multi-currency and wants to migrate historical opportunities with various currencies. Some currencies are no longer active in Salesforce. What action must the Consultant take?

A.Disable multi-currency during the migration process.
B.Map the currency ISO codes to the standard CurrencyIsoCode field and Salesforce will reactivate them automatically.
C.Convert all historical currency amounts into the corporate currency in the CSV file.
D.Temporarily reactivate the historical currencies in Company Information before data loading.
AnswerD

Salesforce requires currencies to be active to accept them during record creation or migration.

Why this answer

Inactive currencies cannot be assigned to new or migrated records until they are temporarily reactivated in Company Information.

158
MCQhard

A company needs to track the 'Source' of their revenue. They have multiple campaigns. What is the most effective way to allocate revenue to these campaigns?

A.Use Campaign Influence to associate multiple campaigns with an Opportunity.
B.Use the 'Lead Source' field only.
C.Only assign one primary campaign per opportunity.
D.Create a custom field for every campaign.
AnswerA

This supports complex attribution models.

Why this answer

Campaign Influence allows for multi-touch attribution, allowing revenue to be split across campaigns.

159
MCQmedium

A user is unable to create a Quote. What is the most likely reason?

A.The user does not have a license for CPQ.
B.The 'Quotes' related list is not on the Opportunity page layout.
C.The user is not in a role hierarchy.
D.The Account does not have a contact.
AnswerB

Without the related list, the user cannot interact with quotes from the opportunity.

Why this answer

The Quote object must be added to the Opportunity page layout, and the user must have access to the object.

160
MCQhard

An enterprise customer has a sales structure spanning multiple geographic regions. Accounts are assigned to territories. The VP of Global Sales needs to see a forecast that aggregates all regional territories without double counting. How should the forecast hierarchy be structured?

A.Use User Role forecasting and map all regional managers under the Global VP role.
B.Build a single territory model with a multi-level territory hierarchy, where regional child territories roll up into a global parent territory, and enable Territory Forecasting.
C.Create separate territory models for each region and merge them using custom roll-up summary fields.
D.Assign the VP of Global Sales to every regional territory as a secondary user and use Collaborative Forecast adjustments.
AnswerB

Territory hierarchies roll up cleanly to parent nodes without double counting if structured as a strict tree.

Why this answer

Parent-child relationships in the territory model dictate rollup rollups in territory-based forecasting.

161
MCQeasy

An administrator wants to ensure that sales reps record the competitor name whenever an opportunity is closed-lost. Which feature is best suited for this?

A.A Validation Rule checking if the 'StageName' is 'Closed Lost' and the 'Competitor' field is blank.
B.Einstein Opportunity Scoring
C.Sales Process dependent picklists
D.Custom Fiscal Year settings
AnswerA

Validation rules prevent saving records when required fields for specific stages are omitted.

Why this answer

Dependent picklists or validation rules combined with page layout rules (or Lightning Record Page conditional visibility) can require competitor input.

162
MCQmedium

A client's sales team is divided into enterprise and SMB segments. Enterprise reps require a 10-step sales process with multiple legal and security reviews, while SMB reps need a fast 3-step transactional sales process. How should the consultant configure Sales Cloud to support this?

A.Force both teams to use the exact same 10-step sales process to maintain reporting consistency.
B.Use custom validation rules that conditionally hide stages based on the logged-in user's shoe size.
C.Build two completely separate custom objects for Enterprise Opportunities and SMB Opportunities.
D.Configure separate Sales Processes, Opportunity Record Types, and tailored Page Layouts assigned by profile or permission set.
AnswerD

Record types and sales processes allow different workflows while consolidating data under the Opportunity object.

Why this answer

Sales Processes, Record Types, and Dynamic Forms/Layouts allow tailored workflows per business segment.

163
MCQmedium

A manager wants to ensure that all Opportunities over $1M have an Opportunity Team assigned before they can move to 'Closed-Won'. What tool should be used?

A.Workflow Rule.
B.Flow Builder.
C.Validation Rule.
D.Lead Assignment Rule.
AnswerC

Validation rules can check criteria and block saves if conditions are not met.

Why this answer

Validation Rules can check for the presence of records in a related list or specific fields before allowing a stage change.

164
Multi-Selectmedium

A consultant is planning a Salesforce Sales Cloud implementation for a mid-sized B2B company. Which TWO discovery activities are critical for establishing a successful project scope and baseline? (Choose two)

Select 2 answers
A.Selecting third-party AppExchange packages before understanding any business requirements.
B.Conducting workshops to map current 'as-is' sales processes and identify pain points.
C.Interviewing key stakeholders and end-users to gather business requirements and success metrics.
D.Writing all custom Apex triggers and Lightning Web Components before meeting the client.
E.Migrating all legacy database tables into Salesforce production immediately without data cleansing.
AnswersB, C

Mapping 'as-is' processes identifies operational bottlenecks and establishes the implementation baseline.

Why this answer

Process mapping and stakeholder interviews are fundamental discovery activities to establish scope and business baselines.

165
Multi-Selecthard

A multinational client requires strict data governance and compliance when migrating legacy sales data into Sales Cloud. Which THREE practices should the consultant incorporate into the data migration plan? (Choose three)

Select 3 answers
A.Establishing a formal sign-off milestone with data stewards after data validation is complete.
B.Performing data cleansing and deduplication on the source data before loading into Salesforce.
C.Erasing all legacy database backups immediately before starting the migration process.
D.Executing a test migration in a full sandbox environment to validate transformation rules and load performance.
E.Loading all data directly into production on a Friday night without any prior test runs.
AnswersA, B, D

Business sign-off ensures accountability and confirms data accuracy.

Why this answer

Data cleansing, staging environments, and backup verification are essential data migration best practices.

166
Multi-Selectmedium

A Sales Director wants to leverage Sales Cloud Einstein and generative AI features to improve rep productivity and deal closure rates. Which THREE capabilities are natively provided by Sales Cloud Einstein and Einstein generative AI? (Choose three.)

Select 3 answers
A.Automatic creation of enterprise accounting ledger entries from closed-won opportunities
B.Generative AI tools to draft personalized follow-up emails based on opportunity context
C.Einstein Call Summaries and key point extraction from recorded sales calls
D.Automated lead scoring based on historical conversion patterns
E.Automatic routing of customer support cases to tier-3 escalation queues
AnswersB, C, D

Einstein generative AI drafts contextual emails using CRM data.

Why this answer

Sales Cloud Einstein provides predictive and generative features including Einstein Opportunity Scoring, Einstein Email Generation, and Einstein Call Summaries.

167
Multi-Selecthard

An organization is preparing its pre-rollout success metrics and governance plan for Sales Cloud. Which THREE components are essential to include in a robust governance framework? Choose 3 options.

Select 3 answers
A.A formal change request intake and evaluation process for new configuration or customization requests.
B.Allowing every individual sales rep to install unvetted AppExchange packages directly into production.
C.Prohibiting any modifications to the system after the initial go-live date under any circumstances.
D.Scheduled data quality and duplicate management audits to maintain trust in system reporting.
E.A cross-functional steering committee representing sales leadership, IT, and business operations to prioritize requests.
AnswersA, D, E

A structured intake process prevents uncontrolled technical debt and scope creep.

Why this answer

A governance framework requires a cross-functional steering committee, a documented intake process for change requests, and periodic data quality audits. Relying solely on developers or unstructured requests leads to system bloat.

168
MCQmedium

A sales team wants to ensure that all outbound emails sent through Sales Engagement automatically log against the related Contact and Opportunity records. Where is this behavior managed?

A.Through Workflow Rules on the Task object.
B.By creating an Apex trigger on the EmailMessage object.
C.In the user's personal Email Integration settings under 'Auto-Log Outbound Emails'.
D.In Sales Engagement Settings and Einstein Activity Capture configuration.
AnswerD

Email logging and syncing are configured in EAC and Sales Engagement settings.

Why this answer

Email settings and activity settings govern how emails log to records.

169
MCQhard

Cloud Kicks is utilizing Collaborative Forecasting and needs to ensure that forecast adjustments made by regional sales managers are auditable and do not overwrite the underlying opportunity amounts. How should the Consultant configure forecasting?

A.Create a custom currency field on the Opportunity object and use workflow rules to update amounts.
B.Enable Manager Adjustments in Collaborative Forecasts setup and configure forecast history tracking.
C.Enable Custom Opportunity Split types and apply forecast overrides at the product level.
D.Enable Pipeline Inspection and apply custom stage probabilities.
AnswerB

Manager adjustments allow superiors to adjust forecasts while preserving the original amounts and creating an audit trail.

Why this answer

Collaborative Forecasts support manager adjustments, which are saved separately from owner adjustments and underlying opportunity amounts, maintaining a clear audit trail.

170
MCQeasy

What is the purpose of the 'Lead Conversion' process?

A.To create an Account, Contact, and Opportunity from a Lead.
B.To change the Lead status to 'Closed'.
C.To merge two duplicate leads.
D.To archive old leads.
AnswerA

This is the core function of the lead conversion workflow.

Why this answer

Lead conversion transforms a qualified Lead into an Account, Contact, and optionally an Opportunity.

171
MCQeasy

Which artifact is typically created during the pre-rollout planning phase to outline key milestones, training dates, and go-live schedules?

A.Apex Class Code Coverage Report
B.Daily System Error Log
C.Hard Drive Capacity Allocation Chart
D.Project Implementation Roadmap and Master Schedule
AnswerD

Provides a structured timeline and aligns stakeholders on key project gates.

Why this answer

An implementation roadmap or master project plan outlines timelines, milestones, and go-live dates.

172
Multi-Selectmedium

Which TWO features are used to manage visibility of sensitive fields?

Select 2 answers
A.Sharing Rules.
B.Field-Level Security.
C.Role Hierarchy.
D.Public Groups.
E.Profile-based layout assignments.
AnswersB, E

FLS is the primary security control.

Why this answer

Field-Level Security and Page Layouts (in conjunction) control visibility, though FLS is the primary security mechanism.

173
MCQeasy

A consultant has completed the configuration of a Sales Cloud sandbox. Before promoting the changes to staging and production, what is the best practice for documenting the configuration work?

A.Export the entire schema into an unformatted CSV file without field descriptions.
B.Record a video walkthrough of the sandbox setup and email it to the client admin.
C.Create and maintain a comprehensive Technical Design Document (TDD) detailing objects, fields, flows, profiles, and permissions.
D.Rely entirely on the automatically generated Salesforce release notes.
AnswerC

A TDD provides a permanent reference record of all custom metadata and configuration.

Why this answer

Maintaining a comprehensive Design and Configuration document ensures traceability and aids future administrators.

174
MCQmedium

A Consultant is importing Leads and needs to ensure that lead owners are assigned based on existing Assignment Rules rather than defaulting to the user performing the import. How should this be configured in Data Loader?

A.Map the Owner ID column to a blank value in the CSV file.
B.Check the 'Use Assignment Rules' box in Data Loader settings.
C.Write a Process Builder to change the owner after insert.
D.Use Data Import Wizard, which ignores assignment rules by default.
AnswerB

Data Loader advanced settings include an option to trigger active assignment rules during insert/update.

Why this answer

When using Data Loader, administrators can check the 'Insert Null Values' or configure the batch settings, but assignment rules are respected by checking the 'Assignment Rules' checkbox in Advanced Settings.

175
MCQmedium

An organization is launching Sales Cloud and wants to design an effective training program. According to best practices, when should end-user training sessions take place relative to go-live?

A.Continuously throughout the design phase without hands-on practice
B.Six months prior to go-live during the requirements phase
C.One month after go-live to allow users to explore independently
D.One to two weeks prior to go-live
AnswerD

Ensures high knowledge retention and immediate practical application.

Why this answer

Training should occur as close to go-live as possible so users retain the knowledge and can immediately apply it in the live environment.

176
MCQmedium

A customer wants to capture information from their website into Salesforce as a Lead. Which tool is best for this?

A.Email-to-Case.
B.Web-to-Lead.
C.AppExchange App.
D.Salesforce Connect.
AnswerB

Web-to-Lead is the standard native feature for website lead capture.

Why this answer

Web-to-Lead generates HTML code to embed on a website, mapping fields directly to Salesforce.

177
MCQhard

Universal Containers has a master-detail relationship between custom objects Project__c (Parent) and Milestone__c (Child). During migration, a Consultant encounters an error stating that reparenting is not allowed. What does this error signify?

A.The External ID field on the parent object is missing.
B.The child record is owned by a queue instead of a user.
C.The 'Allow reparenting' option was not checked on the master-detail relationship field.
D.Data Loader is attempting to insert child records before parent records.
AnswerC

If 'Allow reparenting' is unchecked, child records cannot be moved to a different parent record after creation.

Why this answer

By default, master-detail relationships do not allow reparenting once a child record is created unless the 'Allow reparenting' setting is enabled on the field definition.

178
MCQmedium

During a data migration using Data Loader, a Consultant notices that CurrencyIsoCode values are failing for multi-currency enabled organizations. What must the Consultant verify in the CSV file?

A.Currency amounts must include the currency symbol ($, €).
B.Multi-currency must be temporarily disabled in Company Information during data loads.
C.The CurrencyIsoCode column must contain active 3-letter ISO currency codes.
D.Currency values must be converted to corporate currency manually before loading.
AnswerC

Salesforce requires active 3-letter ISO codes (like USD, GBP) in the CurrencyIsoCode field during data loads.

Why this answer

When multi-currency is enabled, records must include the ISO code (e.g., USD, EUR) in the CurrencyIsoCode field to correctly associate monetary amounts.

179
MCQmedium

A sales team uses Campaigns to track trade show ROI. They need to measure the total value of all won opportunities associated with a specific campaign. Which standard Salesforce feature calculates this metric?

A.Opportunity split types mapped to campaign records.
B.Campaign Statistics fields calculated by Salesforce automatically.
C.Custom Roll-Up Summary fields on the Campaign object pointing to Opportunities.
D.Campaign Hierarchy roll-up summaries.
AnswerB

Salesforce automatically calculates Value Won Opportunities and Value Opportunities based on associated campaign members and primary campaign source.

Why this answer

Campaign statistics fields like Value Won Opportunities.

180
Multi-Selecthard

An enterprise organization is preparing its pre-rollout training plan for Sales Cloud. Which TWO training design principles should the consultant enforce? (Choose two.)

Select 2 answers
A.Incorporate hands-on, scenario-based exercises mirroring real business processes in a training sandbox
B.Rely exclusively on reading raw technical schema documentation without practical labs
C.Deliver generic, identical training content to every user regardless of their role
D.Tailor training modules to specific user personas (e.g., Inside Sales, Field Reps, Sales Managers)
E.Schedule all training sessions three months before go-live to allow maximum time to forget
AnswersA, D

Practical application significantly improves knowledge retention and confidence.

Why this answer

Role-based content and hands-on, scenario-based practice in dedicated sandboxes are essential training principles.

181
Multi-Selectmedium

Which THREE metrics are critical for defining baseline performance before rolling out Sales Cloud? (Choose three.)

Select 3 answers
A.Average sales cycle duration from opportunity creation to closed-won
B.Total number of custom validation rules currently active in legacy system
C.Average lead response time from inbound inquiry to initial contact
D.Total volume of outgoing marketing email bounce backs
E.Current opportunity win rate percentage
AnswersA, C, E

Establishes baseline for sales velocity.

Why this answer

Baseline metrics should establish current performance in win rates, lead response time, and sales cycle duration.

182
Multi-Selectmedium

Which TWO types of activities can be tracked in Salesforce?

Select 2 answers
A.Campaign.
B.Event.
C.Lead.
D.Opportunity.
E.Task.
AnswersB, E

Time-based activity.

Why this answer

Tasks and Events are the two base activity types.

183
MCQeasy

Universal Containers is launching Sales Cloud and wants to establish baseline metrics to measure user adoption and ROI. Which metric is most appropriate for assessing operational efficiency?

A.Total number of login events
B.Total storage used in Megabytes
C.Average time to close an opportunity
D.Number of custom reports created
AnswerC

Measures sales velocity and efficiency.

Why this answer

Average time to close an opportunity directly measures operational efficiency and sales velocity, making it a key metric for ROI.

184
Multi-Selecthard

Which THREE factors influence the 'Probability' field on an Opportunity?

Select 3 answers
A.Lead score.
B.Account rating.
C.Opportunity Stage.
D.Manual override by user.
E.Custom probability fields.
AnswersC, D, E

Stages usually define a default probability.

Why this answer

Probability can be set manually, driven by the stage, or customized.

185
MCQmedium

A company wants to automatically assign leads to specific Sales Reps based on the Lead's 'Industry' field. What is the best way to achieve this?

A.Validation Rules.
B.Lead Assignment Rules.
C.Workflow Rules.
D.Custom Apex Trigger.
AnswerB

These are designed specifically for automated lead routing.

Why this answer

Lead Assignment Rules provide a declarative way to route leads to users or queues based on criteria.

186
MCQmedium

An administrator at DreamHouse Realty needs to ensure that Quotes generated from an Opportunity always reflect the active Price Book entries. When a sales rep adds a new Quote to an Opportunity, what dictates the available Products and prices?

A.The Standard Price Book regardless of the Opportunity Price Book.
B.The user profile permissions governing Price Book access.
C.A global price book assignment rule defined in Setup.
D.The Price Book selected on the Opportunity record.
AnswerD

Quotes inherit the Price Book from their parent Opportunity by default to maintain pricing consistency.

Why this answer

The Price Book associated with the Opportunity dictates the available products and pricing for associated quotes.

187
MCQhard

A client's sales operations team wants to automate the creation of renewal opportunities 90 days before an existing contract's end date. Some contracts have multiple associated products with varying end dates. How should the consultant architect this solution?

A.Set up an outbound message to an external server that schedules a batch job in the cloud.
B.Rely on sales reps to manually check a daily report of expiring contracts and create renewal opportunities by hand.
C.Write a time-based workflow rule on the Account object that fires once every year.
D.Implement scheduled record-triggered Flows or standard Contract/Subscription renewal automation that evaluates contract end dates and generates renewal opportunities with correct product line items.
AnswerD

Automated renewal generation ensures predictable pipeline creation without manual overhead.

Why this answer

Leveraging standard Contract Management or subscription automation frameworks (like Salesforce CPQ or custom scheduled flows evaluating contract end dates) handles renewals.

188
MCQmedium

A sales team is struggling to engage inbound leads quickly enough. Management wants sales reps to receive automated recommendations on the best time to call a lead and suggested email templates generated from previous successful interactions. Which Sales Cloud tool should be implemented?

A.High Velocity Sales (Sales Engagement) Cadences
B.Sales Cloud Einstein
C.Einstein Activity Capture
D.Salesforce Maps
AnswerB

Sales Cloud Einstein provides predictive and generative AI tools including lead scoring and email insights.

Why this answer

Sales Cloud Einstein provides features like Einstein Lead Scoring, Einstein Email Insights, and Call Scoring to optimize engagement timing and content.

189
MCQhard

An administrator is configuring Generative AI features using Einstein Prompt Builder. The sales operations team wants sales reps to generate personalized outreach emails based on recent opportunity notes and customer industry data. Which prompt type should the administrator select in Prompt Builder?

A.Record Summary prompt type
B.Sales Email prompt type
C.Field Generation prompt type
D.Apex Guided Prompt type
AnswerB

Sales Email prompt types allow generating emails leveraging CRM data.

Why this answer

Sales Email prompt type in Prompt Builder is designed specifically for generating emails using CRM context.

190
Multi-Selecthard

Universal Containers is designing a complex sales process involving multiple product lines and wants to ensure accurate pipeline reporting and revenue distribution. Which TWO configuration steps should the Consultant recommend? (Choose two.)

Select 2 answers
A.Configure Opportunity Splits to distribute credit and revenue among multiple sales team members.
B.Enforce mandatory Global Actions for every stage transition.
C.Create a single global Sales Process with all possible stages for all product lines.
D.Assign different Sales Processes to different Opportunity Record Types.
E.Use custom roll-up summary fields on the Account to aggregate opportunity product revenue.
AnswersA, D

Opportunity Splits allow revenue and credit to be shared across multiple team members.

Why this answer

Configuring Opportunity Splits and defining distinct Sales Processes per Record Type ensures accurate revenue distribution and tailored pipeline stages.

191
MCQmedium

A sales representative needs to apply a different Price Book to an existing Opportunity that already contains line items. What happens to the existing opportunity products when the Price Book is changed?

A.The system prevents changing the price book if line items exist.
B.They are removed from the opportunity, and products from the new price book must be added manually.
C.They remain on the opportunity, but are marked as inactive.
D.They are automatically updated with prices from the new price book.
AnswerB

Changing an opportunity's price book deletes all existing products associated with that opportunity.

Why this answer

Changing the price book deletes all existing opportunity products.

192
MCQeasy

A sales rep is working with a prospective client who prefers communicating via phone calls and automated emails over a 14-day period. What Sales Engagement tool should the rep add the prospect to?

A.Einstein Opportunity Split
B.Enterprise Territory Model
C.Campaign Hierarchy
D.Sales Cadence
AnswerD

Sales cadences outline timed multi-channel outreach steps.

Why this answer

Sales cadences organize multi-channel outreach steps over time.

193
MCQeasy

During lead qualification, a sales user wants to send a standardized email to a lead. Where can the user initiate this action directly within the standard Sales Cloud user interface?

A.Only from the Reports tab.
B.From the Lead Conversion window.
C.From the Campaign Member status history.
D.From the Activity timeline on the Lead record.
AnswerD

Users can send emails directly from the Activity composer on standard objects like Leads and Contacts.

Why this answer

The Activity timeline or Global Actions / Send Email action on the Lead record.

194
Multi-Selectmedium

Which THREE fields are standard on an Opportunity?

Select 3 answers
A.Stage.
B.Discount.
C.Close Date.
D.Opportunity Name.
E.Lead Source.
AnswersA, C, D

Mandatory field.

Why this answer

Standard fields include Name, Stage, and Close Date.

195
Multi-Selectmedium

A consultant is reviewing data quality and hygiene requirements for a Sales Cloud implementation. Which TWO strategies should the consultant recommend to prevent duplicate contact and account records from entering the system? (Choose two)

Select 2 answers
A.Establishing regular scheduled data cleansing audits using data quality tools and deduplication utilities.
B.Configuring standard Duplicate Rules and Matching Rules with appropriate alert or block settings.
C.Removing read access to accounts for all users except the system administrator.
D.Disabling all validation rules so users can enter data freely without hindrance.
E.Instructing sales reps to manually inspect every single record in the database every morning.
AnswersA, B

Scheduled audits catch legacy or batch-imported duplicates that bypass real-time rules.

Why this answer

Standard Duplicate Rules and automated integration cleansing protocols prevent duplicate records.

196
Multi-Selecthard

A consultant is preparing a comprehensive client handover package at the conclusion of a successful Sales Cloud project. Which THREE items should be included in the handover package to ensure long-term sustainability? (Choose three)

Select 3 answers
A.Detailed admin handover training sessions and recorded walkthroughs of complex custom configurations.
B.Complete technical documentation, including data models, configuration logs, and custom code inventories.
C.A handwritten poem expressing gratitude for the project completion without any technical details.
D.An integration architecture diagram mapping all external systems, middleware endpoints, and data flows.
E.Personal bank account login credentials of the lead consultant for direct financial wire transfers.
AnswersA, B, D

Admin handover training ensures the client understands how to maintain the system.

Why this answer

System documentation, admin training records, and integration maps ensure successful project handover.

197
MCQhard

During a data migration exercise from a legacy CRM to Sales Cloud, a consultant discovers that 40% of historical Account records contain duplicate names with conflicting address data and missing parent-child relationships. What is the recommended consulting approach?

A.Write an Apex batch job to automatically merge any accounts that share a similar name string upon insertion.
B.Delete all historical records older than 12 months to minimize migration complexity and storage consumption.
C.Collaborate with the client data stewards to define deduplication rules, cleanse the source dataset using a data quality tool, and map parent-child hierarchies before migration.
D.Load all legacy records into production as-is, and let the sales reps manually clean up duplicates post-go-live.
AnswerC

Proactive data cleansing and relationship mapping ensure data integrity upon go-live.

Why this answer

Data cleansing, deduplication, and relationship mapping must be planned and executed prior to final data load into production.

198
MCQhard

An organization has strict compliance requirements. Sales reps should only be able to view contacts associated with accounts they own, but contacts should inherit sharing from the parent account. What should the Contact OWD setting be?

A.Controlled by Parent
B.Public Read/Write/Transfer
C.Public Read Only
D.Private
AnswerA

Controlled by Parent automatically grants contact access based on the user's access level to the parent account.

Why this answer

Contact OWD must be Controlled by Parent.

199
Multi-Selecthard

A Sales Cloud Consultant is designing custom roll-up summaries across objects that do not have a master-detail relationship (e.g., looking up custom data from a sibling object or via a lookup relationship). Which THREE alternative solutions can achieve roll-up summary functionality? Choose 3 options.

Select 3 answers
A.Custom Apex Triggers.
B.Record-Triggered Flows to calculate and write aggregate values to parent fields.
C.Standard Global Search summary settings.
D.Declarative Lookup Rollup Summaries (DLRS) or similar AppExchange packages.
E.Standard Roll-Up Summary field type.
AnswersA, B, D

Apex triggers can aggregate child data and update parent records upon insert, update, or delete.

Why this answer

Since standard roll-up summaries require master-detail relationships, lookups require alternative solutions like Record-Triggered Flows, custom Apex, or AppExchange declarative roll-up packages.

200
MCQmedium

A Sales Manager wants to ensure that Sales Reps only see Leads that are assigned to them or their subordinates. Which configuration change is required?

A.Create a Permission Set with 'View All' on Leads.
B.Enable Lead Teams.
C.Set the Organization-Wide Default for Leads to Private and utilize the Role Hierarchy.
D.Update the Lead Sharing Rules to Public Read/Write.
AnswerC

Private OWD ensures records are not visible by default, and Role Hierarchy grants access to subordinates.

Why this answer

Role Hierarchy controls record access for users in the hierarchy, allowing managers to see data owned by those below them.

201
MCQeasy

Which object acts as the 'Parent' in a standard Account-Opportunity relationship?

A.Campaign.
B.Contact.
C.Account.
D.Lead.
AnswerC

The Account is the entity and the Opportunity is the child deal.

Why this answer

Accounts represent the customer, and Opportunities represent a potential sale with that customer.

202
MCQeasy

A user needs to see all Leads that were created in the last month. Which feature should they use?

A.Dashboard.
B.Report Builder.
C.List Views.
D.Global Search.
AnswerC

List Views are the primary tool for filtering and viewing lists of records.

Why this answer

List Views allow users to filter records based on specific criteria like creation date.

203
MCQhard

An administrator is deleting a large volume of obsolete Lead records using Data Loader. Some deletions fail due to 'Apex CPU time limit exceeded' errors caused by cascading triggers. How should this be resolved?

A.Increase the Salesforce API timeout limit in Company Information.
B.Reduce the batch size in Data Loader and temporarily disable unnecessary triggers.
C.Convert the Leads to Contacts instead of deleting them.
D.Switch from Data Loader to Data Import Wizard for deletions.
AnswerB

Lowering batch size reduces the processing load per transaction, and disabling triggers prevents CPU limit exceptions.

Why this answer

When bulk deleting records that invoke complex Apex triggers, the operation should be processed in smaller batches or triggers should be selectively disabled.

204
MCQeasy

A Sales Rep wants to see all the products associated with their current Opportunity. Where is this information located?

A.Opportunity Products related list.
B.Campaign related list.
C.Activity Timeline.
D.Account related list.
AnswerA

This is the correct location for products on an opportunity.

Why this answer

The 'Products' related list on the Opportunity page provides this view.

205
Multi-Selecthard

An enterprise client is evaluating whether to build complex business logic using declarative tools (Flows) or programmatic tools (Apex). Which THREE factors should a consultant consider when recommending the appropriate architectural approach? (Choose three)

Select 3 answers
A.The brand of the client's office air conditioning system.
B.The preference of the consultant to bill extra hours for writing complex custom code.
C.The complexity of the logic and whether it requires advanced looping, collections, or external web service callouts.
D.The availability of internal Salesforce administrators with the required skills to maintain declarative tools post-go-live.
E.Salesforce governor limits and the need for bulkified transaction handling in high-volume operations.
AnswersC, D, E

Complex programmatic structures or callouts often require Apex, while standard logic suits Flows.

Why this answer

Governor limits, administrator skill sets, and execution complexity guide the choice between declarative and programmatic tools.

206
Multi-Selectmedium

Sales management at Cloud Kicks wants to improve pipeline visibility and accuracy using Sales Cloud Einstein features. Which TWO Einstein features should be implemented? (Choose two.)

Select 2 answers
A.Einstein Opportunity Scoring to evaluate win probability on open deals.
B.Einstein Activity Capture to automatically log emails and calendar events.
C.Einstein Discovery for writing Apex triggers on opportunity stages.
D.Einstein Next Best Action to generate email templates.
E.Einstein Bot for automated lead qualification chats on the website.
AnswersA, B

Scoring predicts win likelihood.

Why this answer

Einstein Opportunity Scoring and Einstein Forecasting provide predictive pipeline insights.

207
Multi-Selectmedium

Universal Containers wants to ensure that all Accounts have a valid website URL format entered. Which TWO functions can be used in a Validation Rule formula to help validate this requirement? Choose 2 options.

Select 2 answers
A.ISCHANGED()
B.CONTAINS()
C.NOT()
D.VLOOKUP()
E.PRIORVALUE()
AnswersB, C

CONTAINS checks if a URL string includes necessary characters or domains.

Why this answer

Validation rules can use functions like CONTAINS, NOT, and REGEX to check if web addresses contain expected strings like 'http' or '.'.

208
MCQhard

A Sales Rep needs to collaborate with a cross-functional team on a specific Opportunity. What is the most efficient way to grant access to the Opportunity for users who are not in the standard Role Hierarchy?

A.Change the Organization-Wide Default to Public Read/Write.
B.Add the users to the Opportunity Team.
C.Create a Public Group and assign it to the Opportunity.
D.Use Apex managed sharing for every Opportunity.
AnswerB

Opportunity Teams grant record access and define specific roles for collaboration.

Why this answer

Opportunity Teams allow users to grant access to specific individuals without changing the overall security model.

209
MCQeasy

A Sales Manager wants a report that shows all Opportunities that have not had any activity in the last 30 days. Which report type is most suitable?

A.Opportunities and Contacts
B.Campaigns with Opportunities
C.Opportunities with Products
D.Opportunities with Activities
AnswerD

This report type allows filtering by activity fields related to opportunities.

Why this answer

Opportunities with Activities report type allows for filtering based on activity dates.

210
Multi-Selectmedium

Universal Containers requires sales reps to follow a strict qualification process before an opportunity can be moved to the 'Proposal/Price Quote' stage. Which TWO features can an administrator use to enforce this requirement? (Choose two.)

Select 2 answers
A.A custom report type filter.
B.Salesforce Surveys sent automatically via flow.
C.Guided Selling paths with mandatory Key Fields.
D.A Validation Rule checking stage progression and required fields.
E.Default opportunity team creation rules.
AnswersC, D

Path configuration allows administrators to designate key fields that must be completed at each stage.

Why this answer

Validation Rules and Path Key Fields or Stage gating.

211
MCQeasy

Northern Trail Outfitters uses Leads to capture inquiries. A sales rep needs to convert a qualified lead into an account, contact, and opportunity. What standard Salesforce functionality occurs during lead conversion regarding custom lead fields?

A.Custom lead fields are lost upon conversion and must be re-entered manually.
B.Custom lead fields are automatically mapped to all three objects based on field API names.
C.Custom lead fields can be mapped to custom fields on Account, Contact, and Opportunity objects in Lead Settings.
D.Custom lead fields can only be mapped to the Opportunity object.
AnswerC

Administrators map custom lead fields to corresponding target object fields via Map Lead Fields setup.

Why this answer

Custom lead fields can be mapped to custom fields on Account, Contact, and Opportunity objects so data is retained during conversion.

212
MCQeasy

Universal Containers wants to ensure that when a Lead is converted, the Account record created is automatically assigned a specific Record Type based on the lead source. Where is this configured in Setup?

A.Lead Settings / Lead Processes and Conversion Mapping
B.Duplicate Rule configuration
C.Data Import Wizard
D.Territory Management rules
AnswerA

Lead processes and field mapping in Setup govern how data maps and which record types are assigned upon conversion.

Why this answer

Lead Conversion settings in Setup allow administrators to map lead fields to Account, Contact, and Opportunity fields and set default record types.

213
MCQmedium

Universal Containers requires that whenever a Lead is converted, a task is automatically created for the new Opportunity owner to schedule a kickoff call within 48 hours. What is the best way to automate this?

A.Create a Record-Triggered Flow on the Opportunity object that triggers when an opportunity is created from a lead conversion.
B.Configure Lead Conversion Mapping settings to include task creation parameters.
C.Enable Einstein Lead Conversion Task Automation in Setup.
D.Use Workflow Rules on the Lead object to trigger task creation on converted leads.
AnswerA

Flows triggered on opportunity creation can evaluate if it originated from lead conversion and create tasks.

Why this answer

A Record-Triggered Flow on the Lead object (upon conversion) or Opportunity object can create the task. Alternatively, Lead conversion mapping handles fields, but task creation is best done via flow.

214
MCQhard

Universal Containers is preparing for User Acceptance Testing (UAT). The project manager wants to ensure that UAT is successful and does not suffer from scope creep or vague feedback. Which best practice should the consultant enforce?

A.Skip UAT if all automated unit tests pass in the sandbox.
B.Delegate all UAT test creation and execution entirely to the implementation partner team.
C.Use structured scenario-based test scripts with clear expected results and formal defect logging.
D.Allow testers to explore the system freely without scripts to capture organic user feedback.
AnswerC

This is correct because structured testing ensures repeatable, measurable validation against requirements.

Why this answer

Successful UAT requires structured test scripts tied to business scenarios, defined pass/fail criteria, and a formal defect tracking and sign-off process.

215
Multi-Selectmedium

During the user experience (UX) assessment phase of a Sales Cloud project, which THREE activities should the consultant perform to optimize user workflows? (Choose three.)

Select 3 answers
A.Shadow daily sales activities to observe actual user behaviors and friction points
B.Configure Single Sign-On (SSO) authentication certificates in Setup
C.Design role-specific Lightning page layouts tailored to specific user personas
D.Write complex Apex triggers to automate backend financial calculations
E.Map legacy data entry paths to identify redundant clicks and unnecessary fields
AnswersA, C, E

Provides direct insight into real-world user workflows and bottlenecks.

Why this answer

UX assessment involves shadowing users, identifying pain points in legacy systems, and designing simplified role-based layouts.

216
Multi-Selecthard

During a complex Sales Cloud implementation, a client requests scope changes that threaten to push the go-live date past the hard business deadline. Which THREE steps should the consultant take in accordance with formal project change management practices? (Choose three)

Select 3 answers
A.Immediately delete all existing project milestone schedules from the project management software.
B.Assess the impact of the requested changes on project timeline, budget, and resource allocation.
C.Silently work 80-hour weeks without informing anyone to try and finish the extra work on time.
D.Present the Change Request to the executive steering committee or change control board for decision.
E.Document the requested changes in a formal Change Request (CR) log detailing scope, impact, and cost.
AnswersB, D, E

Impact analysis determines whether the change is feasible within project constraints.

Why this answer

Impact assessment, formal change logging, and steering committee review manage scope creep effectively.

217
MCQhard

An organization is utilizing Enterprise Territory Management and needs to assign opportunities to territories based on the account's assigned territory. However, some opportunities involve multiple accounts or require manual override. Which feature controls how opportunities are assigned to territories?

A.Custom Territory Sharing Sets
B.Territory Hierarchy Rollup Summaries
C.Opportunity Territory Assignment Filter rules
D.Enterprise Territory Management Account-to-Opportunity Synchronization Flow
AnswerC

Assignment filter rules allow defining criteria (such as stage or amount) to assign opportunities to territories.

Why this answer

Opportunity territory assignment can be manual, via Apex, or using standard assignment rules based on account territory.

218
MCQhard

An enterprise organization has a complex sales structure where regional managers need to view forecasts for all subordinate territories in the hierarchy, regardless of account ownership. How should Collaborative Forecasting be configured?

A.Use tabular reports grouped by territory with forecast quotas enabled.
B.Set up Opportunity Splits across all regional user profiles.
C.Configure Territory-based Collaborative Forecasting and assign regional managers to the parent territory nodes.
D.Create custom role hierarchies that mirror the territory structure and use User Role forecasting.
AnswerC

Territory forecasts roll up automatically based on the territory hierarchy.

Why this answer

Territory-based forecasting rolls up data based on the territory hierarchy defined in Enterprise Territory Management.

219
Multi-Selectmedium

Universal Containers is conducting a pre-rollout user experience assessment for their Sales Cloud implementation. Which TWO activities should the consultant perform during this assessment to ensure high user adoption? Choose 2 options.

Select 2 answers
A.Shadow sales representatives during their daily calls and meetings to understand real-world workflows.
B.Delay the user assessment until after go-live when actual usage data can be gathered.
C.Impose strict, unalterable data entry validation rules before consulting end users.
D.Identify and document legacy workarounds, spreadsheet trackers, and pain points.
E.Exclude sales managers from the assessment to keep the focus strictly on individual contributors.
AnswersA, D

Observing actual user routines reveals friction points and unnecessary clicks that need streamlining.

Why this answer

Observing daily workflows ('shadowing') and identifying cumbersome data entry points directly uncover usability roadblocks. Standardizing without input or delaying go-live indefinitely are incorrect.

220
MCQmedium

Universal Containers tracks customer accounts globally. Sales reps frequently create duplicate accounts by entering minor spelling variations in company names. Which matching rule component should be configured to catch phonetic variations or typos?

A.Fuzzy Match
B.Blank Value Match
C.Exact Match
D.Numeric Range Match
AnswerA

Fuzzy match identifies similar strings accounting for typos, transpositions, and phonetic spellings.

Why this answer

Fuzzy matching algorithms in standard duplicate management can detect typos, phonetic spelling, and abbreviations when comparing names.

221
MCQhard

A company uses multiple currencies in Sales Cloud. An opportunity is created in EUR, but the corporate currency is USD. Where does Salesforce pull the exchange rate used to calculate the converted amount on corporate reporting?

A.From the custom exchange rate object populated by a nightly batch job.
B.From the user's personal locale and currency settings.
C.From the Price Book entry associated with the opportunity line items.
D.From the Manage Currencies page in Setup, based on active conversion rates.
AnswerD

Salesforce uses the conversion rates defined in the Company Information / Manage Currencies setup area.

Why this answer

Dated exchange rates or standard currency exchange rates managed in Company Information.

222
Multi-Selectmedium

Universal Containers needs to structure their Sales Cloud data model to reflect territory-based sales management. Which TWO features should the Consultant consider when designing the data model? Choose 2 options.

Select 2 answers
A.Campaign Hierarchy
B.Account Teams and Opportunity Teams
C.Enterprise Territory Management
D.Product Schedule settings
E.Data Import Wizard mapping files
AnswersB, C

Teams allow collaborative selling and access management alongside territory structures.

Why this answer

Territory Management (Enterprise Territory Management) and sharing settings structure territory-based access and account assignments.

223
MCQeasy

Which feature allows sales reps to view an interactive graphical representation of campaign hierarchy performance metrics, including total value of opportunities won across child campaigns?

A.Campaign Hierarchy Statistics
B.Enterprise Territory Hierarchy
C.Sales Path Guidance
D.Einstein Campaign Scoring
AnswerA

Campaign hierarchies display rollups of member and opportunity metrics.

Why this answer

Campaign hierarchy statistics show rollups of metrics across parent and child campaigns.

224
MCQeasy

Which object is used to track the interaction history with a prospect during the sales process?

A.Campaign.
B.Opportunity.
C.Activity.
D.Account.
AnswerC

Activities (Tasks and Events) track individual interactions.

Why this answer

The 'Task' or 'Event' objects (collectively Activities) are used to track interactions.

225
MCQmedium

Which tool is used to automate the update of an Opportunity status when a milestone is reached?

A.Assignment Rules.
B.Workflow Rules.
C.Validation Rules.
D.Flow Builder.
AnswerD

Flow is the primary automation tool for Salesforce.

Why this answer

Flow Builder is the modern tool for complex automation, including status updates.

Page 2

Page 3 of 5

Page 4

All pages