CSA Service Catalog Management 2 — Questions and Answers
Question 1: What is the purpose of the 'Order Guide' in the ServiceNow Service Catalog?
- To display a list of all available catalog items
- To group related catalog items that are frequently ordered together (Correct answer)
- To track the status of submitted service requests
- To define approval workflows for catalog items
Correct answer: To group related catalog items that are frequently ordered together
An Order Guide groups related catalog items so users can order multiple items together in a single transaction.
Question 2: Which table stores the actual record of a requested catalog item after a user submits an order?
- sc_catalog_item
- sc_req_item (Correct answer)
- sc_request
- sc_cat_item_option
Correct answer: sc_req_item
The sc_req_item (Requested Item) table stores each individual catalog item that was requested as part of a service request.
Question 3: What role is required to create and manage catalog items in ServiceNow?
- itil
- catalog_admin
- catalog_editor (Correct answer)
- admin
Correct answer: catalog_editor
The catalog_editor role allows users to create, edit, and manage catalog items and their variables.
Question 4: In Service Catalog, what is a 'Variable Set' used for?
- Grouping users who can order specific items
- Reusing a common set of variables across multiple catalog items (Correct answer)
- Setting default values for catalog item prices
- Defining the fulfillment workflow for catalog items
Correct answer: Reusing a common set of variables across multiple catalog items
A Variable Set is a reusable collection of variables that can be attached to multiple catalog items to avoid duplication.
Question 5: What happens when a user clicks 'Order Now' on a catalog item in the ServiceNow Service Portal?
- A change request is automatically created
- A new record is created in the sc_request table and child sc_req_item records are generated (Correct answer)
- The item is added to a wishlist for later review
- An incident is opened for the fulfillment team
Correct answer: A new record is created in the sc_request table and child sc_req_item records are generated
Submitting an order creates a parent sc_request record and one or more sc_req_item child records for each ordered item.
Question 6: Which catalog item type is most appropriate for automating a repetitive IT task that requires no user-specific information?
- Record Producer
- Order Guide
- Content Item
- Catalog Item with no variables (Correct answer)
Correct answer: Catalog Item with no variables
A catalog item with no variables is appropriate for tasks that are fully standardized and require no additional input from the requester.
Question 7: How can a catalog administrator restrict a catalog item so only specific users or groups can see it?
- By setting the item's active field to false for non-authorized users
- By using User Criteria to control visibility (Correct answer)
- By placing the item in a hidden category
- By assigning a special catalog role to the item
Correct answer: By using User Criteria to control visibility
User Criteria defines conditions based on user attributes, roles, or groups to control which users can view or order a catalog item.
What is the purpose of the 'Order Guide' in the ServiceNow Service Catalog?