0% found this document useful (0 votes)
52 views

Week 3 Quiz (Updated) - B - A - (ServiceNow) Fundamentals

The document is a quiz summary for a Week 3 quiz in a ServiceNow Fundamentals course. It shows that the user scored 30 out of 30 points by answering all 30 multiple choice questions correctly in their second attempt over 5 minutes. The quiz covered topics like ServiceNow tables, fields, relationships, importing data, the configuration management database, and using scripts and business rules.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views

Week 3 Quiz (Updated) - B - A - (ServiceNow) Fundamentals

The document is a quiz summary for a Week 3 quiz in a ServiceNow Fundamentals course. It shows that the user scored 30 out of 30 points by answering all 30 multiple choice questions correctly in their second attempt over 5 minutes. The quiz covered topics like ServiceNow tables, fields, relationships, importing data, the configuration management database, and using scripts and business rules.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

10/12/22, 3:52 PM Week 3 Quiz (updated): B/A | (ServiceNow) Fundamentals

Week 3 Quiz (updated)


Due
Aug 14 at 9:59pm
Points
30
Questions
30
Time Limit
60 Minutes
Allowed Attempts
2

Attempt History
Attempt Time Score
KEPT Attempt 2
5 minutes 30 out of 30

LATEST Attempt 2
5 minutes 30 out of 30

Attempt 1
17 minutes 29 out of 30

Score for this attempt:


30 out of 30
Submitted Aug 14 at 4:27pm
This attempt took 5 minutes.

Question 1 1
/ 1 pts

To apply instance branding; an administrator can customize the banner


image, navigator background, browser tab title, and system date/time
formatting?

Correct!  
True

 
False

Question 2 1
/ 1 pts

Which of the following statements are true about ServiceNow?

https://canvas.instructure.com/courses/2654684/quizzes/10312405 1/13
10/12/22, 3:52 PM Week 3 Quiz (updated): B/A | (ServiceNow) Fundamentals

A. Each field corresponds to a column in a table and represents


individual pieces of data in a record.
B. The name attribute and the name field on the user table are the same.
C. The attributes of a field are a label, a name, and a value.
D. Each record corresponds to a row in a table.
E. Each table is a collection of records in the database.  

Correct!  
Only a, c, d, e are true

 
Only a, b, c, e are true

Question 3 1
/ 1 pts

Tables in ServiceNow can be related to each other using a Database View


or Extensions?

Correct!  
True

 
False

Question 4 1
/ 1 pts

In ServiceNow, the child class table can extend the parent class table?

Correct!  
True

 
False

https://canvas.instructure.com/courses/2654684/quizzes/10312405 2/13
10/12/22, 3:52 PM Week 3 Quiz (updated): B/A | (ServiceNow) Fundamentals

Question 5 1
/ 1 pts

In ServiceNow, if a table is extended but itself is not extending another


table, it is a Base table?

Correct!  
True

 
False

Question 6 1
/ 1 pts

In ServiceNow, the Task table, Incident table, and User table exist in the
base system and are considered core tables?

Correct!  
True

 
False

Question 7 1
/ 1 pts

What is a set of field maps that define the relationship between fields in
an import set table and fields on a target table?

Correct!  
Transform Map

 
Database View

https://canvas.instructure.com/courses/2654684/quizzes/10312405 3/13
10/12/22, 3:52 PM Week 3 Quiz (updated): B/A | (ServiceNow) Fundamentals

 
Target Tap

 
Import Set

Question 8 1
/ 1 pts

What is a staging area for records imported from a data source?

Correct!  
Import Set Table

 
Staging Environment

 
Target table

Question 9 1
/ 1 pts

In ServiceNow; when a table is created, access controls are automatically


created?

Correct!  
True

 
False

Question 10 1
/ 1 pts

https://canvas.instructure.com/courses/2654684/quizzes/10312405 4/13
10/12/22, 3:52 PM Week 3 Quiz (updated): B/A | (ServiceNow) Fundamentals

What is a security rule defined to restrict the permissions of a user from


viewing and interacting with data?

Correct!  
Access Control

 
Business Rule

 
Client Script

 
UI Policy

Question 11 1
/ 1 pts

What is a repository of information related to all the components of an


information system?

Correct!  
Configuration management database

 
Import data source

 
Task table

Question 12 1
/ 1 pts

In ServiceNow, what uses a concept of suggested relationships to help


users see reasonable relationships between configuration items?

https://canvas.instructure.com/courses/2654684/quizzes/10312405 5/13
10/12/22, 3:52 PM Week 3 Quiz (updated): B/A | (ServiceNow) Fundamentals

Correct!  
CI relationship editor

 
Transform Map

 
Reference Table Conditions

Question 13 1
/ 1 pts

The three key tables in the CMDB are ‘cmdb’, ‘cmdb_ci’, and
‘cmdb_rel_ci’?

Correct!  
True

 
False

Question 14 1
/ 1 pts

Where can JavaScript be executed in ServiceNow?

