Courseiva

CCNA Service Cloud Solution Design Questions

69 questions · Service Cloud Solution Design · All types, answers revealed

1
MCQmedium

A company provides 24/7 support across different global regions. They need to ensure that case milestones (such as First Response Time) only tick during the specific business hours of the customer's geographical location. How should this be designed?

A.Configure Escalation Rules with custom timezone offsets in Apex.
B.Set up separate Salesforce orgs for each region and integrate them via Salesforce Connect.
C.Hardcode 24/7 business hours globally and use formula fields to subtract non-working hours.
D.Define multiple Business Hours records and assign them dynamically to cases based on account region, then link to Entitlement Processes.
AnswerD

Entitlement processes evaluate milestones against the specific Business Hours associated with the case.

Why this answer

Multiple Business Hours can be created and dynamically assigned to Cases based on Account region via Assignment Rules or Flows, which Entitlement Processes then reference.

2
MCQeasy

Universal Containers wants to route incoming web-to-case submissions automatically based on the customer's region. Which feature should the consultant recommend to fulfill this requirement?

A.Assignment Rules
B.Omni-Channel Flow
C.Process Builder
D.Escalation Rules
AnswerB

Omni-Channel Flow provides conditional routing capabilities for Case records based on variable criteria.

Why this answer

Omni-Channel Flow allows routing of service objects based on custom criteria such as customer region, without needing custom Apex code.

3
MCQmedium

A service center is implementing Messaging for In-App and Web. Supervisors need to monitor active messaging sessions and intervene or whisper to agents when necessary. Which feature enables this capability?

A.Omni-Channel Supervisor
B.Service Cloud Console Workspace Tabs
C.Case Feed collaboration groups
D.Live Agent Supervisor Panel
AnswerA

Omni-Channel Supervisor provides real-time supervisory dashboards, agent status visibility, and session monitoring.

Why this answer

Omni-Channel Supervisor allows real-time monitoring of agent workloads, chat transcripts, and messaging sessions with whisper and barge capabilities.

4
MCQeasy

A support manager wants a visual dashboard showing the number of open cases grouped by priority and origin in real time. Which reporting tool should the consultant use?

A.Einstein Analytics (Tableau CRM) dataflows
B.Standard Salesforce Reports and Dashboards
C.Custom Visualforce page with Chart.js integration
D.Salesforce Content library widgets
AnswerB

Reports and Dashboards provide native visualization of CRM data grouped by any standard or custom field.

Why this answer

Salesforce Reports and Dashboards allow grouping and visualization of case metrics by priority and origin.

5
MCQmedium

A company provides warranty repair services. When a case is created for a broken product, agents must verify that the product's purchase date falls within the 2-year warranty period. Which declarative feature should be used to automate this validation?

A.Validation Rule using formula checking purchase date versus case date
B.Assignment Rule criteria evaluation
C.Entitlement Process milestone warning action
D.Process Builder scheduled action
AnswerA

Validation rules can evaluate date formulas to enforce warranty eligibility criteria upon record saving.

Why this answer

A validation rule comparing Case creation date or product purchase date against a 2-year threshold prevents invalid warranty claims.

6
MCQmedium

A support organization wants to measure how effectively their Knowledge base resolves issues. Specifically, they want to track how often an article is attached to a case that is subsequently closed without reopening. Which standard report provides insight into this?

A.Case Escalation Summary Report
B.Omni-Channel Agent Workload Report
C.Knowledge Article Action Analytics / Article Usage Reports
D.First Contact Resolution Trend Report
AnswerC

Salesforce provides standard reports tracking article views, attachments, and usefulness ratings.

Why this answer

Articles by Case or Article Consolidated Reports track article usage and attachment metrics.

7
MCQeasy

Support agents frequently copy and paste standard responses into email replies to customers. The management team wants to streamline this process by allowing agents to select pre-approved templates with merge fields. Which feature should be used?

A.Chatter feed posts
B.Lightning Email Templates
C.Knowledge Article categories
D.Static HTML Web Tabs
AnswerB

Lightning Email Templates provide reusable, formatted messaging templates with dynamic merge fields for agents.

Why this answer

Lightning Email Templates provide reusable templates with support for merge fields and images.

8
MCQeasy

A support team wants to ensure that all customer emails inbound to a specific support address create a Case and automatically set the Case Origin to 'Email'. Which feature fulfills this requirement?

A.Email-to-Case default field settings
B.Chatter email relay settings
C.Assignment rules with email address criteria
D.Web-to-Case HTML generator parameters
AnswerA

Email-to-Case configuration allows setting default values like Origin for all cases created through the service.

Why this answer

Email-to-Case settings allow specifying default field values such as Case Origin for all inbound emails.

9
MCQhard

An enterprise service desk has strict security compliance requirements. Customers submitting sensitive financial data via web-to-case must have their credit card numbers automatically redacted before support agents view the data. Which solution should the consultant recommend?

A.Use validation rules to prevent users from typing credit card numbers.
B.Configure Field-Level Security to hide the description field from all agents.
C.Salesforce Shield Data Masking or custom Record-Triggered Flow string replacement upon ingestion
D.Rely on standard browser page encryption protocols (HTTPS)
AnswerC

Data Masking or Flows can intercept inbound text and redact sensitive patterns before agent viewing.

Why this answer

Einstein Data Privacy and Shield Platform Encryption with deterministic/probabilistic masking or custom Flow string manipulation / Shield Data Masking protects sensitive data.

10
MCQhard

An organization has millions of cases and experiences degraded report performance when running weekly case volume summaries. The database administrator recommends optimizing query performance without deleting historical records. Which declarative feature should be evaluated?

