Courseiva

CCNA Case Management Questions

50 questions · Case Management · All types, answers revealed

1
MCQeasy

An agent is responding to a customer via email from the Case Feed and wants to attach a troubleshooting guide PDF stored in Salesforce CRM Content. How should the agent accomplish this?

A.Use Web-to-Case to automatically attach knowledge articles.
B.Paste the file URL into the subject line of the email.
C.Click the attach file icon within the Email publisher in the Case Feed and select the file from Salesforce.
D.Use a Macro to upload the file from the agent's desktop.
AnswerC

Agents can directly attach Salesforce files and content documents via the email publisher tool.

Why this answer

The file attachment icon in the Case Feed email publisher allows agents to select and attach files from Salesforce Files or CRM Content.

2
MCQeasy

A company receives customer inquiries via email. The support team needs to ensure that attachments sent with incoming emails are automatically stored and linked to the corresponding case record. Which feature satisfies this requirement?

A.Standard Email-to-Case or On-Demand Email-to-Case.
B.Web-to-Case with Attachment Mapping enabled.
C.Content Delivery Rules set up for Case feeds.
D.Salesforce Files Connect configured for Exchange.
AnswerA

Email-to-Case natively captures inbound email attachments and attaches them to the created case.

Why this answer

Email-to-Case automatically handles inbound email messages, including attachments, and links them directly to the associated case record as files or attachments.

3
Multi-Selecteasy

Which TWO options are valid methods for assigning a new case to a queue in Salesforce? Choose 2 options.

Select 2 answers
A.Web-to-Case Auto-Response Rules
B.Case Escalation Rules action to delete queues
C.Case Assignment Rules
D.Storage limit rules
E.Manual editing of the Case Owner field to a Queue
AnswersC, E

Assignment rules can route incoming cases directly to queues.

Why this answer

Cases can be assigned to queues via Case Assignment Rules or manual reassignment in list views/detail pages.

4
MCQhard

Northern Trail Outfitters uses standard Email-to-Case. Support agents report that when customers reply to existing case notification emails, a brand new case is frequently created instead of attaching the email as a comment to the original case. What is the root cause of this issue?

A.The Routing Address is configured to create a new task rather than a new case on inbound emails.
B.The Email-to-Case agent service is running on an outdated version that lacks threading capabilities.
C.Case Assignment Rules are overriding the parent case ID on inbound email replies.
D.Customers are modifying the email subject line and removing the internal Email-to-Case Thread ID.
AnswerD

Removing the Thread ID prevents Salesforce from threading the reply to the parent case.

Why this answer

Standard Email-to-Case uses a threaded email reference (Thread ID) embedded in the subject or body of outgoing emails. If the customer alters the subject line or removes the Thread ID string, Salesforce cannot match the reply to the existing case and defaults to creating a new one. On-Demand Email-to-Case with Email-to-Case threading (or Enhanced Email threading) relies heavily on these identifiers.

5
MCQeasy

An administrator needs to ensure that cases submitted via Web-to-Case are automatically assigned to different queues based on the 'Type of Inquiry' field selected on the web form. Which feature should be used in conjunction with Web-to-Case?

A.Assignment Rules
B.Web-to-Case Auto-Routing Setup
C.Omni-Channel Flow Routing Only
D.Escalation Rules
AnswerA

Case assignment rules evaluate criteria like 'Type of Inquiry' to route Web-to-Case submissions to the correct queue.

Why this answer

Case Assignment Rules evaluate incoming cases (regardless of channel, including Web-to-Case) and route them to queues or users based on criteria.

6
Multi-Selecteasy

Which TWO features are available when configuring Case Management in Salesforce Service Cloud? Choose 2 options.

Select 2 answers
A.Case Escalation Rules
B.Campaign Hierarchy Rules
C.Opportunity Split Rules
D.Lead Conversion Rules
E.Case Assignment Rules
AnswersA, E

Escalation rules automatically escalate cases when they remain open or unaddressed past a specific time threshold.

Why this answer

Case Assignment Rules and Case Escalation Rules are core native case management features in Salesforce.

7
MCQhard

Universal Containers has implemented Web-to-Case to capture inquiries from their public website. Recently, malicious bots have flooded the system with spam cases. Which native feature should the administrator implement to prevent spam submissions without affecting legitimate users?

