wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CAD ServiceNow

Total questions: 204

Worksheet time: 2hrs 52mins

Name
Class
Date
1.

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

2.

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

3.

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

4.

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()

5.

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

6.

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

a)
  • Outbound Email

b)

Application

c)

Record

d)

Schedule

7.

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

8.

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

9.

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

a)

previous

b)

GlideSystem

c)
  • g_scratchpad

d)

current

10.

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

11.

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

a)

List choice

b)

Form button

c)
  • List banner button

d)
  • Form choice

12.

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

13.

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.

14.

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

15.

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

16.

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

17.

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

18.

Here is the Business Rule script template:

This type of JavaScript function is known as:

a)

Constructor

b)

Scoped

c)

Anonymous

d)

Self-invoking

19.

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')

20.

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

21.

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

22.

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>}

23.

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 glide.app.apply_protection system property value is true

d)

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

24.

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

25.

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

26.

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

27.

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

28.

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

29.

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')

30.

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

31.

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.

32.

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

33.

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

34.

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

35.

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

36.

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

b)
  • Business problem, data input/output, project schedule, and process steps

c)

Business problem, data input/output, users/stakeholders, and database capacity

d)

Business problem, users/stakeholders, available licenses, and database capacity

37.

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

38.

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

a)

Business Rules

b)

Script Includes

c)

Client Scripts

d)

Access Controls

39.

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

40.

Which one of the following is part of the client-side scripting API?

a)

workflow.scratchpad

b)

GlideUser object (g_user)

c)
  • current and previous objects

d)
  • GlideSystem object (gs)

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

42.

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

43.

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

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

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()

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

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

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

49.

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

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

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()

c)

gs.warn()

d)

gs.debug()

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

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

54.

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

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

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()

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

58.

When a ServiceNow instance requests information from a web service, ServiceNow is the web service:

a)

Publisher

b)

Specialist

c)

Provider

d)

Consumer

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

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

61.

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

62.

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

63.

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

64.

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

65.

A graphical view of relationships among tables is a <blank>.

a)

Schema map

b)

Dependency view

c)

Graphical User Interface

d)

Map source report

66.

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

67.

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

68.

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()

69.

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

70.

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

71.

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: window.redirect = "<URL>";

d)

Write a script in the Record Producer's Script field: producer.redirect = "<URL>";

72.

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.

73.

Which server-side API debug log method is available for scoped applications?

a)

gs.log()

b)

gs.info()

c)

gs.debuglog()

d)

gs.print()

74.

Which script types execute on the server? (Choose three.)

a)

Business Rule

b)

Client Scripts

c)

UI Policies

d)

Script Actions

e)

Scheduled Jobs

75.

What is the best UX format to use for lists and forms?

a)

Forms

b)

Lists

c)

Standard

d)

Classic

76.

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

77.

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

78.

Which one of the following database operations cannot be controlled with Application Access?

a)
  • Query

b)

Update

c)

Create

d)
  • Delete

79.

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

80.

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.

81.

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

82.

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

83.

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

84.

Which one of the following objects CANNOT be used in a Script Action script?

a)

previous

b)

 GlideRecord

c)

event

d)

current

85.

How does ServiceNow match inbound email to existing records?

a)

Watermark

b)

Record link

c)

Subject line

d)
  • sys_id

86.

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.

87.

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

88.

Which of the following methods is NOT part of the ServiceNow REST API?

a)
  • COPY

b)

GET

c)

DELETE

d)

POST

89.

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

90.

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.

91.

What is the ServiceNow store?

a)

Downloadable content ServiceNow script archive

b)

Alternate name for the ServiceNow Developer Share site

c)

The source for ServiceNow Community created developer content

d)

 Marketplace for free and paid certified ServiceNow applications and integrations

92.

Tables that extend a table do what?

a)

Automatically update the application scope

b)

Do not inherit the parent’s fields

c)

Sometimes inherit the parent’s fields

d)

Inherit the parent’s fields

93.

When creating an application through the Guided Application Creator, which of the following is NOT an option for creating a table?

a)

Create table from template

b)

Create table from scratch

c)

Extend a table

d)

Upload spreadsheet

94.

Server-side scripts manage what?

