CSA Study Sheet Night #4 Flashcards

1
Q

What are the (4) reasons to develop custom apps in ServiceNow?

A

1) Replace outdated, inadequate business applications and processes.
2) Extend service delivery across all enterprise departments.
3) Enhance the value of ServiceNow.
4) Increase automation and consolidation in enterprise service management.

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

What is “App Engine Studio (AES)”?

A

Aka “Studio”, it is a low-code development tool designed for automating business processes and solving business problems.

It allows for quick app creation, accessing resources, and adding various functionalities.

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

What are the (5) main features and utilities of AES? 5th***

A

1) Building apps using templates or from scratch.
2) Viewing and searching created applications.
3) Access to tutorials and resources.
4) Adding data, logic, experience, and security.
5) ***Requires a separate purchase depending on licensing.

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

How do you access “App Engine Studio (AES)”?

A

App Engine -> App Engine Studio

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

Who are “Delegated Developers” in ServiceNow?

A

They are users/groups that are non-administrators who are assigned permissions to develop applications.

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

What (10) permissions can be granted to “Delegated Developers”?

A

1) All File Types.
2) Integrations.
3) Reporting.
4) Workflow.
5) Service Catalog.
6) Service Portal.
7) Flow Designer.
8) Tables & Forms.
9) Manage ACLs & Roles.
10) Allow Scripting.

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

Describe the “All File Types” permission.

A

Grants access to all application file types.

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

Describe the “Integrations” permission.

A

Grants access to web service APIs, REST APIs, and data sources.

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

Describe the “Reporting” permission.

A

Grants access to reports and scheduled reports.

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

Describe the “Workflow” permission.

A

Grants access to Workflow Editor and Activity Creator.

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

Describe the “Service Catalog” permission.

A

Grants access to catalog related file types such as catalog items, record producers, and variables.

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

Describe the “Service Portal” permission.

A

Grants access to the Service Portal editor.

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

Describe “the “Flow Designer” permission.

A

Grants access to the Flow Designer.

Script action steps require “allow_scripting” permission.

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

Describe the “Tables & Forms” permission.

A

Grants access to model and layout-related file types such as table columns, form layout, and list-layout.

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

Describe the “Manage ACLs & Roles” permission.

A

Grants access to security-related file types such as access controls and user roles.

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

Describe the “Allow Scripting” permission.

A

Grants access to script fields within Business Rules, Client Scripts, and Flow Designer.

17
Q

What are “Application Scopes”?

*3 fuckin parts

A

They protect applications by identifying and restricting access to available artifacts and data.

The default is Global Scope, with custom applications having private scopes.

Scoped applications use “x_” as a prefix while global custom applications use “u_”.

18
Q

Describe the “Automated Test Framework (ATF)”.

*MF’in 2 parts

A

The ATF allows users to create and run automated tests after modifying an instance. It produces a Test Result Record.

It tests user actions like
-form interactions
-searching
-business rules
-handling REST requests

19
Q

Navigation: How do you access the “ATF” application?

A

All -> Automated Test Framework (ATF)

20
Q

What is the PDI in ServiceNow?

A

Personal Development Instance.

21
Q

What is the recommended deployment cycle in ServiceNow?

A

1) Develop in the Development Instance.

2) Test in the Test Instance.

3) Deploy tested app to the Production Instance.

*It’s recommended to clone the Production instance to Test and Development to keep them updated.

22
Q

Describe the “Guided Application Creator (GAC)”.

A

It is an intuitive interface for building applications. It uses a step-by-step process to guide users through the app development process.

*It doesn’t support Edge, Internet Explorer, or older browsers.

23
Q

What is the “Documentation Developer” in ServiceNow?

A

It’s available through the ServiceNow Developer website.