CAD Exam Flashcards

1
Q

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

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

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

A

event.

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

For application access, there is a configuration option called Allow access to this stable via web services. Which 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
4
Q

When configuring a module, what does the Override application menu roles configuration option do?

A

Allows users with the module role but without access to the application menu to access the module

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

If read configuration is not selected what else is not available?

A

can create, can update, can delete

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

What is the ACL execution order?

A

Roles, conditions, scripts

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

Which 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
10
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
11
Q

Which is one that performs debug logging in server side? A. gs.info () B. gs.debug() C. gs.print() D. gs.log()

A

gs.debug()

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

You are developing the MyApp application that has a 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
13
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
14
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
15
Q

Which objects are used in scheduled script Actions

A

GlideSystem and GlideRecord

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

When evaluating Access Controls, ServiceNow searches and evaluates

A

from most specific match to most generic match

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

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

A

Bar Chart and Pie Chart

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

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

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

22
Q

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

A

Spoke

23
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

admin and source_control

24
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

25
Q

Which is used to display a message for a specific field?

A

g_form.ShowFieldMessage()

26
Q

What is displayed in an application picker?

A

All servicenow applications including baseline applications like incident

27
Q

What is the purpose of the application picker?

A

Selecting an application from the Application Picker sets the Application Scope

28
Q

What is not included in the SNOW Rest API?

A

Copy

29
Q

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

A

True

30
Q

Which objects can be used in Inbound Action Scripts?

A

Current and Email

31
Q

Which one 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

32
Q

What does g_user.hasROle(‘x_MyApp_Scope’) return?

A

Returns True if the user has the admin role of the x_MyApp_scope user role

33
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, and Update

34
Q

What are 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 relabeling them and you can use existing fields with no modifications

35
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 using producer.redirect = ‘’

36
Q

What are web services?

A

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

37
Q

What are three things that tables manage?

A

Extensibility, Numbering, and Security

38
Q

What are 3 components of the Mobile UI?

A

Application Navigator, user profile, favorites

39
Q

Which of the following features are available to Global applications? (Choose 2): A. Automated Test Framework……B.Source Control…….C. Delegated Development……..D. Flow Designer

A

ATF and Flow Designer

40
Q

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

41
Q

Identify the incorrect statement about Delegated Developmentin ServiceNow.
A. Administrators can grant non-admin users the ability to develop global applications B. Administrators can specify which application file types the developer canaccess. C. Administrators can grant the developer access to scriptfields.
D. Administrators can grant the developer access to securityrecords.

A

Administrators can grant non-admin users the ability to develop GLOBAL applications

42
Q

NO.7 Here is the Business Rule script template: (function executeRule (current, previous */ null when async */) {

}) (current, previous) ; This type of JavaScript function is known as:

A

Self-Invoking

43
Q

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.hasRoleExactly(‘catalog_admin’)

44
Q

How must application access be configured to prevent all other private application scopes from creating configuration records on an application’s data tables?

A

Set the Accessible from field value to This application scope only

45
Q

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

A

Examine the Application Files related list in the application to be published

46
Q

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

47
Q

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.

A

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

48
Q
  1. 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) Delete
    b) Update
    c) Query
    d) Insert
A

Query

49
Q
  1. Which one of the following is NOT a GlideUser (g_user) method?
    a) userName()
    b) getFullName()
    c) hasRole()
    d) hasRoleExactly()
A

userName()

50
Q
  1. ServiceNow Desktop applications automatically run on which platform(s):
    a) Desktop
    b) Smartphone
    c) Desktop and Smartphone
    d) Desktop and Tablet
A

Desktop and Tablet