Cad Part-1
Cad Part-1
exam Dumps – 1
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
B. Source Control
C.Delegated Development
D.Flow Designer
Answer: A, D
C.A way of helping users quickly access information and services by filtering the
items in the Application Navigator
Answer: A
Answer: A
B. Scoped
C. Anonymous
D.Self-invoking
Answer: D
NO.8 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.
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
NO.9 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
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
Answer: B
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
Answer: B, E
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
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
B. Data Sources
C.Transform Map
Answer: C
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
B. The execution order for a UI Policy’s Scripts and Actions is determined at runtime
Answer: C
NO.26 When evaluating Access Controls, ServiceNow searches and evaluates:
A. Only for matches on the current table
Answer: C
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
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
B. GlideUser object (g_user)
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) 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
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
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
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
D.The Protection Policy is applied only if the application is downloaded from the
ServiceNow App Store
Answer: D
NO.44 Which one of the following is true regarding Application Scope?
A. All applications are automatically part of the Global scope
Answer: B
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
B. UI Scripts and UI Actions
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
B. Form button
D.Form choice
Answer: D
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
B. ${current.}
C.${property name>.getDisplayValue()}
D.${gs.}
Answer: A
B. Bundle
C.Action Way
D.Flow
Answer: A
NO.54 The source control operation used to store local changes on an instance
for later application is called a(n).
A. Branch
B. Tag
C.Stash
D.Update set
Answer: C
B. URL
C.User name
D.Application name
Answer: D
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
B. Open a link to a wiki article with instructions on how to customize the behavior of
the new module
NO.60 How many applications menus can an application have? (Check It Once)
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: D