wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ITIL and Python Quiz

Total questions: 50

Worksheet time: 25mins

Name
Class
Date
1.

In ITIL Service Strategy, which process is responsible for managing the lifecycle of services?

a)

Service Portfolio Management

b)

Service Level Management

c)

Incident Management

d)

Capacity Management

2.

Which ITIL role is accountable for delivering a specific service to customers?

a)

Service Owner

b)

Process Owner

c)

Change Manager

d)

Service Desk Analyst

3.

The primary objective of Service Design is to:

a)

Design services that meet current and future business needs

b)

Restore services after failure

c)

Monitor infrastructure events

d)

Perform root cause analysis

4.

Which ITIL process ensures accurate information about IT assets and configurations?

a)

Service Asset and Configuration Management

b)

Problem Management

c)

Event Management

d)

Release Management

5.

Which Service Operation process focuses on identifying root causes of incidents?

a)

Problem Management

b)

Incident Management

c)

Event Management

d)

Request Fulfillment

6.

CSI primarily focuses on improving services using:

a)

Measurable metrics and feedback

b)

One-time audits

c)

Incident escalation

d)

Change freezes

7.

Which document defines agreed service performance targets?

a)

Service Level Agreement

b)

Service Catalog

c)

Change Record

d)

CMDB

8.

In data center planning, which factor directly affects cooling efficiency?

a)

Rack density

b)

Operating system

c)

IP addressing

d)

Backup policy

9.

Raised floors in data centers are mainly used for:

a)

Airflow management

b)

Power generation

c)

Server virtualization

d)

Access control

10.

Which is a key objective of data center consolidation?

a)

Optimized resource utilization

b)

Increased hardware sprawl

c)

Manual monitoring

d)

Higher downtime

11.

Which virtualization type requires a host operating system?

a)

Type 2 Hypervisor

b)

Type 1 Hypervisor

c)

Para-virtualization

d)

Hardware virtualization

12.

A snapshot in virtualization is best used for:

a)

Quick rollback during testing

b)

Load balancing

c)

Network isolation

d)

Capacity forecasting

13.

Which SAN protocol operates over IP networks?

a)

iSCSI

b)

Fibre Channel

c)

SAS

d)

SATA

14.

ZFS provides data integrity using:

a)

Checksums

b)

Encryption only

c)

RAID 0

d)

Snapshots alone

15.

Object storage is best suited for:

a)

Unstructured data

b)

Transactional databases

c)

OS boot disks

d)

Swap partitions

16.

Which cloud model provides shared resources over the internet?

a)

Public Cloud

b)

Private Cloud

c)

Hybrid Cloud

d)

Community Cloud

17.

IAM in cloud environments mainly controls:

a)

Authentication and authorization

b)

Load balancing

c)

Storage replication

d)

VM scheduling

18.

Which OpenStack service manages networking?

a)

Neutron

b)

Nova

c)

Swift

d)

Cinder

19.

SDN separates control plane from:

a)

Data plane

b)

Application layer

c)

Storage layer

d)

Hardware layer

20.

Configuration management tools are primarily used to:

a)

Enforce desired system state

b)

Monitor logs

c)

Manage tickets

d)

Allocate IPs

21.

Centralized logging helps in:

a)

Faster incident investigation

b)

Increasing storage speed

c)

CPU optimization

d)

User provisioning

22.

Prometheus mainly collects data in the form of:

a)

Time-series metrics

b)

Log files

c)

Packets

d)

Alerts only

23.

Auto-scaling in cloud environments reacts to:

a)

Resource utilization metrics

b)

Static thresholds only

c)

Manual triggers

d)

Backup schedules

24.

Scrum uses fixed-length iterations called:

a)

Sprints

b)

Kanban boards

c)

Milestones

d)

Phases

25.

The CAMS model emphasizes sharing to improve:

a)

Collaboration

b)

Hardware utilization

c)

Network latency

d)

Storage capacity

26.

Immutable infrastructure discourages:

a)

In-place server changes

b)

Automation

c)

Versioning

d)

CI/CD

27.

Which tool is primarily used for CI/CD automation?

a)

Jenkins

b)

GitHub

c)

Docker

d)

Ansible

28.

Docker containers share which component with the host?

a)

Kernel

b)

File system

c)

User space

d)

Network stack exclusively

29.

Git is mainly used for:

a)

Version control

b)

Build automation

c)

Configuration management

d)

Monitoring

30.

Which Git command records changes permanently?

a)

git commit

b)

git add

c)

git clone

d)

git pull

31.

EC2 in AWS provides:

a)

Virtual compute instances

b)

Object storage

c)

Serverless execution

d)

DNS services

32.

A VPC in AWS is used to:

a)

Isolate network resources

b)

Manage billing

c)

Store logs

d)

Monitor performance

33.

Infrastructure as Code reduces errors by:

a)

Automating provisioning

b)

Manual verification

c)

GUI-based deployment

d)

Ad-hoc scripting

34.

Kubernetes primarily manages:

a)

Containers at scale

b)

Virtual machines

c)

Source repositories

d)

Databases

35.

Which Kubernetes object defines desired replicas?

a)

Deployment

b)

Pod

c)

Service

d)

ConfigMap

36.

Ansible communicates with nodes using:

a)

SSH

b)

Agents

c)

RDP

d)

SNMP

37.

Terraform uses which file format?

a)

HCL

b)

YAML

c)

XML

d)

JSON only

38.

Terraform state is critical for:

a)

Tracking resource mappings

b)

Authentication

c)

Logging

d)

Compilation

39.

In MySQL, GROUP BY is used to:

a)

Aggregate rows

b)

Filter columns

c)

Sort results

d)

Limit output

40.

Which clause filters aggregated results?

a)

HAVING

b)

WHERE

c)

ORDER BY

d)

LIMIT

41.

Which Python data type stores key-value pairs?

a)

Dictionary

b)

List

c)

Tuple

d)

Set

42.

Which Python feature supports code reuse?

a)

Functions

b)

Comments

c)

Indentation

d)

Literals

43.

Regular expressions are mainly used for:

a)

Pattern matching

b)

Encryption

c)

Compression

d)

Serialization

44.

Which Python module supports date and time operations?

a)

datetime

b)

hashlib

c)

socket

d)

sys

45.

File handling in Python requires which function to open files?

a)

open()

b)

read()

c)

write()

d)

load()

46.

In socket programming, which call establishes a connection from client side?

a)

connect()

b)

bind()

c)

listen()

d)

accept()

47.

Which OOP principle restricts direct access to data?

a)

Encapsulation

b)

Inheritance

c)

Polymorphism

d)

Abstraction

48.

Exception handling in Python prevents:

a)

Program termination on runtime errors

b)

Compilation errors

c)

Logical errors

d)

Syntax errors

49.

Automation in IT operations mainly improves:

a)

Consistency and speed

b)

Hardware performance

c)

Network topology

d)

User behavior

50.

DevOps primarily aims to improve:

a)

Collaboration between development and operations

b)

Manual testing

c)

Documentation volume

d)

Hardware procurement