ServiceNow CAD Questions Filtered
ServiceNow CAD Questions Filtered
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) 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
Next Question
Question 2 ( Topic 1 )
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
Reference:
[Link]
Next Question
Question 3 ( Topic 1 )
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
• B. Open the list of Update Sets for the instance
• C. Examine the Application Files Related List in the application to be published
• D. Open the artifact records individually to verify the value in the Application field
Answer : C
Reference:
[Link]
bc01dcaf3231f9619fe
Next Question
Question 4 ( Topic 1 )
Which one of the following is NOT a debugging strategy for client-side scripts?
• A. g_form.addInfoMessage()
• B. Field Watcher
• C. jslog()
• D. [Link]()
Answer : D
Reference:
[Link]
app_store_learnv2_scripting_istanbul_debugging_client_scripts
Next Question
Question 5 ( Topic 1 )
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
• B. Can create, Can update, and Can delete
• C. Can read does not affect the availability of other Application Access fields
• D. Allow configuration
Answer : B
Question 6 ( Topic 1 )
Which of the following is NOT a trigger type in Flow Designer?
• A. Outbound Email
• B. Application
• C. Record
• D. Schedule
Answer : A
Reference:
[Link]
designer/reference/[Link]
Next Question
Question 7 ( Topic 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
Reference:
[Link]
development/page/build/applications/task/[Link]
Next Question
Question 8 ( Topic 1 )
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
• C. The Weight value defaults to zero
• D. A Weight value of zero means the Notification is always sent when the Notificationג€™s
When to send criteria is met
Answer : B
Reference:
[Link]
platform/page/administer/notification/task/t_CreateANotification.html
Next Question
Question 9 ( Topic 1 )
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
Reference:
[Link]
bc01dcaf3231f96197c
Next Question
Question 10 ( Topic 1 )
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 : AD
Question 11 ( Topic 1 )
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
Reference:
[Link]
administration/task/t_EditingAUIAction.html
Next Question
Question 12 ( Topic 1 )
Which of the following is NOT supported by Flow Designer?
• 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
Answer : B
Reference:
[Link]
3ab409540e15b8a9619c9
Next Question
Question 13 ( Topic 1 )
Which of the following are true for reports in ServiceNow? (Choose three.)
• A. Any user can see any report shared with them.
• B. Can be a graphical representation of data.
• C. All users can generate reports on any table.
• D. Can be run on demand by authorized users.
• E. Can be scheduled to be run and distributed by email.
Answer : BDE
Reference:
[Link]
reporting/page/use/reporting/task/t_ShareASetting.html
Next Question
Question 14 ( Topic 1 )
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
• B. Assessment, List of Records, Separator, Timeline Page
• C. List of Records, Content Page, Order, URL (from arguments:)
• D. Assessment, List of Records, Content Page, Roles
Answer : B
Reference:
[Link]
platform/page/administer/navigation_and_ui/reference/r_ModuleLinkTypes.html
Next Question
Question 15 ( Topic 1 )
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
Reference:
[Link]
23409a64e15b8a9619d2
Question 16 ( Topic 1 )
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
Reference:
[Link]
b3840be6a345ca9619af
Next Question
Question 17 ( Topic 1 )
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
• C. A UI Policyג€™s Scripts execute before the UI Policyג€™s Actions
• D. A UI Policyג€™s Actions and Scripts execute at the same time
Answer : C
Reference:
[Link]
784f7fca851ca96199b
Next Question
Question 18 ( Topic 1 )
Here is the Business Rule script template:
This type of JavaScript function is known as:
• A. Constructor
• B. Scoped
• C. Anonymous
• D. Self-invoking
Answer : D
Next Question
Question 19 ( Topic 1 )
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ג€™)
• C. g_user.hasRoleOnly(ג€˜catalog_adminג€™)
• D. g_user.hasRoleFromList(ג€˜catalog_adminג€™)
Answer : B
Reference:
[Link]
57c0d58ea345ca96196b
Next Question
Question 20 ( Topic 1 )
There is a basic strategy when creating a Utils Script Include. Identify the step that does not
belong.
• A. Identify the table
• B. Script the function(s)
• C. Create a class
• D. Create a prototype object from the new class
Answer : A
Question 21 ( Topic 1 )
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 : AC
Reference:
[Link]
development/page/build/applications/task/t_LinkAnApplicationToSourceControl.html
Next Question
Qu00estion 22 ( Topic 1 )
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
Reference:
[Link]
dbc01dcaf3231f9619a3
Next Question
Question 23 ( Topic 1 )
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
• C. The Protection Policy is applied only if the [Link].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
[Link]
development/page/build/applications/concept/c_ScriptProtectionPolicy.html
Next Question
Question 24 ( Topic 1 )
Which one of the following is true for GlideUser (g_user) methods?
• A. Can be used in Client Scripts and UI Policies only
• B. Can be used in Business Rules only
• C. Can be used in Client Scripts, UI Policies, and UI Actions
• D. Can be used in Business Rules, and Scripts Includes
Answer : C
Reference:
[Link]
Next Question
Question 25 ( Topic 1 )
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
Reference:
[Link]
Question 26 ( Topic 1 )
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. CI Relationship Builder
Answer : C
Explanation:
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.
Reference:
[Link]
dbc01dcaf3231f961935
Next Question
Question 27 ( Topic 1 )
When configuring a REST Message, the Endpoint is:
• A. The commands to the REST script to stop execution
• B. The URI of the data to be accessed, queried, or modified
• C. Information about the format of the returned data
• D. The response from the provider indicating there is no data to send back
Answer : B
Reference:
[Link]
development/page/integrate/outbound-rest/reference/r_RESTMessageElements.html
Next Question
Question 28 ( Topic 1 )
When evaluating Access Controls, ServiceNow searches and evaluates:
• A. Only for matches on the current table
• B. Only for matches on the current field
• C. From the most specific match to the most generic match
• D. From the most generic match to the most specific match
Answer : C
Next Question
Question 29 ( Topic 1 )
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. [Link](ג€˜adminג€™)
• C. g_form.hasRole(ג€˜adminג€™)
• D. [Link](ג€˜adminג€™)
Answer : B
Next Question
Question 30 ( Topic 1 )
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
• B. Requires ג€as-isג€ use of low-level programming libraries
• C. Requires reporting capabilities
• D. Uses forms extensively to interact with data
Answer : B
Question 31 ( Topic 1 )
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.
• C. Administrators can grant the developer access to script fields.
• D. Administrators can grant the developer access to security records.
Answer : A
Reference:
[Link]
development/page/build/applications/concept/c_DelegatedDevelopment.html
Next Question
Question 32 ( Topic 1 )
One of the uses of the ServiceNow REST API Explorer is:
• A. Practice using REST to interact with public data providers
• B. Find resources on the web for learning about REST
• C. Convert SOAP Message functions to REST methods
• D. Create sample code for sending REST requests to ServiceNow
Answer : D
Reference:
[Link]
ork_rest_integrations/
app_store_learnv2_rest_newyork_inbound_rest_integrations/app_store_learnv2_rest_newyork_intr
oduction_to_the_rest_api_explorer
Next Question
Question 33 ( Topic 1 )
Which one of the following is true regarding Application Scope?
• A. All applications are automatically part of the Global scope
• B. Applications downloaded from 3 party ServiceNow application developers cannot have
naming conflicts rd
• C. Any developer can edit any application
• D. Developers can choose the prefix for a scopeג€™s namespace
Answer : B
Reference -
[Link]
development/page/build/applications/concept/
c_ApplicationScope.html#r_ExampleNamespaceIdentifiers
Next Question
Question 34 ( Topic 1 )
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
• D. All application scopes can read from the table
Answer : D
Next Question
Question 35 ( Topic 1 )
Which one of the following is NOT a purpose of application scoping?
• A. Provide a relationship between application artifacts
• B. Provide a way of tracking the user who developed an application
• 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
Next Question
Question 37 ( Topic 1 )
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
• D. You must script and configure all required behaviors
Answer : D
Reference:
[Link]
plans/orlando/new_to_servicenow/app_store_learnv2_buildneedit_orlando_tables
Next Question
Question 38 ( Topic 1 )
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
Reference:
[Link]
development/page/script/debugging/concept/c_FieldWatcher.html
Next Question
Question 39 ( Topic 1 )
Which objects can be used in Inbound Action scripts?
• A. current and previous
• B. current and email
• C. current and event
• D. current and producer
Answer : B
Next Question
Question 42 ( Topic 1 )
How many applications menus can an application have?
• A. 3, one for an applicationג€™s user modules, one for an applicationג€™s administrator
modules, and one for the ServiceNow administratorג€™s modules
• B. As many as the application design requires
• C. 2, one for an applicationג€™s user modules and one for an applicationג€™s
administrator modules
• D. 1, which is used for all application modules
Answer : B
Reference:
[Link]
interface/page/administer/navigation-and-ui/task/t_CreateAnApplicationMenu.html
Next Question
Question 43 ( Topic 1 )
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
Reference:
[Link]
development/page/build/applications/task/t_StashLocalChanges.html
Next Question
Question 44 ( Topic 1 )
What syntax is used in a Record Producer script to access values from Record Producer form
fields?
• A. producer.field_name
• B. [Link]
• C. current.variable_name
• D. current.field_name
Answer : B
Reference:
[Link]
dbc01dcaf3231f9619b6
Next Question
Question 45 ( Topic 1 )
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
Reference:
[Link]
scripts/reference/r_DisplayFieldMessages.html
Question 46 ( Topic 1 )
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.
Reference:
[Link]
0afc902d5ca9619bc
Next Question
Question 47 ( Topic 1 )
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 : Slight confusion between B and C but Option B looks more reliable.
Reference:
[Link]
interface/page/administer/navigation-and-ui/task/t_CreateAModule.html
Next Question
Question 48 ( Topic 1 )
Which source control operation is available from BOTH Studio and the Git Repository?
• A. Create Branch
• B. Apply Remote Changes
• C. Stash Local Changes
• D. Edit Repository Configurations
Answer : A
Next Question
Question 49 ( Topic 1 )
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
Reference:
[Link]
development/page/build/applications/task/t_LinkAnApplicationToSourceControl.html
Next Question
Question 50 ( Topic 1 )
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
• C. Bar Chart, Pie Chart, and Histogram
• D. Bar Chart and Pie Chart
Answer : D
Question 51 ( Topic 1 )
Which one of the following is NOT a method used for logging messages in a server-side script
for a privately-scoped application?
• A. [Link]()
• B. [Link]()
• C. [Link]()
• D. [Link]()
Answer : A
Reference:
[Link]
8dbc01dcaf3231f9619c6
Next Question
Question 52 ( Topic 1 )
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
• B. Open a link to a wiki article with instructions on how to customize the behavior of the
new module
• C. Display an empty homepage for the application
• D. Display a list of all records from the table
Answer : D
Next Question
Question 53 ( Topic 1 )
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 : B
Reference:
[Link]
development/page/build/applications/concept/c_ExampleGrantingAccessToConfigRecs.html
Next Question
Question 54 ( Topic 1 )
What are some of the benefits of extending an existing table such as the Task table when
creating a new application? a) You can repurpose existing fields by simply changing the label. b)
Use existing fields with no modifications. 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 : D
Next Question
Question 55 ( Topic 1 )
When configuring an Access Control which has no condition or script, which one of the
following statements is NOT true?
• A. table.*will grant access to every field in a record
• B. [Link] will grant access to every record on the table
• C. [Link] will grant access to a specific field in a record
• D. [Link] will grant access to a specific record on the table
Answer : D
Question 56 ( Topic 1 )
Which of the following methods are useful in Access Control scripts?
• A. g_user.hasRole() and [Link]()
• B. [Link]() and [Link]()
• C. g_user.hasRole() and [Link]()
• D. [Link]() and [Link]()
Answer : B
Reference:
[Link]
Next Question
Question 57 ( Topic 1 )
Which one of the following client-side scripts apply to Record Producers?
• A. Catalog Client Scripts and Catalog UI Policies
• B. UI Scripts and UI Actions
• C. UI Scripts and Record Producer Scripts
• D. Client Scripts and UI Policies
Answer : A
Reference:
[Link]
scripts/concept/c_CatalogClientScriptCreation.html
Next Question
Question 58 ( Topic 1 )
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
Reference:
[Link]
services/reference/r_AvailableWebServices.html
Next Question
Question 59 ( Topic 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
Next Question
Question 60 ( Topic 1 )
Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?
• A. GlideRecord and current
• B. GlideUser and GlideRecord
• C. GlideSystem and GlideRecord
• D. GlideSystem and current
Answer : C
Reference:
[Link]
scripts/concept/c_UsefulSchedulingScripts.html
Question 61 ( Topic 1 )
Can inherited fields be deleted from a table?
• A. Yes, select the red X in the left-most column in the table definition
• B. Yes, but only if they are text fields
• C. Yes, but only if there has never been any saved field data
• D. No, inherited fields cannot be deleted from a child table
Answer : D
Reference:
[Link]
ff004819fb24399619f8
Next Question
Question 62 ( Topic 1 )
What is the purpose of the Application Picker?
• A. Select an application to run
• B. Select an application as a favorite in the Application Navigator
• C. Choose an application to edit and set the Application Scope
• D. Choose an application to download and install
Answer : C
Reference:
[Link]
development/page/build/applications/reference/r_ManagingApplications.html
Next Question
Question 63 ( Topic 1 )
What are Application Files in a ServiceNow application?
• A. An XML export of an application's table records
• B. CSV files containing data imported into an application
• C. ServiceNow artifacts comprising an application
• D. XML exports of an application's Update Set
Answer : D
Reference:
[Link]
development/page/build/applications/concept/c_ApplicationFiles.html
Next Question
Question 64 ( Topic 1 )
Which one of the following is NOT true for Modules?
• A. Modules open content pages
• B. Access to Modules is controlled with roles
• C. Every Module must be part of an Application Menu
• D. Every Module must be associated with a table
Answer : D
Reference:
[Link]
bf80414eeeb5ca9619b3
Next Question
Question 65 ( Topic 1 )
A graphical view of relationships among tables is a <blank>.
• A. Schema map
• B. Dependency view
• C. Graphical User Interface
• D. Map source report
Answer : A
Reference:
[Link]
administration/concept/c_TableAdministration.html
Question 66 ( Topic 1 )
Which one of the following is true for the Application Picker?
• A. All custom application scope and the Global scope appear in the Application Picker
• B. All applications in ServiceNow, including baseline applications like Incident, appear in
the Application Picker
• C. Only custom applications appear in the Application Picker
• D. Only downloaded applications appear in the Application Picker
Answer : A
Reference:
[Link]
development/page/build/applications/task/t_SelectAnAppFromTheAppPicker.html
Next Question
Question 67 ( Topic 1 )
When creating an application through the Guided Application Creator, which of the following is
a user experience option?
• A. Portal
• B. Mobile
• C. Self-service
• D. Workspace
Answer : B
Reference:
[Link]
creator/concept/[Link]
Next Question
Question 68 ( Topic 1 )
When writing a Client Script to provide feedback targeted at a specific field, which method
should be used?
• A. g_form.showInfoMessage()
• B. g_form.showFieldMsg()
• C. g_form.addInfoMessage()
• D. g_form.addFieldMsg()
Answer : B
Reference:
[Link]
scripts/concept/[Link]
Next Question
Question 69 ( Topic 1 )
Which actions can a Business Rule take without scripting?
• A. Set field values and write to the system log
• B. Set field values and generate an event
• C. Set field values and add message
• D. Set field values and query the database
Answer : C
Reference:
[Link]
app_store_learnv2_scripting_orlando_business_rule_actions
Next Question
Question 70 ( Topic 1 )
Which server-side object provides methods for working with dates when writing a script in a
privately scoped application?
• A. GlideDateTime
• B. GlideRecord
• C. GlideSystem
• D. current
Answer : A
Reference:
[Link]
#r_GS-nowNoTZ
Question 71 ( Topic 1 )
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?
• A. Create an application property to store the URL
• B. Configure the page in the Module that opens the Record Producer UI
• C. Write an after Business Rule script for the Record Producer's table: [Link] =
"<URL>";
• D. Write a script in the Record Producer's Script field: [Link] = "<URL>";
Answer : D
Reference:
[Link]
catalog-management/concept/c_PopulatingRecordData.html
Next Question
Question 72 ( Topic 1 )
Identify characteristic(s) of a Record Producer. (Choose three.)
• A. All records created using this strategy are inserted into the Requested Item [sc_req_item]
table.
• B. Each field prompts the user with a question rather than a field label.
• C. They must be scripted.
• D. You can script behaviors of fields in the user interface.
• E. Graphics can be included on the user interface.
Answer : BCDE
Next Question
Question 73 ( Topic 1 )
Which server-side API debug log method is available for scoped applications?
• A. [Link]()
• B. [Link]()
• C. [Link]()
• D. [Link]()
Answer : B
Reference:
[Link]
s_scripting_in_servicenow/
app_store_learnv2_scripting_paris_server_side_scripting/app_store_learnv2_scripting_paris_debug
ging_business_rules
Next Question
Question 74 ( Topic 1 )
Which script types execute on the server? (Choose three.)
• A. Business Rule
• B. Client Scripts
• C. UI Policies
• D. Script Actions
• E. Scheduled Jobs
Answer : ADE
Reference:
[Link]
scripting/reference/r_17Scripts.html
Next Question
Question 75 ( Topic 1 )
What is the best UX format to use for lists and forms?
• A. Forms
• B. Lists
• C. Standard
• D. Classic
Answer : D
Reference:
[Link]
lists/concept/c_UseLists.html
Question 76 ( Topic 1 )
When creating a table in a privately-scoped application, which four Access Controls are created
for the table?
• A. Insert, Delete, Query, Write
• B. Create, Delete, Read, Write
• C. Create, Delete, Read, Update
• D. Insert, Delete, Query, Update
Answer : B
Reference:
[Link]
rules/concept/c_BusinessRulesInScopedApps.html
Next Question
Question 77 ( Topic 1 )
Which one of the following is true for this script fragment?
g_user.hasRole('x_my_app_user');
• A. There is no g_user.hasRole() method
• B. The method returns false only if the currently logged in user has the x_my_app_user role
• C. The method returns true 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
Answer : D
Reference:
[Link]
app_store_learnv2_scripting_orlando_the_glideuser_g_user_class
Next Question
Question 78 ( Topic 1 )
Which one of the following database operations cannot be controlled with Application Access?
• A. Query
• B. Update
• C. Create
• D. Delete
Answer : A
Reference:
[Link]
app_store_learnv2_securingapps_orlando_application_access_database_settings
Next Question
Question 79 ( Topic 1 )
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 this option is selected?
• A. This option restricts the ability to delete records via web services but records can always
be read
• B. Even when not selected, users with the correct permissions can use web services to
access the table's records
• C. This option restricts access only to SOAP web services but does not apply to REST
• D. The user performing the query via web services must have the correct permissions to
access the table's records
Answer : D
Next Question
Question 80 ( Topic 1 )
Which of the following statements must evaluate to true for a user to pass an Access Control?
(Choose three.)
• A. The user has one of the roles specified in the Required roles related list.
• B. Scripts configured in the Access Control must evaluate to true.
• C. Other matching Access Controls for the records evaluate to true.
• D. Conditions configured in the Access Control must evaluate to true.
• E. The user must be granted access through a business rule.
Answer : ABD
Question 81 ( Topic 1 )
What is a workflow context?
• A. The table for which a workflow is defined plus any conditions such as "Active is true"
• B. It is generated from a workflow version, executes activities, and follows transitions
• C. The business reason or process for which a workflow is designed
• D. It is a checked out workflow which is being edited
Answer : B
Reference:
[Link]
Next Question
Question 82 ( Topic 1 )
Which one of the following is a benefit of creating an Application Properties page for each
application you develop?
• A. Application Properties allow a developer to override the application properties inherited
from ServiceNow
• B. An Application Properties page is a good landing page for an application
• C. Application Properties allow a developer or admin to make changes to an application's
behavior without modifying application artifacts
• D. Application users know to go to the Application Properties page to change the
appearance of an application
Answer : C
Next Question
Question 83 ( Topic 1 )
Which one of the following is NOT an example of when an application might use a Scheduled
Script Execution (Scheduled Job)?
• A. The application needs to send weekly email reminders to requestors for all records on a
table
• B. The application needs to run a clean up script on the last day of every month
• C. The application needs to query the database every day to look for unassigned records
• D. The application needs to run a client-side script at the same time every day
Answer : D
Next Question
Question 84 ( Topic 1 )
Which one of the following objects CANNOT be used in a Script Action script?
• A. previous
• B. GlideRecord
• C. event
• D. current
Answer : A
Reference:
[Link]
events/reference/r_ScriptActions.html
Next Question
Question 85 ( Topic 1 )
How does ServiceNow match inbound email to existing records?
• A. Watermark
• B. Record link
• C. Subject line
• D. sys_id
Answer : A
Reference:
[Link]
er_quebec_flow_designer/
app_store_learnv2_flowdesigner_quebec_notifications_in_flow_designer/app_store_learnv2_flowd
esigner_quebec_inbound_email_and_flows
Question 86 ( Topic 1 )
When debugging Email Notifications, what must you check on a user record? (Choose three.)
• A. Active must be true.
• B. The First name and Last name fields must have values.
• C. The value in the Notification field must be set to enabled.
• D. The user must not be locked out.
• E. The Email field must have a value.
Answer : ACE
Reference:
[Link]
Next Question
Question 87 ( Topic 1 )
What are web services?
• A. Methods used to create and maintain UI Pages
• B. Methods used to allow applications to connect to other software applications over a
network
• C. Methods used to discover a wide variety of systems and applications
• D. They provide a customer-facing view of available service and product offerings provided
by departments within the organization
Answer : B
Reference:
[Link]
services/reference/r_AvailableWebServices.html
Next Question
Question 88 ( Topic 1 )
Which of the following methods is NOT part of the ServiceNow REST API?
• A. COPY
• B. GET
• C. DELETE
• D. POST
Answer : A
Reference:
[Link]
Next Question
Question 89 ( Topic 1 )
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:
• A. Table A is active and extends the Task table
• B. Table A's records are added to the application record using the Create Application Files
context menu item
• C. Table A has an automatic number counter for new records
• D. Table A is not included in the System Clone > Exclude Tables list
Answer : B
Next Question
Question 90 ( Topic 1 )
How can an application link to a repository behind a firewall?
• A. This option is not supported.
• B. Link an application to source control through a MID Server.
• C. Link an application to source control through an access token.
• D. Link an application to source control with multi-factor authentication.
Answer : B
Reference:
[Link]
development/page/build/applications/concept/c_SourceControlIntegration.html
Question 81 ( Topic 1 )
What is a workflow context?
• A. The table for which a workflow is defined plus any conditions such as "Active is true"
• B. It is generated from a workflow version, executes activities, and follows transitions
• C. The business reason or process for which a workflow is designed
• D. It is a checked out workflow which is being edited
Answer : B
Reference:
[Link]
Next Question
Question 82 ( Topic 1 )
Which one of the following is a benefit of creating an Application Properties page for each
application you develop?
• A. Application Properties allow a developer to override the application properties inherited
from ServiceNow
• B. An Application Properties page is a good landing page for an application
• C. Application Properties allow a developer or admin to make changes to an application's
behavior without modifying application artifacts
• D. Application users know to go to the Application Properties page to change the
appearance of an application
Answer : C
Next Question
Question 83 ( Topic 1 )
Which one of the following is NOT an example of when an application might use a Scheduled
Script Execution (Scheduled Job)?
• A. The application needs to send weekly email reminders to requestors for all records on a
table
• B. The application needs to run a clean up script on the last day of every month
• C. The application needs to query the database every day to look for unassigned records
• D. The application needs to run a client-side script at the same time every day
Answer : D
Next Question
Question 84 ( Topic 1 )
Which one of the following objects CANNOT be used in a Script Action script?
• A. previous
• B. GlideRecord
• C. event
• D. current
Answer : A
Reference:
[Link]
events/reference/r_ScriptActions.html
Next Question
Question 85 ( Topic 1 )
How does ServiceNow match inbound email to existing records?
• A. Watermark
• B. Record link
• C. Subject line
• D. sys_id
Answer : A
Reference:
[Link]
er_quebec_flow_designer/
app_store_learnv2_flowdesigner_quebec_notifications_in_flow_designer/app_store_learnv2_flowd
esigner_quebec_inbound_email_and_flows
Question 86 ( Topic 1 )
When debugging Email Notifications, what must you check on a user record? (Choose three.)
• A. Active must be true.
• B. The First name and Last name fields must have values.
• C. The value in the Notification field must be set to enabled.
• D. The user must not be locked out.
• E. The Email field must have a value.
Answer : ACE
Reference:
[Link]
Next Question
Question 87 ( Topic 1 )
What are web services?
• A. Methods used to create and maintain UI Pages
• B. Methods used to allow applications to connect to other software applications over a
network
• C. Methods used to discover a wide variety of systems and applications
• D. They provide a customer-facing view of available service and product offerings provided
by departments within the organization
Answer : B
Reference:
[Link]
services/reference/r_AvailableWebServices.html
Next Question
Question 88 ( Topic 1 )
Which of the following methods is NOT part of the ServiceNow REST API?
• A. COPY
• B. GET
• C. DELETE
• D. POST
Answer : A
Reference:
[Link]
Next Question
Question 89 ( Topic 1 )
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:
• A. Table A is active and extends the Task table
• B. Table A's records are added to the application record using the Create Application Files
context menu item
• C. Table A has an automatic number counter for new records
• D. Table A is not included in the System Clone > Exclude Tables list
Answer : B
Next Question
Question 90 ( Topic 1 )
How can an application link to a repository behind a firewall?
• A. This option is not supported.
• B. Link an application to source control through a MID Server.
• C. Link an application to source control through an access token.
• D. Link an application to source control with multi-factor authentication.
Answer : B
Reference:
[Link]
development/page/build/applications/concept/c_SourceControlIntegration.html
Question 91
Which feature guides user in the process of creating new custom table in the application
Question 92
Answer: [Link].sn_guided_app_creator
Question 93
Which ATF step should be used to create a user, add role and add group in single step?
Question 94