SNOW-CAD · topic practice

Application development using ServiceNow Studio practice questions

Practise ServiceNow Certified Application Developer CAD Application development using ServiceNow Studio 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: Application development using ServiceNow Studio

What the exam tests

What to know about Application development using ServiceNow Studio

Application development using ServiceNow Studio 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 Application development using ServiceNow Studio 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

Application development using ServiceNow Studio questions

20 questions · select your answer, then reveal the explanation

A developer is creating a custom application in ServiceNow Studio and wants to ensure that the application can be easily installed in other instances without conflicts. Which approach should the developer follow?

A developer needs to add a new table to an existing scoped application in ServiceNow Studio. What is the correct sequence of steps?

Question 3hardmultiple choice
Study the full ACL explanation →

A developer is troubleshooting a business rule in a scoped application that is not triggering. The rule is set to run 'before' query, with condition 'current.state == 1'. The table has read ACLs that restrict access. What is the most likely reason the business rule is not executing?

A developer wants to use ServiceNow Studio to create a client script that runs when a form loads and sets a field value based on the current user's department. Which type of client script should be used?

A developer is building a custom application that requires a scheduled job to run every hour and check for overdue tasks. In ServiceNow Studio, what is the best way to implement this?

A developer is creating a scoped application and needs to reference a global table (e.g., 'sys_user') from a business rule. Which TWO statements are true regarding cross-scope access?

A developer is using ServiceNow Studio to deploy a custom application to a production instance. Which THREE actions are recommended best practices for deployment?

A developer encounters this error when running a business rule in a scoped application. The table 'x_myapp_incident' was created in the application scope and has records in it. What is the most likely cause?

Exhibit

Refer to the exhibit.

Error log from a scoped application:

2024-01-15 10:23:45 ERROR Script: GlideRecord operation failed for table 'x_myapp_incident' because the table does not exist or is not accessible in scope 'x_myapp'. Stack: ...

A developer notices that the business rule does not set the assignment group as expected when a new record is created with state 0. What is the most likely issue?

Exhibit

Refer to the exhibit.

Configuration of a business rule in a scoped application:

Name: Set Default Assignment
Table: x_myapp_task
When: before
Order: 100
Condition: current.state == 0
Script:
  current.assigned_to = gs.getUserID();
  current.assignment_group = '3a4b5c6d7e8f9a0b1c2d3e4f';

A developer is building a custom application in ServiceNow Studio. The application requires a table that stores incident-like records but with additional custom fields. The developer wants to leverage existing functionality such as assignment rules, escalation, and SLA tracking. Which approach should the developer take?

Which TWO statements are true about using ServiceNow Studio for application development?

A developer is building a custom application in ServiceNow Studio for IT asset management. The application includes a table 'Asset' with fields: asset_tag (string), serial_number (string), purchase_date (date), cost (currency), and status (choice: In Use, In Stock, Retired). The developer needs to create a business rule that automatically sets the status to 'Retired' when the cost is zero and the purchase_date is older than 5 years. The business rule should run before the record is saved to the database and should not prevent the save if conditions are not met. The developer writes the following business rule in Studio: Table: Asset, When: Before, Order: 100, Condition: current.cost == 0 && current.purchase_date < gs.yearsAgoStart(5). The script is: current.status = 'Retired'; However, the status is not being updated as expected. What is the most likely issue?

A developer needs to create a custom application that tracks employee training completions. The application must allow managers to view a list of their direct reports' training records. Which ServiceNow Studio feature should be used to define the relationship between the Manager and Employee tables?

Question 14mediumdrag order
Study the full ACL explanation →

Drag and drop the steps to create an ACL (Access Control List) in ServiceNow into the correct order.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Match each ServiceNow scripting API to its function.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Database operations (CRUD)

Aggregate queries (sum, count, etc.)

System-level methods (user, session, etc.)

Asynchronous server calls from client

Client-side form manipulation

A company needs to create a new application in ServiceNow Studio. What is the correct first step?

A developer builds an application in Studio and wants to ensure all changes are captured in an update set. What is true?

A developer is troubleshooting a client script that hides a field on a form when a condition is met, but it is not working. The script is attached to the 'g_form' object in Studio. What is the most likely reason?

In ServiceNow Studio, which role is required to create a new scoped application?

A developer needs to share a custom table from a scoped application with another application. What is the best practice in Studio?

Free account

Track your progress over time

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

Focused Application development using ServiceNow Studio sessions

Start a Application development using ServiceNow Studio only practice session

Every question in these sessions is drawn from the Application development using ServiceNow Studio domain — nothing else.

Related practice questions

Related SNOW-CAD topic practice pages

Move into related areas when this topic feels solid.

Frequently asked questions

What does the SNOW-CAD exam test about Application development using ServiceNow Studio?
Application development using ServiceNow Studio 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 Application development using ServiceNow Studio questions in a focused session?
Yes — the session launcher on this page draws every question from the Application development using ServiceNow Studio 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-CAD topics?
Use the topic links above to move to related areas, or go back to the SNOW-CAD 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-CAD exam covers. They are not copied from any real exam or dump site.