Text preview & study summary
ServiceNow CIS CSM - domain 2
A free sample of 5 questions from this quiz, shown in full with answer choices and explanations. No interactivity — everything is visible on this page for study and review.
Want to test your knowledge? Launch the Interactive Exam Simulator
Question 1
An administrator is configuring an Inbound Email Action for cases. They want to ensure that if an email is received from an email address that does not match any existing Contact or Consumer record, the system automatically creates a new Consumer profile and maps it to the case. What configuration setting or script logic facilitates this?
Explanation
To process unauthenticated authors, the inbound action script must catch the unmatched sender address and dynamically execute data insertion routines against the csm_consumer table before associating it with the case.
Question 2
An enterprise deploys Engagement Messenger on an unauthenticated marketing website, but wishes to allow users to securely authenticate midway through their interaction to view personal case logs. What expert configuration is required on the platform provider side to handle this transition seamlessly?
Explanation
Engagement Messenger natively supports transitioning from a guest session to an authenticated session by triggering a login flow that validates against an identity provider and JWT script structure defined in its configuration.
Question 3
A configuration specialist is designing a custom case type. They want to ensure that when an agent selects this custom case type, the workspace shows a completely unique form layout with different fields than a standard case. How do they achieve this?
Explanation
Extended case types utilize platform form layout structures where a dedicated view name (often matching the case type configuration) is rendered automatically based on the table endpoint.
Question 4
An administrator needs to activate the core customer service management features. What is the technical ID of the primary application plugin required to deploy the baseline data structures, case forms, and workspaces?
Explanation
The primary plugin that provisions the core tables, business logic, and base user interfaces for customer service management is com.snc.csm.
Question 5
A customer service organization wants to leverage the Phone channel via OpenFrame. They require that when an incoming call is answered, the system should read the caller's phone number (ANI) and automatically display a search list of matching accounts to the agent. What is the technical term for this workspace behavior?
Explanation
A Screen Pop is an OpenFrame-driven action that automatically opens a specific URL, record form, or filtered list in the workspace when a communication event (like an incoming call) occurs.
