Courseiva

Salesforce Certified Service Cloud Consultant (Service-Con-201) (Service-Con-201) (Service-Con-201) — Questions 301321

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

Page 4

Page 5 of 5

301
MCQhard

Universal Containers is migrating its legacy FAQ system into Salesforce Knowledge. They have 15,000 published HTML documents with embedded metadata. Which migration tool or method should the consultant recommend?

A.Salesforce Files API with custom Apex batch classes.
B.Data Loader with the standard Knowledge Article Version object.
C.Salesforce Console Migration Wizard in Setup.
D.The Knowledge Import Tool using a zip file containing CSV/XML and a properties file.
AnswerD

Correct. The Knowledge Import Tool is designed to batch-import articles, attachments, and metadata using a structured ZIP file format.

Why this answer

For large migrations of legacy articles into Salesforce Knowledge, the Knowledge Import Tool (which uses a CSV/XML format and a properties file) is the standard and supported utility.

302
MCQeasy

A support manager needs to assign incoming Knowledge authoring tasks to different teams based on the article record type. Which feature supports this workflow?

A.Assignment Rules on the Case object.
B.Queue-based sharing rules on Knowledge.
C.Omni-Channel routing for Knowledge drafts.
D.Criteria-based approval processes or translation assignment rules.
AnswerD

Correct. Approval processes and translation rules can route articles based on record type criteria.

Why this answer

Approval processes and assignment rules can use criteria based on article record types to route review and authoring tasks.

303
MCQeasy

A user is trying to create a new Knowledge article in the console, but the 'New' button is missing from the Lightning Knowledge component. What is the most likely reason?

A.The user's profile does not have 'Create' permission on the Knowledge object.
B.The article record type is assigned to a different app.
C.Knowledge has not been enabled in Service Setup.
D.The user needs a separate Salesforce CRM Content license.
AnswerA

Correct. Object-level permissions dictate whether a user can create new records.

Why this answer

The user profile lacks the 'Create' permission on the Knowledge object or the component action properties do not allow creation.

304
MCQmedium

Universal Containers wants incoming work items to be routed to agents who have been idle the longest. Which routing model should the administrator select on the Routing Configuration?

A.Least Active
B.Most Available
C.Round Robin
D.Skill-Based Direct
AnswerB

Most Available routes work to the agent who has been idle or available the longest.

Why this answer

The Most Available routing model routes work to the agent who has been idle the longest (i.e., has had available capacity for the greatest length of time).

305
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.

306
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.

307
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.

308
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.

309
Multi-Selectmedium

An administrator is troubleshooting why agents are not receiving work items routed through Omni-Channel. Which THREE common configuration issues should the administrator check? (Choose three.)

Select 3 answers
A.The Routing Configuration capacity is set to zero or is fully consumed by active work.
B.The organization has exceeded its daily limit of custom Service Channels.
C.The agent is not logged into a Presence Status that includes the relevant Service Channel.
D.The agent is not a member of the Queue associated with the Routing Configuration.
E.The agent's profile lacks access to the Omni-Channel utility in the Lightning Console app.
AnswersA, C, D

If an agent's capacity is exhausted or incorrectly set, new items cannot be routed to them.

Why this answer

Agents must have the correct presence status logged in, the service channel must be included in that presence status, and the agent must belong to the queue assigned to the routing configuration.

310
MCQeasy

Which tool in the Lightning Service Console allows supervisors to monitor agent workloads, queue backlogs, and real-time operational metrics?

A.Lightning Usage App
B.Omni-Channel Supervisor
C.Service Analytics App
D.Console Performance Dashboard
AnswerB

Omni-Channel Supervisor gives managers real-time insights into team performance and queues.

Why this answer

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

311
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.

312
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.

313
Multi-Selecthard

An administrator is configuring console tab limits and warning behaviors in App Manager. Which THREE behaviors occur when an agent reaches the maximum workspace tab limit? (Choose three.)

Select 3 answers
A.Salesforce automatically logs the user out of the console session.
B.Agents receive a warning notification when approaching the configured tab limit.
C.Pinned workspace tabs are protected from automatic closure when the limit is reached.
D.The oldest unpinned workspace tab may be automatically closed when a new tab is opened.
E.All open subtabs are permanently deleted from the database.
AnswersB, C, D

Console warning alerts notify agents before tabs are auto-closed.

Why this answer

Reaching tab limits triggers warnings or automatic closure of unpinned tabs depending on configuration.

314
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.

315
MCQmedium

Universal Containers wants to track how many times customers view articles on their public Experience Cloud help center versus how many times internal agents view them. How should the consultant report on this requirement?

A.Build custom formula fields on Knowledge that increment every time a view occurs on a specific channel.
B.Create separate Knowledge objects for internal and external viewing channels.
C.Create separate custom reports using the Knowledge Article View Stat standard report type filtered by channel.
D.Use Google Analytics tracking codes embedded in the article templates.
AnswerC

Correct. The View Stat report type includes channel fields to differentiate internal app views from community views.

Why this answer

Article view statistics are tracked by channel, allowing reporting on internal versus external views.

316
MCQmedium

Universal Containers wants to ensure that support cases follow different SLAs depending on whether the customer purchased a Gold, Silver, or Bronze support package. How should the consultant structure the Entitlement Processes?

A.Create separate Entitlement Processes for Gold, Silver, and Bronze, and associate them with corresponding Entitlements.
B.Create a single Entitlement Process and use assignment rules to change the SLA timers dynamically.
C.Configure multi-currency settings to scale the SLA target times.
D.Use workflow rules to update the milestone target time based on the customer tier.
AnswerA

Correct. Distinct service levels require separate entitlement processes to handle different milestone targets and warning actions.

Why this answer

Different service tiers require distinct timeframes, actions, and milestones, which are best managed by creating separate Entitlement Processes for each tier.

317
MCQhard

An enterprise service desk has strict compliance requirements. Case records containing Personally Identifiable Information (PII) must be encrypted at rest with keys managed exclusively by the customer. Which Salesforce feature satisfies this requirement?

A.Standard field-level security profile restrictions
B.Classic encrypted text custom fields using Salesforce-managed keys
C.Secure Server-Side HTTPS transport layer encryption
D.Salesforce Shield Platform Encryption with BYOK
AnswerD

Correct. Platform Encryption with Bring Your Own Key allows customer-managed encryption keys for PII data at rest.

Why this answer

Salesforce Shield Platform Encryption with Bring Your Own Key (BYOK) allows organizations to manage their own tenant secret encryption keys securely.

318
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.

319
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.

320
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'.

321
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.

Page 4

Page 5 of 5

All pages