a)
  • Database and backend

b)

Playbook access

c)

User access

d)

Forms and Fields

95.

What intuitive development interface guides users through the initial application development process?

a)

Guided Tour Designer

b)

Guided Application Creator

c)

ServiceNow Studio

d)

Flow Designer

96.

What are some benefits of developing private, scoped applications? (Choose two.)

a)

To avoid using a code repository like GitHub or GitLab

b)

To reduce risk at code collisions

c)

To enable installation and uninstallation of an application

d)
  • To replicate ServiceNow functions a private scope

97.

Which of the following statements is NOT true for the Form Designer?

a)

To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.

b)
  • To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form.

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 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.

98.

What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?

a)

Restricted caller access records

b)

Caller tracking records

c)

Access control level records

d)

Cross-scope access records

99.

Which ATF Test step allows you to create a user with speeded roles and groups for the test?

a)
  • Create a group

b)

Impersonation

c)

Create a user

d)

Create a role

100.

What plugin enables the Guided Application Creator?

a)
b)

com.glide.service_creator

c)

com.glide.snc.apps_creator

d)

com.snc.apps_creator_template

101.

Which of the following can be an external data source for a ServiceNow application?

a)

Microsoft Excel File

b)
  • Data provided by a public web service using SOAP or REST

c)

CSV file

d)

All of the above

102.

Which one of the following is true for the Application Picker and Application Scope?

a)

Global is a reserved application which does not appear in the Application Picker

b)

Selecting an application from the Application Picker does not set the Application Scope

c)

Selecting an application from the Application Picker sets the Application Scope

d)

Selecting Global in the Application Picker sets the Application Scope to Incident

103.

Which of the following is an available feature in Studio? (Choose two.)

a)

Push to update set

b)

Merge branches

c)

Search code

d)

Push to external source control

104.

The Task table is an example of which of the following? (Choose two.)

a)

Parent class

b)

Legacy class

c)

Child class

d)

Base class

105.

Which of the following is true about deleting fields from a table?

a)

Table records are deleted when a field is deleted

b)

User-defined non-inherited fields can be deleted

c)
  • Any field on a table can be deleted

d)

Inherited fields can be deleted

106.

Why would you build a custom app? (Choose two.)

a)

To avoid using a code repository like GitHub or GitLab

b)
  • To replace ServiceNow base tables

c)

To fulfill a specific use case on internal processes

d)

To create a custom integration for a 3rd party system

107.

What are three ServiceNow table creation methods? (Choose three.)

a)
  • Using legacy Workflows

b)

Upload and turn a spreadsheet into a custom table

c)

Using Flow Designer

d)

Extend a table

e)

Create a custom table

108.

When selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?

a)

Use the String data type tor a free-form text field

b)

Use the Phone Number data type to automate phone number data validation

c)

Use the Choice data type to limit options in a field

d)
  • Use the Date data type to enter the date and time of day

109.

Which one of the following is NOT part of the Form Designer?

a)

Page header

b)

Schema map

c)

Field navigator

d)

Form layout

110.

Which class is NOT part of the Client side scoped APIs?

a)

GlideDialogWindow

b)

GlideAjax

c)

GlideRecord

d)

GlideForm

111.

When designing and creating a form what do you create to organize fields on a form?

a)

Buttons

b)

Tabs

c)

Sections

d)

Related lists

112.

Which one of the following is a good practice for adding instructions to a form?

a)
  • Related links to wiki pages

b)
  • A Context Menu UI Action

c)

Annotations

d)
  • A populated read-only field

113.

Which of the following GlideRecord methods run a query against a database table? (Choose three.)

a)

_get()

b)

runQuery()

c)

query()

d)

_query()

e)

get(

114.

What is the GlideForm Client-side scripting object?

a)

sn.form

b)

g_form

c)
  • gs.form

d)

gs_form

115.

In a Business Rule, which one of the following returns the sys_id of the currently logged in user?

a)
  • g_form.getUserID()

b)
  • gs.getUserSysID()

c)

gs.getUserID()

d)

g_form.getUserSysID()

116.

Access Control debug information identifies whether each element of an Access Control granted or denied access. The elements appear in the debug information in the order of evaluation. In which order are the elements of an Access Control evaluated?

