Special Summer Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70special

ServiceNow CAD Certified Application Developer - ServiceNow Exam Practice Test

Page: 1 / 25
Total 254 questions

Certified Application Developer - ServiceNow Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$37.5  $124.99

PDF Study Guide

  • Product Type: PDF Study Guide
$33  $109.99
Question 1

Which tables are available by default in a ServiceNow instance?

Choose 3 answers

Options:

A.

Task

B.

Item

C.

User

D.

Incident

E.

Issue

F.

Project

Question 2

What setting allows users to view a Knowledge Base article even if they are not logged in?

Options:

A.

The ESS role

B.

The Allow All role

C.

The Public setting

D.

The View All setting

Question 3

When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?

Options:

A.

base table

B.

child table

C.

parent table

D.

all tables

Question 4

How is access to Application Menus and Modules controlled?

Options:

A.

Access Controls

B.

Application Rules

C.

Client Scripts

D.

Roles

Question 5

When a ServiceNow instance requests information from a web service, ServiceNow is the web service:

Options:

A.

Publisher

B.

Specialist

C.

Provider

D.

Consumer

Question 6

Which one of the following is the fastest way to create and configure a Record Producer?

Options:

A.

Create a Catalog Category, open the category, and select the Add New Record Producer button

B.

Use the Record Producer module then add and configure all variables manually

C.

Open the table in the Table records and select the Add to Service Catalog Related Link

D.

Open the table’s form, right-click on the form header, and select the Create Record Producer menu item

Question 7

When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?

Options:

A.

table.*will grant access to every field in a record

B.

table.None will grant access to every record on the table

C.

table.field will grant access to a specific field in a record

D.

table.id will grant access to a specific record on the table

Question 8

Can inherited fields be deleted from a table?

Options:

A.

No, inherited fields cannot be deleted from a child table

B.

Yes, but only if they are text fields

C.

Yes, select the red X in the left-most column in the table definition

D.

Yes, but only if there has never been any saved field data

Question 9

What section on the Notes tab, shows the history of the work documented on the record?

Options:

A.

Journal

B.

Activity Stream

C.

Diary

D.

Timeline

E.

Audit Log

Question 10

How does ServiceNow match inbound email to existing records?

Options:

A.

Watermark

B.

Record link

C.

Subject line

D.

sys_id

Question 11

Which of the following is NOT supported by Flow Designer?

Options:

A.

Call a subflow from a flow

B.

Test a flow with rollback

C.

Use Delegated Developer

D.

Run a flow from a MetricBase Trigger

Question 12

What are examples of Ul Actions relating to forms?

Choose 3 answers

Options:

A.

Form Buttons

B.

Form Context Menu

C.

Form Columns

D.

Form View

E.

Form Links

Question 13

What function do you use to add buttons, links, and context menu items on forms and lists?

Options:

A.

Ul Settings

B.

UI Actions

C.

Ul Policies

D.

Ul Config

Question 14

What field type would you select if you want to query records from another table on a form?

Options:

A.

Use the Reference field type.

B.

Use the Phone Number field type.

C.

Use the String field type.

D.

Use the Date field type.

Question 15

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

Options:

A.

Link to external tables

B.

Create a table from scratch

C.

Create a table from a template

D.

Run import jobs

E.

Upload a spreadsheet

F.

Use API calls

G.

Extend a table

Question 16

What module do you use to access the reports that are available to you?

Options:

A.

Reports > Overview

B.

Reports > View / Run

C.

Self-Service > My Dashboards

D.

Reports > Homepage

E.

Self-Service > My Reports

Question 17

Which source control operation is available from BOTH Studio and the Git Repository?

Options:

A.

Create Branch

B.

Apply Remote Changes

C.

Stash Local Changes

D.

Edit Repository Configurations

Question 18

What data types of Flow Designer variables are supported to store record data and complex data?

Choose 3 answers

Options:

A.

Label data type

B.

Integer

C.

Array. Reference

D.

Choice

E.

String

Question 19

Which one of the following is true for a Script Include with a Protection Policy value of Protected?

Options:

A.

Any user with the protected_edit role can see and edit the Script Include

B.

The Protection policy option can only be enabled by a user with the admin role

C.

The Protection Policy is applied only if the glide.app.apply_protection system property value is true

D.

The Protection Policy is applied only if the application is downloaded from the ServiceNow App Store

Question 20

