CSA Service Catalog Management 3 — Questions and Answers
Question 1: What is the function of a 'Catalog UI Policy' in ServiceNow?
- To enforce approval routing for high-cost catalog items
- To dynamically show, hide, or make mandatory catalog item variables based on conditions (Correct answer)
- To set pricing rules for catalog items based on user department
- To trigger notifications when a catalog item is ordered
Correct answer: To dynamically show, hide, or make mandatory catalog item variables based on conditions
Catalog UI Policies apply conditions at the form level to dynamically control the visibility and mandatory state of catalog item variables.
Question 2: Which of the following best describes a 'Record Producer' in the ServiceNow Service Catalog?
- A catalog item that creates a record in any ServiceNow table when submitted (Correct answer)
- A report that tracks catalog order volumes
- A workflow that automatically fulfills catalog requests
- A type of variable that produces dropdown options dynamically
Correct answer: A catalog item that creates a record in any ServiceNow table when submitted
A Record Producer is a catalog item type that, when submitted, creates a record in a specified ServiceNow table such as incidents or problems.
Question 3: In the context of Service Catalog, what does the 'Delivery Time' field on a catalog item represent?
- The SLA for resolving the resulting incident
- The estimated time needed to fulfill the requested item (Correct answer)
- The time window during which the catalog item can be ordered
- The duration of the approval workflow
Correct answer: The estimated time needed to fulfill the requested item
Delivery Time indicates the estimated fulfillment duration displayed to the requester when ordering the catalog item.
Question 4: What is the relationship between 'sc_request' and 'sc_req_item' in ServiceNow?
- sc_request is a child of sc_req_item
- sc_req_item is a child of sc_request via the request field (Correct answer)
- They are unrelated tables that track separate workflows
- sc_request contains all variable values; sc_req_item tracks approvals only
Correct answer: sc_req_item is a child of sc_request via the request field
sc_req_item records reference their parent sc_request record through the 'request' field, creating a parent-child relationship.
Question 5: A catalog item has a 'Cascade Variables' option in an Order Guide. What does enabling this do?
- Copies variable values from one catalog item to matching variables in other items in the Order Guide (Correct answer)
- Hides variables from users who lack the catalog_editor role
- Creates child catalog items automatically based on variable selections
- Sends variable values to an external system via REST
Correct answer: Copies variable values from one catalog item to matching variables in other items in the Order Guide
Cascade Variables automatically populates matching variable values across multiple catalog items within the same Order Guide.
Question 6: Which field on a catalog category controls the order in which categories appear in the Service Catalog?
- Priority
- Order (Correct answer)
- Sequence
- Weight
Correct answer: Order
The 'Order' field on a catalog category is a numeric value that determines the display sequence of categories in the catalog.
Question 7: What is the purpose of 'Execution Plans' (formerly Catalog Workflows) associated with catalog items?
- To define the approval chain before a request is submitted
- To automate the steps required to fulfill a requested item after approval (Correct answer)
- To schedule catalog item availability during business hours only
- To generate cost reports for ordered items
Correct answer: To automate the steps required to fulfill a requested item after approval
Execution Plans (Flow Designer flows or legacy workflows) automate the fulfillment tasks performed after a requested item is approved.
What is the function of a 'Catalog UI Policy' in ServiceNow?