CAD2
CAD2
CAD2
Question #:1
When creating new application files in a scoped application, cross scope access is turned on by default in
which of the following?
A. REST messages
B. Table
C. Script Include
D. Workflow
Answer: B
Question #:2
Modules must have a Link type. Which one of the following is a list of Link types?
Answer: B
Question #:3
A. List choice
B. Form button
D. Form choice
Answer: D
Question #:4
1 of 21
ServiceNow - CAD
In an Email Notification, which one of the following is NOT true for the Weight field?
A. Only Notifications with the highest weight for the same record and recipients are sent
D. A Weight value of zero means the Notification is always sent when the Notification’s When to send
criteria is met
Answer: B
Question #:5
Which one of the following is NOT a debugging strategy for client-side scripts?
A. g_form.addInfoMessage()
B. Field Watcher
C. jslog()
D. gs.log()
Answer: D
Question #:6
Answer: B
Question #:7
2 of 21
ServiceNow - CAD
Answer: B
Question #:8
A. 3, one for an application’s user modules, one for an application’s administrator modules, and one for the
ServiceNow administrator’s modules
C. 2, one for an application’s user modules and one for an application’s administrator modules
Answer: B
Question #:9
What is a Module?
A. The functionality within an application menu such as opening a page in the content frame or a separate
tab or window
C. A way of helping users quickly access information and services by filtering the items in the Application
Navigator
Answer: C
Question #:10
When a ServiceNow instance requests information from a web service, ServiceNow is the web service:
A. Publisher
B. Specialist
3 of 21
ServiceNow - CAD
C. Provider
D. Consumer
Answer: D
Question #:11
To see what scripts, reports, and other application artifacts will be in a published application:
D. Open the artifact records individually to verify the value in the Application field
Answer: B
Question #:12
Answer: B
Question #:13
In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?
A. g_form.hasRoleExactly(‘admin’)
B. gs.hasRole(‘admin’)
C. g_form.hasRole(‘admin’)
4 of 21
ServiceNow - CAD
D. gs.hasRoleExactly(‘admin’)
Answer: B
Question #:14
A. Business Rules
B. Script Includes
C. Client Scripts
D. Access Controls
Answer: B
Question #:15
A scoped application containing Flow Designer content dedicated to a particular application is called a(n):
A. Spoke
B. Bundle
C. Action
D. Flow
Answer: A
Explanation
A spoke is a scoped application containing Flow Designer content dedicated to a particular application or
record type. Flow Designer provides a set of core actions to automate Now Platform® processes. You can add
application-specific core actions by activating the associated spoke.
Question #:16
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other
case?
A. g_user.hasRole(‘catalog_admin’)
B. g_user.hasRoleExactly(‘catalog_admin’)
5 of 21
ServiceNow - CAD
C. g_user.hasRoleOnly(‘catalog_admin’)
D. g_user.hasRoleFromList(‘catalog_admin’)
Answer: B
Question #:17
Which of the following are true for reports in ServiceNow? (Choose three.)
Answer: A B D
Question #:18
Which of the following statements does NOT apply when extending an existing table?
A. The parent table’s Access Controls are evaluated when determining access to the new table’s records
and fields
B. The new table inherits the functionality built into the parent table
C. The new table inherits all of the fields from the parent table
Answer: B
Question #:19
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT
selected?
6 of 21
ServiceNow - CAD
C. Can read does not affect the availability of other Application Access fields
D. Allow configuration
Answer: B
Question #:20
Answer: C
Question #:21
B. The execution order for a UI Policy’s Scripts and Actions is determined at runtime
Answer: C
Question #:22
Which one of the following is NOT a method used for logging messages in a server-side script for a privately-
scoped application?
A. gs.log()
B. gs.error()
C. gs.warn()
7 of 21
ServiceNow - CAD
D. gs.debug()
Answer: A
Question #:23
Answer: C
Question #:24
D. The response from the provider indicating there is no data to send back
Answer: B
Question #:25
When configuring a module, what does the Override application menu roles configuration option do?
A. Users with the module role but without access to the application menu access the module
B. Self-Service users can access the module even though they do not have roles
C. Admin is given access to the module even if Access Controls would ordinarily prevent access
D. Users with access to the application menu can see the module even if they don’t have the module role
Answer: A
8 of 21
ServiceNow - CAD
Question #:26
When configuring the content of an Email Notification, which syntax should be used to reference the
properties of an event triggering the Notification?
A. ${event.<property name>}
B. ${current.<property name>}
C. ${property name>.getDisplayValue()}
D. ${gs.<property name>}
Answer: A
Question #:27
When working in the Form Designer, configuring the label of a field in a child table changes the label on
which table(s)?
A. base table
B. child table
C. parent table
D. all tables
Answer: B
Question #:28
Answer: A
9 of 21
ServiceNow - CAD
Question #:29
Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?
Answer: C
Question #:30
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
C. Create a class
Answer: A
Question #:31
Which roles grant access to source control repository operations such as importing applications from source
control, or linking an application to source control? (Choose two.)
A. source_control
B. source_control_admin
C. admin
D. git_admin
Answer: A C
Question #:32
ServiceNow - CAD
B. Applications downloaded from 3rd party ServiceNow application developers cannot have naming
conflicts
Answer: B
Explanation
Reference https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/
concept/c_ApplicationScope.html#r_ExampleNamespaceIdentifiers
Question #:33
A. Outbound Email
B. Application
C. Record
D. Schedule
Answer: A
Question #:34
Which Report Type(s) can be created by right-clicking on a column header in a table’s list?
B. Bar Chart
Answer: D
ServiceNow - CAD
Question #:35
Which one of the following is the baseline behavior of a table in a privately-scoped application?
A. The table and its data are not accessible using web services
B. Any Business Rule can read, write, delete, and update from the table
C. Only artifacts in the table’s application can read from the table
Answer: D
Question #:36
A. workflow.scratchpad
Answer: B
Question #:37
C. Provide a namespace (prefix and scope name) to prevent cross application name collisions
D. Provide controls for how scripts from another scope can alter tables in a scoped application
Answer: A
Question #:38
Which one of the following is true for a table with the “Allow configuration” Application Access option
selected?
ServiceNow - CAD
A. Only the in scope application’s scripts can create Business Rules for the table
B. Any user with the application’s user role can modify the application’s scripts
C. Out of scope applications can create Business Rules for the table
D. Out of scope applications can add new tables to the scoped application
Answer: C
Question #:39
If the Create module field is selected when creating a table, what is the new module’s default behavior?
B. Open a link to a wiki article with instructions on how to customize the behavior of the new module
Answer: D
Question #:40
From the list below, identify one reason an application might NOT be a good fit with ServiceNow.
The application:
Answer: B
Question #:41
Which one of the following is true for a Script Include with a Protection Policy value of Protected?
ServiceNow - CAD
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
Answer: D
Question #:42
What are some of the benefits of extending an existing table such as the Task table when creating a new
application?
c) Existing logic from the parent table will be automatically applied to the new table.
d) All of the parent table records are copied to the new table.
A. a, b, c, and d
B. a and b
C. b and c
D. a, b, and c
Answer: B
Question #:43
What syntax is used in a Record Producer script to access values from Record Producer form fields?
A. producer.field_name
B. producer.variablename
C. current.variable_name
D. current.field_name
Answer: B
ServiceNow - CAD
Question #:44
Which one of the following is NOT required to link a ServiceNow application to a Git repository?
A. Password
B. URL
C. User name
D. Application name
Answer: D
Question #:45
Which of the following methods prints a message on a blue background to the top of the current form by
default?
A. g_form.addInfoMsg()
B. g_form.addInfoMessage()
C. g_form.showFieldMessage()
D. g_form.showFieldMsg()
Answer: B
Question #:46
Answer: D
Question #:47
ServiceNow - CAD
When configuring an Access Control which has no condition or script, which one of the following statements
is NOT true?
Answer: D
Question #:48
How must Application Access be configured to prevent all other private application scopes from creating
configuration records on an application’s data tables?
A. You must create Access Controls to prevent all other application scopes from creating configuration
records on an application’s data tables rather than using Application Access
B. Set the Accessible from field value to All application scopes and de-select the Can create option
C. Set the Accessible from field value to This application scope only and de-select the Allow access to this
table via web services option
D. Set the Accessible from field value to This application scope only
Answer: D
Question #:49
Which source control operation is available from BOTH Studio and the Git Repository?
A. Create Branch
Answer: A
Question #:50
ServiceNow - CAD
A. Administrators can grant non-admin users the ability to develop global applications.
B. Administrators can specify which application file types the developer can access.
Answer: A
Question #:51
A. Constructor
B. Scoped
C. Anonymous
D. Self-invoking
Answer: D
Question #:52
Which of the following objects does a Display Business Rule NOT have access to?
A. previous
B. GlideSystem
C. g_scratchpad
D. current
Answer: A
ServiceNow - CAD
Question #:53
A. a, b and c
B. a, b, and d
C. b, c and d
D. a, c and d
Answer: A
Question #:54
The source control operation used to store local changes on an instance for later application is called a(n)
<blank>.
A. Branch
B. Tag
C. Stash
D. Update set
Answer: C
Question #:55
Which of the following features are available to Global applications? (Choose two.)
B. Source Control
C. Delegated Development
D. Flow Designer
Answer: A D
Question #:56
a) To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form.
b) 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.
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 add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.
A. a, b, c, and d
B. b, c, and d
C. a, b, and d
D. a, b, and c
Answer: D
Question #:57
A. Enable the right-click to edit the context menus on applications in the navigator
Answer: B
ServiceNow - CAD
Question #:58
Which one of the following is the fastest way to create and configure a Record Producer?
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
Answer: C
Question #:59
It is best practice to define the business requirements and the process(es) an application will manage as part of
the application development plan. What are some of the considerations to document as part of the business
process?
Answer: A
Question #:60
Which platform feature can be used to determine the relationships between field in an Import Set table to field
in an existing ServiceNow table?
B. Data Sources
C. Transform Map
D. Cl Relationship Builder
Answer: C
Explanation
ServiceNow - CAD
A transform map determines the relationships between fields displaying in an Import Set table and fields in an
existing ServiceNow table, such as the Incidents or Users table.
1. CAD Questions are often script oriented and differently worded in main exam from previous exams, so
it is better to practice with as many possible to avoid surprises. This is where practice and coverage of
exam scope comes handy so that we are not caught by surprise. Always look to the exam blueprint to
ensure alignment with exam scope. Having hands on interaction with the platform will form the bulk of
your preparation. As far as studying goes, you MUST know application development, integrations,
scope, Auth, APIs, tables, properties, security etc, dive into ServiceNow community blogs and
articles, docs.servicenow.com and lastly but importantly verify your readiness with tests.
2. Don’t memorise the answers but research all the topics you aren’t confident in. The mistake is to expect
dumps or practice tests to be exactly the same as the CAD exam. They aren’t but the topics and content
are. If you find the exam to be tricky, eliminate 2 of the answers and then hoping you know enough
about the topic to pick the right one between the remaining two :)
3. The CAD training on NowLearning has most of the information you will need to know for the exam.
For the rest, go through the exam blueprint and review each related section on the NowLearning site.
You will want to know ACLs/App security inside and out, as well as the most common server-side and
client-side APIs.
4. Don’t treat dumps as the only mean to pass the exam. They are simply validators of your knowledge and
expertise. Plan time as 80 % preparation in Now learning plan and 20% in practice tests. Don’t get
surprised with 6+ options in mainline CAD exam. They are just added to trick you in making a mistake.
The core of exam stays the same - the Exam Blueprint. Drill through each area of the blueprint and you
will be fine. Trust your experience and preparation.
5. For script based questions, look for incorrect OOPS syntax or wrong API or method names or incorect
usage of client/server side javascript. Don’t fret long on end result of script blocks.
6. If you still find running out of time, take external courses. Nick Maddinson’s course for CAD is one of
the bestseller course to prepare for ServiceNow Certified Application Developer exam. (Bestseller
courses on Udemy are the ones over 97 % accuracy of content). Course reference - here
NO.1 Which one of the following is the fastest way to create and configure a Record
Producer?
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
Answer: C
NO.2 Which one of the following is the baseline behavior of a
table in a privately-scoped application?
A. The table and its data are not accessible using web services
B. Any Business Rule can read, write, delete, and update from the table
C. Only artifacts in the table's application can read from the table
Answer: D
NO.3 When configuring a module, what does the Override application menu roles
configuration option do?
A. Users with the module role but without access to the application menu access the
module
B. Self-Service users can access the module even though they do not have roles
C. Admin is given access to the module even if Access Controls would ordinarily
prevent access
D. Users with access to the application menu can see the module even if they don't
have the module role
Answer: A
NO.4 Which of the following features are available to Global applications? (Choose
two.)
A. Automated Test Framework
B. Source Control
C. Delegated Development
D. Flow Designer
Answer: A D
NO.5 What is a Module?
A. The functionality within an application menu such as opening a page in the
content frame or a separate tab or window
B. A group of menus, or pages, providing related information and functionality to end-
users
C. A way of helping users quickly access information and services by
filtering the items in the Application Navigator
D. A web-based way of providing software to end-users
Answer: A
NO.6 Identify the incorrect statement about Delegated Development in ServiceNow.
A. Administrators can grant non-admin users the ability to develop global applications
B. Administrators can specify which application file types the developer can access.
Answer: A
NO.7 Here is the Business Rule script template:
B. g_user.hasRoleExactly('catalog_admin')
C. g_user.hasRoleOnly('catalog_admin')
D. g_user.hasRoleFromList('catalog_admin')
Answer: B
NO.10 How must Application Access be configured to prevent all other private
application
scopes from creating configuration records on an application's data tables?
A. You must create Access Controls to prevent all other application
scopes from creating configuration records on an application's data
tables rather than using Application Access
B. Set the Accessible from field value to All application scopes and de-select the
Can create option
C. Set the Accessible from field value to This application scope only and de-select
the Allow access to this table via web services option
D. Set the Accessible from field value to This application scope only
Answer: D
NO.11 It is best practice to define the business requirements and the process(es) an
application will manage as part of the application development plan. What are some
of the considerations to document as part of the business process?
A. Business problem, data input/output, users/stakeholders, and process steps
Answer: A
NO.12 To see what scripts, reports, and other application artifacts will be in a
published application:
A. Enter the name of the Application in the Global search field
D. Open the artifact records individually to verify the value in the Application field
Answer: C
NO.13 Application developers configure ServiceNow using industry standard
JavaScript to...
A. Enable the right-click to edit the context menus on applications in the navigator
Answer: B
NO.14 Which of the following are configured in an Email
Notification? a)Who will receive the notification.
b) What content will be in the notification.
c) When to send the notification.
d) How to send the notification.
A. a, b and c B. a, b, and d C. b, c and d D. a, c and d
Answer: A
NO.15 Which of the following CANNOT be debugged using the Field Watcher?
A. Business Rules
B. Script Includes
C. Client Scripts
D. Access Controls
Answer: B
NO.16 Which of the following is NOT supported by Flow Designer?
A. Call a subflow from a flow
Answer: BE
NO.17 Which of the following statements does NOT apply when extending an existing
table?
A. The parent table's Access Controls are evaluated when determining
access to the new table's records and fields
B. The new table inherits the functionality built into the parent table
C. The new table inherits all of the fields from the parent table
Answer: D
NO.18 Which of the following are true for reports in ServiceNow? (Choose three.)
A. Any user can see any report shared with them.
Answer: B D E
NO.19 Which of the following is NOT a trigger type in Flow Designer?
A. Outbound Email
B. Application
C. Record
D. Schedule
Answer: A
NO.20 One of the uses of the ServiceNow REST API Explorer is:
A. Practice using REST to interact with public data providers
Answer: D
NO.21 Which platform feature can be used to determine the relationships
between field in an Import Set table to field in an existing ServiceNow table?
A. Business Service Management Map
B. Data Sources
C. Transform Map
D. Cl Relationship Builder
Answer: D
NO.23 Which source control operation is available from BOTH Studio and the Git
Repository?
A. Create Branch
Answer: A
NO.24 When creating new application files in a scoped application, cross
scope access is turned on by default in which of the following?
A. REST messages
B. Table
C. Script Include
D. Workflow
Answer: B
NO.25 Which one of the following is true?
A. A UI Policy's Actions execute before the UI Policy's Scripts
B. The execution order for a UI Policy's Scripts and Actions is determined at runtime
Answer: A
NO.26 When evaluating Access Controls, ServiceNow searches and evaluates:
A. Only for matches on the current table
Answer: C
NO.27 Which Report Type(s) can be created by right-clicking on a column header in
a table's list?
A. Bar Chart, Pie Chart, Histogram, and Line
B. Bar Chart
Answer: D
NO.28 When working in the Form Designer, configuring the label of a field in a
child table changes the label on which table(s)?
A. base table
B. child table
C. parent table
D. all tables
Answer: B
NO.29 In an Email Notification, which one of the following is NOT true for the Weight
field?
A. Only Notifications with the highest weight for the same record and recipients are
sent
B. A Weight value of zero means that no email should be sent
D. A Weight value of zero means the Notification is always sent when the
Notification's When to send criteria is met
Answer: B
NO.30 Which of the following methods are useful in Access Control scripts?
A. g_user.hasRole() and current.isNewRecord()
Answer: B
NO.31 Modules must have a Link type. Which one of the following is a list of Link
types?
A. List of Records, Separator, Catalog Type, Roles
Answer: B
NO.32 Which one of the following is part of the client-side scripting API?
A. workflow.scratchpad
Answer: B
NO.33 Which objects can you use in a Scheduled Script Execution (Scheduled Job)
script?
A. GlideRecord and current
Answer: C
NO.34 Which one of the following is true for GlideUser (g_user) methods?
A. Can be used in Client Scripts and UI Policies only
Answer: C
NO.35 Which of the following statements is true for the Form Designer?
a)To add a field to the form layout, drag the field from the Fields tab to the
desired destination on the form.
b) Tocreate 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.
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) Toadd a section to the form layout, drag it from the Field Types tab to the
desired destination on the form.
A. a, b, c, and d B. b, c, and d C. a, b, and d D. a, b, and c
Answer: D
NO.36 Which of the following methods prints a message on a blue background
to the top of the current form by default?
A. g_form.addInfoMsg()
B. g_form.addInfoMessage()
C. g_form.showFieldMessage()
D. g_form.showFieldMsg()
Answer: B
NO.37 There is a basic strategy when creating a Utils Script Include. Identify the
step that does not belong.
A. Identify the table
C. Create a class
Answer: A
NO.38 In a Business Rule, which one of the following returns true if the currently
logged in user has the admin role?
A. g_form.hasRoleExactly('admin')
B. gs.hasRole('admin')
C. g_form.hasRole('admin')
D. gs.hasRoleExactly('admin')
Answer: B
NO.39 When a ServiceNow instance requests information from a web service,
ServiceNow is the web service:
A. Publisher
B. Specialist
C. Provider
D.
Consumer
Answer: D
NO.40 Which of the following objects does a Display Business Rule NOT have access
to?
A. previous
B. GlideSystem
C. g_scratchpad
D. current
Answer: A
NO.41 Which one of the following is NOT a method used for logging messages in
a server- side script for a privately- scoped application?
A. gs.log()
B. gs.error()
C. gs.warn()
D. gs.debug()
Answer: A
NO.42 What syntax is used in a Record Producer script to access values
from Record Producer form fields?
A. producer.field_name
B. producer.variablename
C. current.variable_name
D. current.field_name
Answer: B
NO.43 Which one of the following is true for a Script Include with a Protection
Policy value of Protected?
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
Answer: B
NO.45 Which objects can be used in Inbound Action scripts?
A. current and previous
Answer: B
NO.46 Which Application Access configuration field(s) are NOT available
if the Can read configuration field is NOT selected?
A. All access to this table via web services
C. Can read does not affect the availability of other Application Access fields
D. Allow configuration
Answer: B
NO.47 Which one of the following client-side scripts apply to Record Producers?
A. Catalog Client Scripts and Catalog UI Policies
Answer: A
NO.48 From the list below, identify one reason an application might NOT be
a good fit with ServiceNow. The application:
A. Needs workflow to manage processes
Answer: B
NO.49 Which one of the following is NOT a UI Action type?
A. List choice
B. Form button
C. List banner
button D. Form
choice Answer: D
NO.50 Which one of the following is NOT a purpose of application scoping?
A. Provide a relationship between application artifacts
C. Provide a namespace (prefix and scope name) to prevent cross application name
collisions
D. Provide controls for how scripts from another scope can alter tables in a
scoped application
Answer: B
NO.51 Which one of the following is true for a table with the "Allow
configuration" Application Access option selected?
A. Only the in scope application's scripts can create Business Rules for the table
B. Any user with the application's user role can modify the application's scripts
C. Out of scope applications can create Business Rules for the table
D. Out of scope applications can add new tables to the scoped application
Answer: C
NO.52 When configuring the content of an Email Notification, which syntax
should be used to reference the properties of an event triggering the
Notification? (Check It Once)
A. ${event.}
B. ${current.}
C. ${property name>.getDisplayValue()}
D. ${gs.}
Answer: A
NO.53 A scoped application containing Flow Designer content dedicated to a
particular application is called a(n):
A. Spoke
B. Bundle
C. Action Way
D. Flow
B. Tag
C. Stash
D. Update set
Answer: C
NO.55 Which one of the following is NOT required to link a ServiceNow
application to a Git repository?
A. Password
B. URL
C. User name
D. Application name
Answer: D
NO.56 When configuring a REST Message, the Endpoint is:
A. The commands to the REST script to stop execution
D. The response from the provider indicating there is no data to send back
Answer: B
NO.57 Which roles grant access to source control repository operations
such as importing applications from source control, or linking an application
to source control? (Choose two.)
A. source_control
B. source_control_admin
C. admin
D. git_admin
Answer: A C
NO.58 Which one of the following is NOT a debugging strategy for client-side scripts?
A. g_form.addInfoMessage()
B. Field Watcher
C. jslog()
D.
gs.log()
Answer:
D
NO.59 If the Create module field is selected when creating a table, what is the
new module's default behavior?
A. Open an empty form so new records can be created
Answer: D
Some updated question--------
Q) which of the following is not a way to install an application on SNOW
instance?
A) select the copy button on the application record(correct)
B) download and install a 3rd party application from the SNOW store.
C) Download and install an application from SNOW share web site
D) Install an application from application repository.
Q) true about application picker and application scope?
A) select a global in application picker sets the application scope to incident
B) select an application from the application picker sets the application
scope(correct)
Q) which of the following is not a caller access field option?
Caller traking,
caller restrictions
Caller permission(correct)
None
Q) Which of the following is true about deleting field from table?
A) user defined non inherited field can be deleted. (Correct)
B) any field on the table can be deleted
C) table record is deleted when a field is deleted
D) inherited field can be deleted
Q). What are some of the considerations to document as part of the business process?
Which one of the following is true for a Script Include with a Protection Policy value of
Protected?
ANS: The Protection Policy is applied only if the application is downloaded from the
ServiceNow App Store
Q)When configuring the content of an Email Notification, which syntax should be used to
reference the properties of an event triggering the Notification?
ANS: ${event.}
Q) If the Create module field is selected when creating a table, what is the new module's
default behavior?
ANS
a. To replace outdated, inadequate, custom business applications and processes
b. To extend service delivery and management to all enterprise departments
c. To extend the value of service now
Q)which option available feature in studio?
Ans—Search control, Push to source control
Q)What are some of the banefits of extending an existing table such as tasktable,when
creating new application?
Ans -*you can repurpose existing field by simply changing the label
*use existing field with no modification
*existing logic from the parent table will be automatically applied to the new table.
Q)Benefits of storing the majority of application?
1)only run when called
2)the script logic is hidden
3)changes to application logic made at single place
Q)ways to respond the event generated?
-script action
-email notification
Q. In SOAP message, which syntax indicates a variable when the function is called –
ANS: ${variable_name}
Q)Table.none -> Admin and ITIL
Table.* -> Admin
Table.u_field_3 -> ITIL
What ITIL can see?
ANS: gs.getUserID()
Q) Task table is
ANS: only run when called ,the script logic is hidden , changes to application logic
made at single place
Q). Which of the following is not a way for data to be entered into a service now
application?
ANS: Java package call
Q)which of the following is correct?
1.Which one of the following is the fastest way to create and configure a Record Producer?
ANS. Open the table in the Table records and select the Add to Service Catalog Related Link
3. When configuring a module, what does the Override application menu roles configuration
option do?
ANS: Users with the module role but without access to the application menu access the
module
4. What are some of the considerations to document as part of the business process?
5. To see what scripts, reports, and other application artifacts will be in a published application:
ANS: Examine the Application Files Related List in the application to be published
8. Which of the following statements does NOT apply when extending an existing table?
10. Which platform feature can be used to determine the relationships between field in an
Import Set table to field in an existing ServiceNow table?
ANS: Table
ANS: From the most specific match to the most generic match
13. Which Report Type(s) can be created by right-clicking on a column header in a table's list?
14. Which of the following methods are useful in Access Control scripts?
15. Modules must have a Link type. Which one of the following is a list of Link types?
16. Which one of the following is not part of the client-side scripting API?
17. Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?
18. Which of the following objects does a Display Business Rule NOT have access to?
ANS: previous
19. Which one of the following is NOT a method used for logging messages in a server-side script
for a privately- scoped application?
ANS: gs.log()
20. Which one of the following is true for a Script Include with a Protection Policy value of
Protected?
ANS: The Protection Policy is applied only if the application is downloaded from the
ServiceNow App Store
24. Which one of the following is true for a table with the "Allow configuration" Application
Access option selected?
ANS: Out of scope applications can create Business Rules for the table
25. When configuring the content of an Email Notification, which syntax should be used to
reference the properties of an event triggering the Notification?
ANS: ${event.}
26. A scoped application containing Flow Designer content dedicated to a particular application is
called a(n):
ANS: Spoke
27. The source control operation used to store local changes on an instance for later application
is called a(n).
ANS: Stash
28. Which one of the following is NOT required to link a ServiceNow application to a Git
repository?
29. Which roles grant access to source control repository operations such as importing
applications from source control, or linking an application to source control?
ANS: source_control
Admin
30. Which one of the following is NOT a debugging strategy for client-side scripts?
ANS: gs.log()
31. If the Create module field is selected when creating a table, what is the new module's default
behavior?
ANS: 1
ANS
a. To replace outdated, inadequate, custom business applications and processes
b. To extend service delivery and management to all enterprise departments
c. To extend the value of service now
ANS: Sections
37. In SOAP message, which syntax indicates a variable when the function is called –
ANS: ${variable_name}
ANS: gs.getUserID()
40. gs.eventQueue() is used for generating the events. Then the response will be:
ANS: only run when called ,the script logic is hidden , changes to application logic made
at single place
45. Which of the following is not a way for data to be entered into a service now application?
47.How is debug business rules(details) is different from the debug business rules?
ANS: old changes and new changes of the fields are shown
ANS: Date
54. Which type should be used when the module should redirect to the Record Producer
form
Ans: A,B
24. Identify the way(s) an application can respond to an Event generated by the gs.eventQueue()
method
A. Script Action
C. UI policy
D. Email Notification
A. B and c
B. A and c
C. C
D. A and d
Ans: D
25. Which of the following is NOT a feature of Flow Designer? Select and Two
ANSWER: C,D
26. When troubleshooting and debugging transactions and events, where do you navigate
to see is an email was sent in.
Ans: D
27. What information does Debug Business Rules (details) show that debug Business
rules does not?
B. 🤩Old and new values for field values changed by business rules
Ans: B
B. 🤩Search Control
C. Merge Branches
Ans:A,B
29. An application called my app has a table,my app table, with this application access
configuration
A. Any Application developer can write a business rule which successfully deletes all
records from the My app Table.
B. No business rule can be written which successfully deletes all records from my app
Table table
C. An application developer working in another privately scoped application can write a
Business rule for the My app all records from the My App Table table
D. An application developer working in the my app scope can write a business rule for
the My App Table table which My App Table table.
Ans: C
30. What is the purpose of the coalesce field when importing data?
Ans: D
31. Which of the following are features of the servicenow integration with a Git
repository?
Choose any 3:
Ans: B,C,D
B. 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
Ans: A
Ans: C
Ans: C
B. All records created using this strategy are inserted into the requested item
D. Each field prompts the user with a question rather than a field label
Ans: A,D,E
36. When writing a client script to provide feedback targeted at a specific field, which me
A. g_form.addFieldMsg()
B. G_form.showFieldMsg()
C. G_form.showInfoMessage()
D. G_form.addInfoMessage()
Ans: B
A. 🤩Watermark
B. Record Link
C. Sys_id
D. Subject line
Ans: A
38. Which one of the following is a benefit of creating an application properties page for each
application you develop?
Ans: D
39. When debugging email notifications,what must you check on a user record?
E. The first name and last name fields must have values.
Ans: A, D, E
40. Which one of the following is true for that script fragment?
B. The method returns true only if the currently logged in user has the x_my_app_user
role
C. The method returns false only if the currently logged in user has the x_my_app_user
role
D. 🤩The method returns true if the currently logged in user has the x_my_app_user
role or the admin role
Ans: D
41. Which server side debug log method is available for scoped applications?
A. gs.imb()
B. gs.debuglog()
C. 🤩 gs.log()
D.gs.debugging()
Ans: D
A. The table for which a workflow is defined plus any conditions such as “Active 1
Ans:
CAD DUMPS 2020-30.07.2020
2) Which of the following are automatically created when an application is created using
Guided Application Creator(GAC)?
3) What are some of the considerations to document as part of the business process?
5) For Application Access there is a configuration option called Allow access to this
table via web services. Which one of the following statements is true when the option
is selected?
Answer: The user performing the query via web services must have the correct
permissions to access the table's records.
7) When configuring a module, what does the Override application menu roles
configuration option do?
Answer: Users with the module role but without access to the application menu
access the module
8) Which of the following CANNOT be debugged using the Field Watcher?
9) Which of the following statements does NOT apply when extending an existing table?
10) Which platform feature can be used to determine the relationships between field in an
Import Set table to field in an existing ServiceNow table?
11) If can read configuration field is not selected what else is not available question?
13) Which one of the following is the fastest way to create and configure a Record
Producer?
Answer: Open the table in the Table records and select the Add to Service
Catalog Related Link
14) Which one of the following is the baseline behaviour of a table in a privately-scoped
application?
15) When configuring a module, what does the Override application menu roles
configuration option do?
Answer: Users with the module role but without access to the application menu
access the module
16) Which is one that performs debug logging in server side ?
a. gs.info()
b. gs.debug()
c. gs.print()
d. gs.log()
Answer: gs.debug()
17) You are developing the MyApp application that has a table, Table A. When the MyApp
application is installed on an instance you want Table A's records to be installed as part
of the Application. Table A's records will be installed when?
18) To see what scripts, reports, and other application artifacts will be published
applications?
20) Which option is not present when we are linking an application from the source
control ?
a. URL
b. Username
c. Password
d. Application name
Answer: From the most specific match to the most generic match
23) Which of the following objects does a Display Business Rule NOT have access to?
Answer: previous
24) Modules must have a Link type. Which one of the following is a list of Link types?
25) Which Report Type(s) can be created by right-clicking on a column header in a table?
26) Which one of the following is NOT a method used for logging messages in a server-
side script for a privately- scoped application?
Answer: gs.log()
27) When creating new application files in a scoped application, cross scope access is
turned on by default in which of the following?
Answer: Table
28) Which one of the following is true for a Script Include with a Protection Policy value
of Protected?
29) Which one of the following is true for a Script Include with a Protection Policy value
of Protected?
Answer: Spoke
31) Which roles grant access to source control repository operations such as importing
applications from source control, or linking an application to source control?
Answer: source_control
Admin
32) The source control operation used to store local changes on an instance for later
application is called a(n).
Answer: Stash
33) If the Create module field is selected when creating a table, what is the new module
default behaviour?
Answer: Display a list of all records from the table
Answer: 1
Answer: g_form.ShowFieldMsg()
37) Which server-side object provides methods for working with dates opened when
writing scripts in a privately scoped application?
Answer: GlideDateTime
Answer: COPY
Answer: True
42) Which on the following is true for a table with the Allow configuration Application
Access option selected?
Answer: Out of scope applications can create Business Rules for the table.
Answer: Returns true if the user has x_Myapp_scope or if the user has admin
rule
44) When creating a table in a privately-scoped application, which of the four Access
Controls are created for the table?
45) What are some benefits of extending an existing table such as the Task table when
creating a new application?
Answer: You can re-purpose existing fields by simply changing the label
46) Application developers can specify which ServiceNow page a user sees after
submitting a new record using the Record Producer UI. How is the page specified?
Answer: Write a script in the Record Producer's script field: produer.redirect =
'URL'
Answer: Query
Answer: False
Answer: Extensibility
Numbering
Security
52) Notifications are sent out by the ______________ to the reviewers group when?
Answer:
-A push requires code review
-A user cancels a push
CAD DUMPS
1. What are some of the considerations to document as part of the business process?
Answer: event.<property_name>
4. Which of the following are automatically created when an application is created using Guided
Application Creator(GAC)?
Answer: The user performing the query via web services must have the correct
permissions to access the table's records.
10. Which platform feature can be used to determine the relationships between field in an Import
Set table to field in an existing ServiceNow table?
13. Which one of the following is the fastest way to create and configure a Record Producer?
Answer: Open the table in the Table records and select the Add to Service Catalog
Related Link
a. gs.info()
b. gs.debug()
c. gs.print()
d. gs.log()
Answer: gs.debug()
16.You are developing the MyApp application that has a table, Table A. When the MyApp
application is installed on an instance you want Table A's records to be installed as part of the
Application. Table A's records will be installed when?
17.To see what scripts, reports, and other application artifacts will be published
applications?
19.Which option is not present when we are linking an application from the source
control ?
a. URL
b. Username
c. Password
d. Application name
Answer: From the most specific match to the most generic match
22.Which of the following objects does a Display Business Rule NOT have access to?
Answer: previous
23.Modules must have a Link type. Which one of the following is a list of Link types?
Answer: Assessment, List of Records, Separator, Timeline Page
25.Which one of the following is NOT a method used for logging messages in a server-side
script for a privately- scoped application?
Answer: gs.log()
26.When creating new application files in a scoped application, cross scope access is turned
on by default in which of the following?
Answer: Table
27.Which one of the following is true for a Script Include with a Protection Policy value of
Protected?
Answer: The Protection Policy is applied only if the application is downloaded from
the ServiceNow App Store
Answer: The Protection Policy is applied only if the application is downloaded from
the ServiceNow App Store
28.A scoped application containing Flow Designer content dedicated to a particular application
is called a?
Answer: Spoke
29.Which roles grant access to source control repository operations such as importing
applications from source control, or linking an application to source control?
Answer: source_control
Admin
30.The source control operation used to store local changes on an instance for later application is
called a(n).
Answer: Stash
31.If the Create module field is selected when creating a table, what is the new module
default behaviour?
Answer: Display a list of all records from the table
Answer: 1
Answer: g_form.ShowFieldMsg()
35 Which server-side object provides methods for working with dates opened when writing
scripts in a privately scoped application?
Answer: GlideDateTime
Answer: COPY
Answer: True
40.Which on the following is true for a table with the Allow configuration Application
Access option selected?
Answer: Out of scope applications can create Business Rules for the table.
Answer: Returns true if the user has x_Myapp_scope or if the user has admin rule
43. Application developers can specify which ServiceNow page a user sees after submitting
a new record using the Record Producer UI. How is the page specified?
Answer: Write a script in the Record Producer's script field: produer.redirect =
'URL'
a. Create
b. Delete
c. Update
d. Query
Answer: Query
46. 6. Which of the following CANNOT be debugged using the Field Watcher?
47. Which of the following methods are useful in Access Control scripts?
50. while sending email notification what should the user search for?
Answers: (A)The email field must have a value (ANSWERS: A, C, D)
(B) The user must not be locked out
(C) The value in the notification field must be set to enabled
(D) Active must be true
(E) The first name and last name fields must have values.