Skip to content

ServiceNow · Beginner

ServiceNow Certified System Administrator (CSA) practice questions

8 sample questions from our 300-question CSA bank, one from each official domain. The answer and a full explanation sit under each one. Every question is original, written against the published exam objectives, and quality-checked before it reaches you.

Question 1 · Platform Overview and Navigation

Priya joined Meridian Logistics last week and cannot find where open change requests are listed. She clicks All and types chan into the filter box at the top of the menu. What does the platform show her?

  1. A.A list of change_request records whose short description contains the text
  2. B.A narrowed menu of applications and modules whose names match the typed text
  3. C.A global search across every table the platform has indexed for the word
  4. D.A prompt asking her to pick the application scope before any modules appear
Show answer & explanation

Answer: B

The filter box above the All menu filters navigation entries, so typing part of a word narrows the visible applications and modules to matching ones. It does not query record data; searching record content is the job of the global search box in the banner.

Question 2 · Instance Configuration

Nina built a UI policy and two new fields on the Problem table in the Harborview development instance. She now needs the same configuration in production. Which sequence gets it there?

  1. A.Mark the update set complete, retrieve it on production, preview it, then commit
  2. B.Export the Problem table records to XML and import that file into production
  3. C.Publish the update set to the application repository and install it from there
  4. D.Commit the update set on development, then clone development over production
Show answer & explanation

Answer: A

An update set is transported by completing it, retrieving it from the target instance, previewing to surface collisions, and then committing. Cloning would overwrite production data entirely, and exporting table records moves data rather than the configuration records that define the fields and policy.

Question 3 · Configuring Applications for Collaboration

The service desk lead wants the Resolution notes field to sit directly under Short description on the incident form, and she wants three fields removed from the default view. The admin has no need to change styling or add tabs. Which tool is the direct fit?

  1. A.A dictionary override that sets the display sequence per field
  2. B.Form Layout, which adds, removes, and orders fields on the selected view
  3. C.Form Design, which is required for any change to field order
  4. D.A UI policy with a field order action on the incident table
Show answer & explanation

Answer: B

Form Layout is the slush bucket editor for adding, removing, and ordering fields and sections on a specific view, which covers exactly this request. Form Design does the same work in a drag and drop canvas, so it is an alternative rather than a requirement, and UI policies control field behavior, not placement.

Question 4 · Self Service & Automation

The HR team wants employees to submit a name change request from the portal. The submission must land as a case on the existing HR case table with several typed fields mapped in. No fulfillment tasks or approvals are involved. What should the admin build?

  1. A.An order guide that chains three related catalog items together
  2. B.A record producer that maps its variables onto the case table fields
  3. C.A catalog item with a delivery plan attached to the case table
  4. D.A knowledge article with a link to the case form in the portal
Show answer & explanation

Answer: B

A record producer presents catalog-style questions and creates a record directly on a target table, which matches a straightforward case submission. A catalog item creates a request and request item with fulfillment stages, which adds process the team said it does not need.

Question 5 · Database Management and Platform Security

Rowan Analytics needs a table for equipment loans. Records must carry an assignment group, a state, work notes, and appear alongside other work in existing task reporting. What is the right table design?

  1. A.Extend the Task table so the new table inherits the task fields and behavior
  2. B.Add a category choice to the Incident table and reuse incident records
  3. C.Create a many to many table between sys_user_group and cmdb_ci
  4. D.Create a standalone table and add matching fields with the same names
Show answer & explanation

Answer: A

Extending Task gives the new table the standard work fields, number generation, and journal handling, and it lets task-level reporting and SLAs include the records. Duplicating fields on a standalone table produces the same columns but keeps the records outside anything that queries Task.

Question 6 · Data Migration and Integration

Loading a CSV of 900 vendor records into ServiceNow, which sequence describes what the import set process does?

  1. A.A data source stages the rows, then a transform map writes to the target
  2. B.The transform map loads the rows, then the data source validates them on the target
  3. C.The scheduled import copies the file into the attachment table for later parsing
  4. D.The data source writes directly to the target table and logs a transform result
Show answer & explanation

Answer: A

Import sets stage incoming rows in a generated import set table first, which lets you inspect the raw data before anything reaches production tables. The transform map then maps staging columns onto target fields and creates or updates the target records.

Question 7 · Platform Overview and Navigation

Devon reviews the same filtered incident list every morning: active incidents assigned to the Network Support group, sorted by priority. He wants that exact list one click away tomorrow. What is the simplest way to save it?

  1. A.Drag the last breadcrumb of the filtered list onto the Favorites tab
  2. B.Save the filter as a system property so it loads with his session
  3. C.Create a new module under the Incident application pointing at the table
  4. D.Export the filtered list to CSV and reimport it each morning
Show answer & explanation

Answer: A

Dragging a breadcrumb into Favorites stores the list along with the filter and sort, so reopening it reproduces the same view. Building a module would work but requires elevated rights and affects other users, which is more than a personal shortcut needs.

Question 8 · Instance Configuration

A team at Alderline Freight worked in an update set all sprint. During the promotion review, someone asks which of their changes the update set actually picked up. Which change was captured?

  1. A.The four test incidents opened to verify the change
  2. B.Twelve new user records added to the sys_user table
  3. C.The scheduled job execution history from last night
  4. D.A new business rule created on the Task table
Show answer & explanation

Answer: D

Update sets track customization records such as business rules, client scripts, UI policies, and dictionary changes. Ordinary data rows like users, incidents, and job history are not captured and have to be moved separately, for example through an export and import.

292+ more questions, free

Full-length, in timed or practice mode, and weighted to the official blueprint. Per-domain scoring shows you exactly where you stand.

Start the full practice exam →

All questions are original, never reproduced from the real exam, and pass automated duplicate, citation and item-writing checks before publication. See how our exams are made.

Kwizza is an independent study tool and is not affiliated with, endorsed by, or sponsored by ServiceNow. ServiceNow names, logos and certification marks are the property of their respective owners and are used here only to identify the exam described. Practice questions are original, written against the publicly published exam objectives. No real exam content is reproduced.