A.Convert all Case reports to joined reports with zero common blocks
B.Enable Platform Cache partitions for Case reports
C.Export half the data to CSV and delete it from the primary database daily
D.Request Skinny Tables or custom indexes through Salesforce Support
AnswerD

Skinny tables combine frequently used fields and bypass joins, drastically improving report and query performance for large datasets.

Why this answer

Custom Indexes and Skinny Tables (enabled via Salesforce Support) optimize SOQL and reporting performance for large data volumes.

11
MCQhard

An organization is implementing Omni-Channel routing for cases. They want agents to review a case and decline it if it falls outside their expertise, returning it to the queue without impacting their utilization capacity. Which configuration supports this?

A.Instruct agents to manually change the case owner back to the queue.
B.Write an Apex trigger on AgentWork to delete work items when declined.
C.Use Entitlement milestones to reassign unaccepted work.
D.Enable Omni-Channel Decline functionality with routing configurations allowing work return to queue.
AnswerD

Configuring agent decline settings allows work to be returned to the queue safely.

Why this answer

Omni-Channel Decline reasons and decline actions allow agents to reject work and return it to the queue while freeing capacity.

12
MCQhard

An enterprise service organization is migrating to Service Cloud and needs to migrate 5 million legacy case history records including emails and attachments while maintaining relationship integrity. Which tool and strategy combination is best practice?

A.Standard SOAP API with single-record upsert calls executed via custom multithreaded Java scripts.
B.Data Import Wizard with CSV files split into 50,000-record chunks.
C.Salesforce Bulk API 2.0 with sequenced data loads for Case, EmailMessage, and Attachment objects.
D.Real-time Salesforce Connect external objects mapped to legacy database tables.
AnswerC

Bulk API 2.0 handles millions of records efficiently, and correct object sequencing preserves relational integrity.

Why this answer

Bulk API 2.0 combined with careful parent-child relationship sequencing (Account -> Contact -> Case -> EmailMessage -> Attachment) ensures high-performance migration.

13
Multi-Selecteasy

A support manager wants to ensure that agents handling urgent customer issues have immediate access to relevant macros and quick text. Which TWO features should the consultant configure in the Service Cloud Console? (Choose two.)

Select 2 answers
A.Macros utility item in the console utility bar
B.Custom Visualforce wrapper for standard reports
C.Quick Text widget accessible via keyboard shortcuts or publisher actions
D.Chatter poll collaboration components
E.Global Salesforce Content library management widgets
AnswersA, C

Adding the Macros utility item provides agents quick access to automated multi-step scripts.

Why this answer

Macros and Quick Text utility items or components in the console enhance agent productivity.

14
MCQeasy

Agents need to insert standardized greetings and sign-offs into chat and email responses without retyping them. Which feature provides this functionality?

A.Quick Text
B.Global Actions
C.Custom Report Types
D.Lightning Component bundles
AnswerA

Quick Text stores reusable message snippets that can be inserted into various communication channels.

Why this answer

Quick Text allows agents to insert pre-written messages into emails, chats, and comments quickly.

15
MCQeasy

A support agent needs to send a customer a password reset link directly from the case feed using a pre-defined email template with prepopulated contact details. Which feature should the agent use?

A.Email Action on the Case Feed with a pre-loaded Lightning Email Template
B.Chatter direct messaging
C.External desktop mail client (Outlook/Gmail)
D.Manual outbound phone call logging
AnswerA

Email actions provide a streamlined interface for sending templated emails directly from the record feed.

Why this answer

Email action on the Case Feed allows sending pre-template emails with merge fields quickly.

16
MCQeasy

A tier-one support team needs to capture structured troubleshooting steps during phone interactions. The questions change dynamically based on the customer's previous answers. Which feature should the consultant implement?

A.Standard Case Comment related list
B.Quick Actions with predefined field values
C.Entitlement Processes
D.Screen Flow embedded on the Lightning Record Page
AnswerD

Screen Flows allow dynamic, step-by-step branching questions that guide agents through troubleshooting scripts.

Why this answer

Guided Action or Einstein Next Best Action / Flow can guide agents, but Screen Flows embedded on the utility bar or record page are the standard mechanism for dynamic scripted questionnaires.

17
Multi-Selecthard

An organization is designing a scalable customer support portal using Experience Cloud. They have 2 million external customers who need to log in, view their assets, create cases, and search Knowledge articles. Which THREE architectural elements should the consultant implement? (Choose three.)

Select 3 answers
A.Experience Cloud CDN and caching optimization for rapid page load performance
B.Customer Community Plus or Customer Community licenses appropriate for high-volume users
C.Using unauthenticated public Sites for all 2 million authenticated user profile sessions
D.Assigning all external portal users the System Administrator profile
E.Sharing Sets to grant external users access to related records like Cases and Assets based on Contact lookups
AnswersA, B, E

CDN and caching ensure high performance for millions of global portal users.

Why this answer

Experience Cloud scalability requires high-volume external user licenses, sharing sets, and optimized page caching.

18
MCQeasy

Cloud Kicks needs to ensure support agents handling high-priority VIP customer cases have access to a specialized workspace layout with unique utility bar items. How should the consultant configure this requirement?

A.Create a custom Lightning Console App and assign it via Permission Sets to the VIP support team.
B.Use page layouts assigned to the VIP Case Record Type.
C.Modify the default global utility bar in the Salesforce Setup menu.
D.Deploy an Aura component override to the standard navigation bar.
AnswerA

Custom Lightning console apps can be tailored with specific utility items and assigned to target profiles or permission sets.

Why this answer

Lightning App Builder allows the creation of custom Service Console apps assigned to specific profiles or permission sets with unique utility items.

