0% found this document useful (0 votes)
28 views10 pages

New Microsoft Word Document

The document contains a series of multiple-choice questions and answers related to ServiceNow functionalities, scripting, and application management. Key topics include roles, access controls, Flow Designer, and reporting capabilities. Each question is followed by the correct answer, providing a resource for understanding ServiceNow's features and best practices.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views10 pages

New Microsoft Word Document

The document contains a series of multiple-choice questions and answers related to ServiceNow functionalities, scripting, and application management. Key topics include roles, access controls, Flow Designer, and reporting capabilities. Each question is followed by the correct answer, providing a resource for understanding ServiceNow's features and best practices.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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

web service:

A. Publisher

B. Specialist

C. Provider

D. Consumer

Answer: D

Question #:11

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

Answer: B

Question #: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

Answer: B

Question #:13

In a Business Rule, which one of the following returns true if the currently logged in user
has the admin role?

A. g_form.hasRoleExactly(‘admin’)

B. gs.hasRole(‘admin’)

C. g_form.hasRole(‘admin’)

D. gs.hasRoleExactly(‘admin’)
Answer: B

Question #:14

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

A. Business Rules

B. Script Includes

C. Client Scripts

D. Access Controls

Answer: B

Question #:15

A scoped application containing Flow Designer content dedicated to a particular


application is called a(n):

A. Spoke

B. Bundle

C. Action

D. Flow

Answer: A

Question #:16

Which method call returns true only if the currently logged in user has the catalog_admin
role and in no other case?

A. g_user.hasRole(‘catalog_admin’)

B. g_user.hasRoleExactly(‘catalog_admin’)

C. g_user.hasRoleOnly(‘catalog_admin’)

D. g_user.hasRoleFromList(‘catalog_admin’)

Answer: B

Question #:17

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.

Answer: A B D

Question #:18

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

Answer: B

Question #:19

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

Answer: B

Question #:20

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

Answer: C

Question #:21

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

Answer: C

Question #:22

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

A. gs.log()

B. gs.error()

C. gs.warn()

D. gs.debug()

Answer: A

Question #:23

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

Answer: C

Question #:24

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

Answer: B

Question #: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

Answer: A

Question #:26

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

Answer: A

Question #:27

When working in the Form Designer, configuring the label of a field in a child table
changes the label on which table(s)?

A. base table

B. child table

C. parent table

D. all tables

Answer: B

Question #:28

Which one of the following client-side scripts apply to Record Producers?

A. Catalog Client Scripts and Catalog UI Policies

B. UI Scripts and UI Actions

C. UI Scripts and Record Producer Scripts

D. Client Scripts and UI Policies


Answer: A

Question #:29

Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?

A. GlideRecord and current

B. GlideUser and GlideRecord

C. GlideSystem and GlideRecord

D. GlideSystem and current

Answer: C

Question #:30

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

Answer: A

Question #:31

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

A. source_control

B. source_control_admin

C. admin

D. git_admin

Answer: A, C

Question #:32

Which one of the following is true regarding Application Scope?

A. All applications are automatically part of the Global scope

B. Applications downloaded from 3rd party ServiceNow application developers cannot


have naming conflicts
C. Any developer can edit any application

D. Developers can choose the prefix for a scope’s namespace

Answer: B

Question #:33

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

A. Outbound Email

B. Application

C. Record

D. Schedule

Answer: A

Question #:34

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

A. Bar Chart, Pie Chart, Histogram, and Line

B. Bar Chart

C. Bar Chart, Pie Chart, and Histogram

D. Bar Chart and Pie Chart

Answer: D

Question #:35

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

Answer: D

Question #:36

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

A. scratchpad
B. GlideUser object (g_user)

C. current and previous objects

D. GlideSystem object (gs)

Answer: B

Question #:37

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

Answer: A

Question #:38

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

A. Only the in scope application’s scripts can create Business Rules for the table

B. Any user with the application’s user role can modify the application’s scripts

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

D. Out of scope applications can add new tables to the scoped application

Answer: C

Question #:39

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

A. Open an empty form so new records can be created

B. Open a link to a wiki article with instructions on how to customize the behavior of the
new module

C. Display an empty homepage for the application

D. Display a list of all records from the table

Answer: D
Question #:40

From the list below, identify one reason an application might NOT be a good fit with
ServiceNow, The application:

1. Needs workflow to manage processes

2. Requires “as-is” use of low-level programming libraries

3. Requires reporting capabilities

4. Uses forms extensively to interact with data

Answer: B

Question #:41

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

1. Any user with the protected_edit role can see and edit the Script Include

2. The Protection policy option can only be enabled by a user with the admin role

3. The Protection Policy is applied only if the glide.app.apply_protection system property


value is true

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

Answer: D

Question #:42

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

Answer: B
Question #:43

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

A. producer.field_name

B. producer.variablename

C. current.variable_name

D. current.field_name

Answer: B

You might also like