CAD questions Flashcards

1
Q

What syntax is used in a Record Producer script to access values from Record Producer form fields

A

producer.variablename

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you configure a Scheduled Job to execute on the last day of every month?

A

Set the Run field value to Monthly and the Day field value to 31

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Modules must have a Link type. Which one of the following is a list of Link types?

A

Assessment, List of Records, Separator, Timeline Page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When managing global application files, you can NOT:

A

Move application files into or out of a scoped application

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which utility is used to determine if field names in an Import Set match the field names on the target table when importing data into ServiceNow?

A

Auto Map Matching Fields

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which of the following are true for reports in ServiceNow?

A

Any user can see any report shared with them.
Can be a graphical representation of data.
Can be run on demand by authorized users.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

In an Email Notification, which one of the following is NOT true for the Weight field?

A

A Weight value of zero means that no email should be sent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

You are writing an Async Business Rule for a table in a different scope than the Business Rule record. Which one of the following database operations CANNOT be part of the Async Business Rule’s configuration?

A

Query

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which one of the following is NOT a GlideUser (g_user) method?

A

userName()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

ServiceNow Desktop applications automatically run on which platform(s):

A

Desktop and Tablet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which one of the following is NOT a debugging strategy for client-side scripts?

A

gs.log()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which of the following are configured in an Email Notification?

A

Who will receive the notification.
What content will be in the notification.
When to send the notification.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which is the following is NOT supported by Flow Designer?

A

