Courseiva

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

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

Page 1 of 5

Page 2
1
Multi-Selecthard

An administrator is configuring AI Search for a CSM portal. Which THREE features are specific capabilities of AI Search compared to legacy Text Search in ServiceNow Knowledge Management? (Choose three.)

Select 3 answers
A.Automatic spelling correction and synonym handling
B.Exact string matching only with strict wildcard requirements
C.Natural Language Understanding (NLU) and intent-based querying
D.Mandatory execution of SQL table joins for every search query
E.Genius Results displaying direct answers at the top of search results
AnswersA, C, E

AI Search provides advanced typo tolerance and synonym mapping.

Why this answer

AI Search offers natural language understanding, semantic search, genius results, and smart filters.

2
Multi-Selectmedium

Which THREE features are provided out-of-the-box by the Consumer Service Portal in ServiceNow CSM? (Choose three.)

Select 3 answers
A.Bulk asset ordering and enterprise contract renewals
B.Ability to manage corporate child accounts and view company asset hierarchies
C.Management of household or family member relationships
D.Consumer case creation and tracking
E.Consumer self-registration and profile management
AnswersC, D, E

The consumer model supports defining relationships between consumers, such as household members.

Why this answer

The Consumer Service Portal is designed for B2C interactions, offering consumer-specific registration, profile management, and case tracking without requiring an enterprise account structure.

3
Multi-Selectmedium

Which TWO features are provided by the Major Case Management plugin? (Choose two.)

Select 2 answers
A.Automatic hardware inventory auditing
B.Major Case Workbench
C.Direct database schema modification tools
D.Communication Plans
E.Automated payroll calculation for agents
AnswersB, D

The workbench provides a centralized view for managing major cases and related tasks.

Why this answer

Major Case Management provides dedicated workbenches, communication plans, and candidate case matching.

4
MCQhard

An organization uses Major Case Management and needs to automatically invite stakeholders to a major case meeting as soon as a major case is proposed. Which feature facilitates this capability?

A.Communication Plans
B.Advanced Work Assignment Plans
C.Outbound Email Templates only
D.Case Playbook Stages
AnswerA

Communication plans define when, how, and to whom communications and meeting invites are sent during major case lifecycle stages.

Why this answer

Major Case Management includes integration with communication plans and task templates to automate stakeholder notifications and meetings.

5
MCQmedium

An agent needs to attach a Knowledge article to a case to help the customer. Where should the agent look?

A.Related Links - Attach Knowledge
B.Knowledge Base module
C.Task SLA related list
D.Service Portal
AnswerA

This link initiates the search and attachment workflow.

Why this answer

The 'Attach Knowledge' button or the Contextual Search results area is where agents find articles.

6
MCQeasy

Which role is the minimum required for a user to manage their own profile and cases on the portal?

A.itil
B.sn_customerservice.customer
C.sn_customerservice.manager
D.admin
AnswerB

This is the primary role for external customer portal users.

Why this answer

The 'sn_customerservice.customer' role is standard for external users.

7
Multi-Selectmedium

Which TWO actions occur automatically when a CSM Case SLA reaches its breach threshold? (Choose two.)

Select 2 answers
A.The Case priority is automatically downgraded to Low.
B.The Task SLA record's Stage field is updated to 'Breached'.
C.All attached SLAs on the case are permanently locked from further updates.
D.The 'Has breached' flag on the Task SLA record is set to true.
E.The parent CSM Case record is automatically deleted to maintain database performance.
AnswersB, D

The engine updates the stage to Breached when the elapsed time exceeds the target duration.

Why this answer

Upon breach, the Task SLA record stage updates to Breached and breach time is logged.

8
MCQhard

A community moderator wants to convert a standard community question thread into a formal Customer Service case because the issue requires agent intervention. Which out-of-the-box feature should the moderator use from the moderator workspace or view?

A.Click the 'Create Case' UI action available on the community content record
B.Run an on-demand background script to copy the discussion text into the Incident table
C.Change the state field of the community post directly to 'Converted to Case'
D.Export the discussion thread to XML and import it into the Case [sn_customerservice_case] table
AnswerA

The 'Create Case' feature allows moderators to seamlessly spin up a case from a community post while preserving context.

Why this answer

ServiceNow provides an out-of-the-box action on community content to create a case, linking the community post directly to the newly created CSM case.

9
MCQhard

An enterprise account has reached its maximum allowed number of cases under its active entitlement. When a contact from this account submits a new case, what happens by default in CSM if 'Enforce by number of cases' is enabled and limit is exceeded?

A.The system automatically creates a billable quote
B.The case is created but flagged as out-of-entitlement or requires manager approval depending on configuration
C.The case is routed to the system administrator
D.The case is automatically rejected and deleted
AnswerB

Depending on setup, out-of-entitlement cases can be flagged or restricted.

Why this answer

Enforcing entitlement limits prevents case creation or flags the case based on configuration when limits are reached.