19
Multi-Selecthard

An organization requires high availability and disaster recovery planning for their mission-critical Service Cloud implementation. Which THREE architectural practices should the consultant recommend? (Choose three.)

Select 3 answers
A.Design robust API rate-limiting and error-handling strategies for external integrations
B.Disable all profile security settings to allow universal admin access during outages
C.Implement rigorous sandbox testing and CI/CD pipelines for declarative and programmatic changes
D.Establish automated weekly/monthly data exports and utilize Salesforce Backup solutions
E.Rely entirely on local browser caches for permanent disaster recovery storage
AnswersA, C, D

Preventing API starvation ensures integrations remain resilient during traffic spikes.

Why this answer

High availability strategies involve platform caching, proper data backup strategies, sandbox testing, and API governance.

20
MCQmedium

A company wants to track the exact lifecycle stages a case goes through (e.g., New -> Investigating -> Escalated -> Resolved) and measure the total duration spent in each stage. Which feature should the consultant implement?

A.Entitlement Processes with milestone warnings
B.Salesforce Knowledge article feedback ratings
C.Case Field History Tracking combined with History Reports
D.Chatter feed tracking for system logs
AnswerC

Field history tracking records changes to key fields like Status, enabling reports on stage durations.

Why this answer

Case Field History Tracking or Milestone/Entitlement tracking combined with reporting on history objects captures stage durations.

21
MCQhard

A multinational enterprise with support centers in North America, EMEA, and APAC needs to design a follow-the-sun case management model. Cases must be escalated and reassigned automatically if agents in the current region do not accept them within 15 minutes. Which design approach satisfies this requirement?

A.Utilize standard Case Escalation Rules with criteria based on Last Modified Date and Region
B.Write an asynchronous batch Apex job that queries unaccepted cases every 15 minutes and updates ownership
C.Implement Einstein Next Best Action with automated record updates via Process Builder
D.Configure Omni-Channel Routing Configurations with Agent Work Timeout and Queue-based overflow logic
AnswerD

Routing configurations manage timeout behavior where work is returned to the queue if not accepted.

Why this answer

Omni-Channel routing configurations with routing speeds and overflow rules combined with Apex triggers or Scheduled Flows manage time-based queue escalations.

22
MCQhard

An enterprise customer service organization requires that cases involving specific high-risk product categories must be reviewed and approved by a legal compliance officer before closing. Agents should be blocked from closing these cases prematurely. Which declarative solution should the consultant implement?

A.Write an after-update Apex trigger that reverts the case status to Open if approval is pending.
B.Configure an Approval Process and use a validation rule referencing the Approval Status field to restrict case closure.
C.Use standard Case Milestones to automatically lock the record upon creation.
D.Assign cases to a separate legal queue and restrict edit permissions using sharing rules.
AnswerB

Validation rules can check the Approval Status field to prevent agents from changing status to Closed until approved.

Why this answer

Approval Processes combined with validation rules or milestone actions prevent premature case closure until approval is granted.

23
MCQhard

An enterprise service organization uses Omni-Channel. During peak holiday hours, inbound chat volume exceeds agent capacity. Management wants overflow chats to be automatically routed to a secondary external partner organization's Salesforce org. How should this architecture be designed?

A.Configure standard queue overflow rules to external email addresses
B.Architect a cross-org integration using Omni-Channel API and Salesforce-to-Salesforce or REST APIs
C.Deploy an unauthenticated Web-to-Case form on the external partner's website
D.Use standard assignment rules with external IP endpoints
AnswerB

Cross-org integrations using APIs can synchronize work items and pass overflow cases securely between Salesforce instances.

Why this answer

Omni-Channel API combined with Salesforce-to-Salesforce or cross-org REST integrations allows routing overflow work across org boundaries.

24
Multi-Selecteasy

A support agent needs to search for a customer's previous cases and associated knowledge articles from a single unified search interface in the Service Console. Which TWO features should the consultant configure? (Choose two.)

Select 2 answers
A.Chatter user directory search filters
B.Global Search search bar configured with object weightings and search layouts
C.Custom Visualforce page with raw SQL database queries
D.Knowledge component enabled on the Case Lightning Record Page
E.Static CSV list view exports
AnswersB, D

Global search allows searching across cases, contacts, and articles simultaneously.

Why this answer

Global Search and Knowledge search widgets provide unified search capabilities in the console.

25
Multi-Selecthard

An organization is designing an SLA and Entitlement Management solution in Service Cloud. Which THREE components must be configured to successfully track and enforce milestone compliance? (Choose three.)

Select 3 answers
A.Milestones representing required service steps (e.g., First Response Time)
B.Business Hours defining working times and holiday calendars
C.Chatter feed tracking for custom object field history
D.Global picklist dependency matrices for case origin
E.Entitlement Processes defining the lifecycle milestones and time triggers
AnswersA, B, E

Milestones are the specific time-based targets that must be met.

Why this answer

Entitlement processes, business hours, and milestones are the core components of SLA management.

26
MCQhard

An enterprise service desk has high agent turnover. To onboard new agents quickly, management wants the system to proactively suggest relevant Knowledge articles and similar closed cases based on the text being typed into the case subject and description in real time. Which feature fulfills this requirement?

A.Custom Apex trigger performing SOSL queries on every keystroke
B.Standard global search bar in the utility bar
C.Einstein Search Knowledge Recommendations and Similar Cases standard components
D.Scheduled batch reports emailed to agents daily
AnswerC

Einstein automatically analyzes case text in real time and suggests matching articles and similar resolved cases.

Why this answer

Lightning Knowledge with Article Recommendations and Einstein Search / Similar Cases component enabled on the record page.

