Service-Cloud-Consultant Practice Test

Salesforce Spring 25 Release -
Updated On 10-Nov-2025

177 Questions

Cloud Kicks' customers use a proprietary ecommerce site to order customized shoes.
While the shoes are being made, customers want to check their order status frequently.
Which method should the consultant recommend to provide automated self-service on an ecommerce site?

A. Configure a Visual Remote Assistant.

B. Create an Einstein Bot.

C. Build a Screen Flow.

B.   Create an Einstein Bot.

Explanation:

Cloud Kicks’ customers use a proprietary e-commerce site to order customized shoes and want to frequently check their order status in an automated, self-service manner. The goal is to provide a solution that integrates with the e-commerce site and enables customers to independently access order status updates without agent intervention. Let’s evaluate the options:

A. Configure a Visual Remote Assistant: Visual Remote Assistant (VRA) is a Salesforce feature that enables live, video-based support where agents can interact with customers in real time, often using augmented reality to guide them. While powerful for complex support scenarios (e.g., troubleshooting physical products), VRA requires agent involvement and is not an automated self-service solution. It’s unsuitable for frequent, simple order status checks on an e-commerce site, as it’s resource-intensive and contradicts the self-service requirement.

B. Create an Einstein Bot:
This is the best recommendation. Salesforce Einstein Bots are AI-powered chatbots that can be embedded into websites, including proprietary e-commerce platforms, to provide automated, conversational self-service. An Einstein Bot can be configured to integrate with Salesforce data (e.g., order records) or external systems via APIs to retrieve and display real-time order status. Customers can interact with the bot through a chat interface on the e-commerce site, asking questions like “What’s the status of my order?” The bot can authenticate users (e.g., via order number or email) and provide instant responses, reducing the need for human agents.

Key Features:
Integration: Bots can connect to Salesforce objects (e.g., Orders or Cases) or external systems using APIs or middleware to fetch order status.
Conversational AI: Natural language processing (NLP) allows customers to ask questions in their own words.
Scalability: Handles high volumes of inquiries 24/7, ideal for frequent checks.
Customization: Can be branded and embedded into the e-commerce site for a seamless experience.
Escalation: If needed, the bot can transfer complex queries to a live agent.
Setup Requirements: Requires enabling Einstein Bots, configuring dialog flows for order status queries, and integrating the bot with the e-commerce site (e.g., via JavaScript snippet or API). Data integration with the proprietary system may need custom development or middleware (e.g., MuleSoft).
This aligns perfectly with the goal of automated self-service on the e-commerce site.

C. Build a Screen Flow:
Salesforce Screen Flows are used to create guided, interactive processes within Salesforce, typically for internal users (e.g., agents) or within Experience Cloud sites. While Screen Flows could be used to build a form for customers to input an order number and view status, they are not ideal for external, proprietary e-commerce sites. Embedding a Screen Flow on a non-Salesforce platform is complex, requiring custom development or an Experience Cloud site, which isn’t mentioned in the scenario. Additionally, Screen Flows are form-based and less intuitive for conversational self-service compared to a chatbot. This option is less practical and user-friendly for the e-commerce context.
Einstein Bots provide a scalable, user-friendly, and automated solution that integrates seamlessly with a proprietary e-commerce site, meeting the need for frequent order status checks.

References:
Salesforce Help: Einstein Bots Overview
Salesforce Help: Embed Einstein Bots in Websites
Salesforce Help: Integrate Bots with External Systems

A consultant has been hired to integrate a client's phone system with the Service Console.
What is the consultant required to do during this integration?

A. Enable the Lightning Console.

B. Configure the CTI Adapter.

C. Add the utility bar to the app.

B.   Configure the CTI Adapter.

Explanation:

The scenario involves:
Integrating a phone system with the Service Console.
This type of integration is done through Salesforce Open CTI (Computer Telephony Integration).
To connect the phone system and Salesforce, you must install and configure a CTI adapter provided by the telephony vendor or built custom with Open CTI.

Why B is correct
The CTI adapter is the essential link between the phone system and Salesforce.
Once configured, it enables features like:
Screen pops with caller information
Click-to-dial from Salesforce
Call logging directly into records
Without configuring the adapter, the integration will not function.

📖 Reference:
Salesforce Help – Integrate Your Telephony System with Salesforce — Configuring the CTI adapter is a required step for phone integration.

Why the others are incorrect
A. Enable the Lightning Console
The console is already in use in the Service Cloud environment.
While necessary for the interface, enabling the console alone doesn’t integrate the phone system.
C. Add the utility bar to the app
The utility bar can hold the softphone widget (after CTI setup), but just adding it doesn’t establish the integration.
It’s a supporting step after the CTI adapter is configured.

💡 Summary:
The CTI adapter is the core technical piece for Service Console telephony integration — without it, enabling console features or utility bars won’t connect the phone system.

Cloud Kicks uses a console app to support users. Service agents open an Account workspace tab and multiple subtabs for the Case, Contact, and Service Contract. Service agents would like to share links to recently opened subtabs with other users to collaborate on cases.
What should a consultant recommend to meet the requirements?

A. Add the Account object to Recent Items utility.

B. Include the History utility in the console app.

C. Mention the case number in a Chatter group.

B.   Include the History utility in the console app.

Explanation:

The History utility is a standard Salesforce Lightning Console feature designed specifically for this purpose. It provides a list of recently visited records, including tabs and subtabs. By including this utility in the console app, service agents can easily access and share links to the specific cases, contacts, or service contracts they have recently opened.

