99 questions from the Self Service and Automation domain of the ServiceNow Certified System Administrator (CSA) exam, each with its answer and an explanation. Read them through as revision, then sit the full practice exam to test yourself on them under multiple-choice conditions.
Answer
Variable sets let you build a collection of structured variables reusable across multiple catalog items and order guides, saving the effort of recreating the same variables individually.
Answer
Maintain Items lists request item types such as catalog items, record producers, standard change templates, and software/hardware catalogs. All extend the base sc_cat_item table and are used for request fulfillment.
Answer
Categories are visible to admin or catalog_admin users only when the category has at least one active item and Availability is Desktop or Both. The role name cat_admin is not valid in ServiceNow; the correct role is catalog_admin.
Answer
Several user criteria records can be applied to a single catalog item or category; a user needs to match only one of them to gain access.
Answer
Setting up Agent Intelligence (ServiceNow's machine learning framework) requires the admin or ml_admin role, which allow configuring predictive intelligence models and training data. security_admin covers access control and encryption key management, and agent_admin is not a standard role for this.
Answer
The Service Catalog is made up of Catalog Items, the fundamental building blocks representing services or goods offered to users. Options come from variables inside items, and items are visible to end users rather than running behind the scenes.
Answer
A request can contain one or more request items, and each request item takes one or more tasks to fulfill. Request tickets start with REQ, request items with RITM, and tasks with TASK.
Answer
The order field controls the sequence in which variables appear on the catalog item form, lowest values first. It is purely a UI display control, unrelated to fulfillment priority, pricing, or availability.
Answer
Since the form and routing requirements are identical, only one catalog item is needed, and ServiceNow allows publishing the same item to multiple catalogs. Duplicating the item adds maintenance overhead, there is no parent-catalog concept of this kind, and ACLs control security rather than catalog publishing.
Answer
An order guide submits a single service catalog request that generates several items, deciding which items to order by evaluating rule conditions. Information entered in the guide passes to the ordered items as cascading variables so common data is reused.
Answer
The Graphical Workflow Editor builds service catalog workflows that drive catalog request fulfillment; the workflow is then attached to a catalog item via the Workflow reference field. Creating one involves defining the workflow fields, defining activities, and publishing it.
Answer
Marking as helpful, commenting, flagging and rating are all configurable per knowledge base, so none of them is permanently enforced.
Answer
ServiceNow Virtual Agent provides user assistance through conversations in a messaging interface, letting you design automated conversations that help users get information, make decisions and complete common work tasks.
Answer
The Global option shows the variable in all catalog tasks within service catalog workflows or execution plans by default; without it, the variable must be attached to individual catalog tasks.
Answer
Only Published articles are visible to end users in the Knowledge Base. Drafted articles are still being written, Reviewed is an intermediate state, and Retired articles are kept for reference but not displayed.
Answer
See the ServiceNow documentation on tracking a request.
Answer
The baseline homepage links to Record Producers (simplified forms that create records), Order Guides (ordering multiple related items in one request), and Catalog Items (the goods and services offered). Workflows run behind the scenes and item variables live inside catalog items, so neither is linked separately.
Answer
The taxonomy feature links an article to one or more topics from multiple taxonomies and maintains unified categorization across catalog items, knowledge articles and community posts. Content Taxonomy is the application supplying the topic hierarchy and authoring capabilities; requests, articles, quick links and employee communications are mapped by default.
Answer
The Service Catalog contains Record Producers (forms creating records like incidents), Order Guides (ordering multiple related items in one request), and Catalog Items (individual services or products). Asset contracts, task surveys, and interceptors are not Service Catalog components.
Answer
A record producer is a specific type of catalog item that lets end users create task-based records, such as incidents, directly from the service catalog, giving a better experience than the regular task form.
Answer
knowledge_admin is the standard administrative role for Knowledge Management, allowing a user to manage multiple Knowledge Bases including configuration and lifecycle rules. The other options are not valid ServiceNow role names.
Answers
Dynamic page variables and static, descriptive URL content create meaningful, human-readable keywords that improve SEO and click-through. Page parameters and sys/page IDs are internal identifiers, not readable or SEO-friendly.
Answer
Select box, Check box, and Multi-line text are valid Service Catalog variable types. "Number list" is not a valid type, and Reference is a table field type rather than a catalog variable type.
Answer
A workflow consists of a sequence of activities such as generating records, notifying users of pending approvals, or running scripts, automating multi-step processes.
Answer
Catalog item content can be translated on the Catalog Builder dashboard once the localization framework plugin (com.glide.localization_framework.installer) is installed. Requesting translation into a language creates a localization requested item (LRITM), and translation status can be viewed or translations done via the Comparison UI.
Answer
Data pills represent values from an action (like incident fields) that can be dragged into subsequent actions, the standard mechanism for reusing record data across a flow.
Answer
Record producers target customers/end users rather than fulfillers. Placed in portals like Service Portal or CSM Portal, they let end users submit a simple form that becomes a record in a task-based table.
Answer
ServiceNow ships out-of-the-box knowledge workflows, but organizations can create custom workflows tailored to different knowledge bases, approval processes, or retirement procedures, rather than being locked into one shared workflow.
Answers
Flow Designer provides a low-code interface reducing manual scripting, avoids reliance on legacy workflows to reduce technical debt, supports IntegrationHub spokes for smooth 3rd-party integration, and works directly with the IntegrationHub Store for pre-built integrations. It is meant to replace legacy workflows and reduce, not enable, complicated scripting.
Answer
A flow's Trigger and its Condition together determine when the flow runs.
Answer
Catalog item options like color, RAM, keyboard, and monitor are added as variables, which define the input fields users see when ordering; the specific option values (like Black/Silver) are choices within each variable.
Answer
With Match All set to Yes, a user must satisfy every criterion (company, department, and group) simultaneously rather than matching just one.
Answer
Creating one Variable Set for the four common mandatory fields and applying it to all 80 catalog items reuses the configuration efficiently, avoiding duplication across items.
Answer
User Experience Analytics (UXA) provides insight into how users interact with the Service Portal, identifying user journeys, friction points and behavior patterns to improve usability.
Answer
fd_read_flows gives read-only access scoped specifically to flows and subflows, without broader Flow Designer administrative privileges.
Answer
Virtual Agent sends notifications directly to users in Slack and Microsoft Teams as direct messages via the Now Virtual Agent bot; users must link their accounts, and guest users can't receive them.
Answer
Catalog Builder is the tool designed to create and manage catalog items and record producers with a guided interface, having replaced the older Catalog Designer in newer releases.
Answer
An action's output is represented as a data pill runtime value, which remains constant through the flow's execution and is used to pass information between actions and conditions.
Answer
Contextual search leverages the context of the user's current task — like incident details — to surface relevant articles, unlike a basic search box or a simple 'similar articles' list on an existing article.
Answer
The Instant Retire workflow immediately retires a knowledge article without an approval process, useful for quickly removing outdated or incorrect content.
Answer
User Criteria define conditions controlling access to knowledge bases and articles, specifying who can create, read, write, and retire knowledge content — the standard mechanism for enforcing knowledge base permissions.
Answer
Flow Designer is the low-code/no-code visual tool for automating multi-step workflows using drag-and-drop components like approvals, tasks, and notifications. The other options are not standard ServiceNow tool names for this purpose.
Answer
Predictive Intelligence leverages machine learning models to automatically populate field values (not limited to just assignment group/assigned to) when new records are created, based on historical data patterns.
Answer
Virtual Agent is designed to augment support with automated responses and self-service, and can escalate to live agents when needed — a preference for human interaction is not considered a platform disadvantage.
Answer
Record producers use variables to define the questions/prompts displayed on the form to collect information from customers.
Answers
Wait for Condition, Delete Record, and Ask for Approval are core Flow Designer actions. Schedule job, Repeat, and Activate Plugin are not core actions directly available on the flow canvas.
Answer
With Match All checked, a user must satisfy all defined conditions (users, groups, roles, companies, locations, departments, advanced criteria) to be granted permission, rather than just one.
Answer
Variables within an order guide capture user input during the service catalog request process, allowing collection of additional information needed to fulfill the request.
Answer
Order guides are created within the Service Catalog application under catalog definition > order guides.
Answer
Multiple Choice, Single Text, and Select Box are Variable Types that define what information users can provide when submitting a service catalog request.
Answer
The knowledge article lifecycle is Draft (create content), Review (verify accuracy), Publish (make accessible), and Retire (archive when outdated).
Answer
ServiceNow's out-of-the-box progress stages for a Service Request are Waiting for Approval, Fulfillment, and Delivery.
Answer
These are the major workflow activities in ServiceNow: Approvals (authorization steps), Conditions (branching logic), Notifications (alerts/updates), Tasks (assign work items), Timers (time-based actions), Utilities (supporting functions like logging).
Answers
Requested Item represents the specific item requested, Catalog Task represents tasks needed to fulfill the item, and Request represents the overall order.
Answer
These represent the core workflow activities in ServiceNow workflows - the building blocks that define actions and transitions like approvals, task fulfillment, delivery, and completion. (Options A and D are workflow states, not activities; option B is the knowledge management lifecycle.)
Answer
The attachment functionality allows you to add documents (PDFs, Word docs, images, etc.) to enrich the article's content, providing additional information, examples, or visual aids.
Answers
Knowledge articles contain known errors, user solutions, and troubleshooting tips. They do not typically contain personal user information, which is protected under privacy policies.
Answer
The three basic elements are Approval (authorization), Notification (keeping stakeholders informed), and Task (work items to be completed).
Answer
A knowledge article must be explicitly marked Public to be viewable without requiring user login.
Answer
Once built, a catalog item can be published in the catalog, grouped into an order guide, and configured to show questions/variables to users — all of these are valid.
Answer
Variables on a catalog item define the questions and choices presented to the user while ordering.
Answer
When requesters browse the Service Catalog they see the list of self-service items available to order.
Answer
Knowledge Base articles are organized hierarchically into Categories.
Answer
Workflows are required to have both a defined start point and a defined end point to execute correctly.
Answer
A Workflow is a visual, sequential representation of connected process steps (activities) that automate a business process.
Answers
Service Catalog structures include Catalog Items, Record Producers, and Variables; Change Tasks belong to Change Management, not the Catalog.
Answer
ServiceNow workflow activities can branch into multiple outgoing transitions, enabling conditional logic like approve/reject paths.
Answer
The Knowledge Base manages a document review cycle consisting of submission by an author, feedback/review from a subject matter expert, and final publishing.
Answer
A workflow is considered complete once execution reaches an End activity.
Answers
The Workflow editor's welcome screen shows a New Workflow button, the Palette tabs of available activities, and a list of already-published workflows; it does not show a Catalog form.
Answer
A workflow Activity is a reusable automation block — such as an approval, condition, notification, task, timer, or utility — used to build out the process.
Answer
Application-based triggers live inside application spokes, so the relevant spoke (and any required plugins) must be activated before the trigger becomes available in Flow Designer.
Answer
End users view and search knowledge articles through the Self-Service > Knowledge module; Knowledge Bases management is a separate, more administrative area.
Answer
Administrators access and manage catalog records through Service Catalog > Catalog Definitions > Maintain Catalogs.
Answer
The Import Articles feature provides a guided wizard that lets users import knowledge content (including from Word documents) into a knowledge base, with images added as attachments.
Answer
A multi-row variable set is defined once and can be reused across multiple record producers or catalog items, promoting standardization and easier maintenance.
Answer
Self-Service > My Requests is the standard module where users can track the status and history of requests they have personally submitted.
Answer
ServiceNow allows the creation of multiple service catalogs, letting organizations tailor offerings and access to different user groups or departments.
Answer
All three catalog services use record producers, which are catalog forms that let users submit information to automatically create a corresponding record such as an incident.
Answer
The Knowledge Management application is ServiceNow's native interface for browsing internal IT documentation, troubleshooting scripts, and FAQs.
Answers
A Request can hold many Requested Items, and each Requested Item can generate multiple Catalog Tasks and require multiple Approvals — these are the genuine one-to-many relationships in the catalog data model.
Answer
When a knowledge base has no access criteria specified, the default behavior grants read access to any active user in the instance.
Answers
Virtual Agent can perform diagnostics, provide step-by-step tutorial guidance, and answer FAQs; it does not natively translate conversations or perform privileged/elevated administrative functions.
Answer
Placing an order creates a Request (REQ) record to track the order, with each ordered item becoming a Requested Item (RITM) listed on that request.
Answer
Categories organize service catalog items into logical groups and can have parent-child relationships (e.g., IT and Laptops). A catalog item can exist in multiple categories.
Answer
Every time a knowledge article is viewed, a record is added to the Knowledge Use [kb_use] table, tracking article usage. Knowledge Search Log tracks search queries, kb_knowledge stores the articles themselves, and kb_feedback stores user feedback/ratings.
Answer
Flows (Flow Designer) let you build automated workflows including multi-level approval steps with automatic notifications sent to approvers and the requester at each stage. Approval Criteria only defines conditions, Approval Chains and Parent-Child Approvers aren't implementation tools, and Approver Delegates handle reassigning approval responsibility, not multi-level approval workflows.
Answer
Selecting Publish triggers the predefined workflow associated with that knowledge base, which may include formatting, review, approvals, notifications, and ultimately activation for end-user access. Review, automatic transition to published, and approvals may all be steps within that workflow, but publishing itself is what starts the workflow execution.
Answers
Search results can be sorted by Views (most accessed), Relevance (best match), and Newest (most recently created/updated). 'Popularity' is not a standard sort option (Views serves that purpose), and 'My group articles' is a filter, not a sort criterion.
Answer
The Can Read tab on a knowledge base record specifies which users, groups, or roles are allowed to read articles in that knowledge base, controlling article visibility. 'Can Access' and 'Accessible to' aren't real tab names, and ACLs work at the system level rather than as a direct tab on the record.
Answer
The workflow timeline visually shows the sequence of activities, time taken for each, and any delays/bottlenecks in a workflow instance's execution — helping understand progress and identify improvement areas. The other options describe coalesce (data import) and workflow activity blocks respectively, not the timeline itself.
Answer
ServiceNow workflows can be configured with multiple approval stages/rounds as needed for complex decision-making — there's no strict limit of five, changing start/end activities isn't typically recommended, and multiple rollback activities can be included to handle different scenarios.
Answers
Variable sets are reusable collections of variables that can be added to Record Producers, Order Guides, and Catalog Items to streamline forms and collect consistent information. Incidents are created through incident forms directly and aren't associated with variable sets in the same way.
Answer
The knowledge base is populated by importing existing articles, for example Word documents brought in with Import Articles on the knowledge base. Update sets move configuration rather than knowledge content, and a business rule that generates news items is not how the knowledge base is populated.
Answer
Content in a knowledge base is stored as articles in the Knowledge [kb_knowledge] table. Blogs, news items and posts are not the content type the knowledge base produces.
Answers
Depending on the knowledge base's user criteria (Can Read and Can Contribute), users can view, create and edit articles. There is no action to hide an article; an article is taken out of circulation by retiring it or by restricting who can read it.
Answer
Flow variables appear in the data panel as data pills, which you drag into action inputs and conditions; their values are set with the Set Flow Variables flow logic. Scratchpad variables belong to legacy workflows and client scripts, not Flow Designer.
Answers
A workflow can be selected in the Workflow field on the catalog item form, or it can start automatically when a requested item matches the conditions defined on the workflow. Transform maps are used to import data and have nothing to do with attaching workflows.
Answer
User Criteria Diagnostics checks a chosen user against the user criteria on a knowledge base, showing whether the user can read or contribute and which criteria decide it. A role or group does not tell you why a specific user can or cannot contribute to one knowledge base, and there is no User Criteria Job Log or KB Author Checker.