Courseiva

CCNA Service Console Questions

28 questions · Service Console · All types, answers revealed

1
MCQeasy

Which navigation style is foundational to the Lightning Service Console and allows users to open multiple records and their related items in tabs?

A.Standard Navigation
B.Console Navigation
C.Visualforce Navigation
D.Utility Navigation
AnswerB

Console navigation organizes records in tabs and subtabs for efficient multitasking.

Why this answer

Console navigation is designed specifically for service environments, enabling multi-tasking through workspace tabs and subtabs.

2
MCQhard

An administrator has created a macro that fails when executed by agents on Case records. The macro attempts to populate a custom field on the Case object, but the field is not available in the macro instruction builder. What is the most likely cause?

A.The macro must be converted to a Lightning Web Component before custom fields can be referenced.
B.Macros only support standard Salesforce fields and reject all custom fields.
C.The field lacks Read/Write field-level security for the running user or is not on the page layout used by the console.
D.The console app has reached its maximum limit of custom field macro mappings.
AnswerC

Macro builders rely on page layouts and field accessibility to expose target fields for instructions.

Why this answer

Macro instructions are only available for fields that are supported by the target object's page layouts and action definitions, and certain field types or field-level security restrictions prevent them from being targeted.

3
MCQeasy

When configuring the Lightning Service Console, where does an administrator specify which user profiles have access to the console application?

A.App Manager in Setup
B.User Detail page layout assignment
C.Permission Set License overview
D.Company Settings
AnswerA

App Manager allows administrators to assign app visibility to specific user profiles.

Why this answer

Console applications, like all Lightning apps, have assigned user profiles managed within the App Manager in Setup.

4
MCQeasy

A Service Cloud Consultant needs to add a custom Lightning component to the bottom footer of the Lightning Service Console. Which console feature accommodates footer items?

A.Utility Bar
B.Sidebar Layout
C.Navigation Bar
D.Highlight Panel
AnswerA

The utility bar renders as a fixed footer in the console for quick access tools.

Why this answer

The utility bar is a specialized footer area in Lightning apps that provides access to productivity tools and custom components.

5
Multi-Selecteasy

Which TWO productivity tools are typically utilized alongside the Lightning Service Console to enhance agent efficiency? (Choose two.)

Select 2 answers
A.Einstein Vision
B.Salesforce Billing
C.Territory Management
D.Macros
E.Quick Text
AnswersD, E

Macros automate repetitive multi-step actions.

Why this answer

Macros and Quick Text are key productivity tools designed for service agents in the console.

6
MCQhard

An enterprise customer requires that certain sensitive utility bar components (such as Open CTI) only appear for agents belonging to the Tier 2 Support profile. How can the consultant achieve this?

A.Use custom permissions on the User Profile detail page to hide the utility icon.
B.Modify the global header XML configuration file.
C.Apply component-level visibility rules directly inside the utility bar configuration.
D.Create a separate Lightning Service Console app for Tier 2 Support and assign it via App Manager.
AnswerD

Creating separate console apps per tier and assigning them to distinct profiles via App Manager controls utility bar access.

Why this answer

Utility bar items can be assigned visibility rules or configured within console apps assigned to specific profiles using App Manager and component visibility filters.

7
MCQmedium

An agent is working on a Case workspace tab and wants to pin the tab so that it cannot be accidentally closed when reaching the maximum tab limit. How can the agent achieve this?

A.Right-click the workspace tab and select Pin Tab
B.Add the tab to the utility bar
C.Click the lock icon in the global header
D.Configure the tab behavior in User Settings
AnswerA

Pinning a workspace tab ensures it remains open even when tab limits are reached.

Why this answer

Agents can right-click a workspace tab in the console and select 'Pin Tab' to prevent it from auto-closing.

8
MCQhard

Northern Trail Outfitters wants to ensure that when a Support Agent opens a Contact from a Case workspace tab, the Contact always opens as a subtab rather than replacing the Case tab. How should the consultant configure this?

A.Update the User Profile tab permissions
B.Modify the Case object page layout related lists
C.Configure Console Navigation Rules in App Manager
D.Set the component visibility filter on the Contact record page
AnswerC

Navigation rules explicitly control parent-child tab relationships, such as opening Contacts as subtabs of Cases.

Why this answer

Console Navigation Rules in the Lightning App Builder or App Manager allow administrators to define that certain objects open as subtabs of specific parent objects.

9
MCQmedium

Agents complain that when they open too many tabs in the Lightning Service Console, performance degrades and they lose track of context. What should the administrator configure to mitigate this issue?

A.Cache and Permanent Storage settings
B.Maximum Workspace Tab limits in App Manager
C.Session Timeout settings in Security Controls
D.List View filter limits
AnswerB

Setting a maximum tab limit helps manage browser memory and agent workspace clutter.

Why this answer