A.Spam filter assignment rules
B.Validation rules on the Case object checking for bot keywords
C.IP restriction rules in Security Controls
D.Google reCAPTCHA v2 for Web-to-Case
AnswerD

Salesforce provides native support for Google reCAPTCHA in Web-to-Case to block automated bot submissions.

Why this answer

ReCAPTCHA integration with Web-to-Case is the native way to prevent spam submissions on web forms.

8
MCQeasy

A support manager wants a group of Tier 2 agents to share a workload of unassigned cases and manually pick them up whenever they have capacity. Which feature should the administrator set up?

A.Case Queue
B.Public Group
C.Case Team
D.Territory Management
AnswerA

Queues hold unassigned records so that members of the queue can pick them up.

Why this answer

Queues allow a group of users to share ownership of pending cases and pull work items when ready.

9
Multi-Selecthard

Which THREE actions can be performed by Macros in Lightning Experience? Choose 3 options.

Select 3 answers
A.Automatically execute batch Apex jobs across multiple orgs.
B.Send an email to a customer using a quick action email publisher.
C.Select a quick action on the case record page.
D.Update field values on the primary case record.
E.Modify user profiles and permission set assignments.
AnswersB, C, D

Macros can populate and submit email publisher actions.

Why this answer

Macros can update field values, select publisher actions, and run quick actions.

10
MCQeasy

An agent is working on a case and wants to quickly send an email response to the customer using a pre-approved organizational template without leaving the case page. Which feature should the agent utilize?

A.Escalation Rule Action
B.Web-to-Case
C.Mass Email Users
D.Case Feed Email Action
AnswerD

The Email action in the Case feed allows agents to draft and send emails to customers seamlessly.

Why this answer

The Email action on the Case feed allows agents to send emails using templates directly from the case record.

11
MCQmedium

Universal Containers has set up On-Demand Email-to-Case. Agents report that customers are receiving bounce-back errors when replying to notification emails sent from Salesforce. What should the consultant verify first?

A.Ensure that Apex Email Services are disabled to prevent conflicts.
B.Verify that the Email-to-Case agent software is running on the local server.
C.Check that Email-to-Case routing addresses are verified and email forwarding is correctly configured from the company mail server to the Salesforce-provided Email Service address.
D.Increase the daily email processing limit in Organization-Wide Defaults.
AnswerC

On-Demand Email-to-Case requires email forwarding from the company email server to the Salesforce email service address, and unverified addresses will drop or bounce.

Why this answer

For On-Demand Email-to-Case, email service addresses and routing addresses must be correctly configured and verified, and routing must point correctly to the generated Email Services address.

12
MCQhard

A consultant is configuring Multi-Line Macros for a support team using Lightning Experience. The team needs a macro to insert a comment into the Case Feed and simultaneously change the case status to 'Waiting on Customer'. When testing, the macro fails at the Case Feed step. What is the most likely reason for this failure?

A.Macros cannot update Case Status and Case Feed simultaneously.
B.The Case object does not support macros in Lightning Experience.
C.The macro instructions did not select the appropriate publisher action tab (such as 'Log a Call' or 'Email') before attempting to insert text.
D.The user running the macro lacks Read access to the Case Comments related list.
AnswerC

In Lightning Experience, a macro must first select the correct publisher action tab before it can populate fields within that action.

Why this answer

Multi-line macros require specific targeting of the publisher component and the correct selection of the active tab (e.g., Email or Feed) in Lightning Experience.

13
Multi-Selecteasy

Which TWO tools can support agents use in Salesforce Lightning Experience to interact with customers on a case? Choose 2 options.

Select 2 answers
A.Macros
B.Lead Conversion Wizard
C.Case Feed Email Action
D.Campaign Import Wizard
E.Territory Assignment Batch Job
AnswersA, C

Macros help agents execute repetitive tasks and send templated communications quickly.

Why this answer

Agents can use the Email action in the Case Feed and Macros to communicate and update records efficiently.

14
MCQmedium

Universal Containers wants to ensure that when an agent uses a macro to send an email to a customer, the email draft is populated and sent immediately without requiring a separate manual click from the agent. Which instruction should be included in the macro?