a)

Conditions, Roles, Script

b)
  • Conditions, Script, Roles

c)

Roles, Conditions, Script

d)

Script, Conditions, Roles

117.

Assume a table called table exists and contains 3 fields: field1, field2, field3. Examine the Access Control list for table:



Which field or fields can a user with the itil role read?

a)
  • All fields except field3

b)

field1, field2, and field3

c)

field1 and field3

d)

field3 only

118.

Assume a table called table exists and contains 3 fields: field1, field2, field3. Examine the Access Control list for table:



Which field or fields can a user with the itil role read?

a)

field3 only

b)

filed1 and field3

c)

All fields

d)

All fields except field3

119.

Which of the following is NOT a caller access field option?

a)

Caller Tracking

b)

Caller Restriction

c)
  • None

d)

Caller Permission

120.

Which method is used to retrieve Application Property values in a script?

a)

gs.getProperty()

b)

g_form.getAppProperty()

c)
  • g_form.getProperty()

d)

gs.getAppProperty()

121.

What Module Link type is used to access an Application Properties page?

a)

Single Record

b)

HTML (from Arguments)

c)

URL (from Arguments)

d)

Script (from Arguments)

122.

Identify the way(s) an application can respond to an Event generated by the gs.eventQueue() method.

a. Script Action
b. Scheduled Script Execution (Scheduled Job)
c. UI Policy
d. Email Notification

a)

b and c

b)

c

c)

a and d

d)

a and c

123.

When troubleshooting and debugging notifications, where do you navigate to see if an email was sent m response to an event?

a)

System Logs > Events

b)

System Logs > Emails

c)

System Logs > Push Notifications

d)

System Logs > ICE Logs

124.

What are the benefits of storing the majority of an Application’s server-side script logic in a Script Include?

a. This makes execution faster.
b. Only run when called from a script.
c. The script logic can be hidden when the Application is installed from the ServiceNow Store. d. For some changes to application logic there is only one place to make edits.

a)

a, b, and d

b)

a, b, c, and d

c)

b, c, and d

d)
  • a, b, and c

125.

Which of the following is NOT a Flow Designer feature?

a)

Run a flow from a Catalog item

b)

Call a flow from another flow or subflow

c)
  • Add stages to a flow

d)
  • Test a flow using the “Run as” feature

126.

What is the purpose of the coalesce field when importing data?

a)

If a match is not found, the existing record is updated

b)

To determine if a record matches an existing record or is a new record

c)

To identify and merge duplicate records

d)

When a match is found, a new record is inserted

127.

If you create a SOAP Message what syntax indicates a variable to pass when the function is called?

a)

current.variable_name

b)

${variable_name}

c)

< variable_name >.do?WSDL

d)

< variable_name >

128.

Which of the following is NOT a way to install an application on a ServiceNow instance?

a)
  • Install an application from the Application Repository

b)
  • Select the Copy button on the application record

c)

Download and install an application from the ServiceNow Share web site

d)
  • Download and install a third-party application from the ServiceNow Store

129.

Using Custom UI test step in Automated Test Framework, which of the following is NOT a testable page component?

a)

Buttons

b)

UI controls

c)

UI pages

d)

Form field values

130.

Why create Applications in ServiceNow?

a) To replace outdated, inadequate, custom business applications and processes b) To extend service delivery and management to all enterprise departments c) To allow users full access to all ServiceNow tables, records, and fields d) To extend the value of ServiceNow

a)
  • a, b, and d

b)

a, b, c, and d

c)

a, b, and c

d)

b, c, and d

131.

Flow Designer supports variable data types to store record data and complex data. Which of the following are supported variable data types? (Choose three.)

a)

Choice data type

b)

Array.Reference data type

c)

Integer data type

d)

Array.Boolean data type

e)

Label data type

132.

Which of the following statements is true about Guided Application Creator?

a)
  • The global scope option is turned on by default

b)

Default access controls are automatically created

c)

The welcome screen appears every time a new application is created

d)

A scoped application user role is automatically created

133.

What are the ways to designate data tables when using Guided Application Creator (GAC)? (Choose three.)

a)

Create a new table on the platform

b)