27
MCQmedium

A company plans to launch a multilingual customer support portal in English, Spanish, and French. They want agents to author and translate help articles efficiently while maintaining a single article ID. Which Knowledge feature supports this?

A.Use custom translation fields on a single article layout with language-specific validation rules.
B.Create separate Knowledge object instances for each language using custom record types.
C.Enable Salesforce Knowledge Multi-Language with translated article versions tied to a master article.
D.Deploy separate Experience Cloud sites for each language pointing to distinct categories.
AnswerC

The multi-language feature groups translations under a single master article ID for streamlined lifecycle management.

Why this answer

Salesforce Knowledge multi-language feature links translated versions to a master article through a single article record ID.

28
MCQeasy

A customer service manager wants to see a count of cases created each day broken down by channel (Phone, Email, Web). Which report format should be used?

A.Dashboard component grid view
B.Tabular Report
C.Joined Report without common blocks
D.Matrix or Summary Report
AnswerD

Summary and matrix reports group data by rows and columns to display multi-variable metrics like cases by date and channel.

Why this answer

Matrix or Summary reports in Salesforce allow grouping by rows and columns (e.g., date by channel).

29
MCQhard

An enterprise organization is consolidating three disparate CRM orgs into a single Service Cloud instance. They require high scalability with millions of closed cases archived annually without impacting search performance or storage limits. Which architectural strategy should the consultant recommend?

A.Implement Big Objects for historical case archiving alongside standard Knowledge indexing.
B.Export cases to an external data lake weekly and delete them from Salesforce using Data Loader.
C.Store closed cases in standard custom objects and enable skinny tables on the custom object.
D.Utilize Platform Cache to retain historical case summaries in memory.
AnswerA

Big Objects are designed for archiving massive datasets securely and performantly within Salesforce.

Why this answer

Big Objects allow storage of massive volumes of structured data within Salesforce with consistency, querying via standard SOQL.

30
MCQeasy

A support manager wants agents to see a visual indicator (red, yellow, green) on the Case record reflecting whether SLA milestones are close to breaching. Which feature provides this?

A.Einstein Prediction Builder score badge
B.Milestone Tracker Lightning Component
C.Chatter poll widget
D.Standard task due date calendar view
AnswerB

The Milestone Tracker component visually displays active milestones, elapsed time, and status colors (success, warning, violation).

Why this answer

Milestone Tracker component on the Case Lightning Record Page provides visual countdowns and milestone status indicators.

31
MCQmedium

A company wants to ensure that support agents working in the Service Console can view customer sentiment in real time during a live chat session. Which feature provides this capability?

A.Historical Case Reports grouped by reason
B.Einstein for Service / Einstein Conversation Insights
C.Chatter sentiment tracking groups
D.Standard Case Priority picklist field
AnswerB

Einstein analyzes chat and voice transcripts in real time to surface sentiment and recommendations.

Why this answer

Einstein Conversation Insights and Einstein for Service provide real-time sentiment analysis during chat and voice interactions.

32
MCQmedium

A company wants to ensure that when a case is marked as 'Escalated', the case owner is changed to a designated escalation queue and an immediate notification email is sent to the account team. Which tool should be used?

A.Visualforce controllers with email messaging classes
B.Record-Triggered Flow
C.Workflow Rules and Email Alerts
D.Case assignment rules triggered via manual button clicks
AnswerB

A Record-Triggered Flow can evaluate when a case is marked Escalated, reassign ownership, and send emails declaratively.

Why this answer

Record-Triggered Flows are the strategic declarative tool for automating field updates, record ownership changes, and email notifications upon record updates.

33
MCQmedium

A company wants to implement a customer feedback survey following case closure. Surveys should be automatically emailed to the contact 24 hours after the case status changes to Closed. Which declarative solution should the consultant recommend?

A.Salesforce Surveys integrated with a Scheduled Flow triggered upon case closure.
B.Case Escalation Rules with custom survey email templates.
C.Chatter post automatic notifications with survey links.
D.Standard Email-to-Case auto-response rules with survey links.
AnswerA

Salesforce Surveys can be sent automatically via Flows when specific timing criteria (24 hours post-closure) are met.

Why this answer

Salesforce Feedback Management (Surveys) triggered via a Scheduled Flow or Process automation 24 hours post-case closure.

34
Multi-Selectmedium

Universal Containers wants to implement Salesforce Knowledge to improve agent efficiency and customer self-service. Which TWO key design considerations should the consultant address during the solution design phase? (Choose two.)

Select 2 answers
A.Migrating all historical closed case attachments into article attachments
B.Configuring Omni-Channel capacity weights for article reading
C.Article lifecycle management, review cycles, and publication permissions
D.Replacing all email communication templates with static knowledge URLs
E.Data category architecture and visibility mapping
AnswersC, E

Establishing who authors, reviews, and publishes ensures high content quality and compliance.

Why this answer

Article categorization and lifecycle management (authoring, review, publication) are vital design considerations for Knowledge implementations.

35
MCQhard

An organization is deploying Salesforce Knowledge across multiple business units. Each business unit requires distinct article record types, unique page layouts, and specific data category visibility. How should the consultant architect this?

A.Deploy separate Salesforce orgs for each business unit integrated via Salesforce CRM Content.
B.Create multiple custom objects mimicking Knowledge to isolate business unit data.
C.Use validation rules on a single article type to restrict field entry based on user department.
D.Configure Knowledge Record Types, Page Layout Assignments, and Data Category Visibility settings.
AnswerD

Record types, layouts, and data category visibility control customized article experiences per business unit.

Why this answer

Knowledge Record Types combined with Page Layout Assignments and Data Category Visibility settings per profile/permission set satisfy this requirement.

