dc dotCreds
ServiceNow Certified System Administrator Practice Test

ServiceNow CSA Practice Test

Start today’s free 10-question ServiceNow CSA set with source-backed explanations, local progress, and a fresh rotation every morning.

10 Free Daily Questions Source-backed Explanations 200 Verified Questions

Questions updated at Aug 24, 2026, 12:27 AM CDT

Go Pro - One Time Unlock

Unlock the full ServiceNow CSA bank

200 verified questions Exam Mode Practice Mode Detailed explanations Weak-area review No subscription - one-time unlock

Get the complete source-backed bank with Interview Questions, the full Study Guide, full Course Notes, detailed explanations, weak-area review, and exam-style practice.

Interview Questions Full Study Guide Full Course Notes Exam Mode Practice Mode Guided Course Detailed explanations Weak-area review No subscription
$4.99 One-time payment
See bundle and PDF options

We will confirm your site email in one quick checkout step.

Why DotCreds?

Practice with explanations that teach.

Source links for every answer Every wrong answer explained Guided Course included Practice and Exam Mode Weak-area tracking Same verified bank across web practice

What you get with free practice

10 Free Questions Daily Fresh set every day from the live bank
Detailed Explanations Learn with clear source-backed answers
Track Your Progress Daily history and performance insights
Upgrade Anytime Unlock the full bank when you are ready
Today's 10 ServiceNow CSA questions

Use this ServiceNow CSA practice test to review ServiceNow Certified System Administrator. Questions rotate daily and each answer links back to the source used to write it.

Today’s Set
10 questions
Rotates at 10:00 AM local time
Progress
0/10
Answered on this page
Accuracy
0%
Loading countdown…

200 verified questions are in the live bank. Free daily questions are selected from a rotating sample set. Unlock Pro to access the full question bank.

Preparing today’s free questions... Ordering the final locked-bank set before showing the practice cards.
Question 1 of 10
Objective Form Configuration Configuring Applications for Collaboration (20%)

A custom field is required on a specialized Incident view, but it should not be visible on the default view. The field already exists in the table. What should the administrator configure?

Concept tested:
Question 2 of 10
Objective Data Schema Database Management and Platform Security (30%)

A team is designing a hierarchy of custom asset classes. They want reports across all classes to use common ownership and lifecycle fields. Which design decision has the strongest long-term impact?

Concept tested:
Question 3 of 10
Objective Security Center Database Management and Platform Security (30%)

Security Center reports the same finding repeatedly after a configuration is changed. Before muting it, what should the administrator do?

Concept tested:
Question 4 of 10
Objective Knowledge Management Self Service and Automation (20%)

A user can access a knowledge base but receives an access denial for one article. The article owner configured additional Can Read user criteria on that article. Which explanation is most likely?

Concept tested:
Question 5 of 10
Objective Personalizing/customizing the instance Instance Configuration (10%)

A power user asks for a private navigation shortcut to a filtered Incident list. The administrator wants to avoid any shared configuration change. Which combination best fits?

Concept tested:
Question 6 of 10
Objective UI Policies Data Migration and Integration (13%)

An administrator wants a form field to become read-only after approval but security must still allow an integration account to update the field through the API. Which design best separates concerns?

Concept tested:
Question 7 of 10
Objective Platform capabilities and services Platform Overview and Navigation (7%)

An operations lead needs analysts to find incidents, knowledge articles, and catalog content from one search entry point, but results must still respect configured search contexts and access. Which capability should be configured rather than building separate custom searches?

Concept tested:
Question 8 of 10
Objective Virtual Agent Self Service and Automation (20%)

A requester cannot see a restricted catalog item in Virtual Agent but can see public items. The team wants to make the restricted item visible by disabling ACLs. What should be checked first?

Concept tested:
Question 9 of 10
Objective Common user interfaces in the Platform Instance Configuration (10%)

An agent opens an Incident and needs to understand both the current record fields and the child tasks associated with it. Which interface combination is most appropriate?

Concept tested:
Question 10 of 10
Objective Task Management Configuring Applications for Collaboration (20%)

A supervisor wants to find tasks assigned to her group but not yet assigned to an individual. Which standard module name does the current CSA blueprint use in its sample item for this work queue?

Concept tested:
Locked preview

You are viewing today’s free 10. Unlock 190 more questions.

Unlock full bank
Daily sample Rotating practice Free daily questions are selected from a rotating sample set.
Pro bank Full access Unlock Pro to access the full question bank, Exam Mode, Practice Mode, and random tests.
ServiceNow CSA Pro $4.99 one-time

Unlock all 200 ServiceNow CSA questions, explanations, review tools, and exam-style practice.

50 Exam Practice Test $1.99 one-time

