CAD Practice Questions

Certified Application Developer

130 practice questions across 7 topics • 15 free

Exam Overview

60
Exam Questions
90 min
Duration
70%
Passing Score
$210
Exam Cost
130+
Practice Questions
15
Free Questions

Practice Questions

130 questions from 7 topics
1
knowledge

Where do client-side scripts execute in ServiceNow?

AOn the ServiceNow application server
BIn the user's web browser
COn the MID Server
DIn the ServiceNow database layer

👆 Click an option above to select your answer

2
knowledge

Which prefix is used to access GlideSystem methods in server-side scripts?

Ag_system
Bglide
Cgs
Dg_form

👆 Click an option above to select your answer

3
knowledge

Which GlideSystem method returns the first and last name of the currently logged-in user concatenated together?

Ags.getUserName()
Bgs.getUserID()
Cgs.getUserDisplayName()
Dgs.getUser()

👆 Click an option above to select your answer

4
knowledge

Where do business rules execute in the ServiceNow architecture?

AIn the user's web browser (client-side)
BOn the ServiceNow server (server-side)
CIn the MID Server
DIn the browser's service worker

👆 Click an option above to select your answer

5
knowledgeSelect all that apply

Which of the following are types of business rules based on when they execute in the transaction lifecycle? (Select all that apply)

ABefore
BAfter
CConcurrent
DAsync

👆 Click an option above to select your answer

6
knowledge

Which of the following is NOT one of the four types of client scripts in ServiceNow?

AonLoad
BonChange
ConBefore
DonSubmit

👆 Click an option above to select your answer

7
knowledge

Where do ServiceNow client scripts execute?

AOn the ServiceNow application server
BOn the client's web browser
COn the MID Server
DOn the database server

👆 Click an option above to select your answer

8
knowledge

Which field is used to identify a UI Policy instead of a Name field?

ALabel
BShort description
CTitle
DDisplay name

👆 Click an option above to select your answer

9
knowledge

In what order do UI policies execute relative to client scripts on a form?

ABefore client scripts
BAt the same time as client scripts
CAfter client scripts
DThe order depends on the Order field value set on each

👆 Click an option above to select your answer

10
knowledge

What is the primary purpose of a Script Include in ServiceNow?

ATo execute client-side scripts automatically when a form loads
BTo store reusable JavaScript for execution on the server
CTo define UI Policies that dynamically control form field behavior
DTo create scheduled automation jobs that run at defined intervals

👆 Click an option above to select your answer

11
knowledge

Why is the 'current' object NOT available inside a Script Include?

AScript Includes only execute on the client side where current is not defined
BScript Includes are not associated with a specific table, so there is no current record context
CThe current object was deprecated and replaced by GlideRecord in the Yokohama release
DScript Includes can only access records through the previous object

👆 Click an option above to select your answer

12
knowledge

What does the acronym REST stand for in the context of ServiceNow web services?

ARemote Execution Service Transfer
BREpresentational State Transfer
CReliable Endpoint Service Technology
DResource Exchange Standard Transport

👆 Click an option above to select your answer

13
knowledge

Which HTTP method is used to perform a partial update of a resource when working with RESTful web services in ServiceNow?

APUT
BPOST
CPATCH
DGET

👆 Click an option above to select your answer

14
knowledge

Where can ServiceNow developers find vetted partner applications that include vendor support and quality assurance?

AThe Developer Share on developer.servicenow.com
BThe ServiceNow Store on store.servicenow.com
CThe ServiceNow documentation site at docs.servicenow.com
DThe Plugins module within the ServiceNow instance

👆 Click an option above to select your answer

15
knowledge

What is the system name of the table where custom application records are stored in ServiceNow?

Asys_scope
Bsys_app
Csys_application
Dsys_custom_app

👆 Click an option above to select your answer

Exam Domains

Scripting & APIs

25%

GlideRecord, GlideSystem, GlideAjax, and server-side scripting

Business Rules

15%

Creating and managing business rules for server-side automation

Client Scripts

12%

Client-side scripting for form customization and user experience

UI Policies & Actions

10%

Dynamically changing form behavior without scripting

Script Includes

12%

Reusable server-side JavaScript libraries

Integration & REST APIs

15%

REST APIs, web services, and external integrations

Application Development

11%

Studio, scoped applications, and update sets

More Study Resources

Explore additional materials to boost your exam preparation