A.Use the 'Auto-Send Email' macro checkbox in Setup.
B.Add a 'Submit' instruction at the end of the macro steps.
C.Select the 'Send' button instruction.
D.Configure a workflow rule to trigger upon macro execution.
AnswerB

The 'Submit' instruction tells the macro to perform the final action (like clicking Send on an email or Save on a record).

Why this answer

In macros, the 'Submit' instruction executes the active publisher action (such as sending an email or logging a call) automatically.

15
Multi-Selecthard

An administrator is configuring Email-to-Case and wants to ensure security and compliance when handling customer emails. Which THREE configurations or capabilities are supported? Choose 3 options.

Select 3 answers
A.Using Transport Layer Security (TLS) for secure email transmission with On-Demand Email-to-Case.
B.Blocking specific email addresses or domains from creating cases automatically.
C.Including Thread IDs in outgoing emails to automatically associate customer replies with the correct existing case.
D.Automatic decryption of customer hard drives via email attachment processing.
E.Native quarantine of malware attachments directly inside standard Case record page layouts without third-party tools.
AnswersA, B, C

On-Demand Email-to-Case supports TLS encryption for secure email delivery.

Why this answer

Email-to-Case supports thread ID tracking, secure TLS connections for On-Demand, and blocking specific spam addresses.

16
MCQmedium

Cloud Kicks wants agents to be able to perform a multi-step process with a single click: update the Case Status to "Waiting on Customer", send a customized email template to the contact, and insert a predefined public comment. Which feature should the consultant implement?

A.Standard Macros enabled on the Case object.
B.Predefined Case Teams with automated notification settings.
C.Quick Actions placed on the Case Page Layout.
D.Case Milestones linked to an Entitlement Process.
AnswerA

Macros automate repetitive tasks like updating field values, sending emails, and adding comments.

Why this answer

Macros allow users to run a series of pre-established instructions with a single click, such as selecting a field value, sending an email, and inserting a comment on a case record.

17
MCQmedium

Support agents frequently perform a repetitive 5-step process to close billing dispute cases, which involves updating the status, sending a specific email template, changing the priority, and updating a custom checkbox. Which feature should be used to streamline this?

A.Macros
B.Pre-chat Forms
C.Quick Actions
D.Workflow Rules
AnswerA

Macros enable agents to run a series of instructions, such as updating fields and sending emails, with one click.

Why this answer

Macros allow agents to automate repetitive tasks and execute multiple actions with a single click.

18
MCQeasy

A support supervisor needs to grant read and write access on a specific high-profile case to a cross-functional group of engineers and billing specialists who are not the case owner. Which feature should be used?

A.Case Teams
B.Queue Membership
C.Case Assignment Rules
D.Case Escalation Rules
AnswerA

Case Teams enable multiple users to collaborate on a case with specified access levels.

Why this answer

Case Teams allow users to add specific internal users to a case with defined access levels.

19
MCQmedium

Universal Containers requires that whenever a case is created with a 'Severity' of 'Critical', an immediate email notification must be sent to the VP of Support, and the case owner must be changed to the 'Executive Escalations' queue. Which feature is best suited to achieve this declaratively?

A.Case Escalation Rules
B.Case Assignment Rules only
C.Web-to-Case Auto-Response Rules
D.Record-Triggered Flow
AnswerD

A Record-Triggered Flow can evaluate critical severity upon creation, update ownership to a queue, and send custom email alerts.

Why this answer

Record-Triggered Flows or Workflow Rules can automate actions like sending emails and updating fields, but Record-Triggered Flows are the modern declarative standard for complex case automation including queue reassignment and email alerts.

20
MCQhard

An administrator needs to configure Case Teams so that specific support engineers have read/write access to cases owned by queues, without changing the queue ownership itself. Which configuration step must be completed first?

A.Enable Chatter Feed Tracking for the Case Team object.
B.Create a Sharing Rule based on Queue membership to grant record access.
C.Assign the 'Manage Case Teams' permission to the queue members' profiles.
D.Define Case Team Roles and assign Read/Write access to the Case object.
AnswerD

Roles must be created and assigned permissions before members can be added to a case team.

Why this answer