10
Multi-Selectmedium

Which TWO statements are true regarding how the SLA engine handles Case re-opening scenarios? (Choose two.)

Select 2 answers
A.If start conditions are met upon re-opening a Case, a new Task SLA instance can be automatically generated.
B.Re-opening a case automatically deletes all previous task_sla records to maintain a clean slate.
C.Previously completed SLAs are preserved for historical audit and reporting purposes.
D.Active SLAs are automatically resumed from their exact previous pause point without generating new instances.
E.The system prevents cases from being re-opened if an SLA has breached.
AnswersA, C

Re-opening a case changes its state, which can re-satisfy start conditions and trigger a new SLA instance.

Why this answer

Re-opening cases can trigger new SLA instances if configured via reset/start conditions.

11
MCQmedium

A customer service agent receives an email from a contact whose email domain matches multiple accounts in the system. How does CSM handle account resolution for inbound email by default?

A.It leaves the account unpopulated or flags the case for manual agent review due to ambiguity
B.It rejects the email and sends an error notification
C.It automatically selects the account with the highest tier
D.It creates a new account for every inbound email
AnswerA

Ambiguous matches prevent incorrect auto-assignment and require agent intervention.

Why this answer

When multiple accounts match an email domain, CSM requires additional configuration or defaults to ambiguity handling.

12
Multi-Selectmedium

Which TWO of the following are primary channels for creating a CSM case?

Select 2 answers
A.Service Portal
B.Knowledge base
C.Dashboards
D.System logs
E.Email
AnswersA, E

The portal is the primary self-service channel.

Why this answer

Email and Service Portal are the most common entry points for customers.

13
MCQhard

An organization requires that when a CSM case SLA is paused, the elapsed time calculation must exclude non-business days and hours, but when the SLA is running, it should use a 24x7 schedule. Can an SLA definition use different schedules for running and paused states?

A.Yes, by attaching two conflicting workflows simultaneously.
B.No, an SLA definition references a single schedule that governs the calendar calculation for duration and elapsed time.
C.Yes, by checking the 'Dual Schedule' checkbox on the Task SLA form.
D.Yes, by configuring separate schedules in the Advanced SLA property table.
AnswerB

A single schedule is associated with the SLA definition; changing schedules dynamically between running and paused states requires custom script extensions or separate SLA definitions.

Why this answer

Standard SLA definitions accept a single schedule per definition record.

14
Multi-Selectmedium

A company implements multilingual knowledge bases for global CSM operations. Which THREE behaviors or features are associated with knowledge translation management in ServiceNow? (Choose three.)

Select 3 answers
A.Each translation has its own workflow state and can be published independently
B.Translations must be approved by the system administrator only
C.Translated articles are stored as separate article records linked to the original source article
D.The system matches the user's portal language preference to serve the appropriate translation
E.Translating an article automatically retires the source article
AnswersA, C, D

Translations follow their own draft-to-published lifecycle.

Why this answer

Translations involve separate article records linked to a source, language fields, and independent workflows.

15
MCQeasy

What is the primary purpose of implementing peer-to-peer support forums within the ServiceNow CSM application?

A.To enable deflection by allowing customers to find answers from other users
B.To host secure, encrypted messaging between enterprise clients and executives
C.To track employee performance metrics and KPIs
D.To replace internal IT ticketing systems
AnswerA

Correct. Community forums leverage collective user knowledge to resolve issues without agent intervention.

Why this answer

Peer-to-peer forums deflect inbound support cases by allowing customers to help each other solve common issues.

16
MCQmedium

An agent is trying to add a new contact to an account, but the contact already exists as a user in the system linked to a different account. What is the correct procedure to handle this scenario in CSM?

A.Delete the existing user record and create a new one
B.Change the Account field on the existing contact record directly
C.Convert the contact into a consumer
D.Associate the existing contact to the new account using the Account Contact relationship
AnswerD

CSM supports multi-account contact relationships allowing a contact to belong to multiple accounts.

Why this answer

Contacts can be associated with multiple accounts using account contact relationships if enabled.

17
MCQeasy

Where can a customer service agent view the real-time status and timers of active SLAs attached to a specific Case record?

A.In the Task SLAs related list on the Case form
B.In the SLA Definitions module under System Policy
C.In the System Log module
D.In the Metric Definitions table list view
AnswerA

The Task SLAs related list displays all SLA instances attached to the case, including stage, time left, and breach status.

Why this answer

Agents view attached SLAs on the Case form, typically in a related list named Task SLAs.

18
MCQeasy

When configuring Service Level Agreements in Customer Service Management, which record type defines the time allowed to resolve a case based on priority?

A.Contract Service Commitment
B.SLA Definition
C.Task SLA Instance
D.SLA Workflow
AnswerB

SLA Definitions hold the core configuration, including duration and target percentages.

Why this answer

The SLA Definition record defines the parameters, schedule, duration, and conditions for service level agreements.

19
Multi-Selecteasy

