CSA Study Sheet Night #1 Flashcards
What is the Now Platform?
An Application Platform as a Service (aPaaS)
What workflows does the Now Platform support?
-IT Workflows
-Employee Workflows
-Customer Workflows
-Creator Workflows
Describe the Data Model of ServiceNow
It is a single data model built on a table schema that’s flexible.
How is the Now Platform hosted?
Multi-Instance cloud-based, with each instance being a single software stack.
What is “AHA” in ServiceNow?
Advanced High Availability Architecture (AHA)
Transfers in less than 7 minutes without downtime.
Where can you check real-time instance availability in ServiceNow?
HI (Hosted Instance)
Describe the backup strategy of ServiceNow.
1 weekly full-backup and 6 days of daily differential backups.
What is the default domain in ServiceNow? Who can see it? What about other domains?
“Global” is the default domain, and all users can see it.
Access to other domains is limited to assigned users.
How are roles in ServiceNow defined?
Roles are a collection of permissions granted to a user.
How does ServiceNow define groups and users?
Groups are collections of people with shared tasks and permissions.
Users are individuals within an instance.
What are the 3 interfaces of ServiceNow?
-Next Experience Unified Navigation (Primary interface)
-Service Portal
-Now Mobile Apps (Now Mobile / Now Mobile Agent)
What are the 3 components of the Next Experience UI?
-Content Frame
-Banner Frame
-Application Navigatior
What is the “Content Frame”?
This is where Forms and Lists display in an instance.
What is the “Banner Frame”?
It contains base menus like All, Favorites, History, Workspaces, Global Search, as well as the current location pill.
What is the “Application Navigator”?
The complete list of Applications and Modules, searchable by using Filter Navigator.
What is the focus of Now Mobile?
Its targeted at employees with a persona-focused design for intuitive use, mobile first, native, and offers various features including offline access and role-based access.
How does “Now Mobile Agent” differ from “Now Mobile”?
It is targeted at Service Agents and has a few more capabilities than Now Mobile.
What is “Service Portal” in ServiceNow?
A user-friendly self-service that provides access to specific features using widgets.
-Search for catalog items, knowledge articles, and records
-Submit requests
-Browse corporate news feed
Navigation: How do you access “Service Portal”?
Service Portal -> Service Portal Home
Name the base system roles in ServiceNow.
-Admin
-Specialized Admin
-Approvers
-ITIL
What is the “Admin” role?
A System Administrator that has complete access (except for some HR functions and Security functions).
What is the “Specialized Admin” role?
Specialized Admin roles for specific functions.
EXAMPLE: “catalog_admin” - can edit catalog items
What is the “Approvers” role?
They can modify approval records (approve, reject, etc)
Example: “approver_user” can modify records assigned to them.
BUT
“approver_admin” lets you approve,reject, etc. any approval record.
What is the “ITIL” role?
Allows you to perform standard actions for an ITIL help desk technician.
By default, you MUST have the “itil” role in order to have tasks assigned to you.
What are the (6) user authentication types in ServiceNow?
1) Local Database
2) External SSO
3) LDAP
4) OAuth 2.0
5) Digest Token
6) Multi-Factor
Describe “Local Database” authentication.
It authenticates based on a user record in a ServiceNow instance.
Describe “External SSO” authentication.
It authenticates username and password configured in identity providers that have a matching user account.
Just boring, regular SSO.
What does “LDAP” stand for?
Lightweight Directory Access Protocol
Describe “OAuth 2.0” authentication.
It lets users access instance resources through external clients by obtaining a token rather than entering login credentials with each resource request.
Describe “Digest Token” authentication.
Digest token authentication passes user credentials and a digest token within an unencrypted HTTP header.
Describe “Multi-Factor” authentication.
Uses Mobile Devices to authenticate by use of a time-based one-time password (TOTP).
What is the purpose of Lists and Filters in ServiceNow?
They help manage the records in a table. *A list displays a set of records from a table.
What can users do with data in lists?
Users can search, sort, filter, and edit data in lists.
**Lists may be embedded in forms and may be hierarchical (have sublists)
Describe the list interface components
Lists consist of a title bar, filters and breadcrumbs, columns of data, and search capability.
How does each column and row in a list relate to the table?
Each Column corresponds to a field in the table.
Each Row corresponds to a record in the table.
How do you access list controls?
Via the list title menu icon, or by right-clicking the title bar.
Explain the WILDCARDS used in ServiceNow.
% = “Ends With”
* = “Contains”
What are the (3) different levels of list control provided by context menus?
-List Context Menu (Hamburger top left)
-List Column Context Menu (appears for each individual column)
-List Fields Context menu, available for each value in the list.
What are (2) ways you can sort a list?
-Click the column name, clicking it again reverses the sort order.
-Click the list column context menu, and pick how you’d like to sort (ascending vs descending).
What is a Visual Task Board?
A collaboration tool with a special user interface for presenting the tasks in the list.
What does “Show Visual Task Board” option do?
It allows you to create a new visual task board based on the list of records, available only on lists of task records like “Incident” or “Problem”.