Use a freeform database

c)

Upload an existing spreadsheet

d)

Use an existing table on the platform

e)

Upload an existing word processing document

134.

What is the Event Registry?

a)

A Workflow which is launched every time an Event is generated; used to debug Events

b)

The Event Log which lists all Events that have been generated

c)

The method used in server side scripts to generate Events and pass parameters

d)
  • A table containing a record for every Event known to the ServiceNow system which allows ServiceNow to react when Events are generated

135.

Identify the ways an application can respond to an Event generated by the gs.eventQueue() method: (Choose two.)

a)

Client Script

b)

Email Notification

c)

Scheduled Script Execution (Scheduled Job)

d)

Script Action

e)

UI Polic

136.

Is it possible to change an application’s scope?

a)

No, it’s not possible

b)

Yes, it’s possible

c)

Yes, but only from global scope to private scope

d)
  • Yes, but only from private scope to global scope

137.

Which of the following is true about g_scratchpad? (Choose two.)

a)

Used to push information from the server to the client

b)
  • Does not exist on the mobile platform

c)
  • Has constructors and methods

d)

Has default properties passed by client-side scripts

138.

Client-side scripts manage what?

a)

User access

b)

Database and backend

c)

Playbook access

d)

Forms and Form Fields

139.

When debugging Email Notifications, what must you check on a user record? (Choose two.)

a)

Active must be true.

b)

The Email field must have a valid value.

c)

The user must not be locked out.

d)

The First name and Last name fields must have values.

e)

Delegation must be enabled.

140.

When crafting a scoped application that contains flow actions, what is the application called?

a)

Action

b)

Spoke

c)

Bundle

d)
  • Flow

141.

Which are reasons an application could be developed on the ServiceNow platform? (Choose three.)

a)

It needs workflow to manage processes.

b)

It requires reporting capabilities.

c)

It uses forms extensively to interact with data.

d)
  • It requires low-level programming libraries.

e)
  • It uses multimedia features.

142.

Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow? (Choose three.)

a)

Publish to an application repository

b)

Publish to the ServiceNow Store

c)

Publish to an Update Set

d)

Publish to a spreadsheet

e)

Publish to a local USB device

143.

What is required to link a ServiceNow application to a Git repository? (Choose three.)

a)

ACL

b)

Application name

c)

Password

d)

User name

e)

URL

144.

What is the Endpoint when configuring a REST Message?

a)

The URI of the WebServer

b)
  • The command to the REST script to stop execution

c)

Tne URI of the data to be accessed, queried, or modified

d)

The provider response indicates there is no data to send back

145.

Which client-side scripts apply to Record Producers? (Choose two.)

a)

Fix Scripts

b)
  • Catalog Client Scripts

c)
  • UI Scripts

d)

Catalog UI Policies

e)

Record Producer Polices

146.

Which business requirements and process(es) should be documented as part of the application development plan? (Choose four.)

a)

Business problem

b)
  • Process steps

c)

Users/stakeholders

d)

Database capacity

e)

Data input/output

147.

Which objects are used as part of the client-side scripting API? (Choose two.)

a)

gs

b)

current ana previous

c)

g_user

d)

workflow.scratchpad

e)

g_form

148.

When creating application tables, a user role is automatically added to the table record. Which other role does an application typically have?

a)

Application Super User

b)

Application Fulfiller

c)
  • Application Admin

d)

Application Manager

149.

Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?

a)

Data Sources

b)

Schema Map Relationship Builder

c)

Business Service Management Map

d)

Transform Map

150.

What data types of Flow Designer variables are supported to store record data and complex data? (Choose three.)

a)

Label data type

b)

Integer

c)

Array.Reference

d)

Choice

e)

String

151.

What are the features of Flow Designer? (Choose three.)

a)

Add stages to a flow.

b)

Test a flow using the “Run as” feature.

c)

Support Java Scripting code to test conditions that trigger the flow.

d)
  • Run a flow from a Catalog item.

e)

Perform form field data validation at client side.

152.

How is access to Application Menus and Modules controlled?

a)

Access Control

b)

Client Scripts

c)

Roles

d)

Application Rules

153.

What is the ServiceNow App Repository?

a)

A Request table