Which TWO default roles in ServiceNow CSM have permissions to read published knowledge articles in internal knowledge bases? (Choose two.)

Select 2 answers
A.sn_customerservice.customer
B.knowledge_author only
C.sn_csm.consumer
D.itil
E.sn_customerservice_agent
AnswersD, E

ITIL users have baseline read access to internal knowledge management content.

Why this answer

Internal agents and specialists read internal knowledge bases by default.

20
Multi-Selecthard

When configuring entitlements in ServiceNow CSM, which THREE criteria can be used to restrict or determine when an entitlement applies to an incoming case? (Choose three.)

Select 3 answers
A.Account
B.Asset
C.Product
D.Geographic Region
E.Case Priority
AnswersA, B, C

Entitlements are fundamentally tied to customer accounts.

Why this answer

Entitlements can be matched against specific accounts, products, assets, and contacts to control service levels and consumption.

21
Multi-Selecthard

An administrator is setting up Advanced Work Assignment (AWA) for CSM cases. Which THREE components must be configured to ensure cases are successfully routed to available agents using AWA? (Choose three.)

Select 3 answers
A.Matching Rules to evaluate agent skills and criteria
B.Assignment Queues to group incoming work items
C.Major Case Task Definitions
D.AWA Service Channel for CSM Case
E.Dictionary Overrides for the Assigned To field
AnswersA, B, D

Correct. Matching rules determine which agents qualify to receive work items from the queue based on skills or attributes.

Why this answer

AWA configuration requires service channels, queue definitions, and assignment rules or criteria to route work items effectively to qualified agents.

22
Multi-Selecteasy

An implementation specialist is configuring knowledge management for a CSM portal. Which TWO methods can be used to restrict access to a knowledge base so that only specific customer accounts can view its content? (Choose two.)

Select 2 answers
A.Assigning roles directly to customer contacts on the kb_knowledge form
B.Using User Criteria with script support to evaluate account or entitlement matches
C.Applying User Criteria (Can Read related list) directly to the Knowledge Base record
D.Modifying Access Control Lists (ACLs) on the kb_knowledge table for each account
E.Configuring Contextual Search Security Rules
AnswersB, C

Scripted User Criteria can evaluate complex customer account memberships or entitlements for access.

Why this answer

Knowledge bases are secured using User Criteria (Can Read / Cannot Read) and sometimes company-specific attributes or script criteria.

23
Multi-Selectmedium

Which TWO methods can be used to apply a custom business schedule to a CSM SLA Definition? (Choose two.)

Select 2 answers
A.Hardcoding business hours directly into the SLA workflow JavaScript activities.
B.Selecting a predefined schedule directly in the Schedule field on the SLA Definition record.
C.Writing a client script that injects calendar hours into the browser DOM.
D.Modifying the default system timezone property in basic settings.
E.Referencing a schedule dynamically through a schedule source field on the Task or SLA definition.
AnswersB, E

The standard method is selecting a schedule record in the SLA definition form.

Why this answer

Schedules can be selected directly on the SLA definition or determined dynamically via script/schedule source fields.

24
MCQmedium

How are 'Assignment Rules' triggered in the CSM application?

A.On record insert or update
B.When a case is viewed
C.When a user logs in
D.Daily at midnight
AnswerA

These are the standard database triggers for business logic.

Why this answer

Assignment rules are triggered by record inserts or updates that match the defined conditions.

25
MCQeasy

What is the default table that stores active and historical SLA instances attached to customer service cases?

A.SLA Log [sla_log]
B.SLA Workflow [sla_workflow]
C.Contract SLA [contract_sla]
D.Task SLA [task_sla]
AnswerD

Task SLA stores runtime instances for all task-based records, including CSM cases.

Why this answer

Task SLA [task_sla] is the table storing all runtime SLA instances.

26
Multi-Selecthard

A CSM client wants to ensure that SLAs do not attach to internal maintenance cases. Which THREE mechanisms can an implementation specialist use to exclude these cases? (Choose three.)

Select 3 answers
A.Configure explicit exclusion criteria in the Start condition of the SLA Definition (e.g., Category != Maintenance).
B.Assign a specialized Order and make sure maintenance cases match a higher-priority SLA definition with no actions.
C.Use the 'Exclude' related list or advanced script inclusion filters on the SLA definition.
D.Delete the Task SLA table dictionary entry for maintenance records.
E.Disable the SLA engine for the maintenance user profile.
AnswersA, B, C

Start conditions can exclude specific categories, subcategories, or types.

Why this answer

Exclusions can be handled via start conditions, category filters, or domain separation/account criteria.

27
Multi-Selecthard

An implementation specialist is troubleshooting an issue where SLAs are attaching multiple times to the same CSM case. Which THREE configuration errors typically cause duplicate SLA attachment? (Choose three.)