A 50-question ServiceNow CSA PDF for short review sessions. Questions come first, then the answer review and explanations later in the file.

Choose an unlock option to continue. We will confirm your site email in one quick checkout step.

Secure checkout powered by Stripe. Source-backed questions. Not brain dumps. Checkout stays on this page and unlocks the same Pro builder on this practice page.

Purchase options

Unlock the full ServiceNow CSA bank.

Get the full bank, Exam Mode, Practice Mode, question sets, random tests, readiness tracking, saved box scores, and review tools for this exam.

The PDF versions keep questions first and move the answer review, explanations, and distractor notes to the back of the file.

200 verified exam-style questions Every choice explained Exam Mode and Practice Mode Question sets and random tests Readiness score and trends Previous test box scores

You've answered 0/10 questions in today's set.

Locked: 190 more questions in the full bank.

Locked: exam simulation mode, practice mode, readiness tracking, and saved review history.

Checkout stays on this page, so you can keep practicing, unlock the full bank, and start Exam Mode or Practice Mode when you are ready.

Cheat Sheets

7-day score keeper

Answer questions today and this will become a rolling 7-day scorecard.

Local history
Optional progress sync

Keep today’s practice moving

Guest progress saves automatically on this device. Add an email later when you want a magic link that keeps your daily ServiceNow CSA practice in sync across browsers.

Guest progress saves on this device automatically

Guest progress is available without an account.

Source-backed answer review

The free daily ServiceNow CSA set includes crawlable question text, answer choices, correct answer labels, objective mapping, and source links. Only the first SEO card includes answer explanations and any extra learning features. Pro-only bank questions stay locked; this section mirrors only the 10 free daily questions already shown on this page.

Question 1 A custom field is required on a specialized Incident view, but it should not be visible on the default view. The field already exists in the table. What should the administrator configure?

Answer choices

  1. A. Create a second dictionary field with the same label for the specialized view.
  2. B. Delete the field from the table whenever users switch back to the default view.
  3. C. Place the field on the specialized view without adding it to the default view.
  4. D. Use coalesce on the field so it appears only in the specialized view.

Correct answer

Place the field on the specialized view without adding it to the default view.

Views can present different arrangements/subsets of the same underlying table fields without duplicating the data schema.

Wrong-answer review

  • A. Create a second dictionary field with the same label for the specialized view.: A duplicate field creates redundant data and is unnecessary for view-specific presentation.
  • B. Delete the field from the table whenever users switch back to the default view.: Deleting schema to change presentation is unsafe and unrelated to view selection.
  • D. Use coalesce on the field so it appears only in the specialized view.: Coalesce is an import matching concept, not form-view visibility.

Extra learning features

Why candidates miss this

The distractors ‘Create a second dictionary field with the same label for the specialized view’ and ‘Delete the field from the table whenever users switch back to the default view’ are tempting because they represent attempts to force the field's visibility. However, they are fundamentally flawed approaches that introduce unnecessary complexity and potential data inconsistencies. The decisive clue is the emphasis on presenting the field *only* on the specialized view, requiring a view-specific configuration. Likely wrong answer: Create a second dictionary field with the same label for the specialized view. Review focus: Administering forms on the ServiceNow AI Platform

Objective/domain: Configuring Applications for Collaboration (20%)

Source: Administering forms on the ServiceNow AI Platform

Question 2 A team is designing a hierarchy of custom asset classes. They want reports across all classes to use common ownership and lifecycle fields. Which design decision has the strongest long-term impact?

Answer choices

  1. A. Duplicate all fields on every child so reports join them by label.
  2. B. Put all attributes into one JSON string field on the parent.
  3. C. Place truly common fields on the shared parent class and specialize only class-specific fields on children.
  4. D. Use personal list columns as the canonical asset schema.

Correct answer

Place truly common fields on the shared parent class and specialize only class-specific fields on children.

Objective/domain: Database Management and Platform Security (30%)

Source: Table extension and classes

Question 3 Security Center reports the same finding repeatedly after a configuration is changed. Before muting it, what should the administrator do?

Answer choices

  1. A. Mute every finding with the same priority.
  2. B. Hide the finding list column.
  3. C. Delete the scan suite.
  4. D. Verify the underlying source record now satisfies the relevant check and rerun/review scanning evidence.

Correct answer

Verify the underlying source record now satisfies the relevant check and rerun/review scanning evidence.

Objective/domain: Database Management and Platform Security (30%)

Source: Scan findings

Question 4 A user can access a knowledge base but receives an access denial for one article. The article owner configured additional Can Read user criteria on that article. Which explanation is most likely?

