Practice Test Feedback Flashcards
Which tab contains the activity stream for a task?
Related Records
Related Links
History
Notes
Notes
Which ACL would you utilize to ensure dev teams can still review reports?
Read
Report_on
Report_view
Report View - The report_view operation is a record-type access control list (ACL) that restricts access to reports. Only users with one of the required roles can view reports containing the restricted resource.
Who has access to create, edit or delete sorting criteria in Visual Task Boards?
Owner of the Board
Primary and additional assignees of the board cards
Users with vtb_admin role
Only the owner of the board can create the sorting criteria and add, edit, or delete the criteria. The criteria appear as “read-only” for other users.
Which of the following describes the relationship between the Problem and the Task tables?
The problem table has a many-to-many relationship with the task table
The problem table extends the Task table
The problem table is referenced in the task table
The problem table extends the Task table (the Task table is a baseline table, extended by things like problem/incident)
Which menu provides options related to viewing, configuring, creating favorites and saving form data?
Form Context Menu
Form Personalization Menu
form Layout Menu
Form Context Menu
What related list can you use to extend and track the different types of groups assigned to a Configuration Item?
Teams
Dynamic CI Group
Resource Group
Teams -
In the base system, the Service [cmdb_ci_service] class and its descendent classes, such as the Application Service [cmdb_ci_service_auto] class, are configured with the ‘Teams’ related list.
What do you configure to instruct fields how to behave on a form when a UI policy is triggered?
UI Actions
UI Policy Action
Client Script
Configure a UI policy action to instruct fields how to behave on a form when a UI policy is triggered.
What Visual Task Board type automatically updates the tasks when the respective cards are edited or change lanes?
Flexible
Freeform
Guided
Guided boards can be created from a list and use the values of a specified field (e.g. State) as lanes. Tasks in the list are updated when cards are edited, or their lanes are changed on the Visual Task Board.
Which of the following are Data management plugins? (3)
Data Archiving
Schema Map
Database Rotations
Table Cleaner
Many-to-Many task relations
Data archiving: Provides the ability to archive records to minimise performance issues.
Database Rotations: Provides tools for managing large tables to minimise performance issues.
Many to Many task relations: Provides the ability to define many-to-many relationships between task tables.
Which of the following are the different ways to create a favorite? (3)
Drag the breadcrumbs of a filtered list to the favorites tab
Drag individual record to favorites tab
Select the star of its corresponding application or module
Select the star of it’s corresponding section
Drag the breadcrumbs of a filtered list to the favorites tab
Drag individual record to favorites tab
Select the star of its corresponding application or module
Which of the following roles CANNOT be delegated?
role_delegator
Admin
user_admin
Role_delegator
Admin
What are the different types of Client Scripts that are supported in ServiceNow? (4)
OnDelete()
OnChange()
OnLoad()
OnCellEdit()
OnSubmit()
OnChange()
OnLoad()
OnCellEdit()
OnSubmit()
Which of the following applications is available to all users?
Self Service
Incident
Self-Service
Where do you navigate to see the notifications that are currently defined on the Now Platform?
Notifications > Email > System Notifications
System Notification > Email > Notifications
System Notification > Definitions
System Notification > Email > Notifications
Reports can be created from which different places in the platform?
View/Run Module
List Column Heading
Metrics Module
Statistics Module
View/Run Module
List Column Heading
Which of the following is true about business rules?
A business rule can be a piece of Javascript
Business rue must run before a database action occurs
A business rule monitors fields on a form
A business rule can be a piece of Javascript
When using the Load Data and Transform Map process, what is the Mapping assist used for?
Mapping fields using a field map
In what order should filter elements be specified?
Operator, condition then value
FIeld, Operator, then Value
Value Operator then field
Field, Operator, then Value