Select 3 answers
A.Business rules on the Case table manually trigger SLA creation while the background engine is also running.
B.A reset condition is incorrectly configured, causing the SLA to constantly cancel and restart in an infinite loop.
C.The Task SLA table has duplicate dictionary overrides.
D.Multiple active SLA Definitions have identical or overlapping start conditions and distinct orders that allow both to evaluate as true.
E.The com.glide.sla.duplicate_prevention property is set to true.
AnswersA, B, D

Mixing manual scripted creation with automatic engine triggers creates duplicate instances.

Why this answer

Overlapping conditions, multiple matching definitions without ordering, or re-triggering rules cause duplicates.

28
MCQhard

An implementation specialist is configuring Knowledge Management feedback handling. They want to ensure that when a knowledge article receives a rating of 2 stars or lower, an automated notification is sent to the article author. How is this achieved?

A.Modifying the baseline Knowledge Management workflow script
B.Setting up a Business Rule on sn_customerservice_case
C.Configuring a Notification on the kb_feedback table with a condition where Rating is less than or equal to 2
D.Enabling Performance Analytics indicator email triggers
AnswerC

Creating an email notification on the kb_feedback table filtered by low rating values alerts the author directly.

Why this answer

Notifications triggered by table events or condition-based notification rules on feedback records handle this requirement.

29
MCQmedium

If an agent wants to view all cases associated with a specific account, where is the best place to find this information?

A.Service level agreements
B.Knowledge base
C.System logs
D.Account related lists
AnswerD

Related lists on the Account form aggregate all child cases.

Why this answer

The Account record has a 'Cases' related list showing all related cases.

30
Multi-Selectmedium

Which TWO features assist users in discovering relevant community discussions without needing to browse every forum? (Choose two.)

Select 2 answers
A.Hardcoded announcement banners that cannot be closed
B.Tagging content with keywords and following tags
C.Manual XML data exports of the entire database
D.Forcing users to email support to ask for thread lists
E.Global Search or AI Search integrated into the portal header
AnswersB, E

Correct. Tags allow users to group and follow topics of interest across different forums.

Why this answer

Tags and search capabilities enable users to quickly locate relevant content across community forums.

31
MCQmedium

A CSM customer service manager wants to audit all changes made to a knowledge article over its lifecycle, including who edited it and when. Which ServiceNow feature provides this audit trail?

A.System Audit > Knowledge History
B.Customer Service > Audit Trails > Knowledge
C.The 'History' context menu / audit logs on the kb_knowledge record
D.Knowledge Management > Version Audit Reports
AnswerC

ServiceNow's platform audit facility tracks dictionary-level auditing on kb_knowledge, viewable via record history.

Why this answer

Auditing on the kb_knowledge table captures all field modifications and history.

32
Multi-Selectmedium

Which TWO metrics are typically tracked to measure the success and health of a customer service community? (Choose two.)

Select 2 answers
A.Physical server CPU utilization percentages
B.Average hardware repair time in the warehouse
C.Case deflection rate attributed to community search and content
D.Ratio of questions with accepted answers and active contributors
E.Number of failed login attempts due to expired LDAP passwords
AnswersC, D

Correct. Deflection rate measures how effectively the community prevents new cases.

Why this answer

Community health is evaluated using metrics such as case deflection rates, active contributor counts, and accepted answer ratios.

33
MCQmedium

A Customer Service Agent is reviewing a case submitted by a contact from Acme Corp. The agent needs to verify if the contact is authorized to submit cases for this account. Where does CSM validate the relationship between a Contact and an Account?

A.Through the Entitlement [ast_entitlement] table
B.Through the Customer Relationship [customer_relationship] table
C.Through the Account Contact [sn_customerservice_account_contact] relationship table
D.Through the Account field directly populated on the Contact record
AnswerD

Each contact record references its parent account using the Account field.

Why this answer

The Contact table maintains the relationship to the Account via the Account field on the contact record.

34
Multi-Selectmedium

Which TWO options describe valid methods for displaying SLA countdown timers in CSM Workspace or Service Portal? (Choose two.)

Select 2 answers
A.Using the Task SLAs related list or workspace SLA component.
B.Modifying CSS style sheets on the sys_user table.
C.Configuring Service Portal SLA widgets to render real-time countdown bars for end users.
D.Creating a custom database view that renders graphical timers.
E.Injecting raw HTML via Client Scripts into the form header.
AnswersA, C

Workspaces and standard forms include native SLA components and related lists to display countdowns.

Why this answer

Timers appear via specialized workspace components and form formatters/widgets.

35
Multi-Selecthard

Which THREE of the following items can be included in a Case Template?

Select 3 answers
A.Priority
B.Assignment group
C.Short description
D.Record attachment
E.User password
AnswersA, B, C

Can be pre-set to ensure correct SLAs.

Why this answer

Templates can set specific field values for consistency in creation.

36
Multi-Selecthard

An implementation specialist is configuring feedback task routing for a CSM knowledge base. Which THREE factors determine who receives a knowledge feedback task when negative feedback is submitted? (Choose three.)

