CAD Topic 3
QUESTION NO: 41
Application developers configure ServiceNow using industry standard JavaScript to…
A. Enable the right-click to edit the context menus on applications in the navigator
B. Extend and add functionality
C. Customize the organization’s company logo and banner text
D. Configure the outgoing email display name
Answer: B
Explanation:
QUESTION NO: 42
How many application 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
QUESTION NO: 43
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
QUESTION NO: 44
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
QUESTION NO: 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: D
QUESTION NO: 46
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:
QUESTION NO: 47
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: C
QUESTION NO: 48
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: D
Explanation:
QUESTION NO: 49
Which one of the following is NOT required to link a ServiceNow application to a Git repository?
A. Password
B. URL
User name
D. Application name
Answer: D
QUESTION NO: 50
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: B
Explanation:
QUESTION NO: 51
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()
gs.warn()
D. gs.debug()
Answer: A
QUESTION NO: 52
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
Explanation:
QUESTION NO: 53
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: A
QUESTION NO: 54
What are some of the benefits of extending an existing table such as the Task table when creating a new application?
You can repurpose existing fields by simply changing the label.
Use existing fields with no modifications.
Existing logic from the parent table will be automatically applied to the new table.
All of the parent table records are copied to the new table.
A. a, b, c, and d
a B. and b
b C. and c
D. a, b, and c
Answer: C
Explanation:
QUESTION NO: 55
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. table.None will grant access to every record on the table
C. table.field will grant access to a specific field in a record
D. table.id will grant access to a specific record on the table
Answer: A
Explanation:
QUESTION NO: 56
Which of the following methods are useful in Access Control scripts?
A. g_user.hasRole() and current.isNewRecord()
B. gs.hasRole() and current.isNewRecord()
C. g_user.hasRole() and current.isNew()
D. gs.hasRole() and current.isNew()
Answer: B
QUESTION NO: 57
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
QUESTION NO: 58
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
QUESTION NO: 59
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: A
Explanation:
QUESTION NO: 60
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: A