Answer choices

  1. A. Knowledge base access automatically overrides all article-level restrictions.
  2. B. The article must be in a different database instance because article access cannot differ within a knowledge base.
  3. C. A saved list filter is denying the article read operation.
  4. D. Article-level user criteria can further restrict access even when the user can read the knowledge base.

Correct answer

Article-level user criteria can further restrict access even when the user can read the knowledge base.

Objective/domain: Self Service and Automation (20%)

Source: Control access at knowledge article level through user criteria

Question 5 A power user asks for a private navigation shortcut to a filtered Incident list. The administrator wants to avoid any shared configuration change. Which combination best fits?

Answer choices

  1. A. Create a new global application menu and a public module.
  2. B. Save the filter for the user and add the destination to Favorites.
  3. C. Create a table ACL containing the encoded query and assign it to the user.
  4. D. Create a system property holding the user's sys_id and redirect all users with a client script.

Correct answer

Save the filter for the user and add the destination to Favorites.

Objective/domain: Instance Configuration (10%)

Source: Save and use filters in a list view

Question 6 An administrator wants a form field to become read-only after approval but security must still allow an integration account to update the field through the API. Which design best separates concerns?

Answer choices

  1. A. Use a UI Policy for the form read-only behavior and keep ACL/API authorization configured according to the integration requirement.
  2. B. Use a field write ACL denying everyone, including the integration, and rely on admin override.
  3. C. Use a Data Policy set to read-only for all channels.
  4. D. Hide the field from the form and assume it cannot be updated elsewhere.

Correct answer

Use a UI Policy for the form read-only behavior and keep ACL/API authorization configured according to the integration requirement.

Objective/domain: Data Migration and Integration (13%)

Source: UI Policy API

Question 7 An operations lead needs analysts to find incidents, knowledge articles, and catalog content from one search entry point, but results must still respect configured search contexts and access. Which capability should be configured rather than building separate custom searches?

Answer choices

  1. A. Use the platform global search experience with the appropriate search contexts.
  2. B. Create a database view that joins every searchable table and expose it without ACL evaluation.
  3. C. Create one personal list per record type and require analysts to search each list manually.
  4. D. Use a Visual Task Board because board lanes can replace cross-record search.

Correct answer

Use the platform global search experience with the appropriate search contexts.

Objective/domain: Platform Overview and Navigation (7%)

Source: Use global search

Question 8 A requester cannot see a restricted catalog item in Virtual Agent but can see public items. The team wants to make the restricted item visible by disabling ACLs. What should be checked first?

Answer choices

  1. A. Disable all ACLs because Virtual Agent requires public catalog records.
  2. B. Verify the user's entitlement/access to the catalog item and the Virtual Agent catalog configuration rather than weakening security controls.
  3. C. Grant admin to the requester for the duration of the chat.
  4. D. Clone the restricted item as a public record with the same fulfillment.

Correct answer

Verify the user's entitlement/access to the catalog item and the Virtual Agent catalog configuration rather than weakening security controls.

Objective/domain: Self Service and Automation (20%)

Source: Using catalogs and autopilot in Virtual Agent

Question 9 An agent opens an Incident and needs to understand both the current record fields and the child tasks associated with it. Which interface combination is most appropriate?

Answer choices

  1. A. Use only global search because search results replace related lists.
  2. B. Use the Incident form and its related lists.
  3. C. Use an import set table because it automatically exposes related records.
  4. D. Use an update set because update-set contents show the record's children.

Correct answer

Use the Incident form and its related lists.

Objective/domain: Instance Configuration (10%)

Source: Administering forms on the ServiceNow AI Platform

Question 10 A supervisor wants to find tasks assigned to her group but not yet assigned to an individual. Which standard module name does the current CSA blueprint use in its sample item for this work queue?

Answer choices

  1. A. My Teams Work
  2. B. My Groups Tasks
  3. C. My Groups Work
  4. D. My Teams Tasks

Correct answer

My Groups Work

Objective/domain: Configuring Applications for Collaboration (20%)

Source: Certified System Administrator (CSA) Mainline Exam Blueprint

Where to go after the daily web set

How are ServiceNow CSA questions generated?

dotCreds builds ServiceNow CSA practice questions from public exam objectives and ServiceNow exam and documentation references. The questions are written for realistic study practice, not copied from exam dumps.

How are explanations sourced?

Each question includes an explanation and, when available, a source link back to the provider documentation or reference used to validate the answer. That keeps the practice tied to study material you can actually review.

What score do I get?

The page tracks today's answered count and accuracy for the 10-question daily set, then saves a 7-day score history on this device so you can see your recent practice trend.

Why use this site?

The site is the fastest way to start ServiceNow CSA practice without installing anything. It is built for daily recall, quick weak-topic discovery, and source-backed explanations you can review immediately.