Before users can be added to case teams manually or automatically via Case Team Roles, the administrator must define Case Team Roles and specify the appropriate object-level access (Read/Write) for cases.

21
MCQmedium

Universal Containers wants newly created cases originating from their external support portal to be automatically routed to the Tier 1 Support Queue and assigned using active assignment rules. Which mechanism should the Consultant recommend to achieve this?

A.Configure Web-to-Case with a default queue owner and select the active assignment rule checkbox.
B.Build a custom Apex trigger on Case to query the Tier 1 Support Queue and update the OwnerId field.
C.Set up Email-to-Case to parse portal form submissions and route them via Case Escalation Rules.
D.Create a Record-Triggered Flow to assign incoming Web-to-Case records to the queue before assignment rules run.
AnswerA

This is the native configuration for routing Web-to-Case submissions to queues and applying assignment rules.

Why this answer

Web-to-Case allows companies to create HTML forms that generate cases in Salesforce. Within the Web-to-Case settings, administrators can specify a default case owner (which can be a queue) and optionally check the box to execute active assignment rules upon creation.

22
MCQmedium

Universal Containers wants to ensure that all cases created via email have their 'Origin' automatically populated as 'Email', regardless of which routing address they arrive at. Where is this default value configured?

A.Case Auto-Response Rules
B.Organization-Wide Defaults for Cases
C.Case Object Default Field Values
D.Email-to-Case Routing Address Settings
AnswerD

In Email-to-Case settings, each routing address allows the admin to set default case field values such as Origin, Priority, and Status.

Why this answer

Routing addresses in Email-to-Case configuration allow administrators to define default values (like Case Origin) for cases created from that specific address.

23
MCQeasy

Universal Containers wants to ensure that all incoming support inquiries sent to support@universalcontainers.com are automatically converted into Cases in Salesforce without requiring agents to manually create them. Which feature should the administrator configure?

A.Web-to-Case
B.Email-to-Case
C.Case Auto-Response Rules
D.On-Demand Email-to-Case
AnswerB

Email-to-Case automatically converts customer emails sent to specified addresses into Salesforce cases.

Why this answer

Email-to-Case converts emails from a support address directly into cases in Salesforce.

24
MCQmedium

Universal Containers uses Email-to-Case with the Email-to-Case Agent (Agents installed behind the firewall). An agent notices that attachments larger than 25 MB are failing to import into Salesforce. What is the cause of this limitation?

A.Salesforce restricts total file attachments on a case to 5 MB maximum.
B.The Email-to-Case agent has a strict payload limit of 25 MB for emails and attachments combined.
C.Maximum email size for Outlook integration is set to 25 MB.
D.Salesforce Content storage limits have been reached for the organization.
AnswerB

The Email-to-Case agent architecture restricts incoming email sizes, including attachments, to 25 MB.

Why this answer

The Email-to-Case agent and Salesforce API have strict file size limits on attachments processed through Email-to-Case.

25
Multi-Selecteasy

Which TWO communication channels can be automatically converted into cases in Salesforce? Choose 2 options.

Select 2 answers
A.Dashboard-to-Case
B.Email-to-Case
C.Web-to-Case
D.Chatter-to-Case
E.Report-to-Case
AnswersB, C

Email-to-Case converts incoming emails into cases.

Why this answer

Email-to-Case and Web-to-Case are the two primary native mechanisms for automatically generating cases from external channels.

26
MCQeasy

Support agents need a central place to view incoming chat requests, phone calls, and email cases, managing their availability across all channels simultaneously. Which feature provides this unified workspace?

A.Chatter Publisher
B.Omni-Channel
C.Case Queues alone
D.Console Navigation Rules
AnswerB

Omni-Channel routes and presents work items across multiple channels to agents in a single console widget.

Why this answer

Omni-Channel provides a unified workspace for agents to manage incoming work across multiple channels based on capacity and skills.

27
MCQhard

A service supervisor notices that certain macros created by Tier 1 agents are failing when executed by other agents in the same queue. The macro attempts to update a custom field on the Case object. What is the most likely cause of this permission issue?

