CSA - ServiceNow System Administrator Service Catalog Management Questions and Answers 1 — Questions and Answers
Question 1: An end-user needs to request a standard laptop, a monitor, and a keyboard for their home office setup. Which Service Catalog component is specifically designed to bundle these multiple, related items into a single request?
- A Record Producer
- A Catalog Item
- An Order Guide (Correct answer)
- A Variable Set
Correct answer: An Order Guide
An Order Guide is used to group multiple catalog items into a single, logical request. This simplifies the process for end-users who need several related items, such as a new hire setup, by presenting them as one cohesive offering.
Question 2: A system administrator is creating a new way for users to report a broken printer directly from the Service Portal. The submission of this form should create an Incident record, not a Request [sc_request] record. Which type of catalog item should be used to achieve this?
- Order Guide
- Record Producer (Correct answer)
- Content Item
- Standard Catalog Item
Correct answer: Record Producer
A Record Producer is a specific type of catalog item that creates a record in a table other than the standard Request tables (like sc_request and sc_req_item). It is the correct choice for creating task-based records such as Incidents or Changes directly from the Service Catalog.
Question 3: When designing a catalog item for a new software request, an administrator needs to ask the user for their department, the specific software title, and a business justification. Which of the following are used to gather this information from the user on the catalog item form?
- UI Policies
- Client Scripts
- Variables (Correct answer)
- Business Rules
Correct answer: Variables
Variables are used within catalog items and record producers to ask questions and gather information from the end-user. This information is then passed on through the request fulfillment process. UI Policies, Client Scripts, and Business Rules can act on these variables, but the variables themselves are the fields that capture the user's input.
Question 4: Which of the following BEST describes the primary function of a standard Catalog Item within ServiceNow's Service Catalog management?
- To provide a link to an external website or knowledge base article.
- To create a task-based record like an Incident or a Problem.
- To generate a standard Request [sc_request], a Requested Item [sc_req_item], and trigger a fulfillment workflow. (Correct answer)
- To bundle several record producers together under a single submission.
Correct answer: To generate a standard Request [sc_request], a Requested Item [sc_req_item], and trigger a fulfillment workflow.
The primary purpose of a standard Catalog Item is to facilitate the ordering of goods and services. When a user submits a request for a catalog item, the system generates a parent Request (REQ) record and one or more child Requested Item (RITM) records, which then typically follow a defined workflow for approvals and fulfillment tasks.
Question 5: A manager wants to ensure that when a 'New Hire Onboarding' order guide is submitted, the new employee's name and department are automatically filled in on the requests for their laptop, phone, and software access. What feature of an Order Guide makes this possible?
- Rule Base
- Scripting
- Cascading Variables (Correct answer)
- Two-step Checkout
Correct answer: Cascading Variables
Order Guides use a feature called 'cascading variables' to pass information entered on the initial order guide form to the corresponding variables on the included catalog items. This prevents the user from having to enter the same information multiple times.
Question 6: An administrator is tasked with improving the usability of the Service Catalog. Users have reported that it is difficult to find what they are looking for. Which of the following is a ServiceNow best practice for organizing catalog items to enhance user experience?
- Placing all items into a single, comprehensive category.
- Using technical jargon in item names and descriptions for accuracy.
- Limiting the use of images to reduce page load times.
- Grouping items into logical, user-friendly categories and subcategories. (Correct answer)
Correct answer: Grouping items into logical, user-friendly categories and subcategories.
Organizing catalog items into logical and intuitively named categories and subcategories is a fundamental best practice for Service Catalog management. This structure helps users easily navigate the catalog and find the services they need, improving the overall user experience and adoption.
An end-user needs to request a standard laptop, a monitor, and a keyboard for their home office setup.
Which Service Catalog component is specifically designed to bundle these multiple, related items into a single request?