Text preview & study summary

ServiceNow CIS CSM - domain 4

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

A technical architect needs to ensure that when an external contact views the Customer Service Catalog on the portal, certain catalog items are visible only if their primary Account has a specific "Gold" premium tier field flag. How should this access control be implemented?

Answer choices

  • A. Write a client script that hides the HTML elements on the browser page.

  • B. Implement a User Criteria record that evaluates the logged-in user's contact record details, maps to their parent account attributes, and attach that User Criteria to the target Catalog Items. (Correct)

  • C. Encrypt the catalog items using unique instance security hashes.

  • D. Create a duplicate portal instance for each account tier.

Explanation

Portal catalog visibility is controlled by User Criteria (sys_user_criteria). Advanced User Criteria can utilize scripts or relational conditions to inspect the contact's parent account fields to govern access.

Question 2

An organization wants to create an elegant form on the customer portal that guides users through reporting a property damage claim. The form must collect 5 specific text inputs and then automatically insert a record into the custom extended Case table. What tool should be developed?

Answer choices

  • A. A standard knowledge article template.

  • B. A Record Producer (sc_cat_item_producer) mapped to the target extended case table and published to the Customer Service Catalog. (Correct)

  • C. A client script running on the workspace homepage.

  • D. A Special Handling Note with input variables.

Explanation

Record Producers act as user-friendly catalog interfaces that map user inputs into specific fields on target database tables, making them the standard tool for external portal case intake configurations.

Question 3

A UI developer is using UI Builder to modify the customer service workspace layout. They want to insert a new visual indicator in the top Ribbon area that shows the total value of the customer's active contracts. What component structure must be verified?

Answer choices

  • A. The Ribbon setting must be bound to a Workspace Ribbon Configuration record, and a corresponding component card or data broker must be mapped to pull contract records. (Correct)

  • B. The developer must edit the global server properties file directly.

  • C. The Ribbon area can only display text and cannot pull data fields.

  • D. A standard UI Policy must be configured to render the ribbon.

Explanation

Ribbon elements in configurable workspaces rely on Ribbon Configurations (sys_aw_ribbon_config) and workspace components managed via UI Builder, utilizing data brokers to query and count targeted database rows.

Question 4

A support manager wants to monitor real-time case influx metrics, agent utilization, and channel volumes within a modern, unified visual workspace interface. What platform tool provides these embedded dashboard analytics?

Answer choices

  • A. Legacy Report Builder

  • B. Platform Analytics / Workspace Dashboards (Correct)

  • C. Form Layout Designer

  • D. UI Builder Page Configurations

Explanation

Platform Analytics elements are natively integrated into the modern configurable workspace, offering visual data tracking components, inline data visualizations, and operational dashboards.

Question 5

A global metrics analyst wants to build a complex Performance Analytics breakdown widget in the workspace that evaluates the "Average Resolution Time of Cases". The breakdown must filter data concurrently by the customer's industry sector and the assigned agent's location country. What structural setup is required?

Answer choices

  • A. Create a generic database report and export it to an external spreadsheet tool daily.

  • B. Define automated Indicators targeting the case table, and configure a Matrix Breakdown that maps the Account Industry breakdown source and the User Country breakdown source together. (Correct)

  • C. This multi-dimensional filtering requires a complete redesign of the base task table.

  • D. Write an unmanaged UI action that executes synchronous database aggregation queries on form load.

Explanation

Multi-dimensional analytics tracking is achieved in the Performance Analytics engine by implementing automated indicators and combining individual breakdown sources into a Matrix Breakdown matrix mapping.