SNOW-CSA · domain
Self-Service and Automation
Practise ServiceNow Certified System Administrator CSA Self-Service and Automation practice questions — original exam-style scenarios with answer choices, explanations, and analysis of common mistakes.
Focused practice
Practice Self-Service and Automation questions
Scored sessions drawing only from this domain — pick a length below.
Start 20-question practice test →What this domain covers
What to know about Self-Service and Automation
Self-Service and Automation questions test whether you can apply the concept in context, not just recognise a definition.
How the topic appears in realistic exam-style scenarios.
Which detail in the question changes the correct answer.
How to eliminate plausible but wrong options.
How to connect the question back to the wider exam objective.
Watch out for
Common Self-Service and Automation exam traps
- ▸Answering from memory before reading the full scenario.
- ▸Missing a constraint such as cost, availability, security, scope or command context.
- ▸Choosing a broad answer when the question asks for the most specific fix.
- ▸Ignoring why the wrong options are tempting.
Question index
All Self-Service and Automation questions (96)
Click any question to see the full explanation, or start a practice session above.
Refer to the exhibit. An administrator created the above Flow Designer action script to retrieve user details. When tested, the action returns 'User not found' for a valid user sys_id. What is the most likely cause?
Hard2A company wants to allow users to submit requests for new software without any manual intervention. Which self-service feature should be used to automate the request process?
Easy3Which feature should be used to allow users to track the status of their service catalog requests via the self-service portal?
Easy4A company has implemented a service catalog for IT requests. The catalog item 'New Laptop' includes variables for hardware specifications. After submission, the request is assigned to the hardware team. However, the hardware team reports that they cannot see the user's preferred operating system choice. What is the most likely cause?
Medium5A company wants to allow users to request software licenses through the service catalog. The request form should automatically populate the user's manager's email address. Which configuration option should the administrator use?
Medium6An administrator creates this after business rule on the 'catalog_item' table but notices that no work notes are being added. What is the most likely reason?
Hard7A catalog item has multiple variables, and the administrator wants to show a variable only if a previous variable is set to a specific value. Which feature should be used?
Hard8An administrator is creating a service catalog item for a VPN access request. The item should only be available to employees in the IT department. Which two configurations can enforce this? (Choose two.)
Medium9A user can see a catalog item in the Service Portal but when they click on it, they get an error 'Item not available'. What is the most likely reason?
Easy10Match each ServiceNow flow designer action to its purpose.
Medium11An administrator notices that a scheduled job that creates Catalog Tasks from a report runs successfully but produces duplicate tasks for the same request. What is the most likely cause?
Medium12A company wants to allow end users to submit requests for new software installations through the Service Portal. The fulfillment process should automatically route requests to the software team based on the requested software category. Which configuration ensures this automation without additional custom scripting?
Easy13During peak usage, the Employee Center portal becomes slow. The administrator wants to improve performance without changing the user interface. What is the best practice approach?
Hard14A company wants to allow users to request IT equipment through the service portal. They need a catalog item that includes a variable for selecting a laptop model, and the request should be automatically assigned to the hardware team. What is the best way to accomplish the automatic assignment?
Easy15A catalog item uses a variable substitution in the short description like: 'Request for ${variable_name}'. The variable is a reference field to the 'Configuration Item' table. When a user submits the request, the short description displays 'Request for sys_id' instead of the display value. What could be the cause?
Hard16The flow above is not creating the task record. The variables are not being populated. What is the most likely cause?
Medium17An administrator is configuring a Virtual Agent topic to handle common IT questions. Which three components are required to build a basic topic? (Choose three.)
Hard18An administrator notices that a scheduled flow designed to send approval reminders is not triggering. The flow is set to run on the sysapproval_approver table with a condition of 'state = requested'. What is the most likely cause?
Hard19A large organization with 5,000 employees uses ServiceNow for IT service management. They have implemented a comprehensive service catalog with over 200 catalog items, each containing between 10 and 30 variables. Recently, users have reported that catalog items take more than 10 seconds to load in the Service Portal, leading to frustration and abandoned requests. The administrator has analyzed portal performance and found that the catalog item forms are slow to render, especially items with many variables and complex client scripts. The system logs show no errors, and the portal server resources are adequate. The administrator notes that many catalog items have multiple Catalog Client Scripts that execute on load, performing tasks such as populating dropdowns and validating user data. The goal is to improve load times without removing any variables or eliminating client-side logic. Which action should the administrator take first?
Hard20An administrator wants to allow end users to reset their own passwords using the 'Forgot Password' feature. Which configuration is required to enable this?
Medium21An organization needs to ensure that when a catalog item is ordered, a task is created for the IT team to provision the requested software. They want to use a flow to automate this. Which configuration should be used?
Medium22You are the ServiceNow administrator for a large enterprise with over 10,000 users. The company uses the Employee Center portal for self-service. Recently, users have reported that when they submit a catalog item, the confirmation page takes over 30 seconds to load, and sometimes they receive a timeout error. The issue only occurs for catalog items that have a workflow attached. The workflows are complex with multiple approval stages and notifications. The server logs show no errors, but the average response time for catalog item submissions with workflows is 45 seconds, compared to 5 seconds for items without workflows. The instance is running on a medium-sized node with default settings. You need to resolve the performance issue without changing the workflow logic or the user interface. What should you do?
Hard23A company wants to allow managers to approve requests on behalf of their team members using the mobile app. What is the best way to enable this self-service capability?
Medium24Which THREE are true about Service Portal widgets?
Easy25Which two of the following are built-in actions in Flow Designer that require no script to configure? (Choose two.)
Medium26A large enterprise has deployed ServiceNow for employee onboarding. The onboarding workflow includes several manual tasks, approvals, and automated steps. The workflow is designed to run as the 'System' user. Recently, the workflow stops at a point where it tries to update a record in the HR table, but the update fails. The administrator checks the workflow context and finds that the user running the workflow is 'System', but the HR table has an ACL that restricts write access to the 'hr_integration' role only. The 'System' user does not have this role. The administrator needs to resolve the issue without granting the 'System' user additional roles. What is the best solution?
Hard27An administrator wants to send an automatic follow-up email to users who have not completed their catalog request within 24 hours. Which feature should be used?
Medium28Which TWO are best practices for managing catalog items in a ServiceNow instance?
Hard29A user reports that when they click 'Order Now' on a catalog item, the request is submitted but they receive an error message: 'Item is not available for the requested quantity.' The catalog item has a quantity variable. What is the most likely cause?
Hard30Which THREE of the following are benefits of using Flow Designer over traditional Workflow for automation in ServiceNow?
Hard31A company has a catalog item that allows users to request a new laptop. The item has a variable for 'Laptop Model' which is a reference to the 'cmdb_ci_computer' table. Recently, users have been complaining that they are seeing laptops that are not available (e.g., already assigned or retired). The administrator wants to filter the variable to show only laptops that are in stock and not assigned. Which approach should the administrator take?
Hard32An administrator needs to automate the process of sending a welcome email to new users after their account is created in ServiceNow. The process should also create a 'New Hire Orientation' task assigned to the manager. Which automation method should be used to implement this requirement?
Medium33A knowledge base article with 'Work in Progress' state is not appearing in the service portal search results. What is the most likely reason?
Easy34A catalog item uses a variable that should be mandatory only if the user selects a specific option in a previous variable. Which approach is best?
Medium35The widget is not displaying the user's groups on the portal. The server script returns the correct data. What is the most likely cause?
Easy36A ServiceNow administrator notices that some users are able to see and request services in the service portal that they should not have access to. Which of the following should the administrator check first?
Medium37An organization wants to allow managers to approve requests from their direct reports through the mobile app. Which type of approval rule should be configured?
Easy38Refer to the exhibit. An administrator sets the system properties as shown. What is the result?
Medium39A catalog item has a variable 'category' (choice) and 'subcategory' (select box). When a user selects 'hardware' for category, the subcategory dropdown shows laptop and desktop. When 'software' is selected, it shows Operating System and Office Suite. However, users report that after selecting category, the subcategory dropdown does not update. What is the most likely cause?
Medium40You are troubleshooting an issue with the Virtual Agent chatbot. Users report that when they ask the chatbot 'How do I reset my password?', the chatbot responds with 'I'm sorry, I don't understand that question.' However, the chatbot correctly answers other questions like 'What is the IT support number?' The password reset topic is configured with a user input of 'password reset' and a response that provides instructions. The chatbot's NLU model has been trained with over 50 utterances for the password reset topic. The issue started after a recent update to the chatbot's configuration. What is the most likely cause?
Medium41Which TWO are valid methods to configure a service catalog item to require an approval only if the cost exceeds $500?
Hard42An administrator wants to send an email notification to the user's manager when a specific catalog item is requested. Which approach is most efficient?
Medium43During a catalog item checkout, the system fails to create the requested item record. The flow that triggers on 'Requested' state runs but fails. Which log should be examined first?
Hard44Which TWO of the following are benefits of using Service Catalog record producers to automate request fulfillment?
Medium45Which THREE actions can be performed using the 'Service Catalog' module without additional plugins? (Choose three.)
Easy46A company wants to allow users to submit requests via email. What must be configured?
Medium47A company uses the Employee Center portal. Users report that they cannot find a specific service when using the search bar. The service exists and is active. What is the most likely cause?
Medium48An administrator is designing a catalog item for software requests. The item must capture the user's department automatically and pre-populate the cost center. Which feature should be used to achieve this?
Hard49Drag and drop the steps to create a new application scope in ServiceNow into the correct order.
Medium50An administrator wrote a business rule to automatically close all child tasks when an incident is resolved. However, some child tasks are not getting closed. Which of the following is the most likely reason for this issue?
Hard51An organization wants to allow users to submit requests via a self-service portal without needing to log in. Which configuration is required to enable this?
Easy52Which module is used to create and manage record producers?
Easy53A user reports that a catalog item is not visible to them, but other users in the same department can see it. What is the most likely cause?
Medium54Which TWO conditions must be met for a catalog item to appear in the service catalog on the portal? (Choose two.)
Medium55A ServiceNow administrator is configuring a Catalog Item to handle employee laptop requests. Which TWO of the following are valid methods to automatically populate a variable's value based on the requester's information? (Choose two.)
Easy56A service desk manager wants to provide a self-service option for employees to reset their own passwords. The company is using ServiceNow's Virtual Agent. The administrator needs to configure the Virtual Agent to handle password reset requests. Which component should be used to design the conversation flow for password reset?
Easy57Which TWO are benefits of using Service Catalog with Record Producers?
Medium58A user reports that when they submit a catalog item from the Service Portal, they do not receive an email notification confirming the request. The notification is configured on the Request table. What is the likely issue?
Medium59An administrator needs to implement a service catalog item that requires the user to select a location from a list, and based on that location, the available cost center options should be filtered. Which configuration should be used?
Hard60Which role is required to create and manage catalog items?
Easy61A developer writes the script include above to create an approval record. When the method is called from a business rule on the requested item table, the approval is created but assigned to the wrong user. What is the most likely cause?
Hard62An administrator is designing a service catalog for IT requests. They want to group related catalog items under categories such as 'Hardware' and 'Software'. Additionally, they want to allow users to search for items within a category. What is the best practice for structuring the catalog?
Medium63Which three conditions are required for a catalog item to appear in the Service Portal? (Choose three.)
Hard64A catalog item uses a Variable Editor to capture complex data. The user submits the request but the variable data is not stored in the sys_variable_value table. What could be the reason?
Hard65A user is unable to access the Service Portal. They receive a '404' error. What is the most likely cause?
Easy66An administrator wants to automate the fulfillment of a catalog item that requires approval from the user's manager. Which combination of features should be used?
Easy67A large enterprise uses ServiceNow for IT Service Management. They have a custom application that generates incidents automatically from monitoring alerts. The incidents are assigned to the 'Monitoring Queue' group. Recently, the team noticed that some incidents are not being assigned to any group and remain unassigned. Upon investigation, the administrator finds that the assignment rule for the 'Monitoring Queue' group uses a condition 'Category = Network' AND 'Impact = 3'. However, many alerts have 'Category' set to 'Network' but 'Impact' left blank. The administrator needs to ensure that all incidents from monitoring alerts with 'Category = Network' are assigned to the 'Monitoring Queue' group, regardless of impact. What should the administrator do?
Hard68Which TWO of the following are valid properties that can be set on a catalog item to control its behavior in the self-service portal?
Easy69Which TWO statements are true about Service Catalog variables? (Choose two.)
Hard70A user reports that when they submit a catalog item request from the Service Portal, they do not receive an email notification. The notification is configured correctly and works for other users. What should the administrator check first?
Easy71A company wants to allow users to submit requests for new software installations through the Service Portal. The catalog item should show different options based on the user's department. Which feature should be configured on the catalog item to achieve this?
Medium72Refer to the exhibit. A flow is configured as shown. When will this flow trigger?
Hard73Which THREE are components of the Employee Center portal?
Medium74An administrator notices that a flow that runs when a catalog item is submitted is failing because the flow tries to update a record that the flow's user (system) does not have permission to update. What is the best practice to address this?
Medium75Match each ServiceNow feature to its primary purpose.
Medium76A user reports that they are unable to submit a catalog request because the 'Submit' button is grayed out. The form has mandatory variables. What is the most likely cause?
Easy77A company wants to automatically route catalog requests to the manager of the requestor for approval. Which configuration should be used in the catalog item's approval settings?
Medium78A company wants to ensure that when a high-priority catalog request is submitted, the IT manager receives an immediate notification. Which two methods can achieve this? (Choose two.)
Medium79Refer to the exhibit. An administrator created a catalog item using a record producer. When a user submits the request, the record producer fails to create the requested item. The log shows a missing mandatory field error. What is the most likely cause?
Hard80A catalog item has a variable called 'cost_center' that references the 'cost_centers' table. The variable is mandatory and must be filled before submission. However, users report that they can submit the item without selecting a cost center. The mandatory attribute is set to true. What is the most likely cause?
Hard81A company is implementing Virtual Agent to handle common password reset requests. The conversation flow should ask the user to verify their identity using their employee ID and date of birth. Which Virtual Agent topic design should be used to collect this information?
Hard82A company uses ServiceNow to manage office supply requests. The process involves a catalog item with variables for item name, quantity, and delivery location. The delivery location is a reference variable to the 'Location' table. The administrator wants to automatically set the delivery location to the user's default location if no location is selected. The user's default location is stored on the user record (sys_user table). The administrator has already added a default value on the variable that is supposed to pull from the user record, but it does not work. What is the most likely reason?
Medium83A company is implementing ServiceNow Service Portal for employee self-service. They want to display a list of recent requests on the homepage. Which widget is most appropriate for this purpose?
Easy84Which two of the following are true about Service Catalog variables? (Choose two.)
Easy85Refer to the exhibit. An administrator runs this script in a background script. What is the effect?
Medium86Which TWO of the following are valid ways to customize the appearance and functionality of a service portal page for self-service users?
Medium87A company wants to allow employees to request software through the service catalog. Each software item requires the employee to select a license type (Standard, Professional, or Enterprise). Which variable type should be used for the license type selection?
Easy88A company wants to allow users to reset their own passwords via the Service Portal. Which feature should be configured?
Easy89A company wants to allow users to reset their own passwords through the portal. Which feature should be enabled?
Medium90A company has implemented a complex service catalog workflow that includes multiple approval stages and manual tasks. Recently, some requests have been stuck in the 'Pending' state without progressing. The administrator has verified that the approval conditions are met and the approval records are created. What is the most likely cause?
Hard91What is the purpose of the 'Flow Designer'?
Easy92A UI Policy is configured to run on load and on change for the department and category variables. When a user selects department 'IT' and category does not contain 'hardware', what is the behavior regarding the 'cost_center' variable?
Easy93An organization uses an approval process for all catalog requests. They want a delegated approver to be able to approve on behalf of the manager. Which configuration is required?
Medium94Drag and drop the steps to set up an SLA definition in ServiceNow into the correct order.
Medium95Which THREE elements are required for a successful 'Password Reset' flow in ServiceNow? (Choose three.)
Hard96A large enterprise uses ServiceNow for IT Service Management and has implemented a self-service portal with over 50 catalog items. Recently, the IT team receives complaints that certain catalog items are not visible to users who should have access based on their roles. The administrator has verified that the catalog items are set to 'User Criteria' and 'Roles' correctly. Additionally, the portal's 'Catalog Categories' and 'Homepage' configuration seem correct. However, users still report missing items. Upon investigation, the administrator notices that the 'Available for' criteria on some catalog items include conditions like 'User's Department is IT', but the users in IT claim they still cannot see the item. The administrator checks the user records and confirms that the department field is correctly populated. What is the most likely cause of this issue?
HardOther domains
All SNOW-CSA exam domains
Frequently asked questions
- What does the Self-Service and Automation domain cover on the SNOW-CSA exam?
- Self-Service and Automation questions test whether you can apply the concept in context, not just recognise a definition.
- How many questions are in this domain?
- This page lists all 96 Self-Service and Automation questions in the SNOW-CSA question bank. The actual exam draws from this domain proportionally to its weighting in the official exam blueprint.
- What is the best way to practise this domain?
- Start with a short focused session (10 questions) to identify gaps, then work through explanations. Repeat with a longer session once the weak areas feel solid.
- Can I practise only Self-Service and Automation questions?
- Yes — the session launcher on this page filters questions to this domain only. Choose any session length for inline explanations and scoring.