Select 3 answers
A.The author of the specific knowledge article
B.The Knowledge Base owner or manager specified on the Knowledge Base record
C.Configured feedback assignment rules or properties
D.The primary customer contact associated with the portal session
E.The ServiceNow system administrator user record exclusively
AnswersA, B, C

Feedback tasks can be routed to the article author depending on configuration.

Why this answer

Feedback tasks route based on knowledge base ownership, manager configuration, or assignment rules.

37
MCQmedium

A CSM implementation team wants to report on the percentage of Case SLAs that breached within the last quarter, broken down by Account. Which reporting source or table is best suited for this requirement?

A.Customer Service Case [sn_customerservice_case] table using SLA related metrics
B.Metric Instance [metric_instance] table
C.Task SLA [task_sla] table
D.SLA Definition [sys_sla] table
AnswerC

The Task SLA table tracks the actual progress, stage, and breach status for each task instance.

Why this answer

The Task SLA (task_sla) table contains individual instantiated SLA records linked to tasks, including breach flags and duration metrics, making it ideal for reporting.

38
MCQhard

When mapping a problem to a case, what happens if the 'Propagate updates' checkbox is selected?

A.The case is unlinked
B.The case is automatically closed
C.The problem priority is updated to match the case
D.Work notes and comments are copied to the child cases
AnswerD

Propagating updates synchronizes communication from the problem to linked cases.

Why this answer

Propagating updates ensures that work notes or comments added to the Problem are synced to the linked child cases.

39
MCQhard

An administrator is configuring restricted access to assets. A contact at an account should only be able to view assets that are explicitly assigned to them, while other contacts at the same account can view all account assets. Where is this visibility controlled?

A.Asset contact relationship table [alm_asset_contact]
B.Account form related lists
C.Customer Service Properties
D.Entitlement rules
AnswerA

The alm_asset_contact table links specific contacts to specific assets for targeted visibility.

Why this answer

Asset contact visibility can be controlled through asset contact relationships and associated security rules.

40
MCQmedium

A company uses multiple knowledge bases for different product lines in CSM. They want agents to default to searching only the product-specific knowledge base when working on a case related to that product. How can this be configured?

A.By setting the 'Default Knowledge Base' user preference
B.By writing a client script on the kb_knowledge table
C.By configuring Contextual Search Contexts and Search Criterias with conditional filters based on case fields
D.By modifying the global search CSS style sheet
AnswerC

Search contexts can dynamically adjust which knowledge bases are searched based on case attributes like product or category.

Why this answer

Search contexts can be configured to filter search results based on case category, product, or other attributes.

41
MCQeasy

Which state does a case go into after an agent has finished working on it and it is ready to be closed?

A.Closed
B.Work in Progress
C.Pending
D.Resolved
AnswerD

Resolved indicates completion pending final transition to closed.

Why this answer

Resolved is the state that indicates work is complete, pending final verification.

42
MCQhard

An administrator needs to modify how SLA stages are displayed on CSM cases. Where are SLA stages primarily defined and managed in ServiceNow?

A.In the SLA Engine Properties module
B.In the SLA Stages [sla_stage] table or choice list on Task SLA stage field
C.In Service Portal widget configurations
D.In the Workflow Editor stage mapping settings
AnswerB

SLA stages (such as In Progress, Paused, Completed, Cancelled) are defined as choices on the stage field of the Task SLA table and managed through stage configuration records.

Why this answer

SLA stages are managed via SLA stage configuration records and choice lists on the Task SLA table.

43
MCQmedium

What is the primary function of the 'Case Audit' history?

A.To allow agents to edit past notes
B.To provide a read-only log of changes made to the case record
C.To record email delivery status
D.To track SLA time
AnswerB

Audit trails are explicitly for logging and transparency.

Why this answer

The audit trail captures every change made to a record, including the user, time, and value changes.

44
MCQeasy

An agent is looking at an article on the CSM workspace and notices it is flagged as 'Outdated' by a customer. Where can the agent see this flag?

A.Only in the system error logs
B.In the User Profile record of the customer
C.In the case work notes automatically
D.On the article form's feedback related list or feedback task
AnswerD

Feedback records and related lists on the article display user ratings, flags, and comments.

Why this answer

Feedback flags appear on the article form and feedback task queues.

45
MCQhard

When configuring search sources for Contextual Search in CSM case creation, which record type must be defined to enable searching across external knowledge repositories like SharePoint?

A.External Knowledge Connector Map
B.Knowledge Base Integration Rule
C.CSM Federation Rule
D.Contextual Search Source
AnswerD

Search sources define where Contextual Search looks for information, including external knowledge providers.

Why this answer

External search sources require a Search Source record configured with REST integration or provider plugins.

46
MCQhard

During an upgrade, customized portal widgets for the community home page stop rendering correctly. Where should an administrator look to check for widget dependency issues or script errors?