A.Folder sharing permissions for macros restrict other users from executing shared macros.
B.Lightning Experience macros cannot be shared across different profiles.
C.Macros do not support custom fields; they only work on standard case fields.
D.The agents executing the macro lack Field-Level Security (FLS) read/edit access to the custom field being updated by the macro.
AnswerD

Macros respect user permissions; if a user lacks FLS edit access to a target field, the macro instruction fails.

Why this answer

Macro instructions respect user-level field-level security and object permissions. If the running user lacks FLS to modify the field targeted by the macro, the macro fails.

28
Multi-Selecthard

A consultant is designing a complex support routing solution using Case Queues and Assignment Rules. Which THREE best practices should the consultant follow? Choose 3 options.

Select 3 answers
A.Configure separate active assignment rules for every single individual agent in the organization.
B.Limit the number of active assignment rules to exactly one per object to prevent conflicting routing logic.
C.Order rule entries from most specific criteria to least specific criteria.
D.Ensure that all queue members have appropriate object and record-level access to view cases in the queue.
E.Hardcode user record IDs directly inside all rule entry criteria definitions.
AnswersB, C, D

Salesforce only allows one active assignment rule per object at a time.

Why this answer

Best practices for assignment rules and queues include ordering rule entries logically, keeping queue memberships updated, and avoiding infinite loops.

29
MCQeasy

A support agent needs to create a case on behalf of a customer who is calling in. Which standard button on the Account or Contact detail page should the agent use to initiate this?

A.Convert
B.New Case
C.Escalate
D.New Task
AnswerB

The New Case button creates a case associated with the current Account or Contact.

Why this answer

The 'New Case' button on related lists of Accounts or Contacts allows agents to create cases pre-associated with that customer.

30
MCQeasy

A support manager wants to view a real-time list of all cases currently sitting in the 'Tier 1 Support' queue. Where should the manager look?

A.Forecasts tab -> Queue Summary
B.Cases tab -> Select the 'Tier 1 Support' list view or Queue view
C.Dashboards -> Chatter Feed
D.Reports tab -> Case Escalation History report
AnswerB

Queue list views display all unassigned records currently residing in that specific queue.

Why this answer

Queue views or standard list views filtered by queue ownership allow supervisors to monitor queue workloads.

31
Multi-Selecthard

Universal Containers utilizes Case Assignment Rules to route incoming support inquiries. Which TWO considerations should a consultant keep in mind when designing and deploying assignment rules? (Choose two.)

Select 2 answers
A.Assignment rule actions can include sending an email notification or triggering an outbound message.
B.Multiple Case Assignment Rules can be active simultaneously to handle different channels.
C.Assignment rules execute after Apex triggers and record-triggered flows run.
D.Only one Case Assignment Rule can be active at a time for the Case object.
E.Inactive assignment rule entries are automatically deleted after 90 days.
AnswersA, D

Rule entries support assigning owners, selecting email templates, and triggering outbound messages.

Why this answer

Only one assignment rule can be active at a time for a given object (though it can contain multiple rule entries). Additionally, case assignment rules can automatically trigger outbound messages if configured within the rule entry actions.

32
Multi-Selecthard

An administrator is troubleshooting an On-Demand Email-to-Case implementation where emails from external senders are occasionally delayed or rejected. Which THREE factors should the administrator investigate? Choose 3 options.

Select 3 answers
A.Whether the Email-to-Case service address is verified and active in Salesforce Setup.
B.Maximum email size limits (including attachments) enforced by Salesforce Email Services.
C.Chatter post frequency limits for external users.
D.The number of active Case Assignment Rules in the recycle bin.
E.Email forwarding loops or misconfigured MX/SPF records on the corporate mail server.
AnswersA, B, E

Unverified routing addresses will cause inbound processing failures.

Why this answer

On-Demand Email-to-Case depends on email size limits, email service address configurations, and mail server forwarding rules (SPF/DKIM/DMARC).

33
MCQmedium

A Service Cloud consultant is setting up Case Assignment Rules for a global organization. The support team needs cases to be assigned based on the customer's region and the product family selected on the case. How should the consultant configure this?

A.Build a Process Builder to handle case ownership assignment instead of assignment rules.
B.Create a single assignment rule with multiple rule entries evaluated in order.
C.Create multiple assignment rules and activate them simultaneously.
D.Configure Omni-Channel routing configurations to evaluate region and product family.
AnswerB

