CSA Service Catalog & Request Management 1 — Questions and Answers
Question 1: What is the primary purpose of the Service Catalog in ServiceNow?
- To store and manage incident records
- To provide users with a self-service interface to request goods and services (Correct answer)
- To configure database tables and schema
- To manage network infrastructure settings
Correct answer: To provide users with a self-service interface to request goods and services
The Service Catalog enables end users to browse and request available services and products through a self-service interface without requiring IT intervention.
Question 2: Which ServiceNow table stores catalog item definitions?
- sc_request
- sc_req_item
- sc_cat_item (Correct answer)
- sc_catalog
Correct answer: sc_cat_item
The sc_cat_item table is the primary table where Service Catalog items are defined, including their variables, workflows, and access controls.
Question 3: What is a Record Producer in the ServiceNow Service Catalog?
- A catalog item type that creates records in any ServiceNow table via a user-friendly form (Correct answer)
- A report that generates performance data about catalog usage
- A workflow that produces automated email notifications
- A script that creates scheduled database backups
Correct answer: A catalog item type that creates records in any ServiceNow table via a user-friendly form
A Record Producer is a special catalog item type that allows end users to create records in any ServiceNow table through a simplified form, bypassing the standard record form.
Question 4: What is the purpose of a Variable Set in the ServiceNow Service Catalog?
- To define the approval workflow for a catalog item
- To group and reuse variables across multiple catalog items (Correct answer)
- To configure default values for database columns
- To set up access control rules for catalog visibility
Correct answer: To group and reuse variables across multiple catalog items
Variable Sets allow administrators to bundle related catalog variables together and reuse them across multiple catalog items, eliminating redundant variable creation.
Question 5: Which role is specifically required to create and manage Service Catalog items in ServiceNow?
- itil
- catalog_admin or admin (Correct answer)
- approver_user
- fulfillment_user
Correct answer: catalog_admin or admin
The catalog_admin role (or the broader admin role) grants the permissions needed to create, edit, publish, and retire Service Catalog items and categories.
Question 6: What does a Requested Item (RITM) represent in ServiceNow?
- An individual catalog item ordered as part of a request, tracked in sc_req_item (Correct answer)
- The overall cart a user submitted containing all ordered items
- A pending approval notification sent to a manager
- A failed or rejected service request record
Correct answer: An individual catalog item ordered as part of a request, tracked in sc_req_item
A Requested Item (RITM) is the record for each individual catalog item ordered; it lives in the sc_req_item table and tracks fulfillment of that specific item.
Question 7: What is the purpose of a Catalog UI Policy in ServiceNow?
- To define the visual color theme of the Service Catalog storefront
- To dynamically control the visibility and mandatory state of catalog variables based on conditions (Correct answer)
- To configure the approval routing workflow for catalog requests
- To set SLA response timers on submitted catalog requests
Correct answer: To dynamically control the visibility and mandatory state of catalog variables based on conditions
Catalog UI Policies evaluate defined conditions and dynamically show, hide, make mandatory, or make read-only specific catalog item variables in real time.
What is the primary purpose of the Service Catalog in ServiceNow?