Courseiva

ServiceNow Certified Implementation Specialist - Customer Service Management (CIS-CSM) (CIS-CSM) (CIS-CSM) — Questions 151225

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

Page 2

Page 3 of 5

Page 4
151
MCQmedium

A customer service supervisor wants to run a report showing all active entitlements for a specific account that are nearing their expiration date. Which table should the report be built on?

A.Entitlement [ast_entitlement]
B.Service Contract [ast_contract]
C.Account [customer_account]
D.Case [sn_customerservice_case]
AnswerA

The ast_entitlement table stores customer entitlements and expiration dates.

Why this answer

Entitlement records are stored in the Entitlement table.

152
Multi-Selectmedium

Which TWO of the following are valid ways to create a Case in CSM?

Select 2 answers
A.System Logs
B.Service Portal
C.Manual creation in the CSM module
D.Incident Management module
E.Knowledge Base
AnswersB, C

Service Portal is a primary channel for customers to submit cases.

Why this answer

Cases can be created via the Service Portal by customers or manually by agents via the Case module.

153
MCQhard

An enterprise CSM deployment requires that when an SLA reaches its breach time, a high-priority incident is automatically created via an SLA workflow. Which activity should be added to the SLA workflow to achieve this?

A.Notification activity with incident payload mapping
B.SLA Breach Action business rule
C.Create Task activity configured to target the Incident table
D.Run Script activity using current.insert() on the Incident table
AnswerC

The workflow 'Create Task' activity can be configured to insert a record into any task-extended table, such as Incident.

Why this answer

The Create Task activity in Workflow editor allows the automated creation of records like incidents when an SLA breaches.

154
Multi-Selecthard

An enterprise CSM customer wants to integrate external knowledge repositories into their ServiceNow CSM portal search. Which THREE mechanisms or steps are required to achieve this? (Choose three.)

Select 3 answers
A.Converting all external articles into PDF attachments on case records
B.Mapping external result fields to ServiceNow search result display fields
C.Configuring a Search Source using REST integration or pre-built connectors
D.Modifying the core kb_knowledge table schema to store external articles locally
E.Adding the external Search Source to the relevant Search Profile or Contextual Search Context
AnswersB, C, E

Field mapping ensures titles, snippets, and links render correctly in search results.

Why this answer

External integration requires search sources, connection credentials or integration protocols, and search profile inclusions.

155
MCQhard

An organization wants to ensure that when an account's credit status changes to 'Hold', all open cases for that account are automatically placed on hold and agents are notified. How should an administrator configure this?

A.An ACL restriction
B.A Data Policy on the Account table
C.A Flow Designer flow triggered when Account status changes to 'Hold'
D.A client script on the Case form
AnswerC

Flow Designer can query related open cases and update their state when the parent account status changes.

Why this answer

Business rules or Flow Designer can monitor account status changes and update related cases.

156
Multi-Selecthard

Which THREE configuration steps are involved when setting up gamification and reputation management in CSM communities? (Choose three.)

Select 3 answers
A.Defining point values for specific community actions (e.g., creating a post, receiving an upvote)
B.Configuring reputation rules to determine user tier levels or expert statuses
C.Writing custom business rules to calculate payroll bonuses
D.Changing core database engine settings to InnoDB
E.Creating custom badges and assigning threshold requirements
AnswersA, B, E

Correct. Administrators define how many points are awarded for various community contributions.

Why this answer

Setting up community gamification involves defining badges, establishing point values for actions, and configuring reputation rules.

157
Multi-Selectmedium

Which THREE features are associated with Entitlements in ServiceNow CSM? (Choose three.)

Select 3 answers
A.Automatic generation of billing invoices in financial ledgers.
B.Grouping under Service Contracts.
C.Tracking remaining support units measured by number of cases or hours.
D.Restricting support coverage to specific products or installed assets.
E.Determining the internal agent salary scale.
AnswersB, C, D

Entitlements are commonly organized within service contracts.

Why this answer

Entitlements track support units (cases or hours), can be restricted by products/assets, and are grouped by service contracts.

158
MCQmedium

When configuring the Assignment Workbench for CSM, what can you use to influence the agent selection process?

A.Agent Schedule and Skills
B.Case Urgency
C.Case Channel
D.Case Category
AnswerA

The Assignment Workbench considers agent skills and schedule to determine the best candidate.

Why this answer

The Assignment Workbench allows managers to see available agents based on capacity, skills, and current workload.

159
Multi-Selecteasy

Which TWO locations or interfaces can a CSM customer service agent use to search for and attach knowledge articles to a case? (Choose two.)

Select 2 answers
A.Contextual Search sidebar in Agent Workspace / Case form
B.Customer Service Portal widget editor
C.Dedicated Knowledge Search module or global search bar
D.Data Import wizard
E.System Update Sets menu
AnswersA, C

The contextual search sidebar suggests and allows attaching articles directly on case forms.

Why this answer

Agents can use workspace contextual search sidebars or search modules directly.

160
Multi-Selectmedium

Which TWO tools help maintain data consistency in cases?

Select 2 answers
A.Public forums
B.Data Policies
C.Case Templates
D.User avatars
E.System updates
AnswersB, C

Enforce data integrity at the database level.