Administrators can set maximum workspace tab limits in the App Manager console configuration settings to automatically close oldest unpinned tabs.

10
Multi-Selecthard

An administrator is troubleshooting a macro that is supposed to update a Case status, add a comment, and send an email. Which THREE factors can cause macro instructions to fail during execution? (Choose three.)

Select 3 answers
A.The running user lacks Read/Write field-level security for one of the target fields in the macro.
B.The macro owner is inactive.
C.The target field is not present on the active page layout assigned to the user's profile.
D.The target quick action has been removed from the publisher layout.
E.The macro was created in Lightning but executed in Salesforce Classic.
AnswersA, C, D

Field-level security restrictions prevent macros from modifying protected fields.

Why this answer

Macro failures often stem from missing layout elements, field-level security restrictions, or conflicting layout updates.

11
MCQeasy

An administrator is setting up the Lightning Service Console and needs to provide agents with a one-click method to populate standard field values and send an email to a customer. Which feature should be implemented?

A.Pre-chat Forms
B.Flow Actions
C.Macros
D.Quick Text
AnswerC

Macros automate multi-step actions like updating fields and sending emails.

Why this answer

Macros allow agents to automate repetitive tasks, such as inserting field values, sending emails, and updating case status with a single click.

12
MCQmedium

A Service Cloud Consultant needs to configure the Lightning Service Console so that support agents can quickly access the Knowledge base while assisting customers over phone or chat. Where should the Knowledge component be added to achieve this?

A.Global Actions Menu
B.Utility Bar
C.Pinned List View
D.Navigation Menu
AnswerB

Adding Knowledge to the utility bar allows agents to search and attach articles from the bottom of the console regardless of the active tab.

Why this answer

The Knowledge component is typically added to the utility bar for quick access as a footer item or placed directly on the record page layout sidebar.

13
MCQeasy

Universal Containers wants to enable support agents to view a list of cases while simultaneously seeing the workspace tab details for a selected case without navigating away. Which feature should the administrator enable in the Lightning Service Console?

A.Split View
B.Omni-Channel Supervisor
C.Console Navigation Rules
D.Pinned Regions
AnswerA

Split View provides a collapsible list view alongside workspace tabs.

Why this answer

Split View allows agents to work on a list view on the left side of the screen while opening records in workspace tabs without losing their place in the list.

14
MCQhard

An administrator wants to ensure that when agents open a Case from a specific List View, the Console automatically opens the Case in a subtab instead of a workspace tab. How should this be achieved?

A.Override the List View button with a custom Aura component.
B.Modify the List View filter criteria to include subtab parameters.
C.Apply a custom Lightning page template with forced subtab navigation.
D.Configure Navigation Rules in App Manager to define subtab behaviors for the Case object.
AnswerD

App Manager navigation rules specify how records open relative to workspace tabs.

Why this answer

Console navigation rules in App Manager define how objects open, and list view navigation behavior defaults can be configured or handled via subtab rules.

15
MCQmedium

Support agents frequently copy and paste the same greeting and troubleshooting steps into case comments. They want a faster way to insert this pre-approved text without using macros. What should the consultant recommend?

A.Rich Text Component
B.Email Templates
C.Quick Text
D.Custom Buttons
AnswerC

Quick Text stores reusable messages that can be easily inserted into text fields.

Why this answer

Quick Text allows users to quickly insert predefined messages into fields such as emails, chats, and case comments using keyboard shortcuts or picklists.

16
MCQhard

Universal Containers wants macro instructions to execute steps across multiple related objects (e.g., updating a Case and then updating the related Contact record). How should the consultant configure this?

A.Write an Apex trigger to intercept single-object macros and execute secondary DML.
B.Create a separate macro for each object and chain them using custom URL parameters.
C.Use Process Builder to listen for macro execution and update related records.
D.Configure a multi-object macro targeting the Case and its parent Contact relationship.
AnswerD

Multi-object macros allow instructions to update fields on related child or parent records like Contacts from a Case.

Why this answer

Multi-object macros support targeting related records by leveraging standard relationship paths in the macro builder, provided the relationship is supported.

17
MCQmedium

Support agents need to execute a macro that sends an email using a specific email template and then changes the case status. When running the macro, the email action fails to populate the template. What should the consultant verify?

A.Confirm the email template is stored in the public unfiled folder only.
B.Ensure the user has Modify All data access on the Case object.
C.Check that the macro has administrative approval for bulk email delivery.
D.Verify that the email quick action is configured on the page layout and supports the selected email template type.
AnswerD

Macros rely on quick actions configured on the layout; if the action lacks template support, the macro instruction fails.

Why this answer

Macro instructions for email actions require the email action to be properly set up on the publisher and associated with the correct email template permissions.

18
Multi-Selectmedium

Which TWO actions can an administrator perform when configuring the utility bar in the Lightning Service Console? (Choose two.)