A single active assignment rule can contain multiple entries evaluated sequentially until a match is found.

Why this answer

Case assignment rules use rule entries with criteria based on fields like product family and region to route cases to specific users or queues.

34
Multi-Selecthard

An administrator is troubleshooting an issue where Case Escalation Rules are failing to fire for high-priority cases. Which THREE common configuration mistakes could cause escalation rules to fail? (Choose three.)

Select 3 answers
A.The case status is updated, which resets the escalation timer if 'Re-evaluate Case Age' is enabled.
B.Case Team members were not assigned read permissions on the escalation queue.
C.The case was created via Email-to-Case, which bypasses escalation rules entirely.
D.Business Hours are set incorrectly on the escalation rule entry, preventing the age timer from starting.
E.The Case Escalation Rule is not marked as active.
AnswersA, D, E

Re-evaluating case age resets the timer when case fields are modified.

Why this answer

Escalation rules require specific setup: the rule must be marked active, business hours must be correctly associated (or omitted if 24/7), and the 'last modified' criteria or age over time must be configured correctly. Furthermore, rules do not fire if cases are closed or if the rule criteria are never met.

35
MCQhard

Universal Containers utilizes Case Escalation Rules to escalate high-priority cases if they are not closed within 2 hours. An agent takes ownership of an escalated case, but the case is accidentally reassigned back to the queue because the 'Re-assign using active assignment rule' checkbox was left checked. Where must the consultant adjust settings to prevent this behavior on future escalations?

A.In the Omni-Channel Supervisor settings
B.In the Case Support Settings
C.In the Escalation Action detail page
D.In the Case Assignment Rule criteria definitions
AnswerC

The setting to re-assign using active assignment rules is configured directly on the individual escalation action.

Why this answer

When configuring escalation actions, the 'Re-assign using active assignment rule' setting should be unchecked if you want to keep the case assigned to the current owner or queue specified in the escalation action.

36
MCQmedium

Universal Containers wants to route cases coming from VIP customers directly to a specialized 'VIP Support Queue', bypassing standard tier-1 routing. How should the administrator achieve this?

A.Create a separate active Assignment Rule specifically for VIP customers.
B.Position the VIP rule entry at the top of the Case Assignment Rule criteria.
C.Use an escalation rule to pull VIP cases into the queue after 1 minute.
D.Configure a validation rule to force VIP owner IDs.
AnswerB

Rule entries are evaluated in numerical order (1, 2, 3...). Putting VIP criteria first ensures high-priority routing.

Why this answer

Assignment rules are evaluated sequentially. Placing a rule entry for VIP customers at the top of the assignment rule ensures they route to the VIP queue first.

37
Multi-Selectmedium

Universal Containers wants to configure Case Teams. Which TWO capabilities do Case Teams provide? Choose 2 options.

Select 2 answers
A.Automatically route unassigned work items to queue members.
B.Define agent shift schedules and availability capacity.
C.Assign predefined case teams automatically using Case Assignment Rules.
D.Grant custom record-level read or read/write access to users who are not the case owner.
E.Restrict case visibility exclusively to external portal users.
AnswersC, D

Assignment rules can associate predefined case teams upon case routing.

Why this answer

Case Teams allow users to collaborate on cases with specific roles and record-level access.

38
MCQeasy

A Service Cloud consultant is setting up Case Escalation Rules for a client. When a case remains unresolved after a specified number of hours, the system needs to automatically change the case owner and send an email notification to the new owner. Where are escalation actions defined?

A.Under Case Escalation Rule entries and their associated Escalation Actions.
B.Inside the Case Assignment Rule criteria definition.
C.Within the Case Queue membership settings.
D.Inside Process Builder or Record-Triggered Flows configured for Case objects.
AnswerA

Escalation actions are directly linked to escalation rule entries to handle time-dependent updates.

Why this answer

Escalation actions are defined within Escalation Rules. Specifically, rule entries define the criteria, and escalation actions define when the action fires, who the new owner is, and which email template to use.

39
MCQhard

An organization has configured Email-to-Case. Customers are reporting that when they reply to an existing case email thread, a new case is created instead of appending to the existing case. What configuration is likely missing or misconfigured?

