wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Cloud Computing Quiz Q81-100

Total questions: 19

Worksheet time: 10mins

Name
Class
Date
1.

Most cost-efficient tier to save long-term insurance data?

a)

Archive

b)

Hot

c)

Cold

d)

Warm

2.

What do developers use to track changes in software projects?

a)

Code drifting

b)

Code control

c)

Code testing

d)

Code versioning

3.

Which strategy requires new code before migration?

a)

Refactor

b)

Rearchitect

c)

Rehost

d)

Replatform

4.

What reduces the chance of cloud template misconfiguration?

a)

git fetch after every commit

b)

Opening pull requests for changes

c)

Using the web interface

d)

Committing directly to main

5.

Which AI/ML technology discerns tone from text input?

a)

Text recognition

b)

Computer vision

c)

Visual recognition

d)

Sentiment analysis

6.

Best solution to upload logs when a VM stops?

a)

Event-driven architecture triggering a log-collecting function

b)

Webhook triggered by shutdown API calls

c)

Object storage API scraping disks

d)

Embedded OS shutdown script

7.

Most important security control for mixed internal/external teams?

a)

Separate dev/test environments

b)

Segregating environments for internal and external teams

c)

DDoS protection

d)

IAM and ACL for DLP

8.

Metric most likely to detect cryptojacking?

a)

Disk I/O

b)

Network packets

c)

Memory utilization

d)

CPU utilization

9.

Best justification for forcing VM migration?

a)

Security flaws

b)

Updates may affect VM state

c)

Infrastructure maintenance

d)

End of life / end of support

10.

Which system calculates vulnerability severity?

a)

CWE

b)

CVSS

c)

CWSS

d)

CVE

11.

Which service model meets custom compliance and patching needs?

a)

SaaS

b)

IaaS

c)

FaaS

d)

PaaS

12.

Best way to mitigate risk from public container images?

a)

CIS-hardened images

b)

Watermarked images

c)

Digitally signed images

d)

Images with application firewall

13.

Best approach for critical patch with no service interruption?

a)

Delay conference

b)

Patch after event

c)

Emergency patch window approval

d)

Patch immediately before event

14.

What should be fixed to restore DB connectivity?

a)

App server firewall

b)

App subnet routing

c)

MySQL server firewall

d)

MySQL subnet routing

15.

Best ways to secure stored data in third-party systems? (Choose two)

a)

AES

b)

TLS

c)

Encoding

d)

Hashing

e)

SAML

16.

Best strategy to modernize a costly legacy application?

a)

Retain

b)

Rehost

c)

Refactor

d)

Replatform

17.

Best low-cost strategy to replace a solution without interruption?

a)

Blue-green

b)

Rolling

c)

In-place

d)

Canary

18.

What lists known security vulnerabilities?

a)

CWE

b)

Data Security Standards

c)

Zero Trust

d)

CVE

19.

Best scaling approach for flash or seasonal sales?

a)

Scheduled

b)

Load

c)

Event

d)

Trending