CSA Self-Service & Process Automation 3 — Questions and Answers
Question 1: Which ServiceNow module allows administrators to define and publish self-service knowledge articles for end-users?
- Knowledge Management (Correct answer)
- Service Catalog
- Virtual Agent
- Incident Management
Correct answer: Knowledge Management
Knowledge Management lets administrators create, organize, and publish articles in knowledge bases that end-users can search through the self-service portal.
Question 2: What is a 'Record Producer' in ServiceNow's Service Catalog?
- A catalog item type that creates a record in a specified table when submitted (Correct answer)
- A scheduled job that automatically generates records
- A report that displays recently created records
- A widget that shows a live count of open records
Correct answer: A catalog item type that creates a record in a specified table when submitted
A Record Producer is a specialized catalog item that, when submitted, creates a new record in any specified ServiceNow table, giving non-technical users a friendly form interface.
Question 3: In the context of Process Automation, what does an 'SLA (Service Level Agreement)' definition in ServiceNow control?
- The time-based targets for resolving or responding to records, with breach notifications (Correct answer)
- The approval chain required before a change can be implemented
- The escalation path for unresolved catalog requests
- The schedule on which automated workflows execute
Correct answer: The time-based targets for resolving or responding to records, with breach notifications
SLA definitions set time targets (e.g., 4-hour response, 8-hour resolution) on task records and trigger warnings or breaches when those targets are at risk or missed.
Question 4: Which tool in ServiceNow is used to define chatbot conversations that guide users through self-service without human intervention?
- Virtual Agent (Correct answer)
- Service Portal
- Flow Designer
- Business Rule
Correct answer: Virtual Agent
Virtual Agent uses NLU and conversation topics to guide users through automated dialogues, helping them resolve issues or submit requests without agent involvement.
Question 5: When would a System Administrator use a 'Business Rule' instead of a 'Flow Designer' flow for automation?
- When server-side script logic needs to run synchronously before or after a database operation (Correct answer)
- When sending an approval notification to a manager
- When building a multi-step catalog fulfillment process
- When scheduling a recurring daily cleanup task
Correct answer: When server-side script logic needs to run synchronously before or after a database operation
Business Rules execute server-side JavaScript synchronously on specific database operations (insert, update, delete, query), making them ideal for immediate data manipulation tied to DB events.
Question 6: What is the role of 'Catalog Client Scripts' in a Service Catalog item?
- They run JavaScript in the user's browser to dynamically control catalog form behavior (Correct answer)
- They execute server-side logic when the catalog item is submitted
- They define the fulfillment workflow for the catalog item
- They send email notifications after order submission
Correct answer: They run JavaScript in the user's browser to dynamically control catalog form behavior
Catalog Client Scripts run in the browser and can show/hide fields, set values, or validate input on catalog item order forms in real time.
Question 7: A Flow Designer flow needs to look up a user's manager from the Users table. Which action type would accomplish this?
- Look Up Record (Correct answer)
- Create Record
- Update Record
- Ask for Approval
Correct answer: Look Up Record
The 'Look Up Record' action queries a specified table with filter conditions and returns the matching record's fields for use in subsequent flow steps.
Which ServiceNow module allows administrators to define and publish self-service knowledge articles for end-users?