b)

A database containing ServiceNow apps

c)
  • A collection of files in a Git database

d)

Another name for update sets

154.

What happens to the List view when a new field is added to an existing table?

a)

The new field is added at the start of the List

b)
  • The new field is added at the end of the List

c)

The new field is not added to the List view

d)

A List View is created with the new Field

155.

Exportitem table is extended from Item Table with the additional column of ItemCountry added. The Item table contains the columns ItemName and ItemQty.

Which fields are available in the ExportItem Table?

a)

Only ItemCountry

b)

ItemName, ItemQty, and ItemCountry

c)

ItemCountry, Number

d)

Only ItemName, ItemQty

156.

What data types of Flow Variables are supported to store record data? (Choose three.)

a)

Choice

b)

Date

c)

Array

d)

Integer

e)

String

157.

Which of the following objects does a Before Business Rule have access to in a script?

a)

current

b)
  • previous

c)

GlideRecord

d)

All of the above

158.

Which options are strategies for debugging client-side scripts? (Choose two.)

a)
  • g_form.addInfoMessage()

b)

gs.addErrorMessage()

c)

gs.log()

d)

jslog()

159.

In a privately-scoped application, which methods are used for logging messages in server-side scripts? (Choose two.)

a)

gs.logError()

b)

gs.log()

c)

gs.debug()

e)

gs.error()

160.

When creating an application through the Guided Application Creator, what are the options for creating a table? (Choose three.)

a)

Create a table from a template

b)

Create a table from scratch

c)

Link to external tables

d)

Extend a table

e)

Upload a spreadsheet

161.

Which one of the following database operations can be controlled with Application Access? (Choose two.)

a)

Query

b)

Update

c)

Create

d)

Delete

162.

Which is an example of when an application might use a Scheduled Script Execution (Scheduled Job)?

a)
  • The application needs to run a client-side script at the same time every day.

b)

The application needs to query the database every day to look for unassigned records.

c)

To display a custom welcome message when a user logs in.

d)

To validate form input fields before a record is submitted.

163.

What field type would you select if you want to query records from another table on a form?

a)

Use the Date field type.

b)

Use the Phone Number field type.

c)

Use the String field type

d)

Use the Reference field type.

164.

What functionality is supported by Flow Designer?

a)

The role flow_operator can create and edit flows.

b)

Flows can be "Run as” security admin.

c)

Call a subflow from a flow.

d)
  • Flows can trigger off a record being deleted.

165.

What is a characteristic of Modules?

a)

Every Module must be associated with a table.

b)

Access to Modules is not controlled with roles.

c)

Every Module must be part of an Application Menu.

d)

Modules cannot open forms or lists.

166.

Which method can be used to install an application on a ServiceNow instance? (Choose three.)

a)

Download from Stack Overflow.

b)

Download and install a third-party application from the ServiceNow Store.

c)
  • Use the "Install" button on the application record.

d)

Install an application from the Application Repository.

e)

Import an application from an XML file.

167.

Which one of the following is the correct Link Type to select when creating a module which opens the Record Producer UI for a user rather than the ServiceNow form UI?

a)

URL (from Arguments:)

b)

Content Page

c)

Script (from Arguments:)

d)

HTML (from Arguments:)

168.

Which are valid caller access field options? (Choose three.)

a)

Caller Tracking

b)

Accessible from

c)

None

d)

Allow Configuration

e)

Caller Restriction

169.

Which items are valid UI Action types in ServiceNow? (Choose three.)

a)

 List banner button

b)
  • Form button

c)

Record navigation button

d)

List choice

e)

Form choice

170.

What occurs when an existing table is extended in ServiceNow?

a)

The parent table's Access Controls are ignored when determining access to the new table's records and fields.

b)

The new table does not inherit any of the fields from the parent table.

c)

You must script and configure all required behaviors.

d)
  • The new table inherits the functionality built into the parent table.

171.

An application called My App has a table, MyAppTable, with this Application Access configuration:

Accessible from: All application scopes

Can read: Selected -

Can delete: Not selected -

Allow configuration: Selected -

Which of the following is true based on this configuration?

a)

An application developer working in another privately scoped application can write a Business Rule for the MyAppTable table which successfully deletes all records from the MyAppTable table