Which items are valid UI Action types in ServiceNow? (Choose 3 answers)

Options:

A.

List banner button

B.

Workflow action

C.

Form button

D.

List choice

E.

Form choice

F.

Record navigation button

Question 21

Which one of the following is the correct Link Type to select when creating a module that opens the Record Producer UI for a user rather than the ServiceNow form UI?

Options:

A.

URL (from Arguments:)

B.

HTML (from Arguments:)

C.

Script (from Arguments:)

D.

Content Page

Question 22

What happens to the List view when a new field is added to an existing table?

Options:

A.

The new field is added at the end of the List

B.

A new List View is created with the new field

C.

The new field is added at the start of the List

D.

The new field is not added to the List view

Question 23

In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?

Options:

A.

g_form.hasRoleExactly(‘admin’)

B.

gs.hasRole(‘admin’)

C.

g_form.hasRole(‘admin’)

D.

gs.hasRoleExactly(‘admin’)

Question 24

What are examples of Ul Actions, relating to Lists?

Choose 4 answers

List Control

Options:

A.

List Buttons

B.

List Choices

C.

List Override

D.

List Links

E.

List Context Menu

Question 25

Which of the following statements must evaluate to true for a user to pass an Access Control? (Choose 3 answers)

Options:

A.

The user must be granted access through a business rule.

B.

Conditions configured in the Access Control must evaluate to true.

C.

The user has one of the roles specified in the Required roles related list.

D.

Other matching Access Controls for the record evaluate to true.

E.

Scripts configured in the Access Control must evaluate to true.

Question 26

What is the ServiceNow App Repository?

Options:

A.

A Request table

B.

Another name for update sets

C.

A database containing ServiceNow apps

D.

A collection of files in a Git database

Question 27

What do you install when you want to add applications or functionality within your development instance?

Options:

A.

Patch

B.

Updated Pack

C.

App Package

D.

Plugin

E.

App Updated Set

Question 28

If you create a SOAP Message, what syntax indicates a variable to pass when the function is called?

Options:

A.

current.variable_name

B.

S{variable_name}

C.

< variable_name >

D.

< variable_name >.do?WSDL

Question 29

The customer has asked that you change the default layout of the Task list. They would like these columns, in this order:

• Number

• Task Type

• Parent

• Short Description

• Assignment Group

• Assignee

• Updated

After navigating to the list, where would you click, to meet this requirement?

Options:

A.

Right click List Gear icon > Configure > Columns

B.

Click List Context Menu > Configure > Columns

C.

Right click on any column header Context Menu > Configure > List Layout

D.

Click List Context Menu > Personalize List

Question 30

How does the Application Picker interact with Application Scope in ServiceNow?

Options:

A.

Selecting Global in the Application Picker sets the Application Scope to Incident.

B.

Global is a reserved application that does not appear in the Application Picker.

C.

Selecting an application from the Application Picker sets the Application Scope.

D.

Selecting an application from the Application Picker does not set the Application Scope.

Question 31

Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?

Options:

A.

GlideRecord and current

B.

GlideUser and GlideRecord

C.

GlideSystem and GlideRecord

D.

GlideSystem and current

Question 32

Which of the following is true about deleting fields from a table?

Options:

A.

Any field on a table can be deleted

B.

User-defined non-inherited fields can be detected

C.

Inherited fields can be detected

D.

Table records are deleted when a field is detected

Question 33

What plugin enables the Guided Application Creator?

Options:

A.

com.glide.sn-guided-app-creator

B.

com.glide.service_creator

C.

com.glide.snc.apps_creator

D.

com.snc.apps_creator_template

Question 34

Which is the base table of the configuration management database hierarchy?

Options:

A.

cmdb_rel_ci

B.

ucmdb

C.

cmdb_ci

D.

cmdb

Question 35

On the knowledge base record, which tab would you use to define which users are able to write articles to the knowledge base?

Options:

A.

Can Contribute

B.

Cannot Author

C.

Can Write

D.

Can Read

E.

Can Author

Question 36

When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?

Options:

A.

REST messages

B.

Table

C.

Script Include

D.

Workflow

Question 37

As administrator, what must you do to access features of High Security Settings?

Options:

A.

Add security_admin role to your user account

B.

Use System Administration > Elevate Roles module

C.

Select Elevate Roles

D.

Impersonate Security Admin

Question 38

Which ATF Test step allows you to create a user with specified roles and groups for the test?

