Service Now System Admin – Flashcards
Unlock all answers in this set
Unlock answersquestion
            A User interface (UI) policy is:
answer
        -A rule that applies to a form to dramatically change form information or the form itself   -An alternative to client scripts   - run on the client side (on the browser)
question
            A user interface policy is used to set fields on a form to:
answer
        -visible or hidden   -editable or read only   -optional or mandatory
question
            A data policy:
answer
        enable administrators to set mandatory and read only states for fields and can be used to enforce data consistency across applications
question
            A UI action is:
answer
        The method to put buttons, links, and context menu items on forms in list, making the UI more interactive, customizable and specific to user activities.
question
            To create a UI button that is placed in the banner:
answer
        Personalize the UI actions personalize the UI actions form to show the list banner button checks box. Use the list button checkbox to produce a button at the bottom of the list
question
            A business rule is:
answer
        piece of JavaScript configured to run when the record is displayed, inserted, updated, deleted, or when a table is queried. The business rule can be set to run before after the database action has occurred.
question
            The Business Rule list display field "When" is used for
answer
        to identify when the business rule should execute:   - display; before the recprd os displayed   - before; a record is saved to the database  - async(queued); Client and server work independently so the client is not waiting for server.   - after; the database operation is complete.
question
            The Business Rule list display field "Order" is used for
answer
        The sequence in which the business rule should run. If there are multiple rules on a particular activity, the rules will run in the order specified here, from lowest to highest.
question
            What is the major difference between Business Rules and Client Scripts?
answer
        Business rules apply consistently to records regardless of how their accessed client Scripts only apply when editing through a form.Business Rules are NOT real time.
question
            What is the user?
answer
        A user is one records stored in the [sys_user] user table
question
            how are users brought in?
answer
        -Manually :Password in ServiceNow  -LDAP : active directory managed outside of service now  -Single sign-on (SSO)external authentication   - employee self-service (ESS) log into company portal page and are directed to their serviceNow instance.
question
            What is a group?
answer
        A group is one record in the [sys_user_group] table. A group is a set of users who share a common purpose, offering an easy way to refer to those users collectively.
question
            Name the two group characteristics.
answer
        1. Users can belong to more than one group  2. Make permission management easier.Groups are assigned roles.
question
            Groups can be established from:
answer
        import from a corporate directory (A group as part of a hierarchy, and a user is part of a group.)     manually created in ServiceNow .
question
            what is the role?
answer
        A role is one record in the role [sys_user_role] table. A role is a persona that is assigned to a group or single-user a user can be assigned more than one roll
question
            Name the 4 Out of the Box rolls:
answer
        1. System Administrator role has access to all system features, applications, functions, and data.   2. Specialized Administrator roles manage specific applications.   3. ITIL(or process) rolls fullfill ITIL activities associated with the ITIL workflow  4. Employee self-service (ESS) users
question
            What role is not a role?
answer
        Employee self-service (ESS) users are the end-users and are not given roles. They have limited access to data and features in service now.
question
            how do you map users two groups and rolls?
answer
        - Assign users to groups   - Map roles to groups, apply general roles to large groups and specific roles and entitlements to smaller groups.
question
            What is the Delegate?
answer
        A delegate is another user in the instance designed to receive and interact with approvals and tasks assigned or sent to you.
question
            What is the delegation role?
answer
        with the role delegation plug-in, administrator can grant a user the right to delegate roles within a particular group with the role_delegator role
question
            What is a Application Menu?
answer
        An Application Menu is a group of modules, or pages, that provide related information and functionality.
question
            What is a Application to an Admin?
answer
        Applications are the package set of configuration files that provide a business solution, while application menus are a way to make application features accessible to users.
question
            The Data base contain:
answer
        Tables
question
            Tables contain:
answer
        Records
question
            Records hold:
answer
        Fields, a field is a column and holds an individual piece of data
question
            Table can be viewed and manipulated through:
answer
        1. The record list view.  2. The schema map.  3. The tables module.
question
            Name the 4 Table relation types
answer
        - One to many   - many to many   - extensions   - database view
question
            What is a table extension relationship?
