ServiceNow Certified Application Developer - ServiceNow Training and Certification CAD Exam Practice Test

Page: 1 / 14
Total 252 questions
Question 1

When creating application tables, a user role is automatically added to the table record. Which other role does an application typically have?



Answer : D

An application admin is a role that grants full access to an application and its tables, scripts, and other components1.An application admin can create, modify, and delete any element of the application, as well as publish and install it2.An application typically has an application admin role that is automatically created and assigned to the application creator3.

Reference=1: Application administration - ServiceNow Docs2: Application admin role - ServiceNow Docs3: Application roles - ServiceNow Docs


Question 2

What tool is used to import data from various data sources, and map that data into ServiceNow tables?



Answer : B


Question 3

Which one of the following is part of the client-side scripting API?



Answer : B

https://developer.servicenow.com/dev.do#!/reference/api/rome/client

The GlideUser object (g_user) is part of the client-side scripting API that provides information about the current user and the user's preferences. It can be used in Client Scripts and UI Policies to customize the user interface based on the user's role, language, time zone, etc. The workflow.scratchpad object is only available in Workflow scripts, which are used to automate processes on the platform. The current and previous objects are only available in server-side scripts, such as Business Rules and Script Includes. The GlideSystem object (gs) is also a server-side object that provides methods for logging, debugging, date and time calculations, etc.


[GlideUser object (g_user)]

[Workflow scripts]

[Business Rules]

Script Includes

[GlideSystem object (gs)]

Question 4

Which ServiceNow capability provides assistance to help users obtain information, make decisions, and perform common work tasks via a messaging interface?



Answer : A


Question 5

A manager wants to view a snapshot of month-end Sales performance data, as compared to Sales targets. In addition, the manager wants to be able to see those monthly numbers trended over time, and forecasted into the future. What capability do you suggest for this manager?



Answer : D


Question 6

When selecting the Target table for an import which tables can you select?

Choose 3 answers



Answer : C, D, E


Question 7

When creating an application through the Guided Application Creator, what are the options for creating a table? (Choose 3 answers)



Answer : B, C, G

Options for Creating Tables in Guided Application Creator:

Create a table from scratch: This option allows you to define a completely new table with custom fields and configurations.

Create a table from a template: You can use predefined table templates to speed up table creation. Templates often include pre-configured fields and settings.

Extend a table: This allows you to create a new table by inheriting fields and functionality from an existing table, enabling reuse and consistency.

Why Other Options Are Incorrect:

Option A (Link to external tables): Linking to external tables is not an option provided in the Guided Application Creator; external data is typically accessed through integration methods.

Option D (Run import jobs): Import jobs are used for data migration, not for table creation in the Guided Application Creator.

Option E (Upload a spreadsheet): While uploading a spreadsheet can create tables, this is a feature of Import Sets, not the Guided Application Creator.

Option F (Use API calls): API calls are for integration and not an option for creating tables directly in the Guided Application Creator.

ServiceNow Developer Documentation on Guided Application Creator.


Page:    1 / 14   
Total 252 questions