ServiceNow Certified Application Developer - ServiceNow Training and Certification CAD Exam Questions

Page: 1 / 14
Total 285 questions
Question 1

What are the three key tables in an enterprise CMDB?

Choose 3 answers



Answer : B, E, F


Question 2

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



Answer : B

Create table from template is not an option for creating a table through the Guided Application Creator. The other options are available for creating a table in the app. Upload spreadsheet allows you to import data from an Excel file and create a table based on the spreadsheet columns and rows. Extend a table allows you to create a child table that inherits fields and behaviors from a parent table. Create table from scratch allows you to define your own fields and data types for a new table. Reference:Create tables

https://docs.servicenow.com/bundle/tokyo-application-development/page/build/guided-app-creator/concept/gac-tables.html


Question 3

(What is the primary purpose of an application scope?)



Answer : B

Application scope is a foundational concept in ServiceNow application development. ServiceNow documentation describes application scoping as a protection mechanism that identifies and restricts access to an application's files and data. In practice, scope defines an isolation boundary around an application's artifacts, such as tables, scripts, UI components, and other resources. This boundary helps prevent unintended interference between applications and reduces the risk of naming collisions or cross-application impacts. The scope model also works together with Application Access settings, which allow administrators to specify what parts of an application are accessible to other applications. By default, scoped applications are designed to keep resources private unless explicitly shared through access settings or cross-scope privileges. Because of this, the primary purpose of scope is not backups or UI design control, and it is explicitly not meant to enable unrestricted updates across applications. Instead, scope exists to define and enforce boundaries so that an application's resources remain isolated and protected unless intentionally exposed.


Question 4

Many actions are included with flow designer what are some frequently used core actions?

Choose 4 answers



Answer : A, B, C, E


Question 5

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



Answer : A


Question 6

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

Choose 3 answers



Answer : A, C, G

The Guided Application Creator in ServiceNow provides several methods for creating tables within a new application. These options cater to different requirements and data sources:

Extend a Table (Option A):

Description: Create a new table that inherits fields and behaviors from


Question 7

Access Control debug information identification whether each element of an Access Control granted of denied access. The elements of an Access Control evaluated?



Answer : C

The elements of an Access Control are evaluated in the following order: Conditions, Roles, Script. The Conditions are a set of criteria that must be met for the Access Control to apply. The Roles are a list of user roles that are required to access the object. The Script is an optional script that can further restrict or allow access based on custom logic. If any of these elements return false, the Access Control denies access and stops evaluating the remaining elements. Reference:Access control rules


Page:    1 / 14   
Total 285 questions