answer
        The table can extend another table. The extended table includes unique fields plus all of the fields from the parent table
question
            What is a one-to-many table relationship?
answer
        Within a table a field can hold a reference to a record on another table.
question
            What is a many-to-many table relationship?
answer
        two tables can be related in a bidirectional relationship, so that the related records are visible from both tables in a belated list. Example: software vendors can sell multiple products and products can be sold by multiple vendors.
question
            What is a Database view table relationship?
answer
        Two tables can be joined virtually using the database views plug-in to allow for reporting on data that might be stored in more then one table
question
            What is Base Table Class?
answer
        The first Table that other Tables extend or specialize from but does not have a Parent relationship.
question
            What is a Parent Class Table?
answer
        A Table that has Child Class Table related.
question
            What is a Child Class Table?
answer
        A Table that has Parent Class Table related.
question
            On the schema map Green means?
answer
        Are tables that have been extended by the table you're viewing
question
            On the schema map Blue means?
answer
        Are tables that are extending the table you're viewing
question
            On the schema map Red means?
answer
        Are tables that are "referenced by" the table you're viewing
question
            What does the reference icon look like and what does it do?
answer
        It looks like a calendar with a blue dot. You can hover over the reference icon to display the referenced record.
question
            What is a data dictionary table?
answer
        A data dictionary table holds information that defines the database. Every instance has a set of data dictionary tables.
question
            ITIL Config Item def:
answer
        Any Component that needs to be managed in order to deliver an IT Service. . CI's typically include IT services, hardware, software, buildings, people and formal documentation such as process documentation and SLA's.
question
            What are upstream CI's?
answer
        On the BSM map an upstream configuration item is an item that feeds data into the configuration item that you're viewing. (Windows is upstream of a Windows App)
question
            What are downstream CI's?
answer
        On the BSM map an downstream configuration item is an item that is affected by the item that you're viewing. (A server app is downstream from a server)
question
            what are the two major record types in the ServiceNow CMDB
answer
        1. The core configuration item table [cmdb_ci] : this table store is the basic attributes of all the CI's   2. The CI relationship table [cmdb_rel_ci]: this table defines all existing relationships between CI's
question
            What tables relate to this CMDB
answer
        IT asset management it's all about relationships: integrate the physical, technological, contractual and financial aspects of information technology assets to enable holistic and proactive approach to achieving the object tips.     ITIL service catalog management with the service portfolio management plug-in, business services and the CMDB can also be managed by the service catalog team, and made available to end users who can then request items from them.        Financial management, with the cost management plan, cause can be associated with configuration items, so that the cost associate with the configuration management can be tracked, and bundled into expense lines, budgets, or cost centers.
question
            On the schema map Orange means?
answer
        this is the table that you're currently referencing.
question
            On any configuration items (example: the problem CI) you can get tickets BSM map by clicking what?
answer
        Clicking the icon that looks like a small hierarchical diagram with three boxes connected
question
            What is a business service map (bsm)?
answer
        business service map graphically displays the configuration items that compose a business service and indicates the status of those configuration items.
question
            what are the six ways to populate the CMDB?
answer
        1. Discovery, an automated service now product.   2. Import sets.   3. Integrate with external CMDB's.   4. Web services.   5. Help the helpdesk from with in in ServiceNow.   6. Manual input
question
            The Import Set Table does
answer
        This table acts as a staging area for records imported from a data source
question
            Transform Map
answer
        Provides a guide for moving data from Import Set tables to "Production" tables; field mapping provides direct field to field data moves.
question
            before importing any data usage you should
answer
        - Understand what data you are bringing in and where it should go.   - Remove obsolete data
question
            What are the Steps to Create a New Import Set Table
answer
        -System import sets > load data   - Select create new import.   - Name the important (label).   - Select upload an Excel file.   - Notice sheet and Header Row choices.   - Browse file you want to upload.   - Click go.
question
            When running a transformation on an import side records are ignored when:
answer
        The data in the instance matches the data being imported.
question
            Coalesce on a Field or Set of Fields means:
answer
        Setting that field as a unique key for the data transformation
