CSA Service Catalog & Request Management 2 — Questions and Answers
Question 1: What is an Order Guide in the ServiceNow Service Catalog?
- A printable document explaining how to navigate the Service Catalog
- A catalog item type that groups multiple related items into a single bundled request (Correct answer)
- A workflow that automates the ordering and fulfillment process
- A report displaying catalog utilization statistics over time
Correct answer: A catalog item type that groups multiple related items into a single bundled request
An Order Guide lets users select and submit multiple related catalog items together in one bundled ordering experience, with conditional logic to include or exclude items.
Question 2: Which ServiceNow table stores the top-level container for a user's submitted catalog request?
- sc_cat_item
- sc_req_item
- sc_request (Correct answer)
- sc_task
Correct answer: sc_request
The sc_request table holds the parent request record submitted by the user; it contains one or more Requested Items (RITMs) stored in sc_req_item.
Question 3: What is the primary purpose of Catalog Tasks (sc_task) in ServiceNow?
- To define and route the approval chain for a catalog item
- To break fulfillment work into individual assignable tasks for specific teams or groups (Correct answer)
- To notify requesters of order status updates via email
- To archive and purge completed catalog requests on a schedule
Correct answer: To break fulfillment work into individual assignable tasks for specific teams or groups
Catalog Tasks (sc_task) allow administrators to divide the fulfillment work of a RITM into separate tasks that can be routed to different groups or individuals.
Question 4: What does the 'Availability' field on a ServiceNow catalog item control?
- The SLA response deadline for the item
- Whether the item is accessible via desktop catalog, mobile, or both interfaces (Correct answer)
- The number of units remaining in inventory for that item
- The scheduled time window during which the item can be ordered
Correct answer: Whether the item is accessible via desktop catalog, mobile, or both interfaces
The Availability field determines through which ServiceNow interfaces—desktop Service Catalog, mobile, or all—the catalog item is displayed and accessible to users.
Question 5: What is the function of a Content Item in the ServiceNow Service Catalog?
- To create a linked knowledge base article
- To display informational or navigational content without enabling ordering (Correct answer)
- To import bulk record data from an external system
- To define a new custom database table in the platform
Correct answer: To display informational or navigational content without enabling ordering
A Content Item shows text, links, or informational content within the catalog but does not collect user input or generate request records—it is purely informational.
Question 6: In the ServiceNow Service Catalog lifecycle, what does 'Fulfillment' refer to?
- Management approval of the request before any work begins
- The delivery and completion of the requested service or item after approvals are granted (Correct answer)
- The initial submission of the catalog form by the end user
- The archival and closure of completed request records
Correct answer: The delivery and completion of the requested service or item after approvals are granted
Fulfillment is the operational stage where the assigned team actually performs the work to deliver or complete what was requested, occurring after approvals are obtained.
Question 7: How can a ServiceNow administrator restrict a catalog item so only specific users or groups can view and order it?
- By setting the item's priority field to 'Restricted'
- By applying User Criteria records to the catalog item's 'Available for' and 'Not available for' fields (Correct answer)
- By assigning it to a restricted assignment group
- By enabling role-based two-factor authentication on the item
Correct answer: By applying User Criteria records to the catalog item's 'Available for' and 'Not available for' fields
User Criteria define conditions based on users, groups, roles, companies, or locations and are applied to catalog items to control who can see and order them.
What is an Order Guide in the ServiceNow Service Catalog?