Select 2 answers
A.Convert the utility bar into a top-level navigation menu.
B.Remove the utility bar entirely from specific record detail pages.
C.Assign different utility bars to individual workspace tabs dynamically.
D.Adjust the initial panel width and height for utility items that support pop-out.
E.Add standard components such as History, Notes, and Open CTI Softphone.
AnswersD, E

Administrators can configure the default dimensions of utility components.

Why this answer

Administrators can add utility items and configure properties like panel width and height for supported components.

19
MCQmedium

A Service Cloud Consultant needs to configure a custom branding color and header logo for the Lightning Service Console. Where is this configured?

A.User Interface settings
B.Lightning Experience Branding page
C.App Manager in Setup
D.Company Information setup page
AnswerC

App Manager houses the branding configuration settings for custom Lightning console apps.

Why this answer

Branding settings such as header color and logo for a Lightning app are configured in the App Manager under the specific app's branding section.

20
Multi-Selecteasy

Which TWO benefits does Split View offer to agents in the Lightning Service Console? (Choose two.)

Select 2 answers
A.Allows quick navigation between records without losing list context.
B.Sends automated customer satisfaction surveys.
C.Automatically deletes duplicate case records.
D.Translates incoming customer chat messages in real time.
E.Maintains a persistent list view on the screen while working on records.
AnswersA, E

Agents can click different records in the list view without closing the split panel.

Why this answer

Split view keeps list views visible alongside open records for easy browsing.

21
MCQeasy

What is the primary benefit of using Split View in the Lightning Service Console?

A.It allows agents to browse list views without leaving their active workspace tabs.
B.It displays multiple utility bar components at the same time.
C.It automatically resolves cases using Einstein AI.
D.It splits incoming phone calls between two agents simultaneously.
AnswerA

Split view keeps the list view accessible alongside open records.

Why this answer

Split View displays a list view on the left side of the screen while keeping workspace tabs open, allowing rapid navigation.

22
MCQhard

An organization wants agents to use keyboard shortcuts within the Lightning Service Console to navigate efficiently. Where can an administrator enable and view the available keyboard shortcuts for the console?

A.Keyboard Shortcuts utility component in the utility bar
B.Chatter Settings
C.Company Information setup page
D.User Detail page settings
AnswerA

The Keyboard Shortcuts component allows agents to view and use console shortcuts directly from the utility bar.

Why this answer

Keyboard shortcuts in the Lightning Service Console can be enabled and viewed directly from the console utility bar or settings depending on the configuration, and standard shortcuts are enabled via the Accessibility and Console settings in Setup.

23
Multi-Selectmedium

Which TWO configuration options are available when setting up Console Navigation Rules in App Manager? (Choose two.)

Select 2 answers
A.Define which object opens as a subtab of a parent workspace tab.
B.Configure automatic tab closure timers based on user inactivity.
C.Set automated background refresh intervals for open subtabs.
D.Define color-coding rules for high-priority workspace tabs.
E.Specify whether related lists open records as workspace tabs or subtabs.
AnswersA, E

Navigation rules control parent-child tab relationships.

Why this answer

Navigation rules specify how subsidiary objects open as subtabs from parent workspace tabs.

24
Multi-Selecteasy

Which TWO features are characteristic of the Lightning Service Console navigation model? (Choose two.)

Select 2 answers
A.Workspace tabs allow agents to view primary records.
B.Subtabs can exist independently without a parent workspace tab.
C.Subtabs organize related records beneath a parent workspace tab.
D.Standard navigation replaces the entire browser window content.
E.Console apps cannot include utility bars.
AnswersA, C

Workspace tabs represent primary records like cases or accounts.

Why this answer

Workspace tabs and subtabs are the fundamental navigation blocks of the console, enabling multitasking.

25
MCQhard

Universal Containers requires that a macro running on a Case record must update the status to 'Escalated' and also post an internal note to Chatter. Which type of macro instruction is required to support posting to Chatter?

A.An inbound email service configuration
B.A quick action configured for Chatter on the Case layout
C.A custom Apex trigger invoked via macro
D.A workflow rule field update
AnswerB

Macros interact with standard and custom quick actions, such as a Chatter post action, to perform updates.

Why this answer

Folder and action-based instructions in macros use standard quick actions or utility actions, where Chatter actions must be added as quick actions to the publisher.

26
Multi-Selectmedium

Which TWO types of macros can an administrator create in Salesforce Service Cloud? (Choose two.)

Select 2 answers
A.Scheduled Macros
B.Inbound Email Macros
C.Standard Macros
D.Visualforce Macros
E.Bulk Macros
AnswersC, E

Standard macros execute on a single active record tab.

Why this answer

Salesforce supports standard macros and bulk macros (and formerly targeted legacy types, but standard and bulk are current).

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

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

Ready to test yourself?

Try a timed practice session using only Service Console questions.