question
            An update set:
answer
        Is a group of customizations or personalizations that can be packaged and moved from one instance to another via a table [sys_update_xml] table     Allows administrators to group a series of changes into a name set and then move this set as a unit to another instance     example: A set of enhancements to incident management can be grouped in a update site called "Incident Management 2.0"
question
            What is captured in an update set?
answer
        Business rules   Client scripts   Fields   Forms and form selections reports  Tables  Views  Workflows   Note: Homepages must be manually added.
question
            What are some update set best practices?
answer
        - have a plan and identify a common migration path.   - Know what's being developed and make sure the administrators are aware of developments.  - Do not include many changes in one side.  - Group like items in small manageable set.   - Use "preview" before moving the update sets to compare potential conflicts
question
            Can Update Sets be Merged? If so why and how?
answer
        If Two users are working on spearate update sete they CAN be combined into one Update Set for easy transfer.   1. Navigate to Sysytem Update Sets > Merge Update Sets  2. Select the Update Sets to Merge from the available side. and move them to the Selected Side.   3. Type in the name of the new set.   4. Click Merge Seleceted
question
            The knowledgebase is
answer
        A repository used for the storage and publication of important information you want to distribute to your organization
question
            The knowledge base can be populated using these methods:
answer
        Manually, by creating new articles.  From the Service Catalog with a Record Producer  Automatically, from Events  From Existing incidents or other tasks.
question
            Knowledge Base structure
answer
        Topics is the Highest Level of heirarchy,  The second level is Category.   Articles is accessed directly from a topic box or form within the category list
question
            What does the Article Type on KB set.
answer
        This field sets the markup language you want to use to create the article, HTML or Wiki.
question
            What are the Knowledge Article Base submission Workflow Steps.
answer
        Draft - Article is being written and stored in the KB  Review - Article is ready for Subject Matter Expert (SME) and Professional reviews  Published - Article is current and avaliable according to the role assigned.   Retired - Legacy documentation; article is superseded by more current information
question
            The Flag Article checkbox is used:
answer
        This checks box can be used to flag a Knowledge Base artciel for review.
question
            Search Knowledge Icon is sometimes called
answer
        The Blue Book Icon.
question
            The official definition of an ITIL service catalog is:
answer
        A database or structure document with information about all live IT services, including those available for deployment. The service catalog is only part of the ITIL portfolio published to customers and is used to support the sale and delivery of IT services
question
            What is a Service Request - "Record Producer".
answer
        An interface used to create service catalog record; an alternative to list and forms. Each record producer focuses on a specific process or task and can be used anywhere in the service now platform. In the service catalog, record producers are presented in categories along with catalog items. Users can use record producers to create an incident, request an emergency change, and more. This enables the service catalog to be used as a complete front-end UI.
question
            What is a Service Request - "Variable".
answer
        Provide options to taylor catalog item to the customers needs. Questions that define items options can be added to ask the end-user ordering the catalog item. Variables can affect the order price.
question
            What is a Service Request - "Order Guide".
answer
        Provide the ability to order multiple, related items as one request displayed on the initial screen where users fill in some preliminary information and, based on the initial information, the order guide displays one on more catalog items for the user to order.
question
            What can ITIL users do that employee self service users cannot.
answer
        Self Service Users can only access The service Catalogue on the Self Service Application. ITIL Users can see al of that and can see Open Records, Requests, Items and Tasks.
question
            REQ is:
answer
        A Request Number generated to keep track of an order
question
            RITM is
answer
        With in a request generated from a catalog order, each discrete item ordered is given a specfic "Requested Item Number"
question
            What are the Service Catalog Variable Types
answer
        Multiple-choice: (creates radio buttons for user defined question choices.  Select box creates a choice list of user-defined question choices.)   Single-line text: (creates a single line text input field. )  Reference: (specifies a record in another table, similar to a reference field.)  Checkbox: (creates a checkbox that may be selected or cleared; list checkboxes in order under label to create an options question)
question
            What is a Catalogue - Variable Set
answer
        A Variable Set is a modular unit of variables that can be shared between catalogue items.