A.Service Portal Widget logs and browser console for JavaScript errors
B.The system upgrade history table (sys_upgrade_history) exclusively
C.The Dictionary Entries table
D.The Email Outbox table
AnswerA

Correct. Checking widget logs and the browser console identifies client and server-side script errors following updates.

Why this answer

Service Portal widget logs, browser developer console, and Script Logs help diagnose widget rendering issues.

47
MCQmedium

A community user reports that they are no longer receiving email notifications when someone replies to a subscribed thread. Where can the user manage or troubleshoot their community notification subscriptions?

A.Service Portal > Widgets > Subscriptions
B.User Profile > Notification Preferences in the CSM portal
C.System Notification > Email > Notifications
D.Active Directory synchronization settings
AnswerB

Correct. Portal users control their subscription preferences via the user profile notification settings.

Why this answer

Portal users manage their notification preferences via their user profile preferences page within the Service Portal.

48
MCQeasy

When setting up Service Level Agreements for CSM, which type of SLA measures the time taken to assign a case to an agent or group?

A.Customer SLA
B.Response SLA
C.Resolution SLA
D.Operational SLA
AnswerB

Response SLAs are commonly used to measure the time it takes to acknowledge or initially assign a case.

Why this answer

Response SLAs track the time from creation to first response or assignment, whereas Resolution SLAs track total time to close.

49
Multi-Selectmedium

Which TWO benefits do organizations realize by integrating community forums with customer service management cases? (Choose two.)

Select 2 answers
A.Deflecting inbound cases by providing self-service peer answers
B.Encrypting all customer passwords with blockchain technology
C.Automatically provisioning physical hardware for customers
D.Allowing moderators to seamlessly convert unresolved community questions into formal cases
E.Eliminating the need for any customer service agents
AnswersA, D

Correct. Deflection reduces support costs by resolving customer inquiries via community content.

Why this answer

Integrating community forums and cases reduces case volume through deflection and allows seamless escalation when peer support is insufficient.

50
MCQeasy

Which field on the Case form captures the customer's summary of the issue?

A.Short description
B.Work notes
C.Comments
D.Description
AnswerA

Short description is the summary field.

Why this answer

The Short description field is the standard field for the issue title or summary.

51
MCQeasy

A customer service agent needs to escalate a complex case to a back-office team without losing the context of the current customer interaction. Which feature should the agent use to initiate this process while keeping the original case active?

A.Major Case Management
B.Transfer Case
C.Create Child Case
D.Close Case
AnswerC

Correct. Creating a child case generates a related case assigned to another group while keeping the parent case open for the primary agent.

Why this answer

Child cases allow agents to create related cases for specialized teams while keeping the parent case active to track the overarching customer issue.

52
Multi-Selectmedium

When setting up SLA Definitions for CSM Accounts in different geographic regions, which TWO mechanisms ensure that correct holiday schedules are applied? (Choose two.)

Select 2 answers
A.Associating regional holiday schedules with the specific Schedule [cmn_schedule] referenced in the SLA Definition.
B.Hardcoding regional holidays into client-side UI policies for each agent.
C.Filtering SLA definitions by Account Region or Country so the appropriate schedule is attached.
D.Changing the global system language property to match the region.
E.Using Data Policies to enforce regional timezones on the Case form.
AnswersA, C

Schedules support child schedules and entries for holidays, which can be linked to SLA definitions.

Why this answer

Schedules support child schedules and timezone/holiday associations.

53
MCQmedium

A company uses both the B2B account model and the B2C consumer model in ServiceNow CSM. A customer service agent receives a case and needs to determine whether the request came from a business contact or an individual consumer. Which form field indicates this distinction?

A.Account / Consumer reference fields
B.Caller Category
C.Service Model Indicator
D.Customer Type [customer_type]
AnswerA

The case form uses distinct fields (or a polymorphic field structure) to differentiate between Account/Contact and Consumer.

Why this answer

Cases feature reference fields for both Account/Contact and Consumer.

54
MCQmedium

An administrator wants to ensure that all CSM cases created for VIP accounts use a specific 4-hour resolution SLA, overriding any other general SLA definitions that might match. How is precedence handled among multiple matching SLA definitions?

A.All matching SLAs attach simultaneously, creating multiple competing timers.
B.The SLA Definition with the lowest Order value takes precedence.
C.The system prompts the user to select the correct SLA during case creation.
D.ServiceNow processes SLAs alphabetically by name.
AnswerB

Similar to other engine rules in ServiceNow, the Order field determines which SLA definition evaluates first when multiple match.

Why this answer

SLA definitions can use order fields or specificity to determine precedence when multiple definitions match.

55
Multi-Selecthard

Which THREE factors influence Advanced Work Assignment (AWA) routing?

Select 3 answers
A.Service Channel
B.Agent Capacity
C.Assignment Rule
D.Case Priority
E.System Performance
AnswersA, B, C

Service Channels define how work is routed into queues.

Why this answer

AWA uses Service Channels, Assignment Rules, and Agent Capacity to route work items efficiently.