36
Multi-Selectmedium

Universal Containers wants to ensure that customer service emails containing specific urgent keywords automatically trigger high-priority case creation and immediate management notifications. Which TWO tools should the consultant implement? (Choose two.)

Select 2 answers
A.Standard auto-response rules configured for marketing campaigns
B.Salesforce CRM Content library version alerts
C.Record-Triggered Flow evaluating email subject/body for keywords to update priority and notify managers
D.Manual triage by unassigned queue members checking mailboxes hourly
E.Email-to-Case to ingest inbound emails as case records
AnswersC, E

Flows can inspect text strings for keywords upon case creation and trigger notifications.

Why this answer

Email-to-Case combined with Record-Triggered Flows handles automated keyword scanning and priority setting.

37
MCQhard

An organization uses Omni-Channel routing with external telephony integration via Service Cloud Voice. When a customer calls, the voice call record is routed to an agent. The customer's active case should automatically pop as a primary workspace tab in the console when the call is accepted. How should this be configured?

A.Rely on standard browser tab refresh events triggered by Apex controllers.
B.Write a custom Open CTI JavaScript adapter utilizing legacy Workspace API methods.
C.Configure Omni-Channel Screen Pops in Setup to automatically open related case records upon work acceptance.
D.Use Entitlement milestone actions to force window navigation.
AnswerC

Screen pop settings define which records open automatically when an agent accepts an Omni-Channel work item.

Why this answer

Omni-Channel Screen Pops configuration linked to the Service Channel allows defining automatic record popping upon work acceptance.

38
MCQmedium

A company requires that when a high-priority case is created, a Slack channel is automatically created and named after the Case Number, inviting the assigned support team members. Which solution should the consultant recommend?

A.Salesforce Files content sharing links
B.Slack for Salesforce integration with Record-Triggered Flows
C.Custom Apex HTTP callouts to Slack webhooks triggered via Workflow Rules
D.Chatter email relay rules
AnswerB

The official Slack integration allows flows to trigger actions like creating channels and inviting users automatically.

Why this answer

Slack for Salesforce integration combined with Record-Triggered Flows enables automated Slack channel creation and team invitations upon case creation.

39
MCQmedium

A company wants to deflect incoming support calls by allowing customers to receive an SMS link to self-service articles via an interactive voice response (IVR) integration. Which Salesforce capability should be leveraged to ingest these interactions?

A.Service Cloud Voice with Amazon Connect integration
B.Messaging for In-App and Web configured with an Omni-Channel Flow
C.Live Agent chat deployment with pre-chat forms
D.Email-to-Case with automated auto-response rules
AnswerB

Messaging channels process inbound SMS/web messages and can trigger automated flows to send knowledge links.

Why this answer

Telephony Integration via Service Cloud Voice or Open CTI combined with Messaging for In-App and Web enables omnichannel touchpoints.

40
MCQmedium

A company wants to automatically populate the 'Entitlement Name' on a Case based on the Customer's active Service Contract when a case is created. How should this be achieved?

A.Deploy a custom Visual Workflow triggered by inbound emails.
B.Configure Entitlement Processes with automatic entitlement contact mapping and standard rules.
C.Write a complex trigger on Contact to update Case upon insert.
D.Use Workflow Rules to populate lookup field values across relationships.
AnswerB

Salesforce automatically links entitlements to cases based on account contracts and matching rules.

Why this answer

Entitlement Management setup allows automatic association of entitlements based on service contracts and entitlements rules.

41
MCQhard

An organization has complex service operations where cases pass through multiple tiers of support (Tier 1 -> Tier 2 -> Tier 3). Each tier has different required fields that must be populated before escalation to the next tier. How should the consultant enforce this data completeness?

A.Implement Dynamic Forms for Cases with conditional field visibility tied to Case Status stages, or Record-Triggered Flows with custom validation screens.
B.Write an after-update Apex trigger that checks field null values and throws database exceptions.
C.Use Entitlement milestone criteria to lock fields.
D.Rely on standard page layouts assigned to different user profiles.
AnswerA

Dynamic Forms allow conditional field visibility and requirements based on record states, ensuring multi-tier data collection.

Why this answer

Dynamic Forms for Cases or Screen Flows combined with validation rules or record types ensure required fields are collected at each stage.

42
MCQhard

An organization uses Omni-Channel with skills-based routing. Cases are tagged with multiple product skills and proficiency levels. If no agent with the exact required skill combination is available within 3 minutes, the system should broaden the search by dropping the lowest priority skill. How can this requirement be met?

A.Write a scheduled Flow that updates the Skill Requirements related list every 3 minutes.
B.Use standard queue-based fallback routing configurations.
C.Deploy an Einstein Bot to re-evaluate customer skills periodically.
D.Configure Skills-Based Routing Rules with secondary routing rules and fallback timeframes.
AnswerD

Routing rules can escalate or broaden skill criteria after specified wait times.

Why this answer

Skills-Based Routing Rules with overflow settings allow progressive relaxation of skill requirements over time.

43
Multi-Selectmedium

Northern Trail Outfitters is experiencing high case volumes and wants to deflect routine inquiries using self-service options. Which TWO strategies should the consultant recommend? (Choose two.)

Select 2 answers
A.Deploy an Experience Cloud self-service help center integrated with Salesforce Knowledge
B.Route all inbound web forms directly to senior engineering queues
C.Implement Einstein Bots on messaging channels to handle routine conversational queries
D.Require managerial approval for every customer self-service article view
E.Disable Email-to-Case entirely to force customers to call the phone support line
AnswersA, C

Experience Cloud portals allow customers to find answers independently using Knowledge.

