Free CSA Practice Test Questions and Answers (2026)

Last Update Check

View Mode
Q: 1
What is the name of the conversational bot platform that provides assistance to help users obtain information, make decisions, and perform common tasks?
Options
28 comments in the community discussion
5
Option C, pretty sure. D is tempting but that's just chat, not the actual bot platform.
4
Option C. seen a similar scenario from labs and it's always Virtual Agent that's highlighted for conversational bots in ServiceNow.
Q: 2

Which of the following are not included in an Update Set, by default? (Choose four.)

Options
31 comments in the community discussion
2
Not D here, it's a trap since business rules are always captured. A, B, C, H are the ones not included by default. That's what I recall from similar exam practice, let me know if you saw it another way.
1
Its A, B, C, H here. Homepages and report defs are common trap options since they're not captured by default in update sets, while stuff like business rules usually is. At least that's what I've seen on other similar questions.
Q: 3

Which business requirements and process(es) should be documented as part of the application development plan? Choose 4 answers

Options
29 comments in the community discussion
1
I picked F and G along with D and E since users/stakeholders and data input/output always seemed like core business requirements to me. A (licenses) and B (schedule) feel more like project management details than requirements, unless ServiceNow wants you to treat them as part of planning docs. Not totally convinced so
1
Pretty sure it's A, B, D, E. Licenses is easy to overlook but it's in SNOW planning docs. B and D make sense for business context. F and G feel right too at first, but those are more stakeholders/data specifics, not always in initial requirements. G trips people up every time. Disagree?
Q: 4
When a flow runs an action, it generates a runtime value, which stays the same for the duration of the flow. What is the name of this runtime value?
Options
32 comments in the community discussion
5
Option D, Data pill runtime value is what ServiceNow calls these, not starting value. Pretty sure that's right here.
4
Gotta go with D here. Data pill runtime value is the exact ServiceNow term for this, shows up in docs and practice all the time. I think it's solid but happy to hear if you disagree.
Q: 5
Which one of the following statements applies to a set of fields when they are coalesced during an import?
Options
34 comments in the community discussion
2
Don’t think it’s C, that’s a common gotcha. When coalesce fields match, the existing record gets updated not created, so A fits best here. Seen similar logic in CSA exam prep. Let me know if I’m missing something!
1
Makes sense to go with A here. Coalesce fields let ServiceNow update the existing record if there's a match, so you avoid creating duplicates on import. That's how I remember it from doc examples, but open if someone sees an edge case I missed.
Q: 6
What is a sys_id?
Options
34 comments in the community discussion
1
A, not D
1
I don’t think it's D. A is the standard in ServiceNow, sys_id has always been a 32-character unique field for each record. D seems like a trick option because UUIDs can be longer in other systems, but not here. Pretty sure about A unless something changed recently, but nothing official suggests 64 chars.
Q: 7
ServiceNow uses what term to describe all the data saved within a particular form?
Options
33 comments in the community discussion
6
Option C but man, ServiceNow's terms always mix me up. Here it's definitely a "record" because that's what gets created or updated when you save a form-not the form itself or a list. Fields are just parts of it. Pretty sure about this, unless they've changed terminology in some weird update.
2
C . That's the standard ServiceNow term for what gets saved after you fill out a form.
Q: 8

What needs to be specified, when creating a Business Rule? (Choose four.)

