Text preview & study summary

ServiceNow CIS CSM - domain 1

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 organization requires that when an operational update is made to fields like Location or State on a hardware physical asset record, the changes should immediately cascade to the corresponding Install Base Item. How is this bidirectional synchronization natively accomplished?

Answer choices

  • A. By writing a custom workflow on the Configuration Item table.

  • B. By mapping appropriate model categories to bind the asset class, configuration item class, and install base class. (Correct)

  • C. By modifying the global database access control list rules.

  • D. This is achieved natively via database table inheritance since they use the same table.

Explanation

Bidirectional synchronization between assets, configuration items, and install base items is maintained by mapping model categories, which orchestrates updates across the synchronized fields seamlessly.

Question 2

A developer needs to configure advanced access controls. They find that the system utilizes a metadata table to manage application filters applied via query business rules and READ ACLs on core data tables. What is the exact name of this metadata configuration table?

Answer choices

  • A. sn_customerservice_acl_metadata

  • B. sn_query_rule (Correct)

  • C. sys_csm_filter_rule

  • D. csm_query_configuration

Explanation

In modern releases of the application architecture, query filters applied to customer-facing tables are centrally stored and maintained inside the Query Rule (sn_query_rule) metadata table.

Question 3

A customer support system needs to define a legal, binding agreement that outlines covered services, warranty terms, and support duration for a client. What specific entity should be generated to map these legally binding terms?

Answer choices

  • A. Service Entitlement

  • B. Contract (Correct)

  • C. Sold Product

  • D. Install Base Item

Explanation

A Contract represents the legally binding framework agreement between the provider and the client, defining general coverages, financial parameters, and validity periods.

Question 4

An implementation team is migrating legacy data into the Install Base Management architecture. They discover that thousands of records represent conceptual digital service configurations that have no tangible physical hardware equivalent or serial number. What is the recommended best practice for representing these within the data model?

Answer choices

  • A. They must be forced into the Hardware Asset table with dummy serial numbers.

  • B. Create them as Install Base Items linked directly to a Service Model or Product Specification, leaving the physical asset binding blank since asset synchronization is optional. (Correct)

  • C. They should be written to the User Preference table instead.

  • D. Model them as simple knowledge articles rather than configuration records.

Explanation

Install Base Management is designed to decouple operational tracking from physical asset tracking when necessary; digital services can exist as asset-less Install Base Items mapped to appropriate software or service models.

Question 5

A contact from a Partner account needs to open a support case for a customer account. What relationship must exist in the database to allow the partner contact to select that specific customer account in the case creation interface?

Answer choices

  • A. The customer account must be defined as a child company of the partner in the base company hierarchy.

  • B. An entry must exist in the Account Relationship table defining a valid partnership link between the partner account and the customer account. (Correct)

  • C. The partner contact must be given elevated system administrator privileges.

  • D. A shared contract must exist with the "Global Visibility" flag checked.

Explanation

For a partner contact to view or log cases for an external customer account, a clear partnership relationship must be defined in the Account Relationship table (account_relationship).