wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ServiceNow Proficiency Assessment

Total questions: 29

Worksheet time: 7hrs 15mins

Name
Class
Date
1.

What is the primary function of ServiceNow?

a)

To provide cloud storage solutions.

b)

To manage customer relationship processes.

c)

To facilitate online shopping experiences.

d)

The primary function of ServiceNow is to automate and manage IT service management processes.

2.

Explain the difference between a record and a table in ServiceNow.

a)

A table is a collection of records, while a record is a single instance of data within that table.

b)

Records and tables are the same in ServiceNow.

c)

A table is a single instance of data, while a record is a collection of tables.

d)

A record is a collection of tables.

3.

What is a business rule in ServiceNow?

a)

A business rule is a visual workflow tool for designing user interfaces.

b)

A business rule is a type of database table in ServiceNow.

c)

A business rule is a server-side script that automates processes and enforces business logic in ServiceNow.

d)

A business rule is a client-side script that only runs on the user's browser.

4.

How can you create a new table in ServiceNow?

a)

Navigate to System Settings > Tables, click 'Create', and submit.

b)

Go to Data Management > New Table, enter the name, and publish.

c)

Select Application > New Record, choose 'Table', and finalize.

d)

Navigate to System Definition > Tables, click 'New', fill in the details, and save.

5.

What is the purpose of the ServiceNow update set?

a)

To delete existing records in ServiceNow.

b)

To generate reports on ServiceNow performance.

c)

To create new instances of ServiceNow.

d)

The purpose of the ServiceNow update set is to manage and migrate changes between instances.

6.

Describe the role of the Service Catalog in ServiceNow.

a)

The Service Catalog only tracks incidents and problems.

b)

The Service Catalog is used solely for IT asset management.

c)

The Service Catalog in ServiceNow centralizes service requests, streamlines delivery, and enhances user experience.

d)

The Service Catalog is a tool for financial reporting in ServiceNow.

7.

What is a GlideRecord in ServiceNow?

a)

A GlideRecord is a user interface component in ServiceNow.

b)

A GlideRecord is a reporting tool used in ServiceNow.

c)

A GlideRecord is a JavaScript class used to interact with ServiceNow database records.

d)

A GlideRecord is a type of database table in ServiceNow.

8.

How do you implement client scripts in ServiceNow?

a)

Create a new client script in ServiceNow under System Definition > Client Scripts.

b)

Modify the existing server script in ServiceNow under System Definition > Server Scripts.

c)

Create a new UI policy in ServiceNow under System Definition > UI Policies.

d)

Add a new business rule in ServiceNow under System Definition > Business Rules.

9.

What is the function of the ServiceNow CMDB?

a)

To track software licenses and compliance.

b)

To manage employee performance reviews.

c)

To store user passwords securely.

d)

The function of the ServiceNow CMDB is to provide a centralized repository for managing configuration items and their relationships in an IT environment.

10.

Explain the concept of a workflow in ServiceNow.

a)

A workflow in ServiceNow is a tool for creating user interfaces without any automation.

b)

A workflow in ServiceNow is a manual process that requires user intervention for each task.

c)

A workflow in ServiceNow is a static document outlining business policies and procedures.

d)

A workflow in ServiceNow is an automated process that connects tasks, approvals, and notifications to model and streamline business operations.

11.

What will parseInt("10.5") return in JavaScript?

a)

10

b)

10.5

c)

11

d)

NaN

12.

What is the purpose of a UI policy in ServiceNow?

a)

To generate reports on user activity in ServiceNow.

b)

To enforce data integrity and manage form behavior based on conditions.

c)

To create new database tables in ServiceNow.

d)

To automate server-side processes without user interaction.

13.

How can you schedule a job in ServiceNow?

a)

By setting up notifications in the Service Catalog.

b)

By modifying the existing business rules to include scheduling.

c)

By using the ServiceNow API to trigger jobs externally.

d)

By creating a new scheduled job under System Definition > Scheduled Jobs.

14.

What is the function of the ServiceNow Knowledge Base?

a)

To store and manage user passwords securely.

b)

To provide a centralized repository for sharing information and best practices.

c)

To manage IT asset inventory and compliance.

d)

To track incidents and service requests.

15.

What is the purpose of a business service in ServiceNow?

a)

To automate the deployment of software applications.

b)

To track hardware inventory and compliance.

c)

To define and manage the services offered by an organization to its customers.

d)

To provide a platform for managing user accounts.

16.

How can you create a report in ServiceNow?

a)

By creating a new business rule to automate report generation.

b)

By using the ServiceNow API to generate reports externally.

c)

By modifying the existing dashboard settings.

d)

By navigating to Reports > Create New and selecting the desired data source.

17.

What is the function of the ServiceNow Incident Management module?

a)

To monitor network performance and security.

b)

To oversee financial transactions and budgeting.

c)

To manage and track incidents and service requests from users.

d)

To create and manage user accounts and permissions.

18.

What is the purpose of a ServiceNow catalog item?

a)

To automate the deployment of hardware assets.

b)

To track the performance of IT services.

c)

To define and manage specific services that users can request.

d)

To provide a list of all users in the organization.

19.

How can you update a record in ServiceNow?

a)

By creating a new record with the same details.

b)

By using the 'Update' button on the record form.

c)

By modifying the record directly in the database.

d)

By deleting the existing record and creating a new one.

20.

What is the function of a ServiceNow script include?

a)

To generate reports based on user activity.

b)

To manage user permissions and roles.

c)

To store reusable server-side JavaScript code for use in other scripts.

d)

To create user interface elements in ServiceNow.

21.

What is the role of the ServiceNow Change Management module?

a)

To monitor network performance and security.

b)

To oversee financial transactions and budgeting.

c)

To manage and track changes to IT services and infrastructure.

d)

To create and manage user accounts and permissions.

22.

What is the purpose of a ServiceNow business service mapping?

a)

To manage software licenses and compliance.

b)

To track user activity and performance metrics.

c)

To automate the deployment of hardware assets.

d)

To visualize the relationships between business services and IT components.

23.

How can you implement a notification in ServiceNow?

a)

By creating a new notification under System Notification > Email Notifications.

b)

By modifying the existing business rules to include notifications.

c)

By using the ServiceNow API to send notifications externally.

d)

By creating a new scheduled job under System Definition > Scheduled Jobs.

24.

What is the purpose of the ServiceNow Service Portal?

a)

To provide a user-friendly interface for accessing services and information.

b)

To manage IT asset inventory and compliance.

c)

To automate the deployment of software applications.

d)

To track incidents and service requests.

25.

How can you create a new business rule in ServiceNow?

a)

By using the ServiceNow API to define business rules externally.

b)

By creating a new table and linking it to the business rule.

c)

By navigating to System Definition > Business Rules and clicking 'New'.

d)

By modifying existing client scripts to include business logic.

26.

What is the function of the ServiceNow Virtual Agent?

a)

To track and report on user activity.

b)

To automate the management of IT assets.

c)

To provide a chatbot interface for users to interact with IT services.

d)

To manage and enforce security policies across the platform.

27.

Describe the purpose of the CMDB (Configuration Management Database) in ServiceNow.

4 lines
28.

What is a ‘Record Producer’ in ServiceNow, and where is it used?

4 lines
29.

Explain the difference between a Business Rule and a Client Script in ServiceNow.

4 lines