Why this answer

Experience Cloud self-service portals and Einstein Bots are primary deflection mechanisms.

44
Multi-Selectmedium

Cloud Kicks wants to deploy Messaging for In-App and Web. Which TWO considerations are critical for successful implementation? (Choose two.)

Select 2 answers
A.Setting up authenticated embedded messaging for verified customer identification
B.Routing messaging threads exclusively through legacy CTI adapters
C.Requiring all customers to install a managed desktop client application
D.Configuring Omni-Channel service channels and routing configurations for messaging work items
E.Disabling all security tokens on Experience Cloud guest profiles
AnswersA, D

Authenticated messaging ensures secure identification of customers within the chat window.

Why this answer

Messaging implementation requires channel configuration, Omni-Channel setup, and security/privacy considerations.

45
MCQeasy

A support manager needs to restrict who can publish Knowledge articles to ensure high quality before customer visibility. Which mechanism controls this?

A.Global picklist dependency matrices
B.IP restriction ranges in Network Access settings
C.Knowledge Article Types, Profiles, and Permission Sets with 'Publish' permissions
D.Case sharing rules based on record ownership
AnswerC

Granular user permissions and profiles control who has the authority to publish knowledge articles.

Why this answer

Knowledge Data Categories and User Permissions / Profiles control article creation, review, and publication rights.

46
Multi-Selecthard

An enterprise service center is designing a multi-channel support strategy incorporating Email-to-Case, Messaging for In-App and Web, and Voice. Which THREE architectural best practices should the consultant recommend for scalability and maintainability? (Choose three.)

Select 3 answers
A.Implement unified Omni-Channel presence and routing across all communication channels
B.Hardcode individual agent queue assignments directly in Apex classes for maximum performance
C.Utilize Record-Triggered Flows instead of legacy Workflow Rules or complex Apex triggers for routing automation
D.Deploy a separate Service Console app tailored with channel-specific utility items and record pages
E.Store all historical case attachments in custom rich text fields on the Account object
AnswersA, C, D

Unified Omni-Channel presence prevents agent burnout and provides consistent workload management across phone, chat, and messaging.

Why this answer

Scalable architectures leverage unified agent workspaces, asynchronous automation, and robust routing configurations.

47
Multi-Selectmedium

Universal Containers needs to route cases based on complex business logic that includes customer tier, product line, and agent language proficiency. Which TWO routing mechanisms should the consultant consider? (Choose two.)

Select 2 answers
A.Standard manual queue assignment via public group list views
B.Skills-Based Routing to match agent proficiencies with case skill requirements
C.Omni-Channel Flow for conditional queue and variable-based routing
D.Salesforce CRM Content library access rules
E.Campaign influence attribution models
AnswersB, C

Skills-based routing matches multi-skill requirements like language proficiency directly to qualified agents.

Why this answer

Omni-Channel Flow and Skills-Based Routing are advanced routing options for complex criteria.

48
MCQhard

An organization requires that case records owned by queue X are automatically assigned to an individual agent when the agent's active capacity drops below 50%, provided the agent has the correct product skill. How should this routing be engineered?

A.Write an assignment rule with formula criteria evaluating User.CurrentCapacity.
B.Create a scheduled Flow that checks agent capacity every minute and reassigns cases.
C.Configure Omni-Channel with Skills-Based Routing and Push Routing enabled with capacity limits.
D.Utilize Einstein Next Best Action to prompt agents to pull cases from queues.
AnswerC

Omni-Channel push routing automatically delivers work to available agents based on capacity and skills.

Why this answer

Omni-Channel Push Routing combined with capacity percentages and skills-based routing rules fulfills this dynamic assignment model.

49
MCQeasy

Support agents frequently need to view related customer asset details directly on the Case record page without navigating away. Which component should a consultant add to the Case Lightning Record Page?

A.Standard Related List component configured for Assets
B.Einstein Prediction Builder component
C.Omni-Channel utility widget
D.Global Search result component
AnswerA

The Related List component displays associated child records like Assets directly on the parent Case page.

Why this answer

Related Record or standard Related Lists components, specifically the Asset related list or Lightning component, allow inline viewing.

50
Multi-Selectmedium

A company wants to streamline the case creation process for phone support agents. Which TWO features should the consultant implement to reduce Average Handle Time (AHT)? (Choose two.)

Select 2 answers
A.Screen Flows embedded on the Case Lightning Page to guide agents through structured scripts
B.Macros to automate repetitive multi-step console actions with a single click
C.Exporting all interaction notes to external notepad applications
D.Manual entry of all case fields without default values or picklist dependencies
E.Requiring managerial sign-off for every inbound phone call log
AnswersA, B

Screen flows guide agents efficiently through data collection and scripting.

Why this answer

Screen Flows and Quick Actions / Macros reduce AHT by automating steps.

51
MCQeasy

Support agents need a quick way to send an email, update the case status to 'Waiting on Customer', and add a standard internal comment with a single click. Which feature delivers this capability?

A.Macros
B.Entitlement Processes
C.Quick Text
D.Custom Buttons with JavaScript
AnswerA

Macros automate multiple repetitive console actions like field updates, email sending, and comment additions.

Why this answer

Macros allow agents to automate repetitive, multi-step actions in the console with a single click.

52
MCQeasy

A support agent needs to quickly change the status of 10 selected cases from 'New' to 'Working' simultaneously from a list view. Which feature should the agent use?

A.Scheduled Apex batch updates
B.Entitlement Process batch reassignments
C.Inline Editing in List Views
D.Global Macro execution
AnswerC

List view inline editing allows fast, multi-record updates directly within the grid interface.

Why this answer