Options:

A.

Create a user

B.

Create a role

C.

Create a group

D.

Impersonation

Question 39

Identify the ways an application can respond to an Event generated by the gs.eventQueue() method. (Choose 2 answers)

Options:

A.

UI Policy

B.

Email Notification

C.

Client Script

D.

Scheduled Script Execution (Scheduled Job)

E.

Script Action

Question 40

Is it possible to change an application's scope?

Options:

A.

Yes, but only from global scope to private scope

B.

Yes it's possible.

C.

No, it's not possible.

D.

Yes. but only from private scope to global scope

Question 41

What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?

Options:

A.

Restricted caller access records

B.

Caller tracking records

C.

Access control level records

D.

Cross-scope access records

Question 42

Which of the following objects does a Display Business Rule NOT have access to?

Options:

A.

previous

B.

GlideSystem

C.

g_scratchpad

D.

current

Question 43

How would you describe the relationship between the Incident and Task table? I Incident table is extended from Task table

Options:

A.

Incident table has a one to many relationship with the Task table

B.

Incident table has a many to many relationship with the Task table

C.

Incident table is related to the Task table via the INC number

D.

Incident table is a database view of the Task table

Question 44

Which feature helps to automatically allocate a critical, high-priority, service request to the appropriate assignment group or team member?

Options:

A.

User Policy

B.

Predictive Intelligence

C.

Assignment Rule

D.

UI Policy

Question 45

When creating an application through the Guided Application Creator, what are the options for creating a table?

Choose 3 answers

Options:

A.

Extend a table

B.

Link to external tables

C.

Upload a spreadsheet

D.

Create a table from a template

E.

Use APIs

F.

Run import jobs

G.

Create a table from scratch

Question 46

Which actions can a Business Rule take without scripting?

Options:

A.

Set field values and query the database

B.

Set field values and generate an event

C.

Set field values and write to the system log

D.

Set field values and add message

Question 47

Which allows the creation of a task-based record from Service Catalog?

Options:

A.

UI Builder

B.

Flow Designer

C.

Assignment Rule

D.

Record Producers

E.

Ul Actions

Question 48

Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow? (Choose 3 answers)

Options:

A.

Publish to a spreadsheet

B.

Publish to an application repository

C.

Publish to the ServiceNow Store

D.

Publish to a local USB device

E.

Publish to an update set

F.

Publish to a local drive

Question 49

What are Application Files in a ServiceNow application?

Options:

A.

XML exports of an application's Update Set.

B.

CSV files containing data imported into an application.

C.

ServiceNow artifacts comprising an application.

D.

An XML export of an application's table records.

Question 50

What is the best UX format to use for lists and forms?

Options:

A.

Forms

B.

Lists

C.

Standard

D.

Classic

Question 51

Which script types execute on the server? (Choose three.)

Options:

A.

Business Rule

B.

Client Scripts

C.

UI Policies

D.

Script Actions

E.

Scheduled Jobs

Question 52

Which testing framework is used to test ServiceNow Applications?

Options:

A.

Automated Test Framework (ATF)

B.

Selenium

C.

Test Driven Framework (TDF)

D.

Junit

Question 53

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

Options:

A.

ServiceNow Messenger

B.

Knowledge Chat

C.

Virtual Agent

D.

Now Support

E.

Agent Workspace

Question 54

What occurs when an existing table is extended in ServiceNow?

Options:

A.

The new table inherits the functionality built into the parent table.

B.

The new table does not inherit any of the fields from the parent table.

C.

You must script and configure all required behaviors.

D.

The table's Access Controls are ignored when determining access to the new table's records and fields.

Question 55

From the list below, identify one reason an application might NOT be a good fit with ServiceNow.

The application:

Options:

A.

Needs workflow to manage processes

B.

Requires “as-is” use of low-level programming libraries

C.

Requires reporting capabilities

D.

Uses forms extensively to interact with data

Question 56

There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.

Options:

A.

Identify the table

B.

Script the function(s)

C.

Create a class

D.

Create a prototype object from the new class

Question 57

What are the features of Flow Designer?

Choose 3 answers

Options:

A.

Add stages to a flow

B.

Call a flow from another flow or subflow

C.

Test a flow using the "Run as" feature

D.

Support Java Scripting code to test conditions that trigger the flow. Eg Run a flow from a Catalog item

E.

Perform form field data validation at client side

Question 58

