CSA Test 4 Flashcards
Common Services Data Model (CSDM)
Explanation
Common Services Data Model (CSDM) represents a standard and shared set of service-related definitions across the products and platform.
The CSDM terms and definitions enable and support true service level reporting and provide prescriptive guidelines for service modelling within the ServiceNow Configuration Management Database (CMDB).
The CSDM data model is a CMDB framework that supports multiple configuration strategies. The data model includes guidelines for using base system tables and relationships. Many ServiceNow products depend on data within this data model.
You can use the CSDM as a blueprint to map your IT services to the ServiceNow platform. The CSDM is a CMDB -based framework that identifies where to place data for the products that you’re using. Also, the CSDM is the standard for all ServiceNow products that use the CMDB. Following the CSDM framework ensures that the data your ServiceNow application requires maps correctly to the appropriate CMDB tables.
What are the three sections of an Access Control record that must evaluate to true to grant access to a resource?
Select 3 Answers from the below options.
- Condition Script
- Reqquires Role
- Script
- Condition
- Advanced
- Requires Role
- Script
- Condition
Explanation
Access Control Rules allow access to the specified resource if all three of these checks evaluate to true:
The user has one of the roles specified in the Role list, or the list is empty.
Conditions in the Condition field evaluate to true, or conditions are empty.
The script in the Script field (advanced) evaluates to true, or sets the variable ‘answer’ to true, or is empty.
The three checks are evaluated independently in the order displayed above.
Each access control rule specifies:
The object being secured (e.g. table, field).
The permissions required to access the object.
Operation - a valid action the system can take (CRUD).
Note: Access Controls do not have a Condition Script section. The Advanced field makes the Script section visible.
Which of the following are the data visualisation formats in ServiceNow?
Select 3 Answers from the below options.
- Form Charts
- Dashboards
- Databases
- Reports
- Tables
- Form Charts
- Dashboards
- Reports
Explanation
Visualisations convey complex data, which can be difficult to describe in words using a chart or graph. Application developers visualise data to transform records into meaningful information for the application’s users. The information should drive actions.
Data visualisations allow developers to present data to users in easily consumable ways. The formats are:
Reports: visualisation of data for analysis
On-demand bar and pie charts created from lists: users create charts for any column on a list
% Complete indicators in lists: bar indicates how close a record is to completion
Chart data type for forms: inserts a report into a form
Dashboards: collection of widgets consisting of reports and analytics
What value does the Condition field in a Business Rule return if the field is blank?
True
Explanation
A condition field specifies when to run business logic, such as a business rule or workflow.
There are two types of condition fields:
Condition string: A text field that accepts a plain JavaScript condition statement. The system validates the condition syntax for correctness before an update.
Conditions: A field that adds a condition builder to a form. Condition builders require specifying a dependent field whose values the system uses to display choice list options. Typically, the dependent field is the Table field.
The system evaluates both types of condition fields to determine if the conditions are true or false. When true, the system runs the business logic. When false, the system ignores the business logic.
You can use the condition builder to determine when the business rule should run based on the field values in the selected Table. You can also use the Condition field to build a condition with a script.
The field returns true if there is no value in the Condition field.
Business Rule scripts only execute their script logic if the Condition field returns true.
Which of the following describes creating a field on a table with Form Designer?
From the Field Types tab, drag the field type onto the form and configure the field
Explanation
With form design, you can accomplish the same tasks as form layout in a graphical tool called the form designer. You can also access field properties and add information from macros or previously scripted UI elements.
The field navigator allows you to manage fields on the form. It contains the following elements:
Filter: Allows text search on the currently selected tab.
Fields: Displays a list of existing fields you can add to the current form.
Field Types: Displays a list of field types you can add to the current form. Adding a field type to the form layout creates fields in the selected table when the form layout is saved.
You can use the Field Types tab to create fields in a table while adding them to the form.
Form sections do not have New Field buttons.
You can use the Fields tab to add existing fields to the form.
Insert a new row… is used in the Columns form section of the Tables table to create fields.
(Vancouver) Which portal allows you to discover catalogue items and record producers based on their topics and taxonomy?
- Knowledge portal
- self-service portal
- service portal
- service workspace portal
- employee center
Employee Center
Explanation
You can configure topics and taxonomy for catalogue items or record producers in Catalog Builder to make them discoverable on Employee Center.
While creating or editing catalogue items in Catalog Builder, you can browse the topics to add in the Location step. In the Topics card, you can select a taxonomy and its associated topics for a catalogue item to make it discoverable on the Employee Center.
Who has access to create, edit or delete sorting criteria in Visual Task Boards?
- Primary and additional assignees of the board cards
- Users with vtb_admin role
- The owner of the board
- All board members
The owner of the board
Explanation
You can sort Visual Task Boards using criteria you create with a Sort-Filter option, grouping items by properties to help organise your cards.
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.
cascade cleanup
Explanation
A life cycle update for a CI affects its dependent CIs. For example, when the CI that a dependent CI depends on is deleted, the dependent CI becomes orphan with no further use. To maintain the integrity and health of the CMDB, the system applies cascade-cleanup processes to dependent CIs that are affected by a life cycle update.
You can apply processes of dependent CIs management to orphan-dependent CIs from previous delete or archive operations. When enabling dependent CIs management, cascade-cleanup operations apply only from when the feature is enabled. You can improve the overall performance and data integrity of the CMDB by applying the same cascade-cleanup operations to orphan-dependent CIs that existed in the CMDB before the feature was enabled.
You can enable dependent CIs management to ensure future cascade-cleanup of any orphan-dependent CIs and activate the Cleanup Orphan CIs scheduled job to perform a one-time cascade-cleanup of dependent CIs that were previously orphaned.
Which of the following are the notification preferences that users can manage?
Select 4 Answers from the below options.
- Disable receipt of specific notifications
- Include/exclude attachments in notifications
- Enable/disable notifications
- Apply a schedule to a notification
- Add a new channel (email address, mobile device for push notifications, SMS, voice)
- Disable receipt of specific notifications
- Enable/disable notifications
- Apply a schedule to a notification
- Add a new channel (email address, mobile device for push notifications, SMS, voice)
Explanation
You can set notification preferences to receive updates via email or other channels on the content you are following.
You can subscribe, schedule or disable a notification. You can also turn off all notifications.
You can set up where and how you want to receive notifications by creating a channel for email, instant message, SMS, or voice.
Note: Users cannot manage the inclusion or exclusion of attachments in notifications in their Notification Preferences.
Which of the following indicates the type of relationship for the bi-directionally related tables, and the related records are visible from both tables in a related list?
- Parent/Child
- Referenced
- Extended
- MetricBase
- Many to Many
- One to Many
- Database View
Many to Many
Explanation
Many-to-many relationships allow a list to point to a list of entries rather than a single field.
For a list to be related to another list, a many-to-many relationship that refers to both tables must exist.
The Many to Many Definitions [sys_m2m] table allows administrators to create custom many-to-many relationships.
Which of the following is true about the CMDB Data Manager?
- It is a policy-driven framework for managing CI life cycle operations
- It is a wizard-like tool that provides a comprehensive solution for managing CIs
- It is a framework that supports multiple configuration strategies
- It can create policies that govern CI life cycle stages such as retirement and deletion
- It is a policy-driven framework for managing CI life cycle operations
- It is a wizard-like tool that provides a comprehensive solution for managing CIs
- It can create policies that govern CI life cycle stages such as retirement and deletion
Explanation
You can use the CMDB Data Manager to centrally create, publish, and manage the CI policies that automatically drive CI life cycle operations. CMDB Data Manager is a policy-driven framework for managing CI life cycle operations such as deletion and archival. It follows Common Service Data Model (CSDM) standards.
CMDB Data Manager is a wizard-like tool that provides a comprehensive solution for managing CIs in the following ways:
Operates in bulk
Scales to large CMDBs.
Helps maintain the CMDB healthy and efficient
Copes with rapid changes in a cloud-based world.
You can use the CMDB Data Manager to create policies that govern CI life cycle stages, such as retirement and deletion.
You can use the Teams related list to track the different types of groups assigned to a CI.
You can create before and after Java scripts for a data source of a CMDB integration application so that you can manipulate Identification and Reconciliation Engine (IRE) input and output payloads.
You can use CI Class Manager to add related entries for IRE identification rules.
You can use the extended IRE rules in key CMDB classes so that overlapping IP addresses in different networks can be identified and maintained as separate CIs.
What are the possible data source file formats for an import set?
Select 4 Answers from the below options.
- XLSX
- TXT
- XML
- CSV
- JSON
- XLSX
- XML
- CSV
- JSON
Explanation
An import set is used to import data from various data sources and then map that data into ServiceNow tables.
You can import data from:
A local source file (e.g. XML, CSV, XLS, XLSX, JSON)
A network server by providing a path and authentication information
An LDAP connection
A JDBC connection
TXT (text) is not the file format that can be used as a data source.
Where can fulfillers navigate to find catalogue tasks assigned to them and their groups to fulfil requests?
Select 2 Answers from the below options.
- Service Desk > My Groups Work
- Service Desk > My Work
- Service Catalog > My Groups Work
- Service Catalog > My Work
- Service Desk > My Groups Work
- Service Desk > My Work
Explanation
The Now Platform includes a default homepage and the ServiceNow Service Desk application to provide a basic set of service desk functions.
Both can be customised to suit the processes you are involved in and the organisation’s needs.
A process user can navigate to Service Desk, and My Work or My Groups Work to locate the relevant tasks and assign them appropriately.
Tasks in the My Work module are assigned to individuals
Tasks in the My Groups Work module are assigned to a group but not yet assigned to a specific user
When using Manage Developers, what deployment permissions can be assigned to a group or user for a specific application?
Select 3 Answers from the below options.
- Manage Update Set
- Publish to App Store
- Flow Designer
- Integrations
- Upgrade App
- Manage Update Set
- Publish to App Store
- Upgrade App
Explanation
Administrators can use Manage Developers to assign one or more developer and deployment permissions to a group or user for a specific application. These permissions designate the particular actions the assigned user can perform for the application.
Upgrade App, Publish to App Store and Manage Update Set are some deployment permissions that can be assigned to a group or user for a specific application when using Manage Developers.
For example, you might grant permissions that enable users to upgrade the application and publish to the application repository and ServiceNow Store but prevent publishing to an update set.
The VIP value for a user is set to true on the [sys_user] table. The user is listed as the Caller of an incident.
Which of the following statements are true in a baseline platform configuration?
Select 2 Answers from the below options.
- The priority field calculation is adjusted to increase Priority by 1
- The SLA workflow condtions for ‘VIP’ trigger additional notifications to the manager of the Assignment group.
- A ‘VIP’ decoration is displayed next to the caller field
- The user’s name is shown in red in the Caller field.
- A ‘VIP’ decoration is displayed next to the caller field
- The user’s name is shown in red in the Caller field.
Explanation
You can view the callers with VIP status on the incident records list view and the incident form. Organisations commonly designate VIP status in the user record for some of their VIP users.
The user record is automatically checked for VIP status when a caller is assigned to an incident. If the Caller is a VIP caller, an icon appears beside the Caller’s name in the list view or the caller field in the form view.
By default, the Caller’s name will turn red, and a VIP icon will appear next to the Caller field when a user has the VIP field set to true on their User [sys_user] record.