b)

An application developer working in the My App scope can write a Business Rule for the MyAppTable table which successfully deletes all records from the MyAppTable table

c)

Any Application developer can write a Business Rule which successfully deletes all records from the MyAppTable

d)

No Business Rule can be written which successfully deletes all records from the MyAppTable table

172.

Which one of the following is true about client-side scripted security?

a)

Client-side scripts have access to both the GlideSystem (gs) and GlideUser (g_user) methods

b)

Client-side scripts have access to the GlideUser (g_user) methods

c)

Client-side scripts have no access to user methods

d)
  • Client-side scripts have access to the GlideSystem (gs) user methods

173.

How can Administrators expand the list of supported file types for code search in ServiceNow Studio?

a)

By modifying the default code search table

b)

By configuring metadata synchronization settings

c)

By creating a new code search group

d)

By adding new file types to a custom search group

174.

What happens if a record producer script aborts the record generation process in ServiceNow?

a)

Record creation displays an error message to the user

b)

Record is not generated in the Item Produced Record table

c)

Record creation is redirected to a confirmation page

d)

Record creation terminates without notifying the user

175.

What is a function of an update set in ServiceNow Studio?

a)
  • To track and monitor system performance metrics

b)

To create new custom applications

c)

To manage configurations directly in a production environment

d)

To group configuration changes for transfer between instances

176.

How can an application respond to an Event triggered by the gs.eventQueue() method? (Choose two.)

a)

Client Script

b)

UI Policy

c)

Script Action

d)
  • Scheduled Script Execution (Scheduled Job)

e)

Email Notification

177.

What is a scoped application that contains Flow Designer actions tailored for a specific application or record type?

a)

Bundle

b)

Flow

c)

Spoke

d)

Action

178.

What is a reason for building a custom application? (Choose two.)

a)
  • To avoid using application repository

b)

To replace ServiceNow base tables

c)
  • To create a custom integration for a 3rd party system

d)
  • To fulfill a specific use case on internal processes

179.

What can a developer do with REST API Explorer? (Choose two.)

a)

Practice using REST to interact with public data providers

b)

Convert REST Message functions to REST methods

c)
  • Find resources on the web for learning about REST

d)
  • Create sample code for sending REST requests to ServiceNow

e)

Test API endpoints on ServiceNow

180.

Which table in ServiceNow stores the details of customizations included in an update set?

a)
  • Customer Update [sys_update_xml]

b)

System Properties [sys_properties]

c)
  • Application Registry [sys_app]

d)

Update Set [sys_update_set]

181.

What is the default module name when a new application table is created?

a)

X_' prefixed to the application name

b)

Plural form of the application name

c)

Same name as the application name

d)

'U_' prefixed to the application name

182.

Which feature can be used to add instructions to a form?

a)

A Context Menu UI Action for instructions

b)

Annotations for form instructions

c)

Related links to documentation pages

d)

A populated read-only information field

183.

What is displayed to delegated developers to package changes for deployment in ServiceNow Studio?

a)

Tools tab

b)

Export to XML

c)

Publish Button

d)

Update Set Picker

184.

What does Application Scoping provide? (Choose two.)

a)

A method to track users involved in developing the application.

b)

A namespace (prefix and scope name) to prevent cross-application name collisions.

c)

A means to control which roles can view the application and its related modules.

d)

A means to control how scripts from other scopes can alter tables in a scoped application.

185.

Why are application files important? (Choose two.)

a)

They store user credentials for the application.

b)

They define the app logic and behavior.

c)

They restrict access to the application.

d)

They monitor app performance metrics.

186.

What happens when an existing table is extended? (Choose two.)

a)
  • Specific fields from the parent table can be selected to be inherited.

b)

Parent table Access Controls are also evaluated while determining access for the new table.

c)

The new table inherits the functionality built into the parent table.

d)

The new table inherits all the fields from the parent table.

e)

Dictionary entries for the new table also include records for fields from the parent table.

187.

When can the value "Protected" be leveraged in a Protected Policy for a Script Include?

a)

A user with the admin role enables the Policy option

b)

The glide.app.apply_protection system property is set to "True"

c)

