Quiz Questions 1,2,3,4,5,6 Flashcards
What is used to group related fields together
- List Layout
- Sections
- Form Layout
- View
Sections
How do you make a table field the display field for reference lookups against that table?
- Personalize the dictionary entry for the field and check the display checkbox
- Create a client script on the table with the syntax “setDisplay(‘fieldname’)”
- Change a business rule by adding a filter that reads “current.display=true”
- Right click on the field label you want to make the display value and click set as Display
Personalize the dictionary entry for the field and check the display checkbox
Customer wants a catalog item of a tablet with accessories to be purchased with, what options are there? (pick 2)
- Create catalog item of tablet, with check boxes
- Create catalog item of tablet, with variable sets, where the variable will be the accessories information
- Create each item as a catalog item
- Create catalog item of tablet with checkboxes
- Create catalog item of tablet with variable sets, where the variable will be the accessories information
Best example of Contextual Security in ServiceNow?
- Data Policy
- Business Rules
- ACL
ACL
What is not an example of a UI Action?
- Form Buttons
- Grid Control
- Related Links
- List Buttons
- Search
Search
Which OOB support will help you to avoid creating duplicates while importing data?
- Coalesce Field
- sys_id
- Transform Field
- Transform Script
Coalesce Field
What are the correct steps to retrieve an update set
- Mark update set as Complete > Retrieve > Commit
- Mark update set at Complete > Retrieve > Apply
Mark update set as: Complete > Retrieve > Commit
When a new table is created by extending another table the new table inherits all of the fields of the parent table and can also contain new fields unique to itself, True or false?
True
What is the difference between dashboards and homepages
- Dashboard is per user/only the creator can access it. Homepages however, are sharable with anyone/group
- Dashboard and home pages are not shareable with anyone/group
- Home page is per user/ only the creator can access it. Dashboards are shareable with anyone/group/ Dashboards are a starting location for everyone
- Dashboard and homepages are shareable with anyone/group
Home page is per user/ only the creator can access it. Dashboards are shareable with anyone/group/ Dashboards are a starting location for everyone
If the knowledge base / article has no access defined who can see the knowledge base / article?
- No one will have access
- Only admin users can read or contribute to that knowledge base, provided the checkbox for can read is enabled
- All users can read and all users with roles can contribute to that knowledge base provided the checkbox for can read is enabled
All users can read and all users with roles can contribute to that knowledge base provided the checkbox for ‘can read’ is enabled
What cannot be customized through the Basic Configuration UI 16 module?
- Form header size & Record Number Format
- Banner Image & System Date Format
Form header size & record number format
Can we coalesce multiple fields in a table for a given transform map?
- Only 2 fields can be coalesced at a time
- Yes. We can coalesce multiple fields in a table fo rgiven transform map
- No fields can be coalesced in a table for given transform map
- No. Only 1 field per table can be coalesced
Yes, you can coalesce against multiple fields and use multiple transform maps against a single data source. If multiple fields are set to coalesce then all coalesce values are used to match an existing record. If two fields are set for coalescing and a matching value is found on one of the coalescing fields but not on the other a new record is inserted.
When searching using the app navigator search field, what can be returned? (choose 4)
- Names of applications and Modules
- Names of Modules
- Names of Applications
- Favorites
- History Records
- Titles of Dashboard Gauges
Names of Applications and Modules
Names of Applications
Names of Modules
Favorites
By default in ServiceNow, what customizations are added to update sets?
- Changes made to a schedule
- Changes made to data
- Changes made to a homepage
- Changes made to a form
Changes made to a form
Can we draw multiple transition from a single activity in workflow
True or False
True
What are the OOB ServiceNow roles?
- catalog_admin_manager
- admin, itil
- department_admin
- user
- ESS
- customer
admin, itil
Choose the possible ways by which a Service Catalog workflow can be attached
- Manually on catalog item form
- Through Transform Map
- Automatically on condition
- Manually on catalog item form
- Automatically on condition
What is a valid way for an approval manager to approve a service catalog request
- On the requested item form, select approve from the request field drop down list
- In the request table, right click the RITM number and select approve request
- On the request form of request item form, select approve from the request field drop down list
- In the catalog task list, right click the RITM number and select approve
On the requested item form, select approve from the request field drop down list
Table Access Control Rules are processed in which order?
- User must have one of the roles in the required roles list, if the list in empty the condition evaluates to true. The condition must evaluate to true. The script must evaluate to true or return an answer variable with the value of true. [Record ACL rules only] The matching table level and field level acl rules must both evaluate to true
- The condition must evaluate to false. The script mush not evaluate to true or return an answer variable with the value of true. The user mush have one of the roles in the required roles list. If the list is empty, this condition evaluates to true. [Recored ACL rules only] The matching table-level and field-level ACL rules must both evaluate to true.
- The condition must evaluate to false. The script must evaluate to true or return an answer variable with the value of true. The user must have one of the roles in the required roles list. if the list is empty, this condition evaluates to true. [Record ACL rules only] The matching table-level and field-level ACL rules must both evaluate to true.
- User must have one of the roles in the required roles list, if the list in empty the condition evaluates to true.
- the condition must evaluate to true
- the script must evaluate to true or return an answer variable with the value of true
- The matching table level and field level acl rules must both evaluate to true
On ServiceNow instance, where can you view information about the system activity?
- Stats
- System Diagnostics
- Upgrade History
- System Logs
System Logs
Server side scripting is used in which of the following, select 2
- Client Script
- Script Include
- Business Rule
- Script Include
- Business Rule
Name the interface for building and enabling rich process automation capabilities known as flows
- Flow Designer
- Formatters
- Field Values
- ServiceNow Studio
Flow Designer
What actions can a user perform in Knowledge management, choose 3
- Edit articles
- Create articles
- View Articles
- Hide Articles
- Merge articles
- Edit articles
- create articles
- view articles
When can a knowledge article be viewed
- After it is created
- After it is published
- After it is set to public
after it is published
How is coalesce used in import sets
- Coalesce is a method to merge multiple transform maps before the load data step in the import process
- if a target table record exists with the same value in the coalesce field as the staging table record, the target table record is updated using the import set record values
if a target table record exists with the same value in the coalesce field as the staging table record, the target table record is updated using the import set record values.
What are knowledge workflows are available in the ServiceNow base instance?
- Approval Publish: request approval from a manager of the knowledge base before moving the article to the publish state
- Retire Knowledge: Moves a knowledge article to the retired state
- Instant Retire; Immediately retires a published article without requiring an approval
- Instant Publish: Immediately publishes a draft article without requiring an approval
- Approval Publish: request approval from a manager of the knowledge base before moving the article to the publish state
- Retire Knowledge: Moves a knowledge article to the retired state
- Instant Retire; Immediately retires a published article without requiring an approval
- Instant Publish: Immediately publishes a draft article without requiring an approval
Choose the table name where business rule information is stored in a SN instance
- sys_script_include table
- sys_script table
- sys_include table
“sys_script” table
For UI policy to be applied on all views, what should be checked?
- run script
- condition
- global
- on load
Global
What is true while solving incidents as per ITIL framework?
- Incident Urgency is based on Impact & Priority
- Incident Impact is calculated on the basis of Urgency & Priority
- Incident Priority is calculated on the basis of Impact & Urgency
- Incident Priority is filled by the user
Incident Priority is calculated on the basis of Impact & Urgency
How to make fields mandatory at data base level, before updating or inserting?
- UI Policy
- Client Scripts
- Data Policy
Data Policy
What module in service catalog application is responsible for creating items?
- maintain dynamic categories
- Items
- maintain category
- Maintain items
Maintain Items
Can you deactivate a plugin in ServiceNow Instance once it has been activated?
yes or no
No: you cannot deactivate a plugin, however you can edit the application menu and make the active to false so it won’t show under the navigation filter (hide it)
What setting allows users to view a knowledge base article even if they are not logged in
- Global scope setting
- The “allow all” role
- Anonymous role setting
- The public setting
- the “ESS_user” role
the Public setting
What type of field allows you to type any characters, including numbers, letters, and special characters (3)
- Reference
- Single line text
- String
- Multi Line text
String
Multi Line Text
Single Line Text
What component is visible on Workflow Welcome Screen
- Catalog Form
- New Workflow Button
New Workflow Button
What is an example of a one-to-many relationship?
- The Task table [task] “assigned to” field references the User table [sys_user]
- The incident [incident] table references at tables with open tasks
- User table [sys_user] references the Task table [task] “assigned to” field
The Task table [task] “assigned to” field references the User table [sys_user]
What is the purpose of a list editor in ServiceNow
- The list editor allows you to edit field values in a list without opening a form
- The list editor allows you to hide field values in a list without opening a form
- It displays the processing time, including the total time, network latency and browser rendering a parsing
- The list editor allows you to edit field values in a list after opening a new form
- All of the above
The list editor allows you to edit field values in a list without opening a form
What are valid ways to approach debugging client scripts? (choose 3)
- log.info()
- Field Watcher
- gs.debug()
- jslog
- try/catch
- js.logger()
- Field Watcher
- jslog
- try/catch
On the ServiceNow instance, where does the global text search appear
- Content Area
- Banner
- Left navigation pane
Banner
What are the 5 provided Roles by ServiceNow?
- System Administrator
- Creator
- Specialized Administrator
- Fulfiller
- User
- Approver
- Requester
- System Administrator
- Specialized Administrator
- Fulfiller
- Approver
- Requester
What role provides access to all platform features, applications, functions and data?
- System Administrator
- Specialized Administrator
- Fulfiller
- Approver
- Requester
System Administrator
What role manages specific functions or applications, such as Assignment Rules, Knowledge Base, reports, or web services?
- System Administrator
- Specialized Administrator
- Fulfiller
- Approver
- Requester
Specialized Administrator
Users with the ITIL role may fulfill ITIL activities associated with the ITIL workflow, including Incident and Change management. They are called what?
- System Administrator
- Specialized Administrator
- Fulfiller
- Approver
- Requester
Fulfiller
What role can perform all requester actions and may view or modify approval records directed to the approver - System Administrator - Specialized Administrator - Fulfiller - Approver - Requester
Approver
What role is also known as Employee Self Service (ESS) user? These users have no specific roles but can submit and manage their own requests, access public pages, etc.
- System Administrator
- Specialized Administrator
- Fulfiller
- Approver
- Requester
Requester
What statement is correct when referring to UI actions?
- UI actions are only executed on the server
- UI actions cannot use scripts or be scripted
- UI actions on the task table are not available to its extended tables
- Conditions can be specified to determine when a UI Action appears
Conditions can be specified to determine when a UI Action appears
What data formats can IntegrationHub parse?
- XML, CSV and JSON
- only XML
- XML and JSON
- XML and CSV
- Only JSON
- Only CSV
both XML and JSON responses
True or False
Team development uses GIT to manage source code?
False
What represents “One-to-Many” relationship fields?
- Reference Fields, Glide List, and Document ID Fields
- SLA Definition, Task SLA, SLA Workflows, ALS automation
- Add users to groups that have been assigned the desired role
- Relationship used to build SLA conditions
Reference Fields, Glide List, and Document ID Fields
- Two tables can have a bi-directional relationship, so that the related records are visible from both tables in a related list
True or False
Only predefined roles can be migrated from one instance to another?
False
Task Table is a _____ table
- custom
- child
- base
- blank
Base
What provides the working surface for creating new workflows or editing existing ones?
- Stages
- Canvas
- Checkbox
- Reports
Canvas
KB articles can be searched by which filters (choose 3)
- Manager assignment
- Relevancy
- Last Updated
- Views
- Relevancy
- Last Updated
- Views
Can I convert a data policy into a UI policy?
Yes
What are the main components of the ServiceNow graphical user interface (GUI)
- Application List, Report Gauge Frame, Power Bar and Details Pane
- Application Navigator, News Content Frame, List Pane and Information Structure
- Navigation Bar, Report Gauge Frame, Power Bar and New Content Block
- Application Navigator, Banner, Power Edge and Content Frame
- Application List, Report Gauge Frame, and Detail Pane
- Application Navigator and Content Frame
Application Navigator, Banner, Power Edge and Content Frame
Features of ServiceNow: (Choose 5)
- Customizations
- Load Balanced
- Single Instance
- Single Database
- Multi Tenant
- Single Tenant
- Customizations
- Load Balanced
- Single Database
- Multi Tenant
- Single Tenant
(SN uses single tenant architecture which means each SN customer gets their own instance of the Now Platform on which to run apps, when a Managed Service Provider shares SN with multiple clients using domain separation SN is multi tenant)
What are examples of workflow activities (4)
- Approvals
- Utilities
- Timers
- Incident
- Tasks
- Approvals
- Utilities
- Timers
- Tasks
Which plugin needs to be enabled to unlock domain separation on a SN instance
- Domain Support - Domain Extensions Installer
- Domain Separation Status
Domain Support - Domain Extensions Installer
Which of the following statements is true when a new table is created by extending another table?
- The new table inherits all of the fields of the parent table and can also contain new fields unique to itself
- The new table inherits all of the fields, but does not inherit Access Control rules, Client Scripts, and UI Policies of the parent table
- The new table inherits all of the fields of the parent table but does not contain new fields unique to itself
- The new table archives the parent table and assumes its roles in the database
- The new table inherits all of the business Rules, Client Scripts, and UI Policies of the parent table, but none of the existing fields
The new table inherits all of the fields of the parent table and can also contain new fields unique to itself
Which one on the homepage has access to knowledge base?
- Report
- Catalog Item
- News
- All of the above
News
Choose the stages for publishing a basic knowledge publishing workflow
- Draft > Review > Published > Retire
- Created > Reviewed > Deployed
- None
- Start > Process > End
Draft > Review > Published > Retire
LDAP comes auto configured with company ServiceNow vendor instance
True or False
False
Report can be created from which of the below options in a ServiceNow instance
- Only with Statistics module
- Statistics and/or Create Report module
- Only with Create Report module
Statistics and/or Create Report module
The ACL configuration watcher lets you know what related ACLs exist on a table when you insert, update, or delete an ACL on the same table. Under what situations, does the ACL configuration watcher NOT appear? (choose 3)
- If you make minor updates (not an insert or delete), such as updating scripts, conditions, and the admin-overrides option.
- If you save or update an ACL record without actually making any changes
- If the ACL record is not active
- If the ACL record is active
- If you make minor updates (not an insert or delete), such as updating scripts, conditions, and the admin-overrides option.
- If you save or update an ACL record without actually making any changes
- If the ACL record is not active
Incident extents which table?
- task table
- cmdb_ci table
task table
Is SLA applicable only for any table in a ServiceNow instance?
- No. SLA will be only available to a table that extends TASK
- Yes. SLA can be defined on any table
No. SLA will be only available to a table that extends TASK
What are the main tools you can use to automate ServiceNow? (choose 3)
- Data policies
- Lists, global text search, navigation filter, live feed
- UI policy
- System properties
- UI Actions
- Data Policies
- UI Policy
- UI Actions
Links, buttons, context menu action belongs to?
- Form
- Client Script
- UI action
UI action
How will you approve a catalog request?
- Right click request record in request list and click approve
- Right click RITM record in list and click approve
- Right click task record in task list and click approve
Right click request record in request list and click approve
What will happen if you make the short description field on task table as mandatory at the dictionary level?
- Short description will be mandated on incident table only
- Short description will be mandated on all the tables which are extending the task table
- Nothing
Short description will be mandated on all the tables which are extending task table
Can you change the number prefix from “INC” to “IN” for incident table?
Yes, System Definition > Number Maintenance table (sys_number)
Which tables are not part of base ServiceNow instance
- custom tables
- base tables
- extended tables
custom tables
When you open a service catalog and click the Order button what gets created first?
- RITM
- task
- INCIDENT
- REQ
REQ
Which of the below options are available in a knowledge homepage? (choose 4)
- General
- RITM
- Policies
- application
- email & new
- General
- Policies
- Application
- Email & new
If the system administrator wants to modify the homepage, which of the following link on the page indicates that this can be done?
- Make Gauge
- Change Layout
- Add Context
Change Layout
Task related records extend task table. Can a task refer to one or more configuration items?
Yes
Any published workflow needs to be checked out before they can be edited?
True/False
True
Common aspect between new record, new group and changes in CI?
- Nothing is common
- All the above mentioned are captured in an update set
- All the above mentioned are not captured in an update set
All the above mentioned are not captured in an update set
Applications and modules are loaded based on
- roles
- business rules
- ServiceNow version
- group membership
Roles
Which is true regarding Knowledge Base?
- In a knowledge base articles are grouped according to users
- In a knowledge base articles are grouped according to categories
In a knowledge base articles are grouped according to categories
Which is the correct role that allows you personalizing a list view on a ServiceNow instance?
- admin / personalize_control / personalize_form
- ess role
admin / personalize_control / personalize_form
Which are part of filter conditions? (choose 3)
- Type Field
- Field
- Value
- Operator
- Field
- Value
- Operator
Knowledge process consists of which of the following?
- document creation
- publishing
- document creation, approval and review from SMEs and publishing
- UI pages
document creation, approval and review from SMEs and publishing
The MID Server initiates all communications with the ServiceNow instance. This communication is saved as records in _____
- Transactions
- Import Queue
- Staging Tables
- ECC Queue
ECC Queue
True or false, any ServiceNow user can impersonate other user on ServiceNow?
False - Only Administrator
How can a notification be sent out? (choose 3)
- Workflow
- Business rule
- Script
- UI Page
- Workflow
- Business Rule
- Script
Choose all the possible ways by which events can be created on a ServiceNow instance (pick 2)
- UI Macro
- Business Rule
- Client Scripts
- Workflow
- Business Rules
- Workflow
Can you revert update set versions
yes
What factors from below can influence ServiceNow instance homepage performance
- Set refresh time as a long one or set it as off
- client scripts
- ServiceNow instance version
Set refresh time as a long one or set it as off
Use ______ to create a story with data that can be shared
- Field values
- Task Tables
- Formatters
- Dashboards
Dashboards
How do you edit / create a workflow
- graphical workflow editor
- syntax editor
- script include
graphical workflow editor
Update set can be moved from one instance to another only if state is marked, true or false?
True
You can limit ServiceNow instance access by IP ranges?
Yes
Choose any 3 ways from below to update CMDB in a ServiceNow instance
- UI Macros
- External Integrations
- Manual Inputs
- UI Policy
- Import Set
- External Integrations
- Manual Inputs
- Import Set
What are the different life cycle STATES of a workflow? (states not stages) (choose 3)
- Fulfilment
- Delivery
- Checked Out
- Unpublished
- Published
- Waiting for Approval
- Checked Out
- Unpublished
- Published
Only users with security_admin role can add / edit ACLs? True or False
True
Knowledge base articles in SN are maintained on which bases from the below options?
- Category
- Task Assigned
- Role Assigned
- KB Workflow
Category
Changes are tracked and you can customize objects on a table with the _____ attribute
- Data Sources
- Schema Map
- update_synch
update_synch
Is it possible to coalesce on empty fields in SN?
Yes
What does *text search for?
- Contains
- Equal to
- Starts with
- Ends with
Contains
The MID Server enables communication and the movement of data between SN instance and external applications, data sources, and services.
Which table stores all related communication records in this regard?
- ECC Queue (cmdb_ecc_queue) Table
- ECC Queue (cmdb_ci_queue) Table
- ECC Queue (ecc_queue) Table
ECC Queue (ecc_queue) Table