An administrator creates "customer_table_adminH and "customer_table_user" roles for the newly created "Customer Table". Which ACL rule would grant access to all rows and all fields to both the customer_table_admin and customer_table_user roles?

Options:

A.

customer all

B.

customer.field

C.

customer.*

D.

customer.none

Question 59

What do you click when you have made modifications to your report, and you want to see the results without saving?

Options:

A.

Execute

B.

Preview

C.

Run

D.

Test

E.

Try it

Question 60

Which of the following GuideRecord methods run a query against a database table?

Choose 3 answers

Options:

A.

-query( )

B.

runQuery()

C.

query()

D.

-get()

E.

get(

Question 61

Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?

Options:

A.

Business Service Management Map

B.

Data Sources

C.

Transform Map

D.

Cl Relationship Builder

Question 62

What is required to link a ServiceNow application to a Git repository?

Choose 3 answers

Options:

A.

URI

B.

ACL

C.

User name

D.

URL

E.

Application name

F.

Password

Question 63

Which framework can automatically populate values for the Priority and Category fields based on the Short description field value?

Options:

A.

Action

B.

Assignment Rule

C.

Predictive Intelligence

D.

CSDM

E.

Ul Policy

Question 64

When creating an application through the Guided Application Creator, which of the following is NOT an option for creating a table?

Options:

A.

Upload spreadsheet

B.

Create table from template

C.

Extend a table

D.

Create table from scratch

Question 65

If a knowledge base has no access details specified, what users are able to read articles in that knowledge base?

Options:

A.

itil users

B.

Users with kb_user role

C.

Any active user

D.

No users

E.

Any user with an article's permalink

Question 66

Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?

Options:

A.

Data Sources

B.

Schema Map Relationship Builder

C.

Business Service Management Map

D.

Transform Map

Question 67

Which one of the following database operations cannot be controlled with Application Access?

Options:

A.

Update

B.

Delete

C.

Create

D.

Query

Question 68

Which of the following statements is NOT true for the Form Designer?

Options:

A.

To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.

B.

To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form.

C.

To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button.

D.

To create a new field on a form’s table, drag the appropriate data type from the Field Types tab to the form and then configure the new field.

Question 69

Which of the following steps can be used to import new data into ServiceNow from a spreadsheet?

Options:

A.

Select Data Source, Schedule Transform

B.

Load Data, Create Transform Map, Run Transform Most Voted

C.

Define Data Source, Select Transform Map, Run Transform

D.

Select Import Set, Select Transform Map, Run Transform

Question 70

What syntax is used in a Record Producer script to access values from Record Producer form fields?

Options:

A.

producer.field_name

B.

producer.variablename

C.

current.variable_name

D.

current.field_name

Question 71

On a Business Rule, the When setting determines at what point the rule executes. What are the options for specifying that timing?

Options:

A.

Before, After Async, Display

B.

Insert, Update, Delete, Query

C.

Before, Synchronous, Scheduled Job, View

D.

Prior to, Synchronous on Update

Question 72

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

Options:

A.

workflow.scratchpad

B.

GlideUser object (g_user)

C.

current and previous objects

D.

GlideSystem object (gs)

Question 73

Which one of the following is true for this script fragment?

g_user.hasRole(,x_my_app_user');

Options:

A.

The method returns true if the currently logged in user has the x_my_app_user role or the admin role

B.

The method returns false only if the currently logged in user has the x_my_app_user role

C.

There is no g_user.hasRole() method

D.

The method returns true only if the currently logged in user has the x_my_app_user role

Question 74

Identify characteristic(s) of a Record Producer.

Choose 3 answers

Options:

A.

Graphics can be included on the user interface.

B.

All records created using this strategy are inserted into the Requested Item [sc_req_item] table.

C.

You can script behaviors of fields in the user interface.

D.

They must be scripted.

E.

Each field prompts the user with a question rather than a field label.

Question 75

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

Options:

A.

Use API calls

B.

Create a table from scratch

C.

Extend a table

D.

Upload a spreadsheet

E.

Create a table from a template

F.

Link to external tables

G.

Run import jobs

Question 76

Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow?

Choose 3 answers

Options:

A.

Publish to an application repository

B.

Publish to a spreadsheet

C.

Publish to a local USB device

D.

Publish to a local drive

E.

Publish to an Update Set

F.

Publish to the ServiceNow Store

Page: 1 / 25
Total 254 questions