The application is downloaded from the ServiceNow App Store

d)

A user with the protected_edit role edits the Script Include

188.

When configuring a REST Message, what syntax indicates passing a variable during a function call?

a)

${variable_name}

b)

< variable_name >

c)

current.variable_name

d)

< variable_name >.do?WSDL

189.

What does the "Read-only" protection policy for Script Includes allow in a custom application?

a)
  • Application developers can customize the Script Include.

b)

Only administrators can delete the Script Include.

c)

Application developers can view the script logic but not change it.

d)
  • Only administrators can edit the Script Include.

190.

Which Client-side scoped API class can be used as a replacement for GlideRecord?

a)

GlideElement

b)

GlideDialogWindow

c)

GlideAjax

d)
  • GlideForm

191.

What Link type creates a module that opens a Record Producer UI instead of a Form UI?

a)
  • URL (from Arguments:)

b)

Content Page

c)

Script (from Arguments:)

d)

HTML (from Arguments:)

192.

An app developer wants to review the scripts, reports, and other application artifacts included in a published app. What steps are taken to review those items?

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

193.

What is a benefit of creating an Application Properties page for each application?

a)

Developers or admins can adjust behavior without altering artifacts

b)

Acts as a central larding page for the application

c)

Developers can override inherited application properties

d)

Users can modify the appearance of the application

194.

Where can an application be published once it is ready to share in ServiceNow? (Choose three.)

a)

Publish to the ServiceNow Store

b)
  • Publish to an Update Set

c)

Publish to an application repository

d)

Publish to a spreadsheet

e)

Publish to a local USB device

195.

What does the "enforcing" option in Runtime access tracking settings do?

a)

Logs access requests to cross-scope resources and requires an administrator to authorize each request.

b)

Blocks all access requests to cross scope resources.

c)
  • Authorizes all access requests to cross scope resources without logging there.

d)
  • Logs and authorizes all access requests to cross-scope resources automatically.

196.

This script fragment is executed in an application

g user.hasRole('x my app user');

What is the logical evaluation of this script fragment?

a)

Method returns "False" if the currently logged in user has the x_my_app_user role only

b)

Method returns "True" if the currently logged in user has the x_my_app_user role only

c)

Method returns "True " if the currently logged in user has the x_my_app_user or the admin roles

d)
  • Method returns "False" if the currently logged in user has admin in role

197.

An app developer enables the 'Allow access to this table via web services' option in Application Access.

What is the result of this configuration?

a)

Users are allowed to write table records but restricts delete via web services.

b)

Developers from other application scope can write scripts for this table.

c)

A user having correct permissions, querying via v/eh services can access table records.

d)

Users querying via web services can access table records, regardless of permissions.

198.

Where car GlideUser (g.user) methods be utilized within ServiceNow?

a)
  • Client Scripts and UI Policies only

b)

Business Rules only

c)

Client Scripts, UI Policies, and UI Actions

d)
  • Business Rules, and Scripts Includes

199.

Which scenario will a Scheduled Script execution (Scheduled Job) be implemented?

a)

The application executes a client-side script daily at the same time.

b)

The application displays a custom welcome message when a user logs in.

c)
  • The application queries the database daily to check unassigned records.

d)

The application validates form input fields before a record is submitted.

200.

How does ServiceNow match inbound email to existing records?

a)

Watermark

b)

Record link

c)

Subject line with record number

d)

sys_id

201.

What is a limitation when using record producers in ServiceNow?

a)
  • Record producers cannot redirect users after record creation

b)

Record producers cannot he used for tables in the same scope

c)
  • Record producers should not be used to create requested item records

d)

Record producers must always call the update method on the current record

202.

What is the ServiceNow Application Repository?

a)

A database containing custom ServiceNow applications

b)

A database for tracking user permissions

c)

A database of ServiceNow provided applications

d)

A database for logging application errors

203.

Which Automated Test Framework (ATF) test step is used to set up a specific user profile?

a)

Create a group

b)

Create a user

c)

Impersonation

d)

Create a role

204.

A developer wants to set up an application module that allows inserting new records into a table.

Which configuration option achieves this?

a)

Link type

b)

Filter

c)

Application Menu

d)

Table