Why this answer

Templates and Data Policies help enforce standard data formats and values.

161
MCQmedium

An organization uses Communities in ServiceNow CSM and wants to convert a highly rated community discussion thread into a validated knowledge article. Which baseline feature enables this workflow?

A.Knowledge Base Discussion Sync
B.Automatic Community Harvesting rule
C.Community to Knowledge Business Rule
D.Create Knowledge from Community
AnswerD

The community application provides features to create a knowledge article directly from a validated community post or question.

Why this answer

Community integration provides functionality to promote discussion answers or threads to knowledge bases.

162
MCQmedium

A consumer calls support regarding an appliance they purchased. The agent needs to verify proof of ownership before opening a case. Which related list on the Consumer form should the agent check?

A.Entitlements
B.Installed Base / Assets
C.Cases
D.Service Contracts
AnswerB

The Installed Base or Assets related list shows products owned by the consumer.

Why this answer

Products owned by consumers or accounts are tracked in the Asset related list.

163
MCQhard

What is the purpose of the 'Case Task' in the CSM application?

A.To notify the customer
B.To delegate sub-tasks to different teams
C.To create an incident record
D.To archive the case
AnswerB

Case tasks allow parallel or sequential work distribution.

Why this answer

Case tasks allow breaking down complex work into manageable units that can be performed by different groups.

164
MCQeasy

Which path in the Navigator is used to define new Case Types?

A.Service Desk > Configuration
B.Customer Service > Case > All
C.System Definition > Tables
D.Customer Service > Administration > Case Types
AnswerD

This is the correct path for managing Case Type definitions in ServiceNow.

Why this answer

Case Types are managed under 'Customer Service > Administration > Case Types'.

165
MCQhard

A company requires that when a case is created with a specific product, a related problem record must be automatically created and linked to the case. Where should the administrator configure this automation?

A.Business Rules on the Case table
B.Client Scripts on Case Form
C.Customer Service Flow Designer
D.Case Action Assignment Rules
AnswerC

Flow Designer provides robust triggers and actions to evaluate case attributes and automatically create and relate problem records.

Why this answer

Flow Designer is the modern, recommended tool in ServiceNow to handle complex business logic and record creation/linking upon case creation.

166
Multi-Selecthard

Which THREE of the following are benefits of the Case-to-Problem linkage?

Select 3 answers
A.Increased storage capacity
B.Faster resolution of systemic issues
C.Automatic deletion of all cases
D.Simplified reporting on root causes
E.Ability to send bulk updates to linked cases
AnswersB, D, E

Addressing the problem fixes all linked cases simultaneously.

Why this answer

Linking improves reporting, bulk communication, and resolution consistency.

167
Multi-Selecthard

Which THREE of the following are considered 'Work Channels' in CSM?

Select 3 answers
A.Phone
B.Chat
C.Email
D.Script logs
E.Knowledge base
AnswersA, B, C

Traditional support channel.

Why this answer

Chat, Email, and Phone are traditional service channels.

168
MCQmedium

