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