A.Case Assignment Rules are overriding the thread ID.
B.The 'Send Email' quick action is missing the Case ID parameter.
C.The email template sent to customers does not include the Thread ID (ref ID), or email threading settings are misconfigured.
D.On-Demand Email-to-Case maximum daily limit has been exceeded.
AnswerC

If email templates omit the Thread ID or threading is disabled, Salesforce cannot match replies to existing cases.

Why this answer

Email threading relies on tracking tokens in the email subject or body (e.g., [ref:_0D0...]) or Lightning threading behavior. If threading tokens are removed or disabled, replies create new cases.

40
MCQeasy

A support supervisor needs to organize agents into groups where each group handles cases related to a specific product line, and members of the group can view and accept cases assigned to that group. Which feature should be used?

A.Queue Assignment Hierarchies
B.Territory Groups
C.Public Queues
D.Case Teams
AnswerC

Queues allow groups of users to share ownership and pick up cases.

Why this answer

Queues enable groups of users to manage unassigned work items together.

41
MCQhard

An administrator configured Case Escalation Rules with an age-over-4-hours trigger. A case is created at 1:00 PM, and business hours are set from 9:00 AM to 5:00 PM (Monday through Friday). At what time will the escalation action fire?

A.At 5:00 PM on the following day
B.At 1:00 PM on the following day
C.At 5:00 PM on the same day
D.At 9:00 AM on the following day
AnswerC

From 1:00 PM to 5:00 PM is exactly 4 business hours, so the escalation action fires at 5:00 PM.

Why this answer

Case creation at 1:00 PM leaves 4 hours remaining in that business day (1:00 PM to 5:00 PM). Therefore, the 4-hour escalation rule will trigger exactly at 5:00 PM on the same day.

42
Multi-Selectmedium

An administrator needs to configure Case Escalation Rules. Which THREE components are required when setting up an escalation rule? Choose 3 options.

Select 3 answers
A.Pre-installed Email-to-Case Agent software
B.A mandatory Omni-Channel Routing Configuration
C.Rule Entries defining the criteria for when the rule fires
D.Escalation Actions defining the time trigger and what happens when the time is reached
E.Business Hours configuration associated with the escalation rule or rule entry
AnswersC, D, E

Rule entries establish the conditions that cases must meet to trigger escalation.

Why this answer

Escalation rules require active rule status, rule entry criteria, and escalation actions (time triggers and target reassignments/notifications).

43
Multi-Selectmedium

A Service Cloud consultant is setting up Web-to-Case for a global organization. Which THREE limitations and best practices should be communicated to the client regarding Web-to-Case implementation? (Choose three.)

Select 3 answers
A.Field validation rules on the Case object do not execute during Web-to-Case submission unless enabled in support settings.
B.Picklists rendered on the Web-to-Case HTML form must be restricted to 100 values maximum.
C.HTML generated by Web-to-Case can include reCAPTCHA v2 or v3 verification to prevent spam submissions.
D.Web-to-Case forms can natively accept and parse binary file attachments up to 25MB.
E.Special characters in HTML form inputs may require proper character set encoding (e.g., UTF-8) in the generated HTML.
.There is a default daily limit of 500 generated cases, after which submissions are saved in a pending queue.
AnswersC, E

reCAPTCHA integration is supported to block spam bots.

Why this answer

Web-to-Case has a daily limit on generated cases (defaulting to 500 per day, after which they are queued), does not natively support file attachments, and requires reCAPTCHA to prevent spam.

44
MCQmedium

During peak hours, tier-2 support agents at a financial institution complain that cases assigned to the Tier-2 Queue are being cherry-picked by senior agents, leaving complex cases untouched. Management wants cases in this queue to be automatically assigned to agents based on their current open case load (capacity). Which feature should be used to accomplish this?

A.Omni-Channel Queue-Based Routing.
B.Case Assignment Rules with complex formula criteria.
C.Custom Escalation Rules with automatic ownership rotation.
D.Territory Management rules for Service Cloud.
AnswerA

Omni-Channel automatically pushes work items from queues to agents based on capacity and availability.

Why this answer

Omni-Channel routes work items (such as cases) to agents in real-time based on their availability, skills, and current workload capacity, preventing cherry-picking from queues.