Inline Editing in List Views allows users to update multiple records at once directly from a list view.

53
MCQeasy

A service manager wants to categorize cases by issue type, sub-type, and specific product model using dependent picklists. Which configuration is recommended?

A.Separate custom objects with master-detail relationships
B.Validation rules enforcing text matching across fields
C.Custom Lightning components with hardcoded JSON mappings
D.Standard Dependent Picklists on the Case object
AnswerD

Dependent picklists ensure data consistency by restricting dependent field options based on controlling field selections.

Why this answer

Dependent Picklists allow the values in one picklist (sub-type) to be filtered based on the selection in another picklist (issue type).

54
Multi-Selecthard

An enterprise customer service department has multiple business units sharing a single Salesforce org. Each business unit has distinct service workflows, unique case fields, and separate escalation rules. Which THREE features should the consultant use to segregate and manage these business units effectively? (Choose three.)

Select 3 answers
A.Disabling all sharing model rules to make every case visible to all users globally
B.Hardcoding all business unit validation checks into a single global Apex trigger
C.Sharing Rules and Role Hierarchies to ensure data security and visibility boundaries
D.Page Layout Assignment rules tied to profiles or permission sets for unique field visibility
E.Case Record Types to define distinct business unit processes and picklist values
AnswersC, D, E

Sharing rules segregate data visibility between distinct business units.

Why this answer

Record types, page layouts, and sharing rules or permission sets enable multi-tenant segregation within a single org.

55
Multi-Selecteasy

A support supervisor wants to monitor agent performance and operational metrics in real time. Which TWO standard tools should the consultant recommend? (Choose two.)

Select 2 answers
A.Omni-Channel Supervisor for real-time agent status and queue tracking
B.Salesforce Content version history logs
C.Entitlement process audit trails
D.Salesforce Dashboards for visualized operational report metrics
E.Chatter user profile activity feeds
AnswersA, D

Omni-Channel Supervisor provides real-time visibility into agent workloads, active chats, and queue wait times.

Why this answer

Omni-Channel Supervisor and standard Salesforce Dashboards provide operational monitoring.

56
MCQhard

An enterprise organization requires that all customer interactions across Phone, Email, Chat, and Messaging are tracked within a unified timeline in the Service Cloud Console, allowing agents to see chronological touchpoints instantly. Which feature fulfills this requirement?

A.Standard related lists displayed in separate tabs
B.Account Hierarchy related lists
C.Case Feed with integrated Omni-Channel and Email-to-Case components
D.Chatter feed tracking custom field history only
AnswerC

Case Feed provides a centralized, chronological timeline of emails, calls, chats, and internal notes.

Why this answer

Case Feed and Service Cloud Console timeline components provide a unified chronological view of all customer touchpoints.

57
MCQhard

An organization has complex entitlement rules where response and resolution times vary based on the Account's service level agreement (SLA), the Case Priority, and whether the case occurs during regional holidays. How should the consultant architect the solution?

A.Configure multiple Entitlement Processes linked to Business Hours that account for regional holidays and customer SLAs.
B.Establish separate Case record types for each SLA tier and use workflow rules to update target dates.
C.Use standard Escalation Rules with custom formula fields for holiday calculations.
D.Write an Apex trigger on Case creation to calculate due dates using standard Calendar classes.
AnswerA

Entitlement processes evaluate milestones against specific Business Hours calendars, accommodating complex SLA matrices.

Why this answer

Custom Business Hours tied to Entitlement Processes allow precise calculation of milestones considering regional calendars and SLAs.

58
MCQmedium

A company wants to provide customers with an automated conversational agent on their website that can handle password resets by integrating with an external identity management system. Which feature should be implemented?

A.Web-to-Case with auto-response rules
B.Einstein Bots with Apex Actions
C.Live Agent chat deployment without a bot
D.Salesforce Knowledge article widgets
AnswerB

Einstein Bots can invoke Apex actions to securely communicate with external APIs for transactional tasks like password resets.

Why this answer

Einstein Bots with Apex actions or external REST API integrations allow interaction with external systems for password resets.

59
MCQmedium

A company wants to allow customers to search and view published Knowledge articles without logging into a community. Where should this be deployed?

A.Enterprise LDAP single sign-on portal
B.Salesforce Chatter internal groups
C.Experience Cloud site with public guest user access to Salesforce Knowledge
D.Private internal Service Cloud Console app
AnswerC

Experience Cloud sites can be configured for public access, enabling unauthenticated customers to browse help articles.

Why this answer

Experience Cloud site (or Salesforce Sites) with public guest user access enabled for Knowledge allows unauthenticated article viewing.

60
MCQmedium

Northern Trail Outfitters receives high volumes of routine inquiries regarding order status. The company wants to deploy a self-service community that automatically authenticates customers and displays their recent orders using standard components. Which architecture best meets this requirement?

A.Einstein Bot embedded on an external website using canvas apps
B.Salesforce Experience Cloud with standard Order History components and Salesforce Identity
C.Salesforce Sites with unauthenticated Visualforce pages displaying order details
D.Custom Heroku application integrated via REST API with a third-party portal framework
AnswerB

This native combination authenticates users and surfaces order data natively within Experience Cloud.

Why this answer

Experience Cloud with the standard Account Order History component connected via Salesforce Connect or standard Order object meets this requirement declaratively.

61
MCQhard

An organization is designing a high-throughput customer service operation where agents handle multiple concurrent chat and messaging sessions. To prevent agent burnout, management wants system-enforced limits on simultaneous active chats based on agent skill tiers. How should this be configured?