56
Multi-Selecteasy

Which TWO methods can be used to categorize knowledge articles in ServiceNow Knowledge Management? (Choose two.)

Select 2 answers
A.Hierarchical categories defined within each Knowledge Base
B.Tags applied to knowledge articles for flexible grouping
C.Service Portal Taxonomy Node mappings only
D.Automatic Business Rule category generators
E.Customer Service Case Entitlement categories
AnswersA, B

Knowledge bases support tree-structured category hierarchies.

Why this answer

Articles use categories within knowledge bases and optional tagging.

57
MCQmedium

A customer contact calls in to create a case on behalf of another user at a different account location. The service agent needs to verify the contact's authority to act on behalf of that account. What feature should the agent use to check authorized contacts?

A.The Customer Service Agent Authorization module.
B.The Authorized Contacts related list on the Account form.
C.The Contact Relationship Matrix plugin.
D.The Consumer Verification workflow engine.
AnswerB

The Authorized Contacts related list tracks which contacts are permitted to raise cases and interact with support for a given account.

Why this answer

The 'Account Contacts' related list or contact relationships on the Account form define who is authorized to contact support for that account.

58
MCQeasy

Which field on the SLA Definition form determines whether the SLA calculates elapsed time starting from the exact moment the Case was created, even if the SLA definition was created after the case?

A.Retroactive
B.Relative Duration
C.Auto-start
D.Retroactive pause
AnswerA

Checking the Retroactive checkbox makes the SLA calculate its start time based on the task's creation date.

Why this answer

The Retroactive setting controls historical calculation from task creation.

59
MCQeasy

An implementation specialist is setting up a new Customer Service Management community and needs to allow community members to create new forums. Which role must be assigned to these members to enable forum creation if the default configuration is used?

A.sn_communities_admin
B.sn_communities_content_author
C.sn_communities.forum_creator
D.sn_communities_moderator
AnswerC

This role grants the necessary permissions for a community user to create forums.

Why this answer

In ServiceNow CSM Communities, the sn_communities.forum_creator role is specifically designed to allow users to create forums within community nodes depending on access control configurations.

60
Multi-Selectmedium

Which TWO of the following actions can a manager perform on a case?

Select 2 answers
A.Change case record number
B.Reassign to another team
C.Modify system tables
D.Delete the customer
E.Escalate the case
AnswersB, E

Part of team management.

Why this answer

Managers can reassign or escalate cases as part of their oversight role.

61
MCQhard

An administrator is asked to configure a custom SLA stage that triggers when an SLA is within 15 minutes of breaching. Where must this custom stage be added so that the SLA engine recognizes and applies it correctly?

A.In the Service Level Management Properties module under 'Custom Stages'.
B.In the Dictionary Override of the Case table.
C.In the SLA Stage [sla_stage] choice list on the Task SLA table dictionary.
D.In the SLA Definition condition builder as an explicit stage filter.
AnswerC

Adding custom stages requires updating the choices on the 'stage' field of the Task SLA table and aligning workflow/engine logic.

Why this answer

Stages are maintained via choice lists on the Task SLA stage field and engine workflow configurations.

62
Multi-Selecthard

Which THREE fields are commonly used to determine Case Priority?

Select 3 answers
A.Attachment count
B.Close code
C.Urgency
D.Impact
E.Priority
AnswersC, D, E

The second input for priority.

Why this answer

Impact and Urgency are the two inputs that define priority via a standard matrix.

63
MCQhard

An implementation specialist is configuring Contextual Search for CSM cases. When an agent opens a case with a specific Product and Category, the system should automatically suggest relevant knowledge articles from a specific Knowledge Base. Where should the specialist configure this specific matching rule?

A.Contextual Search Search Contexts
B.Article Feedback Property Table
C.Case Management Properties
D.Knowledge Management Service Portal Settings
AnswerA

Search Contexts define the result configs, resource configurations, and conditions under which specific knowledge bases are searched for a given table like sn_customerservice_case.

Why this answer

Contextual Search configurations determine which tables and fields trigger searches and what search providers are used. Search contexts can be configured to filter search results by specific knowledge bases or criteria based on case field values.

64
MCQhard

When using the 'Case Resolution' feature, what determines the values available in the 'Close code' field?

A.Business Rules
B.Client Scripts
C.Dictionary entries
D.Workflow properties
AnswerC

The choices for the field are defined within the dictionary or choice table configuration.

Why this answer

The 'Close code' field is a choice field whose options are defined in the 'Choice' table for the Case object.

65
Multi-Selecthard

Which THREE components are typically customizable within a CSM portal Community Home page layout using Service Portal Designer or UI Builder? (Choose three.)

Select 3 answers
A.Recent activity feeds and top contributor leaderboards
B.The underlying MySQL database schema and table primary keys
C.Hero banner layout and welcome messaging components
D.Core platform Java runtime classes
E.Featured discussion widgets and trending topic carousels
AnswersA, C, E