45
MCQhard

An administrator is setting up Email-to-Case and wants to ensure that emails from known spam domains are automatically discarded without creating cases or sending auto-responses. How can this be accomplished?

A.Create a Case Assignment Rule with a 'Discard' action.
B.Set up spam filters in Web-to-Case settings.
C.Configure Blocked Address settings in Email-to-Case Setup.
D.Write an Apex trigger on the EmailMessage object to delete spam emails.
AnswerC

Salesforce provides a Blocked Addresses list in Email-to-Case settings to drop emails from specified domains/addresses.

Why this answer

Blocked addresses and domains can be managed in Email-to-Case settings to discard unwanted emails.

46
MCQeasy

Support management wants to track the amount of time elapsed since a case was created until it was closed, using a standard reporting metric. Which standard field should reports leverage?

A.Age in Days / Age in Hours
B.Milestone Elapsed Time
C.Case Duration Metric
D.Time to Resolution
AnswerA

Salesforce automatically calculates 'Age in Days' and 'Age in Hours' for every case to track resolution time.

Why this answer

Age in Days and Age in Hours are standard system fields on the Case object used to measure case lifecycle duration.

47
Multi-Selectmedium

An administrator is setting up Web-to-Case for Universal Containers. Which THREE limitations should the administrator keep in mind regarding Web-to-Case? Choose 3 options.

Select 3 answers
A.Web-to-Case automatically encrypts all submitted credit card information in transit.
B.Rich text formatting and file attachments are not natively supported in standard Web-to-Case HTML form generation.
C.There is a daily limit on the number of cases that can be generated via Web-to-Case per organization.
D.Web-to-Case forms require agents to manually click 'Submit' for each web visitor.
E.Picklists in Web-to-Case forms will reject submitted values that do not match exact Salesforce picklist values and casing.
AnswersB, C, E

Standard Web-to-Case does not support file attachments or rich text out of the box.

Why this answer

Web-to-Case has specific limitations: daily limits, character limits on text areas, and lack of attachment support out-of-the-box.

48
MCQhard

A company requires that when a case priority is set to 'Urgent', an escalation timer starts immediately. However, if the customer responds with additional information, the timer should pause until an agent reviews the response. How can a consultant achieve this behavior?

A.Write an Apex trigger that modifies the Case Age field whenever a customer sends an email.
B.Implement Entitlement Management with Milestones and set up Business Hours with Pause-Trigger criteria.
C.Configure standard Case Escalation Rules with custom pause criteria fields.
D.Use Process Builder to pause the escalation rule timer using scheduled actions.
AnswerB

Entitlement Management processes include Milestones that support pause conditions (e.g., waiting on customer) natively.

Why this answer

Standard Case Escalation Rules do not natively pause and resume based on customer replies without custom development or advanced entitlement milestone configurations. Entitlement Management with Milestones provides pause criteria.

49
MCQhard

An administrator is troubleshooting a Case Escalation Rule that is failing to trigger. The rule criteria are met, and the time triggers are set correctly. However, the organization uses custom business hours, and cases are created outside of these business hours. What is the impact on the escalation rule?

A.Cases created outside business hours immediately trigger escalation actions upon creation.
B.The escalation rule will throw a system exception due to timezone mismatch.
C.Escalation rules ignore business hours entirely and always use 24/7 calendar time.
D.The escalation timer will only increment during the defined business hours associated with the case.
AnswerD

When business hours are applied to escalation rules, time elapsed is calculated strictly within those business hours.

Why this answer

Escalation rules calculate business hours based on the business hours specified on the case (either from the account, contact, or default). If set to use specific business hours, the timer only ticks during those active business hours.

50
MCQmedium

Universal Containers wants to ensure that when a case is closed, all associated tasks assigned to other users are automatically closed as well to keep reports clean. Where should the administrator configure this behavior?

A.Activity Settings
B.Support Settings
C.Process Automation Settings
D.Case Assignment Rules
AnswerB

Support Settings contains the global configuration to close related open tasks when a case is closed.

Why this answer

Support Settings in Salesforce include a checkbox to 'Close related tasks when a case is closed'.

Ready to test yourself?

Try a timed practice session using only Case Management questions.