A community user wants to follow a specific topic tag (e.g., #Billing) to receive updates whenever a new thread is created with that tag. How does the user achieve this?

A.Click 'Follow' or 'Subscribe' on the tag entity within the community portal
B.Open a customer service case requesting tag notifications
C.Create a personal bookmark in their browser
D.Modify their email client rules to filter inbound mail
AnswerA

Correct. Community users can follow tags to track conversations related to specific product areas or subjects.

Why this answer

Users can subscribe or follow tags within the community interface to receive updates on discussions containing those tags.

169
MCQmedium

A CSM agent notices that when searching for knowledge articles in the Contextual Search results, articles containing specific technical acronyms are not appearing. What configuration should the specialist adjust to improve search relevance for acronyms?

A.Contextual Search > Admin > Synonym Dictionaries or Search Profile settings
B.Contextual Search > Knowledge Management > Synonym dictionaries
C.Contextual Search > Search Sources > Synonyms
D.Knowledge Management > Properties > Acronym Mapping
AnswerA

Search profiles and synonym dictionaries in Contextual Search allow administrators to define terms and their equivalents for better matching.

Why this answer

Search synonyms defined in Contextual Search help match user search terms with industry or internal acronyms.

170
MCQmedium

An implementation specialist is configuring Case Creation channels and needs to allow end-users to create cases via inbound emails. Which table must be monitored by the Inbound Email Actions to generate sn_customerservice_case records?

A.cmn_communication_channel
B.sys_email_mailbox
C.sys_email
D.sn_customerservice_case
AnswerC

Inbound email actions evaluate records on the Email (sys_email) table as they are received to determine what action to take.

Why this answer

Inbound email actions process incoming emails and can create or update records on any table, but for CSM, they typically target the Case table (sn_customerservice_case).

171
Multi-Selecteasy

When setting up a new community in ServiceNow CSM, an administrator can configure different types of content formats to encourage user participation. Which TWO content types are supported natively in ServiceNow Communities? (Choose two.)

Select 2 answers
A.Live chat transcript logs
B.Blogs (allowing authors to publish posts and readers to comment)
C.Direct database SQL query forms
D.Questions (with accepted answer functionality)
E.Automated patch deployment forms
AnswersB, D

Blogs are natively supported content types for publishing announcements or articles within communities.

Why this answer

ServiceNow Communities support multiple content formats, such as questions, blogs, and standard discussion threads.

172
MCQmedium

A CSM customer requires their SLAs to respect the specific operating hours of different regional support centers. Where is this time zone and schedule association configured?

A.In the User profile of the assigned Customer Service Agent
B.On the Account record under Regional Settings
C.Via System Schedule Properties globally
D.On the SLA Definition record
AnswerD

The SLA Definition includes fields to select a specific Schedule, ensuring business elapsed time calculations honor regional working hours.

Why this answer

SLA schedules and time zones are defined directly on the SLA Definition record using the Schedule source and Schedule fields.

173
MCQeasy

An agent resolves a case and wants to ensure the attached knowledge article is highlighted as the primary solution. What action records this relationship in ServiceNow?

A.Checking the 'Primary Solution' checkbox on the article attachment record
B.Changing the article state to 'Solution'
C.Moving the article to the 'Solutions' category
D.Sending an email to the Knowledge Manager
AnswerA

The article attachment interface on cases allows marking an article as the primary solution for analytics and reporting.

Why this answer

Attaching the article creates the necessary system association for reporting.

174
Multi-Selecthard

An administrator is troubleshooting why an SLA timer is incorrectly continuing to run while a CSM Case is in a paused state. Which THREE common configuration issues should the administrator investigate? (Choose three.)

Select 3 answers
A.The Case state value being used in practice does not match the backend choice value specified in the pause condition.
B.The Pause condition field on the SLA Definition is empty or incorrectly formulated.
C.The system property com.glide.sla.pause_enabled is set to false.
D.Another matching SLA definition with a higher order (lower number) lacks a pause condition, overriding the behavior.
E.The Task SLA table has read-only ACLs preventing the state update.
AnswersA, B, D

Mismatched display labels vs. backend choice values (e.g., 'Awaiting Info' vs 'awaiting_info') will prevent condition evaluation.

Why this answer

Investigate pause condition syntax, active pause states, and conflicting definitions.

175
MCQmedium

An administrator needs to customize the layout of the Community Home page in the CSM portal. Which tool should the administrator use to modify page widgets and layout?

A.Workflow Editor
B.Form Design
C.UI Builder or Service Portal Designer
D.Menu Designer
AnswerC

Correct. Portal pages are modified using Service Portal Designer or UI Builder depending on whether the portal runs on standard Service Portal or Configurable Workspace architecture.

Why this answer

Service Portal Designer is used to arrange containers, rows, and widgets on portal pages like the Community Home page.

176
Multi-Selectmedium

Which TWO roles or user groups typically interact with community moderation queues to review reported or flagged content? (Choose two.)

Select 2 answers
A.Users with the sn_communities_moderator role
B.Database administrators (DBA)
C.ITIL dispatchers
D.External consumers without portal accounts
E.Community Managers
AnswersA, E

Correct. This role provides access to the moderation queues.

Why this answer

Community managers and users with the community moderator role review and act on flagged content queues.

177
Multi-Selecthard

An administrator is configuring a complex SLA workflow for CSM that includes timer activities and conditional branches. Which THREE behaviors should the administrator keep in mind regarding SLA workflow execution? (Choose three.)

Select 3 answers
A.SLA workflows automatically modify the base duration of the Task SLA record upon completion.
B.SLA workflow timers are independent of the core SLA schedule unless explicitly scripted.
C.SLA workflows run synchronously on the client browser before the form saves.
D.SLA workflows attach when the Task SLA instance is created and start executing concurrently with the SLA timer.
E.If the Task SLA is stopped or cancelled, any active SLA workflow context is automatically cancelled.
AnswersB, D, E

Workflow timers measure wall-clock or workflow delays unless tied explicitly to schedule objects.

Why this answer

SLA workflows attach upon SLA start, detach upon stop/cancel, and operate asynchronously.

178
MCQeasy

An organization is launching its peer-to-peer support community. Where in the ServiceNow platform does an administrator configure the top-level categories and forums hierarchy for the community portal?

A.Service Portal > Pages > Community Portal
B.Customer Service > Administration > Properties
C.Community Administration > Forums
D.AI Search > Result Sources > Community
AnswerC

The Communities administration module provides the interface to set up categories, forums, and sub-forums.

Why this answer

Community administration is managed via the CSM application modules, specifically the Communities section where forums, nodes, and categories are structured.

179
MCQhard

An implementation specialist is designing a Major Case Management (MCM) process. When a Major Case Candidate is promoted to a Major Case, the client wants all associated child cases to automatically inherit the work notes and resolution codes of the major case upon its closure. Which ServiceNow capability achieves this?

A.Major Case Management Synchronization Rules
B.Major Case Task Definitions
C.Case State Flows with automated field mapping
D.Problem Management Related Records UI Action
AnswerA

Correct. Synchronization rules determine which fields and notes propagate from the major case to associated child cases.

Why this answer

Major Case Management uses synchronization rules to dictate how updates, work notes, and resolution details flow between the major case and its associated child cases.

180
Multi-Selecthard

Which THREE security and compliance practices should be enforced within peer-to-peer customer communities? (Choose three.)

Select 3 answers
A.Enforcing User Criteria to restrict proprietary forums to authorized accounts only
B.Publishing clear community guidelines and terms of use for participants
C.Configuring automated moderation rules to intercept posts containing PII or sensitive data
D.Granting admin rights to all active community posters
E.Allowing any anonymous user to view internal financial discussions without logging in
AnswersA, B, C

Correct. User criteria ensure that sensitive or partner-only forums are protected.

Why this answer

Community security requires access control enforcement, automated moderation for sensitive data, and clear terms of use.

181
MCQhard

A CSM project requires an SLA to pause whenever a Case is placed in the 'Awaiting Vendor' state. Where must this pause condition be configured so that the Task SLA engine recognizes it?

A.In a Business Rule running on the Task SLA table
B.In the SLA Workflow using a Timer activity
C.In the SLA Definition record using the Pause condition field
D.In the SLA Definition record using the Pause condition field
AnswerD

The SLA Definition form provides a dedicated 'Pause condition' field specifically designed to handle pause triggers like specific Case states.

Why this answer

Pause conditions are configured directly within the SLA Definition record using the Pause condition builder.

182
MCQmedium

A system administrator is configuring case creation channels and enables the ServiceNow Virtual Agent. Where can end-users interact with the Virtual Agent to deflect cases before submission?

A.Instance Diagnostic Console
B.ServiceNow instance Navigator only
C.Major Case Workbench
D.Customer Service Portal and Consumer Portal
AnswerD

Virtual Agent widgets are deployed natively on CSM portals to assist users and deflect potential cases.

Why this answer

Virtual Agent can be embedded in portals like the Customer Service Portal or Consumer Portal for automated case deflection.

183
Multi-Selecthard

When planning a community implementation for a global enterprise, which THREE architectural considerations are critical for multi-language and multi-region support? (Choose three.)

Select 3 answers
A.Establishing regional or language-specific forum categories to group relevant discussions
B.Configuring Contextual Search to index content across multiple language localizations
C.Requiring all global users to share a single unsegmented English-only forum
D.Hardcoding all English forum text into client scripts
E.Enabling translation plugins and localized category labels for international users
AnswersA, B, E

Correct. Regional categories help segment discussions for different linguistic or geographic audiences.

Why this answer

Global community implementations require localization, translation support, and regional categorization strategies.

184
Multi-Selecthard

Which THREE steps are involved in the standard Case Resolution workflow?

Select 3 answers
A.Change state to Resolved
B.Populate resolution code
C.Delete all attachments
D.Verify with customer
E.Reassign to a new group
AnswersA, B, D

The transition step.

Why this answer

Reviewing work, setting resolution code, and closing are standard steps.

185
MCQeasy

Which field on the Contact form links the individual to their corporate parent organization?

A.Account
B.Company
C.Organization
D.Enterprise
AnswerA

The Account field specifies the business organization.

Why this answer

The Account field on the contact record links them to their corporate organization.

186
MCQeasy

An agent is viewing a case and wants to create a new knowledge article capturing the troubleshooting steps taken. Which UI action facilitates this directly from the case form?

A.Create Knowledge
B.Convert to Article
C.Publish to Knowledge Base
D.Send Knowledge Article
AnswerA

The 'Create Knowledge' UI action allows agents to generate a draft knowledge article pre-populated with case short description and description.

Why this answer

The 'Create Knowledge' UI action on the case form transfers case details into a new draft knowledge article.

187
MCQmedium

A customer service manager wants to ensure that inappropriate language posted by peers in community forums is automatically blocked before becoming visible. Where should the administrator configure the automated profanity filtering for community content?

A.In the Community Moderation Properties and Banned Words configuration tables
B.In the User Criteria definition assigned to the Forums table
C.In the Forum Access Controls (ACLs) for the sn_communities_content table
D.In the Case Deflection Settings module under Community Configuration
AnswerA

Community moderation settings include the dictionary and properties to screen and block profanity automatically.

Why this answer

Automated profanity screening in ServiceNow Communities is configured via the Community Moderation definitions and properties where banned words lists are evaluated.

188
MCQeasy

How can a customer provide feedback on a resolved case?

A.By using the chat feature
B.By completing the Customer Satisfaction Survey
C.By emailing the administrator
D.By commenting on the knowledge article
AnswerB

Surveys are the standard mechanism for gathering feedback.

Why this answer

CSM provides a Survey feature triggered upon case resolution.

189
MCQhard

Which of the following is a capability of 'Major Case Management'?

A.Bypassing the standard case workflow
B.Mass update of related child cases
C.Deletion of all child cases on resolution
D.Automatic creation of new child cases
AnswerB

This allows an agent to update the major case and propagate info to children.

Why this answer

Major case management allows for mass updates and synchronization of related cases.

190
Multi-Selectmedium

An implementation specialist is configuring SLA definitions for a CSM portal. Which TWO factors should the specialist consider when deciding whether to use an SLA Workflow versus modern SLA Email Notifications? (Choose two.)

Select 2 answers
A.SLA Workflows are mandatory for all CSM implementations starting in Vancouver.
B.SLA Workflows can only be attached to Incident tables and cannot be used with CSM Cases.
C.Modern SLA Notifications execute faster because they bypass the workflow engine entirely.
D.Modern SLA Notifications are easier to maintain for simple email alerts at specific percentages without building full workflow graphs.
E.SLA Workflows allow complex programmatic branching, such as creating sub-tasks or escalating to external web services upon breach.
AnswersD, E

SLA notification records provide a streamlined way to send emails at thresholds without maintaining legacy workflow canvases.

Why this answer

SLA workflows provide advanced branching and task creation, while modern SLA notifications offer simpler email configurations without complex workflow maintenance.

191
MCQeasy

A community member notices a spam post in a forum and wants to bring it to the attention of the moderators. What action should the user take on the post?

A.Delete the post directly using administrative credentials
B.Click the 'Report' or 'Flag as Inappropriate' button on the post
C.Submit a high-priority IT service desk incident
D.Close the forum category
AnswerB

Correct. The report/flag action alerts community moderators to review the flagged content.

Why this answer

Community users can flag or report content as inappropriate, which places it in a moderation queue for review.

192
Multi-Selecthard

Which TWO actions occur when an Account record is marked as inactive in ServiceNow CSM? (Choose two.)

Select 2 answers
A.New cases cannot be submitted for the inactive account through the portal.
B.All installed base items owned by the account are automatically reassigned to internal stockrooms.
C.Open cases associated with the account remain open unless explicitly closed or handled.
D.Associated service contracts are automatically deleted.
E.All associated contact records are automatically deleted from the database.
AnswersA, C

Inactive accounts prevent portal users from submitting new requests.

Why this answer

Deactivating an account affects associated records according to system configuration, typically restricting new case creation and handling active cases.

193
Multi-Selecthard

Which TWO scenarios represent valid use cases for the Customer Relationship [customer_relationship] table rather than the standard Account Parent field? (Choose two.)

Select 2 answers
A.Assigning individual contacts to accounts.
B.Creating a simple corporate headquarters to regional subsidiary tree structure.
C.Establishing peer relationships or joint ventures where neither account is a strict subsidiary of the other.
D.Defining a partner organization that provides support across multiple independent customer accounts.
E.Linking consumers to business accounts.
AnswersC, D

Peer connections use relationship definitions rather than strict parent-child trees.

Why this answer

The customer_relationship table handles peer relationships, partnerships, and complex non-hierarchical ties.

194
MCQeasy

Which field on the Case form is mandatory to transition a case from 'New' to 'Work in Progress' using the default CSM workflow?

A.Assigned to
B.Priority
C.Expected resolution date
D.Closure code
AnswerA

A case must be assigned to an individual or group to be worked on.

Why this answer

The Assigned to or Assignment group is typically required to progress beyond the New state.

195
Multi-Selecteasy

Which THREE fields are typically required or standard on a Customer Contact record in CSM? (Choose three.)

Select 3 answers
A.Last name
B.Hardware serial number
C.Billing ledger code
D.First name
E.Account
AnswersA, D, E

Last name is a standard required field for contacts.

Why this answer

Contact records require basic user information such as first name, last name, email, and a parent account.

196
MCQmedium

A company acquires another business. The administrator needs to reflect that Company B is now a subsidiary of Company A in ServiceNow CSM without losing historical case data. How should this be configured?

A.Create a customer relationship record of type 'Subsidiary'
B.Reassign all contacts from Company B to Company A
C.Merge the two account records into a single record
D.Set the Parent field on Company B account to Company A account
AnswerD

Setting the Parent field establishes the parent-child account hierarchy.

Why this answer

Setting the Parent field on Company B's account record establishes the corporate hierarchy.

197
Multi-Selectmedium

Which THREE methods can be used to populate the Account field on a newly created case? (Choose three.)

Select 3 answers
A.Manually selected by an internal service agent during case creation.
B.Automatically populated by the system clock timezone.
C.Automatically populated based on the logged-in contact's primary account in the portal.
D.Inherited automatically from the internal agent's department.
E.Automatically resolved from an inbound email address domain matching an account.
AnswersA, C, E

Agents can search and select accounts manually.

Why this answer

Cases can be populated via portal auto-identification, agent selection, or inbound email parsing.

198
MCQmedium

Universal Telecom uses CSM and needs to ensure that contacts can only submit cases for assets that belong to their specific account, while preventing them from seeing assets of sibling accounts in the hierarchy. Where must the administrator configure this visibility restriction?

A.In the CSM Configurable Workspace properties under Asset Visibility
B.In the Account form by defining the Customer Service Management Account Relationship rules
C.Using Access Control Lists (ACLs) on the cmci_ci table
D.By modifying the 'Consumer and Account Security' plugin settings
AnswerB

Account relationship rules dictate what data, such as assets and cases, can be shared or viewed across accounts in a hierarchy.

Why this answer

Asset visibility is controlled through the Account and Contact relationship configurations, specifically determining whether contacts can view child or sibling account assets.

199
MCQeasy

What is the purpose of the 'Account' field on the Customer Service Case form?

A.To designate the partner organization
B.To track the financial ledger for billing
C.To identify the business account experiencing the issue
D.To identify the internal department handling the case
AnswerC

The Account field specifies the corporate customer.

Why this answer

It identifies the business organization associated with the case.

200
MCQeasy

A CSM administrator wants to track which knowledge articles are viewed most frequently by external customers on the Customer Service Portal. Which module provides this analytics report out of the box?

A.System Analytics > Knowledge Reporting
B.Customer Service > Reports > Knowledge Views
C.Knowledge > Overview or Knowledge Analytics dashboard
D.Knowledge > Administration > Article Usage
AnswerC

The Knowledge Analytics dashboard and Overview modules provide visibility into article views, searches, and feedback.

Why this answer

Knowledge Management reporting includes pre-built dashboards and modules for views and usage.

201
MCQeasy

An enterprise customer requests that their primary IT director be given administrative privileges over all other contacts belonging to their corporate account within the Customer Service Portal. Which role should be assigned to this contact?

A.sn_customerservice.admin
B.sn_customerservice_agent
C.sn_customerservice.consumer
D.sn_customerservice.partner
AnswerA

This role allows external contacts to manage other contacts and cases within their account.

Why this answer

The sn_customerservice.admin role provides administrative capabilities for contacts within their account.

202
Multi-Selecthard

An administrator is troubleshooting why certain Case SLAs are not pausing when expected. Which THREE factors or configurations should the administrator verify? (Choose three.)

Select 3 answers
A.The Pause condition fields exist on the target Case table and match the evaluated state
B.The Case record has an active Contract Service Commitment attached
C.The 'com.snc.sla.engine.version' property is configured to support pause conditions
D.The SLA Workflow contains an active Pause timer activity
E.The Task SLA record stage is currently set to 'InProgress' rather than 'Paused' or 'Completed'
AnswersA, C, E

If field names or states in the pause condition do not match the case record values, the engine will not trigger a pause.

Why this answer

SLA pausing depends on correct pause condition syntax, the active state of the SLA task instance, and matching field attributes.

203
MCQhard

An organization wants to ensure that inappropriate community posts are automatically flagged for review before they become publicly visible on the CSM portal. Which configuration should the administrator implement?

A.Configure moderation rules in Community Administration to intercept and flag content matching specific criteria
B.Modify the Case creation UI Policy
C.Write an inbound email action on the kb_knowledge table
D.Set the system property glide.cs.moderation.auto_delete to true
AnswerA

Correct. Community moderation rules allow organizations to automatically flag content based on keywords, spam patterns, or author thresholds.

Why this answer

Community moderation rules allow administrators to configure automated filters that flag posts containing specific keywords or reported criteria for moderator review.

204
Multi-Selectmedium

Which THREE methods can administrators use to import legacy account and contact data into ServiceNow CSM? (Choose three.)

Select 3 answers
A.REST or SOAP Web Services APIs.
B.Manually editing database tables via direct SQL queries.
C.Data Sources and Transform Maps via the standard Import Set mechanism.
D.Automatic conversion of all internal users into customer contacts.
E.Easy Import feature using Excel templates.
AnswersA, C, E

Web services allow programmatic integration and data creation.

Why this answer

Data imports can be performed using CSV/Excel load sets, custom transform maps, or REST/SOAP web services.

205
Multi-Selecthard

An administrator is setting up Case Escalation rules. Which THREE methods or triggers can be used to escalate a case? (Choose three.)

Select 3 answers
A.Automatic escalation upon every keystroke in the work notes
B.Automatic escalation whenever a customer views the portal homepage
C.Manual escalation via the 'Escalate' UI action on the Case form
D.Flow Designer or Business Rules evaluating specific business conditions
E.Automatic escalation when an SLA breaches or reaches a milestone
AnswersC, D, E

Authorized users can manually flag a case as escalated using built-in UI actions.

Why this answer

Cases can be escalated manually by agents/managers, automatically via SLA breach, or through scheduled jobs/flows evaluating criteria.

206
MCQhard

An administrator needs to restrict a specific Knowledge Base so that only external contacts belonging to a specific Account can view its articles. Which configuration must be implemented to achieve this requirement?

A.Apply User Criteria to the Knowledge Base referencing the specific Account
B.Modify the Contextual Search Table configuration for sn_customerservice_case
C.Set the Knowledge Base visibility to 'Public' and use Access Control Lists (ACLs) on the kb_knowledge table
D.Enable domain separation and assign the knowledge base to a child domain
AnswerA

Knowledge Bases use User Criteria to restrict read and write access. User criteria can be configured to evaluate user accounts or company attributes.

Why this answer

User criteria can be applied to knowledge bases. By leveraging user criteria combined with account relationships or scripting within user criteria, or utilizing targeted user criteria matching, access can be restricted appropriately. In CSM, user criteria can be defined based on company or account.

207
Multi-Selecteasy

Which TWO actions can a CSM agent perform when they identify that an existing knowledge article contains outdated information while working on a case? (Choose two.)

Select 2 answers
A.Automatically publish a new version without review
B.Delete the article directly from the Case related list
C.Reassign the knowledge base ownership to their own user record
D.Flag the article or submit feedback indicating it is outdated
E.Check out the article for editing (if they have author permissions) or submit feedback
AnswersD, E

Agents can flag articles or provide feedback to notify knowledge managers.

Why this answer

Agents can provide feedback or flag articles, and if permitted, check out/edit or create feedback tasks.

208
MCQmedium

A customer service manager needs a report showing the average duration of Resolution SLAs broken down by Account. Which table should be the source of this report?

A.SLA Definition [contract_sla]
B.Task SLA [task_sla]
C.Metric Instance [metric_instance]
D.Case [sn_customerservice_case]
AnswerB

The Task SLA table contains runtime records of all attached SLAs, capturing exact durations, breach status, and related task details.

Why this answer

Task SLA [task_sla] stores instances of SLAs attached to tasks, making it the correct table for reporting on SLA durations and compliance.

209
MCQmedium

A customer service organization wants to ensure that knowledge articles older than 12 months are automatically flagged for review. Where is article lifecycle expiration configured in ServiceNow Knowledge Management?

A.Lifecycle Management > Workflow Rules
B.Service Level Agreements (SLAs) on kb_knowledge table
C.Scheduled Jobs > Knowledge Expiration Engine
D.Knowledge Management > Administration > Properties
AnswerD

Global and knowledge-base level properties control default expiration spans and review task generation.

Why this answer

Properties on the knowledge base or global knowledge properties define expiration thresholds.

210
MCQmedium

An implementation specialist is setting up Knowledge Management feedback tasks. When a customer flags a knowledge article as 'Not Helpful' on the Customer Service Portal, what record is automatically generated by default?

A.An Incident record for application troubleshooting
B.A Knowledge Feedback Task record
C.A Quality Assurance task on the sn_customerservice_qa table
D.A CSM Case record assigned to the Knowledge team
AnswerB

Negative feedback generates a kb_feedback_task record assigned to the knowledge base owner or manager.

Why this answer

Feedback submissions generate feedback task records for knowledge managers to review and action.

211
MCQeasy

An agent is reviewing a case and wants to see all historical cases submitted by the same account. Where can the agent view this relationship natively on the Case form?

A.Major Case Workbench
B.Case Playbook Canvas
C.Customer Service SLA Timeline
D.Related Lists (Cases related to Account)
AnswerD

The Related Lists section on the Case form provides visibility into other cases associated with the same account or contact.

Why this answer

Related lists at the bottom of the Case form display related records such as Account cases, child cases, and assets.

212
MCQeasy

A Customer Service Manager wants to establish a B2B service model where multiple subsidiaries report to a single global enterprise account. Which ServiceNow CSM feature should be configured to support this parent-child account relationship?

A.Enterprise service mapping module
B.Account hierarchy related list on the Account form
C.Consumer relationship management rules
D.Contact relationship mapping table
AnswerB

The Account hierarchy related list and parent account field establish the multi-level relationship between parent and child accounts.

Why this answer

Account hierarchies allow organizations to structure accounts in parent-child relationships, enabling visibility of cases, assets, and entitlements down the hierarchy.

213
MCQmedium

A community moderator wants to convert a popular, unresolved peer-to-peer community question into a formal customer service case because it requires specialized backend engineering support. How should the moderator achieve this in ServiceNow CSM?

A.Export the thread to XML and import it into the Case table
B.Change the table name of the record from community content to case via background scripts
C.Use the 'Create Case' action directly from the community thread moderation menu
D.Manually copy and paste the forum text into a new record on the sn_customerservice_case form
AnswerC

Correct. ServiceNow CSM provides an integrated feature allowing moderators to escalate a community thread into a formal case while retaining reference links.

Why this answer

Moderators can use the out-of-the-box 'Create Case' UI action or contextual menu option available on community threads to seamlessly spin up a case.

214
MCQmedium

An administrator is configuring the peer-to-peer support forums for a new customer service portal in ServiceNow. Where should the administrator define the specific roles required for users to create new forums and manage categories?

A.User Administration > Roles
B.Knowledge Management > Administration
C.Service Portal > Portals > Community
D.Community Administration > Forums
AnswerD

Correct. Community Administration > Forums allows administrators to create forums, set descriptions, and define access roles.

Why this answer

Community forum configuration, including user access roles and category management, is managed directly within the Community Administration settings in the CSM portal.

215
MCQmedium

When using 'Guided Decisions' in CSM, what are they designed to do?

A.Automatically resolve cases
B.Route cases to the best agent
C.Provide agents with a decision tree to handle specific case types
D.Create knowledge articles
AnswerC

Guided decisions help agents navigate complex logic.

Why this answer

Guided Decisions provide step-by-step instructions to agents for handling complex processes.

216
MCQhard

An administrator is configuring Contextual Search to deflect cases using community content. They notice that internal-only community forums are appearing in search results for external consumers. How should the administrator fix this security exposure?

A.Ensure search sources and community forum user criteria exclude external consumers from internal forums
B.Delete all search sources and rely entirely on global text search
C.Add a client script to hide search results in the browser DOM
D.Disable Contextual Search globally during business hours
AnswerA

Correct. Ensuring proper user criteria on the forum and validating search source query definitions prevents unauthorized content from surfacing in search deflection.

Why this answer

Contextual Search search sources respect user criteria and access controls, but search source configurations must ensure that restricted tables or forums apply appropriate query constraints.

217
MCQhard

An implementation specialist is configuring entitlement management for a key customer account. The customer has a support contract that covers phone support up to 50 cases per year, but only for products installed at a specific physical location. How should the specialist configure the entitlement to handle this scenario?

A.Create a child entitlement for every asset and roll them up using an Account rollup definition.
B.Configure a Business Rule on the Case table to validate the caller location against the Account location before applying the entitlement.
C.Set the entitlement type to 'Location-based' and select the account's primary site in the Location field.
D.Create an entitlement with 'Remaining units' tracking, linked to the Account, and add the specific location assets to the Entitled Assets related list.
AnswerD

Linking specific assets to the Entitled Assets related list ensures that cases only consume entitlement units when opened for those specific assets.

Why this answer

Entitlements can be restricted by asset, product, or account, and can track units by cases or hours. Location-specific entitlements are typically managed by associating specific assets located at that site to the entitlement.

218
MCQmedium

If a case remains in the 'New' state despite assignment, which configuration area should be inspected first?

A.Dictionary settings
B.Business Rules
C.Assignment Rules
D.ACLs
AnswerB

Business rules often govern state changes based on field updates.

Why this answer

Business rules or flow triggers that manage the lifecycle state are often the cause of state transitions.

219
MCQmedium

An administrator needs to allow a partner organization to view and manage cases for multiple distinct end-customer accounts they support. Which CSM record type is specifically used to establish this business-to-business support network?

A.Contact association map
B.Customer relationship [customer_relationship]
C.Account hierarchy tree
D.Consumer relationship
AnswerB

Customer relationships define connections between accounts, such as partner-to-customer links.

Why this answer

Partner accounts and relationships allow external partners to manage end-customer accounts.

220
Multi-Selecteasy

Which TWO of the following statements are true regarding the distinction between Accounts and Consumers in ServiceNow CSM? (Choose two.)

Select 2 answers
A.Accounts can have multiple associated contacts, whereas consumers represent single individuals.
B.Consumers require the ITIL role to submit cases, whereas accounts do not.
C.Accounts cannot own assets, whereas consumers can.
D.Consumers must be linked to a parent account.
E.Accounts are used for business-to-business (B2B) models, whereas consumers are used for business-to-consumer (B2C) models.
AnswersA, E

Accounts support hierarchical contact structures, unlike individual consumers.

Why this answer

Accounts represent business entities with multiple contacts, while consumers represent individual standalone people.

221
Multi-Selecthard

Which TWO mechanisms are used to control and restrict case visibility among contacts belonging to the same corporate account? (Choose two.)

Select 2 answers
A.Business service portfolio catalogs.
B.Account hierarchy roll-up rules.
C.ITIL role assignments on contact records.
D.Customer Service properties defining whether contacts view all account cases or only their own.
E.Asset contact relationship mapping tables.
AnswersB, D

Hierarchy rules determine how parent/child accounts share case visibility.

Why this answer

Case visibility is governed by system properties determining whether contacts see all account cases or only their own, and contact relationships.

222
MCQmedium

A customer service manager wants to ensure that contacts belonging to a specific tier-one account receive priority handling whenever they log into the Customer Service Portal. Where is the account tier usually recorded?

A.Customer Priority Matrix
B.Account Tier field on the Account record
C.Service Level Agreement Priority
D.Contact Classification table
AnswerB

The Tier field classifies accounts for prioritization and routing.

Why this answer

The Tier field on the Account record stores the classification level of the customer.

223
MCQmedium

A CSM knowledge manager wants to report on how many cases were deflected (i.e., resolved without creating a case) due to users viewing knowledge articles on the Customer Service Portal. Which feature enables this metric?

A.sn_customerservice_deflection table monitoring
B.Customer Service Deflection Tracking / Search Analytics feedback
C.Automatic Case Deflection Business Rule
D.Knowledge Base ROI Calculator Plugin
AnswerB

Contextual Search and portal search logging track whether users viewed articles and abandoned case creation, providing deflection metrics.

Why this answer

Knowledge feedback and search analytics track deflection metrics when users indicate an article resolved their issue without case creation.

224
MCQmedium

A customer service manager wants to ensure that cases created via Email are automatically assigned to the correct specialized team. Which configuration should be used to achieve this?

A.ACLs
B.Service Portal criteria
C.Business rules on the Email table
D.Assignment rules
AnswerD

Assignment rules are the standard mechanism for routing cases based on defined conditions.

Why this answer

Assignment rules use conditions to route cases to specific groups based on case attributes.

225
MCQmedium

A CSM manager reports that SLA breach reports are inaccurate because cancelled cases are still showing as 'Breached' in historical reporting. How can an administrator correct this for existing records and prevent it moving forward?

A.Ensure the task state change to Cancelled triggers the Task SLA cancellation logic, and update past records via batch script.
B.Manually update every past task_sla record using a background script.
C.Change the SLA Definition stop condition to include Cancelled state.
D.Delete all breached records from the task_sla table.
AnswerA, C

Active SLAs on cancelled tasks should be cancelled automatically; historical data can be corrected via a one-time background script.

Why this answer

SLA engine configuration or retroactive cleanup, but ensuring task cancellation correctly cancels active SLAs resolves future cases.

Page 2

Page 3 of 5

Page 4

All pages