wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Cloud Computing Quiz Q1-Q40

Total questions: 40

Worksheet time: 20mins

Name
Class
Date
1.

Which will best help an engineer transfer data over the internet using programmatic access and query the data?

a)

SQL

b)

Web sockets

c)

RPC

d)

GraphQL

2.

Which field enables computers to identify and understand objects and people in images and videos?

a)

Image reconstruction

b)

Facial recognition

c)

Natural language processing

d)

Computer vision

3.

Best cloud service model to deploy code without provisioning infrastructure?

a)

PaaS

b)

SaaS

c)

IaaS

d)

XaaS

4.

What should have been done to make stolen object storage data unusable?

a)

Switch to file storage

b)

Hash the data

c)

Change permissions

d)

Encrypt the data at rest

5.

Best solution to prevent basic attacks on a vulnerable web application?

a)

IPS

b)

ACL

c)

DLP

d)

WAF

6.

Difference between SAN and NAS?

a)

SAN works only with fiber

b)

SAN works with Ethernet

c)

NAS uses faster protocol

d)

NAS uses a slower protocol than a SAN

7.

Best way to determine source of latency in third-party REST APIs?

a)

Centralized logging

b)

Network flow logs

c)

API gateway tracking

d)

Distributed tracing

8.

Change to improve Docker container security?

a)

Add USER nonroot

b)

Change version to 3.11

c)

Remove ENTRYPOINT

d)

Own files as root

9.

Concept to review history of template changes?

a)

Drift detection

b)

Repeatability

c)

Documentation

d)

Versioning

10.

Most important public-sector cloud migration considerations?

a)

Compliance

b)

Regulatory

c)

IaaS vs SaaS

d)

Firewall capabilities

e)

Timeline

11.

Best compute resource to reduce OS overhead?

a)

VM

b)

Containers

c)

Remote desktops

d)

Bare metal

12.

Likely cause of sudden slow homepage response for global users?

a)

Cryptojacking

b)

Human error

c)

DDoS

d)

Phishing

13.

Best migration type for local VM cluster moving to external users?

a)

Cloud → on-prem

b)

Cloud → cloud

c)

On-prem → cloud

d)

On-prem → on-prem

14.

What should be done instead of modifying a protected branch?

a)

Add remote

b)

Create a pull request

c)

Merge branch

d)

Rebase

15.

Which container storage loses data after restart?

a)

Object

b)

Persistent volume

c)

Ephemeral

d)

Block

16.

Why were only 100 of 1,000 servers created?

a)

Instance quota limit

b)

Run code multiple times

c)

Wrong credentials

d)

Load balancer order

17.

Storing VM data for one year after ransomware = ?

a)

Recoverability

b)

Retention

c)

Encryption

d)

Integrity

18.

Simple, fast deployment using two identical platforms?

a)

Blue-green

b)

Canary

c)

Rolling

d)

In-place

19.

Most cost-effective tiered storage for compliance-only retention?

a)

Warm

b)

Hot

c)

Archive

d)

Cold

20.

Best scaling approach that automates only when needed?

a)

Horizontal scaling

b)

Load-based scaling

c)

Manual scaling

d)

Scheduled scaling

21.

Which cloud concept allows resources to be provisioned automatically based on demand?

a)

High availability

b)

Fault tolerance

c)

Elasticity

d)

Multitenancy

22.

Which type of storage is best suited for unstructured data such as images and videos?

a)

Block storage

b)

File storage

c)

Object storage

d)

Ephemeral storage

23.

Which security principle ensures users only have access required to perform their jobs?

a)

Separation of duties

b)

Defense in depth

c)

Least privilege

d)

Zero trust

24.

What cloud deployment model is shared by multiple organizations with similar requirements?

a)

Public

b)

Private

c)

Community

d)

Hybrid

25.

Which solution distributes traffic across multiple servers to improve availability?

a)

Firewall

b)

Proxy

c)

Load balancer

d)

IDS

26.

Which metric best measures application responsiveness?

a)

Throughput

b)

Availability

c)

Latency

d)

Capacity

27.

Which backup type captures only data changed since the last full backup?

a)

Differential

b)

Incremental

c)

Snapshot

d)

Replication

28.

What feature allows virtual machines to move between hosts without downtime?

a)

Autoscaling

b)

Failover

c)

Live migration

d)

Load balancing

29.

Which encryption method protects data during transmission?

a)

AES

b)

SHA-256

c)

TLS

d)

BitLocker

30.

Which responsibility belongs to the customer in an IaaS model?

a)

Physical security

b)

Hypervisor updates

c)

Guest OS patching

d)

Data center cooling

31.

Which cloud characteristic enables rapid provisioning via APIs?

a)

Measured service

b)

Broad network access

c)

On-demand self-service

d)

Resource pooling

32.

Which solution ensures services remain operational when a region fails?

a)

Scaling

b)

Backup

c)

Disaster recovery

d)

Snapshotting

33.

Which technology isolates applications using a shared OS kernel?

a)

Virtual machines

b)

Hypervisors

c)

Containers

d)

Emulators

34.

What is the primary purpose of a CDN?

a)

Encrypt data

b)

Authenticate users

c)

Reduce latency

d)

Monitor traffic

35.

Which IAM component defines permissions?

a)

User

b)

Group

c)

Role

d)

Key

36.

Which concept prevents data loss during system failure?

a)

Encryption

b)

Archiving

c)

Redundancy

d)

Deduplication

37.

Which log type tracks configuration changes to cloud resources?

a)

Application logs

b)

System logs

c)

Audit logs

d)

Network logs

38.

Which storage option provides the highest IOPS?

a)

Object storage

b)

Cold storage

c)

Block storage

d)

Archive storage

39.

Which architecture component decouples services?

a)

Monolith

b)

Hypervisor

c)

Message queue

d)

Load balancer

40.

Which strategy minimizes downtime during application updates?

a)

In-place deployment

b)

Manual rollback

c)

Rolling deployment

d)

Single-instance update