Correct. Activity feeds and leaderboards are standard community widgets placed on home pages.

Why this answer

Portal page customization allows adjusting widget placement, banners, and layout structures.

66
MCQmedium

Which tool in ServiceNow allows administrators to visualize the lifecycle of a case?

A.Workflow Editor
B.Flow Designer
C.Process Automation Designer
D.Business Rules
AnswerC

PAD is used to design and visualize multi-stage processes.

Why this answer

Process Automation Designer provides a visual representation of complex workflows including cases.

67
MCQmedium

A company wants to allow customers to create cases via email. Where is the mapping between the incoming email headers and the case fields configured?

A.Email Filters
B.Email Client Template
C.Case Creation Map
D.Inbound Email Actions
AnswerD

Inbound Email Actions define the logic for creating or updating records from email messages.

Why this answer

Inbound Email Actions are used to process incoming emails and map data to specific fields on target tables.

68
MCQeasy

A retail company is implementing ServiceNow CSM to support both individual retail shoppers and corporate business clients. Which foundational architectural difference distinguishes the consumer-based service model from the account-based service model?

A.Consumer models use the csm_consumer table instead of the Account and Contact tables, representing individuals directly.
B.Account-based models cannot track assets, whereas consumer models can.
C.Consumer models use standard Incident management tables instead of the Case table.
D.Consumer models require every individual to have a parent account for billing purposes.
AnswerA

The consumer-based model treats individuals as consumers directly on the consumer table rather than grouping them under corporate accounts.

Why this answer

The consumer model uses the Consumer (csm_consumer) table without accounts, whereas the account-based model uses Account (ast_customer / customer_account) and Contact (contact) tables.

69
Multi-Selectmedium

Which TWO actions occur automatically when a standard case is promoted to a Major Case? (Choose two.)

Select 2 answers
A.The case state is automatically locked to Closed
B.Associated child cases can be linked to track the broader outage
C.Service Level Agreements are permanently deleted
D.The case is moved to the Major Case Management workspace context
E.All customer contacts are immediately deleted from the database
AnswersB, D

Major cases allow linking related cases and child incidents to manage mass impacts.

Why this answer

Promoting a case to a major case triggers major case specific workflows, such as notifying major case managers and creating major case tasks or work spaces.

70
MCQeasy

Which portal page serves as the entry point for users browsing community forums, blogs, and topics in the CSM portal?

A.Community Home
B.Catalog Home
C.Incident Overview Page
D.Knowledge Base Landing Page
AnswerA

Correct. Community Home is the main dashboard page for the community application in the portal.

Why this answer

The Community Home page is the primary landing page for community activities within the portal.

71
MCQhard

Which of the following best describes the relationship between a 'Case' and a 'Service Contract'?

A.They are unrelated
B.The case overrides the contract
C.The case inherits the SLA from the contract
D.The case updates the contract expiration date
AnswerC

Contracts govern the SLA definitions applied to the case.

Why this answer

Service Contracts define the entitlements and services available to a customer, which are verified when a case is created.

72
MCQhard

A CSM organization requires an SLA report that displays the percentage of cases resolved within the SLA per agent, grouped by month. Which reporting feature in ServiceNow is best suited to display this aggregated compliance percentage directly?

A.Standard List Report with grouping enabled
B.Performance Analytics (PA) Indicator with an SLA breakdown
C.Database View combining Case and Sys_User tables
D.Pie chart generated from the Task SLA table
AnswerB

Performance Analytics widgets and indicators calculate compliance rates over time and support breakdowns by agent and month.

Why this answer

Performance Analytics allows tracking KPIs such as SLA compliance percentages over time.

73
MCQeasy

Which role is typically required to create and modify SLA Definitions in a CSM implementation?

A.sla_admin or admin
B.sn_customerservice_manager
C.sn_customerservice_agent
D.itil
AnswerA

The sla_admin or admin role is required to configure SLA Definitions, Workflows, and Properties.

Why this answer

SLA configuration requires specialized administrative privileges, typically provided by the SLA Admin role.

74
MCQhard

An administrator needs to configure case creation rules so that if an incoming email is received from an unrecognized email address domain, a new account and contact are automatically created. Which feature supports this requirement?

A.Transform Map scripts
B.Consumer auto-registration scripts
C.Inbound email account creation rules
D.Case creation workflow engine
AnswerC

CSM provides configuration settings for auto-creating accounts and contacts from unrecognized inbound emails.

Why this answer

Auto-create accounts and contacts from inbound emails can be configured using inbound email actions or CSM configuration properties.

75
MCQmedium

A customer service agent receives a call from an individual inquiring about a product purchased for personal use. The agent opens a case. Which record type should populate the Account/Consumer field on the case form?

A.Consumer
B.Account
C.Partner
D.Internal Contact
AnswerA

Consumers represent individual customers.

Why this answer

Individual personal users are represented by Consumer records in CSM.

Page 1 of 5

Page 2

All pages