A.Configure Omni-Channel Service Channels with custom Capacity Weights and Routing Configurations per tier.
B.Write an Apex trigger on AgentWork to prevent creation if active counts exceed limits.
C.Set up assignment rules with custom user workload formulas.
D.Use custom profile permissions to restrict chat tab limits in the console.
AnswerA

Service channels and routing configurations control maximum concurrent work items and capacity weights per agent.

Why this answer

Omni-Channel Service Channels and Routing Configurations allow setting precise capacity models and concurrency limits per agent or profile.

62
Multi-Selecthard

An enterprise service desk is planning a migration from a legacy on-premise CRM to Salesforce Service Cloud. Which THREE data migration best practices should the consultant follow to ensure data integrity and system performance? (Choose three.)

Select 3 answers
A.Utilize Salesforce Bulk API 2.0 for high-performance processing of millions of legacy records
B.Execute all migration inserts using synchronous SOAP API single-record calls in real time
C.Maintain strict object sequencing during loading (e.g., Accounts -> Contacts -> Cases -> EmailMessages)
D.Load all legacy attachments directly into standard task description fields as plain text blobs
E.Archive historical closed cases older than 5 years into Big Objects to preserve storage limits
AnswersA, C, E

Bulk API 2.0 is architected for large volume data loads efficiently.

Why this answer

Data migration best practices include bulk API usage, correct parent-child relationship sequencing, and data pruning/archiving.

63
MCQeasy

A support supervisor wants to view the current status, workload, and active Omni-Channel queues of all agents in a single real-time console view. Which tool should the supervisor use?

A.Service Cloud console workspace tabs
B.Standard Salesforce Dashboards refreshed hourly
C.Chatter analytics reports
D.Omni-Channel Supervisor
AnswerD

Omni-Channel Supervisor provides real-time supervisory dashboards for monitoring agent workloads and queues.

Why this answer

Omni-Channel Supervisor provides real-time operational visibility into agent status, work items, and queues.

64
MCQmedium

A company wants agents to follow a consistent 5-step checklist every time a high-severity case is opened. The steps must be visually tracked on the record page. Which feature should the consultant implement?

A.Custom HTML web tabs embedded in utility bars
B.Entitlement processes with milestone steps
C.Chatter polls assigned to case teams
D.Path (Guidance for Success) configured on the Case object
AnswerD

Path provides stage-based visual guidance and key fields/checklist guidance for agents.

Why this answer

Case Milestones or Path (Guidance for Success) provide visual step-by-step guidance on record pages.

65
MCQhard

An enterprise service desk receives high volumes of emails that frequently contain malicious attachments or executable files. The security team mandates that inbound email attachments must be scanned and stripped before being saved to Salesforce cases. Which architectural approach satisfies this requirement?

A.Create a validation rule on the Attachment object checking file extensions.
B.Implement an enterprise email security gateway before Email-to-Case, or use Apex Email Services to intercept and cleanse attachments.
C.Disable attachments globally on Email-to-Case and require customers to upload via Experience Cloud.
D.Rely on standard Salesforce File security and antivirus settings in Setup.
AnswerB

Interception via gateway or Apex Email Services allows inspection and sanitization before record creation.

Why this answer

Email-to-Case integration combined with an email security gateway or a custom Apex Email Service with pre-filtering ensures safe attachment ingestion.

66
MCQmedium

A company receives customer inquiries via email. They want incoming emails from domain 'vip-partner.com' to automatically bypass standard queues and be assigned directly to a dedicated VIP Account Manager. How should this be configured?

A.Auto-response rules configured with queue override parameters
B.Omni-Channel routing configurations based on IP white-listing
C.Standard assignment rules referencing Email Message fields directly
D.Record-Triggered Flow on Case creation evaluating sender email domain to update owner
AnswerD

Flows can evaluate inbound email sender domains and assign the case owner accordingly.

Why this answer

Email-to-Case combined with a Record-Triggered Flow or Apex examining email headers/sender domain can reassign cases.

67
MCQeasy

A service team uses Knowledge articles extensively. Agents need to search articles using natural language queries and receive relevant results ranked by user engagement and text match. Which search feature should be leveraged?

A.Standard list view filters on the Case object
B.Custom SOQL queries with LIKE operators in a Visualforce page
C.Salesforce Knowledge Search with relevance ranking
D.Global search with object filters set to Contacts
AnswerC

Knowledge search provides native natural language search and relevance tuning based on article metrics.

Why this answer

Salesforce Knowledge Search utilizes advanced relevance ranking including text search, user clicks, and article ratings.

68
MCQmedium

A service team receives customer emails that frequently reference existing cases. The organization wants incoming emails to automatically attach to the correct open case rather than creating duplicate cases. How should this be configured?

A.Use Macros to merge duplicate cases after creation.
B.Set up Apex email services with custom regex parsing for case numbers.
C.Rely solely on standard Assignment Rules to reassign emails.
D.Configure Email-to-Case threading settings to match inbound emails using subject line tokens and headers.
AnswerD

Native Email-to-Case threading automatically associates inbound replies to the correct parent case.

Why this answer

Email-to-Case threading behavior can be configured to use In-Reply-To email headers and subject line tokens to match inbound emails to existing cases.

69
MCQeasy

A support agent wants to create a related task to follow up with a customer next Tuesday directly from the open case record. Which feature should they use?

A.Activity Timeline component on the Case Record Page
B.Entitlement milestone checklist
C.Global Action menu in the navigation bar
D.Case Comments related list
AnswerA

The Activity Timeline allows agents to quickly add tasks, events, and log calls associated with the case.

Why this answer

Activity timeline on the Case record allows quick creation of tasks, events, and log a call entries.

Ready to test yourself?

Try a timed practice session using only Service Cloud Solution Design questions.