Options
33 comments in the community discussion
1
Has anyone checked the official CSA guide or done this on a practice exam? I'm pretty sure D and C pop up as required options sometimes, but I might be mixing it up. Does practical lab experience say different?
1
C/D? Honestly don't think C is right since fields aren't specified outside the script, D is more about permissions which doesn't apply. I see most practice questions lean B E H I but not sure every version asks it the same way.
Q: 9
On what part of the ServiceNow instance, would you find the option to Impersonate User?
Options
38 comments in the community discussion
6
My pick: C here, not D. The Impersonate User option is found in the User Menu, but in ServiceNow the User Menu is accessed from the Application Navigator area (top right), which trips people up. Seen this mixup on similar exams.
1
Yeah, this one is a bit weird since you actually use the User Menu (D) to impersonate, but in CSA exams they expect Application Navigator (C) for "where do you find" options like that. It's not about where you literally click but the UI area name. Pretty sure it's C but open to other takes.
Q: 10
What Service Catalog feature do you use to organize items into logical groups?
Options
39 comments in the community discussion
3
Makes sense to go with D here. Categories are designed to group catalog items together in ServiceNow, not variable sets or sections. Pretty sure that's what they're asking, unless I'm missing a weird twist.
2
D is what I've seen on practice and real exam reports, categories are how you logically group catalog items in ServiceNow. Variable sets (A) group variables, but not the items themselves. Pretty sure D's right here, but let me know if I missed something.
Q: 11
A role is recorded in which table?
Options
16 comments in the community discussion
D , that matches what I saw in the official docs and a practice test.
For me, D - sys_user_role is where the actual role definitions are stored, not assignments. A might look tempting since it's user records, but that's for users, not roles. At least that's how I've seen it in the docs. Someone correct me if I misread.
Q: 12
What are benefits of assigning work tasks to a group, rather than to an individual? (Choose four.)
Options
9 comments in the community discussion
2
I see why you raised that, but A is actually valid in ServiceNow. When tasks go to a group, members really do get to select items from "My Groups Work" so A applies. F isn't quite right since availability usually ties to on-call not real-time status, so B covers that already. That's why it's A B C D I think, but ope
1
Practice tests and the official admin guide both stress options A, B, C, D for group assignments. Pretty sure those four cover all the bases listed in similar exam questions. If anyone disagrees let me know.
Q: 13
ServiceNow is a single-instance, multiple tenant architecture?
Options
7 comments in the community discussion
1
Not quite, it's False. ServiceNow uses a multi-instance architecture where each customer gets their own instance, so it's not true multi-tenant. People get tripped up by the wording here.
False ServiceNow is a multi-instance, single-tenant platform, not true multi-tenant. Official docs and the CSA study guide both cover this, so worth reviewing those materials if you’re prepping for the exam.
Q: 14
UI Action can prompt that an Incident has been successfully submitted.
Options
9 comments in the community discussion
1
Probably True, UI Actions can definitely show those info messages after submitting. Not totally sure if it’s always by default or needs scripting though, can someone confirm if extra setup is needed?
Totally agree with True on this. UI Actions can show prompts like that if scripted, seen it work in labs.
Q: 15
Record numbers have to be manually incremented
Options
9 comments in the community discussion
1
False , ServiceNow just handles record numbering for you every time. Haven't ever needed to manually increment anything, it's all auto. Maybe for some wild custom dev but not standard use.
1
Pretty straightforward, this is False. Official guide and practice tests both say ServiceNow does auto-numbering, not manual increments.
Q: 16
Each knowledge bases can have unique lifecycle workflows, user criteria, category structures, and management assignments.
Options
10 comments in the community discussion
1
Hmm, pretty sure it's False here. I thought knowledge bases in ServiceNow share category setups and workflows, can't have each one fully unique. If I've got that wrong let me know!
1
That's true. Each knowledge base in ServiceNow can be set up with its own workflow, user permissions, category structure, and managers. Pretty important for organizations with multiple departments or business units. Think that's what the question is getting at. True
Q: 17
Knowledge articles within a knowledge base are grouped by category.
Options
7 comments in the community discussion
Yep, that's True. Knowledge articles are grouped into categories in ServiceNow for easier navigation.
Pretty sure False. I thought knowledge articles could exist without being in a category, especially right after creation. Could be off here.
Q: 18
Data Policy can enforce mandatory data on import.
Options
7 comments in the community discussion
1
True I've seen this in both practice exams and the official guide. Data Policies definitely apply to imported data too.
I’d check the official docs and some lab scenarios, they both say data policies can enforce required fields on imports. True here.
Q: 19

FILL IN THE BLANK _______________ is a computer program running as a service; a physical computer dedicated to running one or more services, or a system running a database.

Your Answer
6 comments in the community discussion
3
Is the answer just "Server" here? Fits since servers can be programs (services), dedicated hardware, or systems hosting things like databases. Pretty sure that's what ServiceNow CSA expects.
Yeah, looks like "Server" is the better fit here. The question lists both a service and physical hardware, which lines up with how a server is described in CSA docs. I get why some might pick "Service" though since it's also mentioned. Not 100% but I'd stick with "Server" for this one.
Q: 20
What actions art taken to filter a long list of records to show only those which have “email” Short Description?
Options
6 comments in the community discussion
1
My pick: B here. ServiceNow treats simple column filters as "contains" by default, so just typing email in the Short Description search is enough. No need for wildcards or quotes. Someone correct me if that's changed lately.
1
Man, ServiceNow UI always gets me. I'd pick A because I thought wildcards are needed like %email, so weird SN doesn't use them here.
Question 1 of 20

Premium Access Includes

  • Quiz Simulator
  • Exam Mode
  • Progress Tracking
  • Question Saving
  • Flash Cards
  • Drag & Drops
  • 3 Months Access
  • PDF Downloads
Get Premium Access
Scroll to Top