Test a flow with rollback`

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which of the following objects does a Display Business Rule NOT have access to?

A

previous

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

In an Email Notification, which one of the following is NOT true for the Weight field?

A

A Weight value of zero means that no email should be sent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which of the following is NOT a trigger type in Flow Designer?

A

Outbound Email

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Which one of the following is NOT a UI Action type?

A

Form Choice

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

To see what scripts, reports, and other application artifacts will be in a published application:

A

Go to My Company’s Application’s and look at their related list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?

A

Table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Which of the following are true for reports in ServiceNow? (Choose three.)

A

Any user can see any report shared with them.
Can be a graphical representation of data.
Can be run on demand be authorized users.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Graphical representation of relationship between tables is?

A

Schema Map

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Which of the following are automatically created when an application is created using Guided Application Creator(GAC)?

A

Default access controls for the application is created.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What are some of the considerations to document as part of the business process?

A

Business problem
Data input/output
Users/stakeholders
Process Steps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

How do you identify the properties of an event in an email notification being generated?

A

event.<property_name></property_name>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
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?
The user performing the query via web services must have the correct permissions to access the table's records.
26
One of the uses of the ServiceNow REST API explorer is?
Create sample code for sending REST requests to ServiceNow
27
When configuring a module, what does the Override application menu roles configuration option do?
Users with the module role but without access to the application menu access the module
28
Which of the following CANNOT be debugged using the Field Watcher?
Script Includes
29
Which of the following statements does NOT apply when extending an existing table?
You must script and configure all required behaviors
30
Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?
Transform Map
31
If can read configuration field is not selected what else is not available question?
can create can update can delete
32
ACL execution order
Roles Condition Scripts
33
Which one of the following is the fastest way to create and configure a Record Producer?
Open the table in the Table records and select the Add to Service Catalog Related Link
34
Which one of the following is the baseline behavior of a table in a privately-scoped application?
All application scopes can read from the table
35
Which is one that performs debug logging in server side?
gs.debug()
36
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?
Table A is active and extends the Task table
37
To see what scripts, reports, and other application artifacts will be published applications?
Examine the Application Files Related List in the Application to be Published.
38
Which one is not a use case for Scheduled job?
Executing a client-side script every day
39
Which option is not present when we are linking an application from the source control?
Application Name
40
Which objects are used in scheduled script Actions?
Ans.glideSystem and glideRecord
41
When evaluating Access Controls, ServiceNow searches and evaluates
From the most specific match to the most generic match
42
Which Report Type(s) can be created by right-clicking on a column header in a table?
Bar Chart Pie Chart
43
Which one of the following in NOT a method used for logging messages in a servicer-side script for a privately-scoped application?
gs.log()
44
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
Table
45
Which one of the following is true for a Script Include with a Protection Policy value of Protected?
The Protection Policy is applied only if the application is downloaded from the ServcieNow App Store
46
Which one of the following is true for a Script Include with a Protection Policy value of Protected?
The Protection Policy is applied only if the application is downloaded from the ServiceNow App Store
47
A scoped application containing Flow Designed content dedicated to a particular application is called a?
Spoke
48
Which roles grant access to source control repository operations such as importing applications from source control, or linking an application to source control?
source_control Admin
49
The source control operation used to store local changes on an instance for later application is called a(n).
Stash
50
IF the Create module field is selected when creating a table, what is the new module default behavior?
Display a list of all records from the table
51
How many applications menus can an application have?
1
52
Which is used to display message for a specific field?
g_form.showFieldMsg()
53
What is displayed in an application picker?
All servicenow applications including baseline application like incident
54
Which server-side object provides methods for working with dates opened when writing scripts in a privately scoped application?
GlideDateTime
55
What's the purpose of the application picker?
Selecting an application from the Application Picker sets the Application Scope
56
What is NOT included in ServiceNow REST API?
COPY
57
Script Actions are only triggered by events? T/F?
True
58
Which objects can be used in Inbound Action scripts?
current and email
59
Which of the following is true for a table with the Allow configuration Application Access option selected?
Out of scope applications can create Business Rules for the table.
60
What does g_user.hasRole('x_Myapp_scope') returns?
Returns true if the user has x_Myapp_scope or if the user has admin rule
61
When creating a table in a privately-scoped application, which of the four Access Controls are created for the table?
Create Delete Read Update
62
What are some benefits of extending an existing table such as the Task table when creating a new application?
You can re-purpose existing fields by simply changing the label Use existing fields with no modifications
63
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?
Write a script in the Record Producer's script field: producer.redirect='URL'
64
What are web services?
Methods used to allow applications to connect to other software applications over a network.
65
Object cannot be controlled by access controls?
Query
66
If one authentication is done, no more authentications needed
False
67
What are the three things that tables manage?
Extensibility Numbering Security
68
What are the 3 components of the Mobile UI?
Application Navigator User Profile Favorites
69
Notifications are sent out by the_____________ to the reviewers group when?
A push requires code review A user cancels a push
70
Which plugin needs to be activated in order to translate the content of a catalog item to multiple languages?
Localization framework plugin
71
As of San Diego release, setting up an application in Guided application creator guides you through which of the 3 steps?
Create an application record Designate data tables Define user roles
72
Which application is a development tool for creators of all skill levels to create applications in ServiceNow?
App Engine Studio
73
Which of the following is a new delegated development feature in the new york instance?
non-admin users can be granted permission to manage update sets
74
Which apis require the transformation service plugin to be activated. select three
TransformerRuleList() TransformerDefinition() Transformer()
75
As of San Diego release, The ServiceNOw Studio application offers a simple way to do which of the below three things from a tabbed environment?
Review application files update application files create application files
76
Which certificate based authentication methods can be enabled so that users can log into the Service Portal(Select 2)
Common access card (CAC) Personal identity verification(PIV)
77
Which API provides method to translate text into multiple language in real time?
Dynamic Translation
78
As of San Diego release, you can access workspaces, classic lists and forms, applications, history and favorites through the:
Single pane next experience UI
79
In regards to ATF's Custom UI test steps why are form field labels untestable page components?
they are testable by other test step categories
80
Which fields can be configured in reporting to perform arithmetic, coalesce, concatenation and length?
function fields
81
Which application allows users to install multiple applications, application-customizations or plugins at once?
Continue integration and continuous delivery(CICD) spokebatch install
82
When debugging a script a developer can log breakpoints or conditional logpoints to log messages to the console at specific lines, and remove logpoints when they are done debugging them, which system property must be set to true to enable logpoints?
glide.debug.log_point
83
As of the San Diego release, ServiceNow studio includes which 3 capabilities?
Integrate with source control Perform Code Search Create an application and application artifacts
84
When creating an application via Guided Application Creator, which of the following is NOT a user experience option?
Portal
85
Which of the following is a new enhancement for Application management in the Quebec release?
Applications can be purchased directly from your servicenow instance
86
Which of the following methods are useful in Access Control scripts?
gs.hasRole() and current.isNewRecord()
87
Which ATF Statement is false? 2 answers
Modify Records while a test is running in the same browser session, the changes will not be rolled back Reduce testing time by running parallel tests and test suites on desktop and mobile browsers
88
Which of the following statement is NOT true for source control in the Paris release
Source control supports the merging of branches in studio for custom applications
89
Which of the below statements are true with respect to source control for ServiceNow applications?
If your application is linked to source control, you can migrate completed update sets to source control history.
90
Which javascript mode allows you to create a declare variables in a server-side script using 'let' instead of 'var'?
ECMAScript 2021(ES12) mode
91
As of San Diego release, in the new next experience UI, to retrieve any item in the menu use:
All menu
92
Where in flow designer can users access information about actions that are added to the flow?
flow designer help panel
93
Which Now Experience component enables a user to view and work with multiple records at the same time with Kanban capabilities for organizing, managing and tracking work?
Visual board
94
Which script debugger feature helps filter debugging searches to quickly narrow down script problems?
Script Tracer
95
As of Rome release which of the following capabilities were introduced for managing customizations to applications?
Source control for App Customizations of apps installed via plugin
96
As of San Diego release, in the new Next Experience UI, what provides context for where you are in your instance, and enables you to favorite the item you are viewing?
Contextual app pill
97
Which of the below statements are true with respect to source control for ServiceNow applications?
If your application is linked to source control, you can migrate completed update sets to source control history.
98
How can administrators utilize the same content for different notification channels?
provide common notification content
99
Which of the following methods are useful in Access Control scripts?
gs.hasRole() and current.isNewRecord()
100
Which of the following are new ATF test steps available in orlando, select 2
Validate outbound email Validate related list visibility
101
Which capability in the servicenow application can be configured to allow end users to intercept and resolve submitted incidents when using virtual agent?
incident auto-resolution
102
As of San Diego release, ServiceNow studio includes which 3 capabilities?
Integrate with source control Create an application and application artifacts Perform code search
103
Which of the following is true for managing applications purchased from the Store?
Applications can be customized that belong to other organizations
104
Select the correct Order of execution for any Client Side Code in ServiceNow
UI Scripts Client Scripts UI Policy Action UI Policy Scripts
105
What roles are available in ATF
atf_test_admin atf_test_designer
106
In what versions of ServiceNow was Flow Designer introduced
Kingston
107
What are the table creation options in Guided Application Creator
Uploading Spreadsheet Extend Table Create table from Scratch
108
Which of the following features are available to global applications?
Flow Designer Source Control Automated Test Framework
109
What property is used to allow creation of Applications using Guided Application Creator in Global Scope
sn_g_app_creator.allow_global
110
How does ServiceNow determine if a user has the right to use a custom table under the Now Platform App Engine Subscription or custom table model?
A user that has been provided rights within the system to create, read, update, or delete on a custom table is considered a User of that table regardless of actual usage.
111
Can you select the format(Multipart, Binary, Text) of a REST message when writing a REST step using a flow designer
Yes
112
When creating a class and prototype, the script include name must match class name.
True
113
When configuring an email notification, which of the following apply?
Which table is the notification applicable for When to send the email notification Who will receive the email notification What will be the content of the notification
114
Setting up an application in Guided Application Creator involves the following steps
Designating data tables Creating an application record Defining user roles Designing the application for different user experiences
115
What is the easiest way to check the contents of an application?
Open the Application Record and review the Application Files related list
116
In relation to application files, which of the below is false
Move files in & out of a scoped application