CSA Self-Service & Process Automation 2 — Questions and Answers
Question 1: A company wants to allow employees to submit IT requests without calling the help desk. Which ServiceNow feature is the PRIMARY tool for this capability?
- Service Catalog (Correct answer)
- Incident Management
- Change Management
- CMDB
Correct answer: Service Catalog
The Service Catalog provides a self-service portal where employees can browse and request IT services without contacting the help desk directly.
Question 2: When configuring a Catalog Item, what is the purpose of the 'Fulfillment Flow' field?
- It specifies which Flow Designer workflow runs when the item is ordered (Correct answer)
- It defines which approval group reviews the request
- It sets the SLA timer for the catalog item
- It controls which users can view the catalog item
Correct answer: It specifies which Flow Designer workflow runs when the item is ordered
The Fulfillment Flow field links a catalog item to a Flow Designer flow that executes the automated fulfillment steps when the item is ordered.
Question 3: In Flow Designer, which trigger type would you use to start a flow when a new Incident record is created?
- Record Created (Correct answer)
- Schedule
- Application
- Inbound Email
Correct answer: Record Created
The 'Record Created' trigger fires a flow automatically whenever a new record matching the specified criteria is inserted into the database.
Question 4: What is the function of a 'Flow Variable' in Flow Designer?
- It stores data that can be passed between actions within a flow (Correct answer)
- It defines the trigger condition for starting the flow
- It sets access controls on who can run the flow
- It logs audit history of flow executions
Correct answer: It stores data that can be passed between actions within a flow
Flow Variables act as temporary data containers that hold values which can be referenced and modified by different actions throughout a flow's execution.
Question 5: A Service Catalog item requires manager approval before fulfillment. Which feature in the catalog item configuration handles this?
- Approval policy within the associated flow or workflow (Correct answer)
- SLA definition attached to the catalog item
- Access Controls on the sc_req_item table
- UI Policy on the catalog item form
Correct answer: Approval policy within the associated flow or workflow
Approval steps are configured within the fulfillment flow or workflow attached to the catalog item, where an approval action pauses fulfillment until a manager approves.
Question 6: What does the 'Active' checkbox on a Service Catalog item control?
- Whether the item is visible and available for users to order in the portal (Correct answer)
- Whether the fulfillment workflow is currently running
- Whether SLA timers are active for the item
- Whether notifications are sent upon order submission
Correct answer: Whether the item is visible and available for users to order in the portal
Setting a catalog item to Active=false hides it from the Service Portal and prevents users from ordering it without deleting the configuration.
Question 7: In Flow Designer, what is the difference between a 'Subflow' and an 'Action'?
- A Subflow is a reusable group of steps that can call other flows, while an Action is a single atomic operation (Correct answer)
- A Subflow runs on a schedule while an Action runs on a trigger
- A Subflow requires admin rights while an Action does not
- A Subflow only works with catalog items while an Action works with any table
Correct answer: A Subflow is a reusable group of steps that can call other flows, while an Action is a single atomic operation
Subflows are reusable sequences of multiple steps that can be called from other flows, while Actions are discrete, atomic operations like creating a record or sending an email.
A company wants to allow employees to submit IT requests without calling the help desk.
Which ServiceNow feature is the PRIMARY tool for this capability?