How it Works:
The History utility automatically tracks the user's navigation within the console. When an agent opens a case subtab, that subtab is added to the history list. The agent can then click on the History utility icon to see a list of recent items and simply copy the URL to share with another user. This is the most efficient and direct way to meet the requirement of sharing links to recently opened subtabs.

Why the other options are incorrect:
A. Add the Account object to Recent Items utility: The Recent Items utility shows a list of recently accessed records, not a list of recently opened tabs or subtabs. While it might show the Account record, it won't show the specific subtabs for the Case, Contact, and Service Contract that the agent needs to share. The History utility is more granular and tracks the user's specific console navigation.
C. Mention the case number in a Chatter group: This is a manual and inefficient process. While an agent could manually copy and paste the case number into Chatter, it doesn't directly provide a shareable link to the specific subtab the agent was viewing. This method would require the other user to then manually search for and open the record, which is not the streamlined collaboration process the requirement seeks. The History utility provides a direct link, making collaboration much faster.

References:
Salesforce Help Documentation: "History Utility Item." This document explains how the History utility works and its purpose within the Lightning Console.
Salesforce Trailhead: "Lightning Service Console Basics" module. This module covers the various components of the Service Console, including the utility bar and its standard components like History.

Universal Containers has recently implemented a new CTI system, Knowledge base, and Einstein Chatbots to interact with customers. The VP of support and services has asked for additional system improvements to facilitate customer self-service.
What should the consultant recommend?

A. Have customers search the Knowledge base for solutions.

B. Provide a toll-free customer support phone number.

C. Create an Experience Cloud site for customers.

C.   Create an Experience Cloud site for customers.

Explanation:

Universal Containers has already implemented a CTI system, Knowledge base, and Einstein Chatbots to enhance customer interactions. The VP’s request for additional system improvements to facilitate customer self-service emphasizes solutions that allow customers to independently resolve issues with minimal agent intervention. Let’s evaluate the options:

A. Have customers search the Knowledge base for solutions:
While the Knowledge base (Salesforce Knowledge) is a powerful tool for self-service, it’s already implemented in this scenario. Simply instructing customers to search it doesn’t constitute a new system improvement. Additionally, without a user-friendly interface to access Knowledge articles, customers may struggle to find relevant solutions, especially if they’re external users without a structured portal. This option doesn’t add significant value beyond what’s already in place.

B. Provide a toll-free customer support phone number:
Offering a toll-free number is a traditional support channel that relies on agent interaction, which is the opposite of self-service. This would increase agent workload and contradict the goal of enabling customers to resolve issues independently. While useful for escalations, it doesn’t align with the VP’s focus on self-service improvements.

C. Create an Experience Cloud site for customers:
This is the best recommendation. Salesforce Experience Cloud (formerly Community Cloud) allows organizations to build branded, customer-facing portals where users can access self-service features. An Experience Cloud site can integrate with the existing Knowledge base to surface relevant articles, leverage Einstein Chatbots for automated assistance, and provide case management capabilities (e.g., creating, tracking, or resolving cases). Customers can log in to find answers, interact with chatbots, or engage with a community of users for peer-to-peer support, all without agent involvement. This solution enhances self-service by consolidating and presenting tools in a user-friendly, scalable way.

Key Features:
Knowledge Integration: Display Knowledge articles tailored to customer queries.
Chatbot Integration: Embed Einstein Chatbots to guide users through common issues or FAQs.
Case Management: Allow customers to create or track cases directly in the portal.
Community Features: Enable discussion forums for peer support, reducing reliance on agents.
Customization: The site can be branded and customized to align with Universal Containers’ needs.
Setup Requirements: Requires enabling Experience Cloud, configuring a site with appropriate permissions, and integrating it with Salesforce Knowledge and Einstein Chatbots. Customer Community or Customer Community Plus licenses may be needed for external users.
This option aligns directly with the goal of improving self-service by leveraging existing investments (Knowledge, Chatbots) and adding a new, customer-centric platform.

References:
Salesforce Help: Experience Cloud Overview
Salesforce Help: Set Up Self-Service with Experience Cloud
Salesforce Help: Integrate Knowledge with Experience Cloud

Universal Containers (UC) has a service-level agreement (SLA) with customers that requires an agent to take ownership of and respond to incoming cases within 2 hours of case creation.
Which best practice will help UC meet its SLA?

A. Assign cases to queues and use Escalation Rules to escalate cases that remain unassigned to an agent within 1 hour

B. Use Flow Builder to assign a task to all members of a queue if a case remains unassigned to any agent within 1 hour.

C. Use case auto-response rules to send an email to support managers within 1 hour of case creation.

A.   Assign cases to queues and use Escalation Rules to escalate cases that remain unassigned to an agent within 1 hour

Explanation:

To ensure compliance with the 2-hour SLA, Universal Containers should:
Assign cases to queues (instead of individual agents) to distribute workload efficiently.
Use Escalation Rules to automatically reassign cases that remain unassigned after 1 hour, ensuring agents take ownership before the SLA deadline.
Option B (Flow Builder) is incorrect because while Flows can automate tasks, Escalation Rules are the native, more efficient way to handle case reassignment based on time-based criteria.
Option C (Auto-Response Rules) is incorrect because sending an email to managers does not ensure case assignment—it only notifies them, which doesn’t directly help meet the SLA.

Why Escalation Rules Are Best:
Proactive Reassignment: Escalation Rules automatically reassign cases before the SLA breaches.
No Manual Intervention: Unlike Flows, Escalation Rules work out-of-the-box without complex automation setup.

Reference:
Salesforce Help: Escalation Rules
Case Management Best Practices

Page 1 out of 36 Pages