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
Q

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?

A

The user performing the query via web services must have the correct permissions to access the table’s records.

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

One of the uses of the ServiceNow REST API explorer is?

A

Create sample code for sending REST requests to ServiceNow

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

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

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

Which of the following CANNOT be debugged using the Field Watcher?

A

Script Includes

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

Which of the following statements does NOT apply when extending an existing table?

A

You must script and configure all required behaviors

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

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

Transform Map

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

If can read configuration field is not selected what else is not available question?

A

can create
can update
can delete

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

ACL execution order

A

Roles
Condition
Scripts

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

Which one of the following is the fastest way to create and configure a Record Producer?

A

Open the table in the Table records and select the Add to Service Catalog Related Link

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

Which one of the following is the baseline behavior of a table in a privately-scoped application?

A

All application scopes can read from the table

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

Which is one that performs debug logging in server side?

A

gs.debug()

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

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

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

To see what scripts, reports, and other application artifacts will be published applications?

A

Examine the Application Files Related List in the Application to be Published.

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

Which one is not a use case for Scheduled job?

A

Executing a client-side script every day

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

Which option is not present when we are linking an application from the source control?

A

Application Name

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

Which objects are used in scheduled script Actions?

A

Ans.glideSystem and glideRecord

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

When evaluating Access Controls, ServiceNow searches and evaluates

A

From the most specific match to the most generic match

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

Which Report Type(s) can be created by right-clicking on a column header in a table?

A

Bar Chart
Pie Chart

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

Which one of the following in NOT a method used for logging messages in a servicer-side script for a privately-scoped application?

A

gs.log()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
44
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
45
Q

Which one of the following is true for a Script Include with a Protection Policy value of Protected?

A

The Protection Policy is applied only if the application is downloaded from the ServcieNow App Store

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

Which one of the following is true for a Script Include with a Protection Policy value of Protected?

A

The Protection Policy is applied only if the application is downloaded from the ServiceNow App Store

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

A scoped application containing Flow Designed content dedicated to a particular application is called a?

A

Spoke

48
Q

Which roles grant access to source control repository operations such as importing applications from source control, or linking an application to source control?

A

source_control
Admin

49
Q

The source control operation used to store local changes on an instance for later application is called a(n).

A

Stash

50
Q

IF the Create module field is selected when creating a table, what is the new module default behavior?

A

Display a list of all records from the table

51
Q

How many applications menus can an application have?

A

1

52
Q

Which is used to display message for a specific field?

A

g_form.showFieldMsg()

53
Q

What is displayed in an application picker?

A

All servicenow applications including baseline application like incident

54
Q

Which server-side object provides methods for working with dates opened when writing scripts in a privately scoped application?

A

GlideDateTime

55
Q

What’s the purpose of the application picker?

A

Selecting an application from the Application Picker sets the Application Scope

56
Q

What is NOT included in ServiceNow REST API?

A

COPY

57
Q

Script Actions are only triggered by events? T/F?

A

True

58
Q

Which objects can be used in Inbound Action scripts?

A

current and email

59
Q

Which of the following is true for a table with the Allow configuration Application Access option selected?

A

Out of scope applications can create Business Rules for the table.

60
Q

What does g_user.hasRole(‘x_Myapp_scope’) returns?

A

Returns true if the user has x_Myapp_scope or if the user has admin rule

61
Q

When creating a table in a privately-scoped application, which of the four Access Controls are created for the table?

A

Create
Delete
Read
Update

62
Q

What are some benefits of extending an existing table such as the Task table when creating a new application?

A

You can re-purpose existing fields by simply changing the label
Use existing fields with no modifications

63
Q

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

Write a script in the Record Producer’s script field: producer.redirect=’URL’

64
Q

What are web services?

A

Methods used to allow applications to connect to other software applications over a network.

65
Q

Object cannot be controlled by access controls?

A

Query

66
Q

If one authentication is done, no more authentications needed

A

False

67
Q

What are the three things that tables manage?

A

Extensibility
Numbering
Security

68
Q

What are the 3 components of the Mobile UI?

A

Application Navigator
User Profile
Favorites

69
Q

Notifications are sent out by the_____________ to the reviewers group when?

A

A push requires code review
A user cancels a push

70
Q

Which plugin needs to be activated in order to translate the content of a catalog item to multiple languages?

A

Localization framework plugin

71
Q

As of San Diego release, setting up an application in Guided application creator guides you through which of the 3 steps?

A

Create an application record
Designate data tables
Define user roles

72
Q

Which application is a development tool for creators of all skill levels to create applications in ServiceNow?

A

App Engine Studio

73
Q

Which of the following is a new delegated development feature in the new york instance?

A

non-admin users can be granted permission to manage update sets