question
            What is a workflow?
answer
        it is a virtual representation of activities consisting of connected steps planned out in a sequential manner.It is used to automate a sequence of activities
question
            How do Workflows differ between Normal modules (ex Incidents) and Service Catalgue items.
answer
        In Service Cataloge items use the "Stages" field to indicate progress through a workflow while Incindets on the incident table use "State"
question
            Workflows are modfied using what Model?
answer
        The "Puiblish" model. You can "Check out" and "publish" workflows
question
            Exspected time on workflows is:
answer
        Equal to the Delivery time because workflows cannot calculate the final end time as not all actvities with in a workflow have defined times.
question
            Workflow - Maximum Acitivity Count:
answer
        Is the Max permitted numberr of workflow activities to pervent endless loops.
question
            what is a workflow activity?
answer
        it is a work flow block that organizes the individual actions of the workflow performs as it runs.
question
            workflow activities include:
answer
        Approvals - (which allow workflows to generate and manage approvals while driving a record to fulfillment. )  Conditions - (which are activities available for a workflow. )  Notifications - (which allow workflows to notify users of the events that occurred during the workflow. )  Tasks - (which create and modify task. These activities are only available when the workflow is defined to run on the table which extends tasks.)  Timers - (which positive workflow for a set period of time. )  Utilities -( which provide useful controls over the path of the workflow, and other useful tools.)
question
            what is an Event?
answer
        An event is an indication to the service now process that something notable has occurred.
question
            Events are caused by:
