SNOW-CSA · topic practice

Self-Service and Automation practice questions

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.

Courseiva uses original exam-style practice questions designed for learning and revision. The goal is to understand the concepts, recognise exam patterns, and improve through explanations — not memorise copied exam dumps.

Reviewed byJohnson Ajibi· MSc IT Security
20 questionsDomain: Self-Service and Automation

What the exam tests

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.

Practice set

Self-Service and Automation questions

20 questions · select your answer, then reveal the explanation

A 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?

A 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?

During 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?

Question 4easymultiple choice
Read the full NAT/PAT explanation →

An 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?

A 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?

An 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?

A company wants to allow users to reset their own passwords through the portal. Which feature should be enabled?

A 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?

Which TWO are benefits of using Service Catalog with Record Producers?

Which TWO are best practices for managing catalog items in a ServiceNow instance?

Which THREE are components of the Employee Center portal?

You 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?

You 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?

A 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?

A 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?

A 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?

Exhibit

Refer to the exhibit.

sys_script_include.js:

var ApprovalHelper = Class.create();
ApprovalHelper.prototype = {
    initialize: function() {},
    sendApproval: function(rec) {
        var user = gs.getUser();
        var gr = new GlideRecord('sysapproval_approver');
        gr.initialize();
        gr.sysapproval = rec.sys_id;
        gr.approver = user.getID();
        gr.insert();
    }
};

An 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?

Which TWO statements are true about Service Catalog variables? (Choose two.)

An organization wants to allow managers to approve requests from their direct reports through the mobile app. Which type of approval rule should be configured?

A 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?

Free account

Track your progress over time

Create a free account to save your results and see which topics improve across sessions.

Focused Self-Service and Automation sessions

Start a Self-Service and Automation only practice session

Every question in these sessions is drawn from the Self-Service and Automation domain — nothing else.

Related practice questions

Related SNOW-CSA topic practice pages

Move into related areas when this topic feels solid.

Frequently asked questions

What does the SNOW-CSA exam test 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 should I use these practice questions?
Select your answer before revealing the explanation. Then read why each option is right or wrong — this active recall approach builds retention far faster than re-reading notes.
Can I practise just Self-Service and Automation questions in a focused session?
Yes — the session launcher on this page draws every question from the Self-Service and Automation domain. Use a 10-question session first to gauge your baseline, then move to 20 or 30 once the weak spots are clear.
Where can I practise other SNOW-CSA topics?
Use the topic links above to move to related areas, or go back to the SNOW-CSA question bank to see all topics.
Are these real exam questions or dumps?
These are original practice questions written to test the same concepts the SNOW-CSA exam covers. They are not copied from any real exam or dump site.