7.4: Additional Administrator Resources Flashcards

1
Q

386 - 394
Perform Basic Monitoring and Upgrade Functions

A

There are several ServiceNow tools that may aid you in monitoring performance and upgrading your instance:
* Performance Dashboard
* Instance Scan
* Health Scan
* Release Notes
* Upgrade Center

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

ServiceNow Performance Dashboard

A

The ServiceNow Performance dashboard feature provides central access to different graph sets for monitoring the performance of your instance.
* Use the responsive Performance dashboard in new instances.
* View a wide range of platform performance metrics for your instance.
* Time series graphs help analyze system behavior and patterns over selected periods.

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

The graph sets provide performance data for the following functional areas:

A
  • Asynchronous Message Bus (AMB)
  • Database
  • Instance View
  • MySQL Global Status
  • ServiceNow Servlet
  • Slow Pattern 387
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

You can also filter the data in each graph by using different measurements, such as:

A
  • Maximum and minimum values
  • Means
  • Medians

Use some of these graphs to troubleshoot performance issues or help you tune your system for maximum efficiency. The performance dashboard is feature-rich.

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

System Diagnostics Stats Tools

A

To aid in performance evaluation, Stats Tools records statistics for system activities that affect performance such as the execution of queries, scripts, and transactions.

NOTE: The Stats Tools plugin is activated by default . It requires the admin role to activate or upgrade, and it requires the com.snc.jrobin.

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

Stats Tools adds modules under System Diagnostics > Stats, including Slow Queries, Slow Scripts, and Slow Transactions.

A

Each module accesses a table of activity patterns [sys_query_pat t ern], [sys_script_pattern], [sys_transaction_pattern].
Each pattern table represents a collection of unique activities. Each collection is an aggregation of executions of that unique activity over all time. Each record provides basic timing analysis with example identifiable details of the activity.

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

NOTE: To aid in debugging, you can

A

filter most of these logs by application scope, limiting the transactions (for example, slow scripts or events) to only those transactions originating in specific scopes.

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

Activity patterns are immediately recorded to a cache and are later persisted to their pattern table. If you flush server caches, then recorded activities that have not been persisted are cleared. The following are examples of pattern records.

A
  • Each time a query is executed that meets the recording and persistence threshold it is aggregated and stored as a query pattern record.
  • Each time a particular business rule is executed it aggregates to a script pattern record.
  • Each time a particular background job runs it aggregates into a unique transaction pattern record.
  • Each click of the New button on the Incidents list counts as a list type transaction pattern with specific form action. 388
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Automated Test Framework

A

Consider using the Automated Test Framework (ATF) to create and run automated tests on your ServiceNow instance after modifying it.

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

These tests provide enough flexibility to help confirm the instance still works as designed, including:

A
  • Mimicking user actions with no scripting, such as opening a form, setting field values, etc.
  • Searching for a catalog item, adding an item to a shopping cart, etc.
  • Testing business rules, script includes, etc.
  • Using REST requests to create, retrieve, update, or delete records 389
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

NOTE: By default , the system property to run automated tests is

A

disabled to prevent you from accidentally running them on a production system. Run tests only on development, test , and other non-production instances to avoid data corruption and outage. 389

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

Test s include a series of steps that

A

the test at tempts to execute when run. Once run, the Automated Test Framework creates a Test Results record, which is available through a related list on the test record. 389

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

All test records are defined with test steps

A

the individual steps and the order in which the test should execute them. A test step includes an action to take, and the data needed to take that action. ATF provides a default list of step configurations for most use cases and allows test designers to create their own custom step configurations. 389

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

If a test includes steps that involve a form or other user-interface element

A

it will run the steps in a browser tab or window on demand or scheduled at a set time. Running tests in a browser is especially useful to watch the test execute in real-time. 389

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

Automated Test Framework provides these benefits for change managers and developers:

A
  • Reduce upgrade and development time by replacing manual testing with automated testing
  • Design tests once and reuse them in different contexts and with different test data sets
  • Keep test instances clean by rolling back test data and changes made after each test run
  • Create test suites to organize and run tests in batches
  • Schedule test suite runs
  • Enable non-technical test designers to create tests of standard ServiceNow Platform functionality. 389
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

App Engine Studio (AES)

A
  • View and search created applications
  • Explore tutorials and helpful resources to get started
  • Add data, experience, logic, and security to our app 390
17
Q

Use App Engine Studio for low -code development, automating business processes, and solving business problems. AES allows you

A