answer
        - User actions (logging in, approving a request, renaming and attachment   -Scripts (business rules, workflow)
question
            What is an Event Queue?
answer
        is a table containing a record of every generated of event., regardless of its type.
question
            what is a notification?
answer
        these are items that can be triggered by events in the platform, but unlike business rules, require no scripting knowledge and can also be created when a record is inserted or updated.
question
            what are the five email notification tasks?
answer
        1. Configure email properties   2. Create event and business rules (optional)   3. Create notification   4. Configure email addresses and subscribe to notifications  5. Create or update ServiceNow records via email
question
            what can inbound email actions perform?
answer
        Inbound email actions can perform various actions in the service now platform. Inbound email actions behave like business rules and use conditions and scripts to perform tasks in the platform such as creating new users, assigning task, updating or trading tasks. A business rule is triggered to log an event associated with the notification.
question
            What is Dot-Walking?
answer
        Dot-Walking can get information from a series of reference fields from different tables:
question
            what is the symbol on a notification that identifies something as a dynamic record field?
answer
        ${ }
question
            what are the different releases?
answer
        - Feature release introduces new features include all available fixes to existing functionality. Is production oriented  - Patch release. Supports existing functionality with a collection of problem fixes.Includes all previously issued hot fixes for a given release.   - Hot fixes support existing functionality with a specific problem fixed for a feature release.
question
            what is the path for updates?
answer
        A feature release occurs, new hot fixes fixed different problems with the feature release. A patch release contains the hot fixes plus additional fixes for feature release.
question
            What are the levels of CRUD (Create, Read, Update, Delete)
answer
        1. Application and module access; controlled by rules configured at the application module level.  2. Table and Field access: controlled via a globally defined system properties as well as table and field level access controls.
question
            If the Roll field is left blank on an Apllication then who has acces?
answer
        All Users have acces unless otehrwise identfied.
question
            What is Contextual Security
answer
        allows you to secure a record based on its contents, with the simple security manager, you could secure fields and tables by adding roles to the appropriate dictionary entry.
question
            Security rules are defined and set at
answer
        - Row level (access to the record)   - Column level (access to the field)
question
            Security rules are executed when?
answer
        When attempting to access any service now table to create, read, update, or delete.
question
            What is an Access control?
answer
        Is the security rule defined of the row level (access to the record) and at the column level (access to the field) and is executed when attempting to access any ServiceNow table.
question
            Access control rules can be defined in three ways:
answer
        1. Conditional Expression (In your access control rules you'll see a condition widget where you can add conditional expressions. ex " category is database" if you want this rule to evaluate to true only for database records.)  2. Scripts - (you can apply security based on a user-defined scripts. Your script has access to the current record and has a responsibility for setting a global "answer" variable to allow or deny access.)  3. Roles - (At the bottom of the access control rule there is a related list of roles. If you put one or more roles there, then only users with at least one of those roles are performed or allowed to perform the requested operation.)
question
            what is the Access Control wildcard rule?
answer
        The selection of the wildcard symbols (*) from the name drop-down list of the access control means that the rule in question applies to all fields on the selected table except for those with explicit rules.
question
            Access control are evaluated from?
answer
        ...the specific to general, allowing access only if all conditions evaluate to true. Evaluating independently all conditions.
question
            What Happens if a row level rule and a field level rule are in conflict.
answer
        Both Rules must be met before an operation is allowed - Example would be a rule that allows access to a column and a rule that denies access to row. First rule has no effect. access denied.
question
            On the Transaction Long Response Time is:
answer
        Round Trip response time for the browser request (in milliseconds)
question
            What is the Difference between "Transactions (All user) log" versus "Client Transactions Log"
answer
        Transactions all does all redirects. Client Transactions does not.
question
            Key Metrics to baseline and Monitor
answer
        Memory  Responce Time  Available Semaphores (Control the number of user transaction that run in parallel)
question
            What are the 4 major components that work together to Power Service Level Management.
answer
        1. SLA Definition (The record which defines the conditions that trigger the SLA  2. Task SLA (The individual instances of the SLAs associated with particular tasks)  3. SLA Workflow (The workflow which powers events or actions based on the SLA definition)  4. SLA Automation (The Busniess rule and schedule job that automate the SLA)
question
            An OLA is :
answer
        defines how departments work together to meet the service level requirements documented in an SLA.
question
            An Underpinning Contract (UC) is
answer
        a type of SLA that defines and monitors the guarantees established with an outside supplier; it's a tool for supplier Management
question
            Tasks SLA Table
answer
        [Task_sla] table stores each of the individual SLAs attached to a particular tasks.
question
            Personalizations are
answer
        done by Systems and users to improve usability, layout, or appearance. Applied to : Homepages and Lists
question
            Customizations are
answer
        aka customer updates, are done by sysytem admin and are captured in an update set; they can then be ported between instances.
question
            What controls what data users can access ?
answer
        ACL-Access Control List; ACLS is a rule that will match the object (Field or Table) and which permissions are required to access the object
question
            What happens when you delete Out of the Box tables
answer
        You can't delete base tables and any that are missing will be recreated on an upgrade.
question
            Which Module does SLA, OLA, and Underpinning Contracts fall under?
answer
        Service Level Management - Application   Service Admin - in Book
question
            Retroactive start when activated does what?
answer
        When activated, works with the Set Start to field and calculates the start time to equal when the incident was created
question
            What is ran on the client side and what is ran on the server side?
answer
        UI Policy/Client Script is Client Side and Business Rule/Data Policy is Server Side
question
            In what way does the Switch perspective feature in application navigator assist you in organizing applications in Servicenow?
answer
        It allows you to view application from the perspective of individual roles such as ITIL, Asset Management, or Admin etc.
question
            What is an Access Control Rule defined by:
answer
        - the object being secured and the permission required to access the object.   - by the security admin in the System Security Access Control
question
            What is a Gauge?
answer
        a. Is a graphical, refreshable widget viewable as a homepage section  b. Gauges are created by admins or users with Gauge_Maker role
question
            In SLA definition, what are the conditions that will trigger an SLA?
answer
        Start Condition, Stop Condition, Pause condition
question
            What on a Homepage is pulled from Knowledge Base?
answer
        ...
question
            What are the 3 types of numbers from orders?
answer
        a. Request Number (REQ) - The request is generated and given a REQ number  b. Request Item (RITM) - Each item in the order is assigned   c. Catalog Task number - For each requested item, a set of catalog tasks are created. Each task is assigned a catalog task number
question
            What is a sys_ID?
answer
        is a unique 32 character Globaly Unique ID (GUID) used to indentify a record. All tables have it but it may not show in all tables.