74
Q

Which apis require the transformation service plugin to be activated. select three

A

TransformerRuleList()
TransformerDefinition()
Transformer()

75
Q

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?

A

Review application files
update application files
create application files

76
Q

Which certificate based authentication methods can be enabled so that users can log into the Service Portal(Select 2)

A

Common access card (CAC)
Personal identity verification(PIV)

77
Q

Which API provides method to translate text into multiple language in real time?

A

Dynamic Translation

78
Q

As of San Diego release, you can access workspaces, classic lists and forms, applications, history and favorites through the:

A

Single pane next experience UI

79
Q

In regards to ATF’s Custom UI test steps why are form field labels untestable page components?

A

they are testable by other test step categories

80
Q

Which fields can be configured in reporting to perform arithmetic, coalesce, concatenation and length?

A

function fields

81
Q

Which application allows users to install multiple applications, application-customizations or plugins at once?

A

Continue integration and continuous delivery(CICD) spokebatch install

82
Q

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?

A

glide.debug.log_point

83
Q

As of the San Diego release, ServiceNow studio includes which 3 capabilities?

A

Integrate with source control
Perform Code Search
Create an application and application artifacts

84
Q

When creating an application via Guided Application Creator, which of the following is NOT a user experience option?

A

Portal

85
Q

Which of the following is a new enhancement for Application management in the Quebec release?

A

Applications can be purchased directly from your servicenow instance

86
Q

Which of the following methods are useful in Access Control scripts?

A

gs.hasRole() and current.isNewRecord()

87
Q

Which ATF Statement is false? 2 answers

A

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
Q

Which of the following statement is NOT true for source control in the Paris release

A

Source control supports the merging of branches in studio for custom applications

89
Q

Which of the below statements are true with respect to source control for ServiceNow applications?

A

If your application is linked to source control, you can migrate completed update sets to source control history.

90
Q

Which javascript mode allows you to create a declare variables in a server-side script using ‘let’ instead of ‘var’?

A

ECMAScript 2021(ES12) mode

91
Q

As of San Diego release, in the new next experience UI, to retrieve any item in the menu use:

A

All menu

92
Q

Where in flow designer can users access information about actions that are added to the flow?

A

flow designer help panel

93
Q

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?

A

Visual board

94
Q

Which script debugger feature helps filter debugging searches to quickly narrow down script problems?

A

Script Tracer

95
Q

As of Rome release which of the following capabilities were introduced for managing customizations to applications?

A

Source control for App Customizations of apps installed via plugin

96
Q

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?

A

Contextual app pill

97
Q

Which of the below statements are true with respect to source control for ServiceNow applications?

A

If your application is linked to source control, you can migrate completed update sets to source control history.

98
Q

How can administrators utilize the same content for different notification channels?

A

provide common notification content

99
Q

Which of the following methods are useful in Access Control scripts?

A

gs.hasRole() and current.isNewRecord()

100
Q

Which of the following are new ATF test steps available in orlando, select 2

A

Validate outbound email
Validate related list visibility

101
Q

Which capability in the servicenow application can be configured to allow end users to intercept and resolve submitted incidents when using virtual agent?

A

incident auto-resolution

102
Q

As of San Diego release, ServiceNow studio includes which 3 capabilities?

A

Integrate with source control
Create an application and application artifacts
Perform code search

103
Q

Which of the following is true for managing applications purchased from the Store?

A

Applications can be customized that belong to other organizations

104
Q

Select the correct Order of execution for any Client Side Code in ServiceNow

A

UI Scripts
Client Scripts
UI Policy Action
UI Policy Scripts

105
Q

What roles are available in ATF

A

atf_test_admin
atf_test_designer

106
Q

In what versions of ServiceNow was Flow Designer introduced

A

Kingston

107
Q

What are the table creation options in Guided Application Creator

A

Uploading Spreadsheet
Extend Table
Create table from Scratch

108
Q

Which of the following features are available to global applications?

A

Flow Designer
Source Control
Automated Test Framework

109
Q

What property is used to allow creation of Applications using Guided Application Creator in Global Scope

A

sn_g_app_creator.allow_global

110
Q

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

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
Q

Can you select the format(Multipart, Binary, Text) of a REST message when writing a REST step using a flow designer

A

Yes

112
Q

When creating a class and prototype, the script include name must match class name.

A

True

113
Q

When configuring an email notification, which of the following apply?

A

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
Q

Setting up an application in Guided Application Creator involves the following steps

A

Designating data tables
Creating an application record
Defining user roles
Designing the application for different user experiences

115
Q

What is the easiest way to check the contents of an application?

A

Open the Application Record and review the Application Files related list

116
Q

In relation to application files, which of the below is false

A

Move files in & out of a scoped application