to delegate development work that was once assigned to administrators, with little to not raining. As a result , administrators are freed up to address more strategic, broader issues in the platform.
With App Engine Studio, you can leverage development tools and build apps quickly using templates for pre-built solutions. Engage with rea -time data and empower employees in your organization with this intuitive app development environment.

18
Q

Using AES, you can also:

A
  • Create applications from scratch * Access a list of recent applications you have built
  • Access links to add object s t o apps, brow se app templates, and learn more about the available tools
  • Browse through a list of templates you can use to create an app with preconfigured data, experience, automation, and security
    NOTE: App Engine may require a separate purchase, depending on your company’s licensing. 390
19
Q

Delegated Developers are

A

non-administrator users and groups which are assigned one or more permissions to develop applications.
* Each permission grants one or more delegated-development-specific roles to retain control over the system without having the admin role.

20
Q

In addition to deployment permissions, delegated developers can be granted the following permissions:
* All File Types
* Integrations
* Reporting
* Workflow
* Service Catalog
* Service Portal
* Flow Designer
* Tables & Forms
* Manage ACLs & Roles
* Allow Scripting

A
  • All File Types: Grants the developer access to all application file types including some not granted by the other options
  • Integrations : Grants the developer access to web service APIs, REST APIs, and data sources
  • Reporting : Grants the developer access to reports and scheduled reports
  • Workflow: Grants the developer access to the Workflow Editor and Activity Creator
  • Service Catalog : Grants the developer access to catalog related file types such as catalog items, record producers, and variables
  • Service Portal : Grants the developer access to Service Portal editors and tools
  • Flow Designer: Grants the developer access to the Flow Designer design environment to create flows and actions. Script action steps require the Allow Scripting permission
  • Tables & Forms : Grants the developer access to model and layout related file types such as table columns, form layout , and list layout
  • Manage ACLs & Roles : Grants the developer access to security-related file types such as access controls and user roles
  • Allow Scripting : Grants the developer write access to script fields such as those in business rules, client scripts, and Flow Designer script action steps 391
21
Q

Upgrades and Releases

A

Upgrading your instance involves planning, testing, and validation.
Release notes guide you through completing the phases and tasks for a successful upgrade.

22
Q

The ServiceNow platform includes tools to help you during and after an upgrade.

A

Explore ServiceNow upgrades, pre-and post -upgrade tasks, the upgrade planning checklist, upgrade tools and resources, and the ServiceNow store. You may also build your own release notes to enhance your upgrade experience. Building your own release not es allows you to assemble product information, fixes included in your targeted release version, and upgrade tasks to stream line your upgrade preparation, even when you skip a family release. 392

23
Q

Upgrades vs. Updates

A

Running Release: System administrators can check which release is running on an instance with stats.do 393

24
Q

Support ed Release

A

The supported release version is one of the two most current releases. Supported versions provide technical help 24 hours a day, 7 days a week with access to patches and hot fixes.
See What Release you are on. Type stats.do in the application filter and press the enter/return key for statistics of the instance. 393

25
Q

To check the running release

A
  • Locate the Build name, Build date, and Build t ag.
  • Match the build name to the release name in the Release Notes.
  • Match the build date and tag to the build date and tag in the Release Notes. 393
26
Q

Confirm Upgrade and Patch

A

The event system.upgraded can trigger the System Upgraded notification. If the event has a State of error, the notification is not sent ; however, the upgrade may have completed successfully. 393

27
Q

To verify the upgrade is complete

A
  • Navigate to All > System Diagnostics > Upgrade Log
  • Locate the message “Notifying HI that upgrade has been completed.” To confirm that a patch has been applied, find the system.patched event . You can create a notification for this event; it is not available by default . 393
28
Q

Knowledge Check
1. Which script runs when a record is displayed, inserted, updated, deleted, or when a table is queried?

A
  • Business Rule 394
29
Q

Knowledge Check
2. What is used frequently to move customizations from one instance to another? 394

A
  • Update Sets
30
Q

Knowledge Check
3. Which types of records are not captured in an update set?

A
  • Data records 394
31
Q

Knowledge Check
4. What protects applications by identifying and restricting access to available files and data?

A
  • Application Scoping 394
32
Q

Knowledge Check
5. What attributes of a field can a UI Policy Action change on a form?

A
  • Mandatory
  • Visible/Hidden
  • Read Only 394
33
Q

Knowledge Check
6. What are the steps for applying an update set to an instance?

A
  • Retrieve
  • Preview
  • Commit 394