Correct!  
Client side and Server side

 
Database View

 
User Interface Form

 
HTML script

https://canvas.instructure.com/courses/2654684/quizzes/10312405 6/13
10/12/22, 3:52 PM Week 3 Quiz (updated): B/A | (ServiceNow) Fundamentals

Question 15 1
/ 1 pts

What is a button, link, or context menu on forms or list that make the user
interface more interactive?

Correct!  
UI Action

 
Business Rule

 
ACL Condition

 
UI Policy

Question 16 1
/ 1 pts

What allows for browser/form manipulation and verification such as


making fields visible on a condition?

Correct!  
Client Script

 
UI Policy

 
UI Action

 
Business Rule

Question 17 1
/ 1 pts

https://canvas.instructure.com/courses/2654684/quizzes/10312405 7/13
10/12/22, 3:52 PM Week 3 Quiz (updated): B/A | (ServiceNow) Fundamentals

What executes on the server side and is configured to run when a record
is displayed, inserted, updated, deleted, or when a table is queried?

Correct!  
Business Rule

 
UI Action

 
UI Policy

 
Script Include

Question 18 1
/ 1 pts

What attributes of a field can a UI Policy Action change on a form?

Correct!  
Mandatory, Visible/Hidden, Read Only

 
Form View, Form Layout, Form Controls

 
Field Name, Field label, Field Value

Question 19 1
/ 1 pts

What is a group of customizations that can be moved from one instance


of ServiceNow to another?

Correct!  
Update Set

https://canvas.instructure.com/courses/2654684/quizzes/10312405 8/13
10/12/22, 3:52 PM Week 3 Quiz (updated): B/A | (ServiceNow) Fundamentals

 
Transform Map Data

 
Data Source

Question 20 1
/ 1 pts

What are the steps for applying an update set to an instance?

Correct!  
Retrieve, Preview, Commit

 
Import data set, transform data set, apply data set

 
Export data set, Transform data set, Import data set

Question 21 1
/ 1 pts

Which of the following is NOT a SERVER SIDE script?

Correct!  
Client Scripts

 
Email Notifications

 
task SLA

 
CI Relationship Editor

Question 22 1
/ 1 pts

https://canvas.instructure.com/courses/2654684/quizzes/10312405 9/13
10/12/22, 3:52 PM Week 3 Quiz (updated): B/A | (ServiceNow) Fundamentals

What are Boolean Operators?

Correct!  
Refined searches with operators such as AND and OR

 
Feature release, patch release, hotflix

 
One set of table fields

 
A record stored in the User Table

Question 23 1
/ 1 pts

When importing and transforming data, which ServiceNow feature


prevents duplicates?

Correct!  
Single-field coalesce

 
Application Scoping

 
Show Activity Stream

 
Workflow

Question 24 1
/ 1 pts

To modify ACLs in a ServiceNow environment, which of the following


steps should a security admin take?

https://canvas.instructure.com/courses/2654684/quizzes/10312405 10/13
10/12/22, 3:52 PM Week 3 Quiz (updated): B/A | (ServiceNow) Fundamentals

Correct!  
Elevated Privileges

 
The Welcome Message

 
Access Control List

 
Update Sets

Question 25 1
/ 1 pts

Which script type will execute when a form presents to the user?

 
Execute

 
Child Class

Correct!  
OnLoad()

 
Text Value

Question 26 1
/ 1 pts

Which table stores configuration items in ServiceNow?

Correct!  
cmdb_ci

 
sys_update_xml

 
cmn_location

https://canvas.instructure.com/courses/2654684/quizzes/10312405 11/13
10/12/22, 3:52 PM Week 3 Quiz (updated): B/A | (ServiceNow) Fundamentals

 
sc_req_item

Question 27 1
/ 1 pts

Which of the following are not captured in update sets?

 
Modified CIs, modified Data records, new data records, new users and
groups, schedules, scheduled jobs, homepages

 
Waiting for approval, approved, pending, fulfillment, completed

 
All requester actions and view or modify requests directed to the approver

Correct!  
Any data changes, only configuration changes are captured

Question 28 1
/ 1 pts

What enables admins to set mandatory and read-only states for fields and
can be used to enforce data consistently across applications?

 
System Definition > Dictionary

 
System Import Sets > Create Transform Map

 
System Logs

Correct!  
Data Policy

https://canvas.instructure.com/courses/2654684/quizzes/10312405 12/13
10/12/22, 3:52 PM Week 3 Quiz (updated): B/A | (ServiceNow) Fundamentals

Question 29 1
/ 1 pts

What is configured to run when a record is displayed, inserted, updated,


deleted, or when a table is queried?

 
Notifications

 
Update Sets

 
Private Scope

Correct!  
Business Rule

Question 30 1
/ 1 pts

Provides additional functionality within a ServiceNow instance

 
Connect Workspace

 
Parent breadcrumbs formatter

Correct!  
Plugins

 
Notifications

Quiz Score:
30 out of 30

https://canvas.instructure.com/courses/2654684/quizzes/10312405 13/13

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy