wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

FT-2

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

Which layer in the Layered Cloud Architecture is responsible for managing virtualization and resource allocation?

a)

Application Layer

b)

Platform Layer

c)

Infrastructure Layer

d)

User Layer

2.

According to the NIST Cloud Computing Reference Architecture, which actor is responsible for managing the cloud service lifecycle?

a)

Cloud Consumer

b)

Cloud Broker

c)

Cloud Provider

d)

Cloud Auditor

3.

Which of the following best differentiates Public Cloud from Private Cloud?

a)

Public cloud has lower latency than private cloud

b)

Private cloud is accessible only to a single organization

c)

Public cloud does not provide virtualization

d)

Private cloud offers less control over security

4.

Which of the following is an example of PaaS (Platform as a Service)?

a)

Amazon EC2

b)

Google App Engine

c)

Dropbox

d)

Microsoft Azure Blob Storage

5.

In Architectural Design Challenges, ensuring interoperability between multiple cloud providers primarily deals with:

a)

Security Issues

b)

Portability Issues

c)

Performance Issues

d)

Data Volume Issues

6.

Which component of Cloud Storage Architecture manages data replication and fault tolerance?

a)

Control Node

b)

Metadata Manager

c)

Storage Node

d)

Application Gateway

7.

Storage-as-a-Service (STaaS) allows users to:

a)

Deploy their own physical storage

b)

Store and access data via a cloud provider’s managed storage infrastructure

c)

Encrypt files locally only

d)

Manage hardware backup processes manually

8.

A major advantage of cloud storage over traditional storage systems is:

a)

Dependence on local hardware

b)

Limited scalability

c)

Pay-as-you-go model and elastic capacity

d)

Manual data replication

9.

Which of the following is NOT a major cloud storage provider?

a)

Amazon S3

b)

Google Cloud Storage

c)

Azure Storage

d)

Oracle Hyper-V

10.

The Amazon S3 (Simple Storage Service) primarily uses which storage principle?

a)

Block-based storage

b)

Object-based storage

c)

File-based storage

d)

Key-value in-memory storage

11.

Which cloud security principle ensures that actions cannot be denied after being performed?

a)

Integrity

b)

Authentication

c)

Non-repudiation

d)

Confidentiality

12.

In cloud security, Defense in Depth refers to:

a)

Using multi-layered security controls across the system

b)

Encrypting only sensitive user data

c)

Implementing antivirus software

d)

Using a single firewall

13.

The Principle of Least Privilege (PoLP) ensures:

a)

Each user gets maximum access to increase efficiency

b)

Users have access only to resources essential for their role

c)

Full administrative control to all users

d)

Default access permissions are unrestricted

14.

Which property ensures that data remains unchanged and accurate during transmission or storage?

a)

Confidentiality

b)

Integrity

c)

Availability

d)

Authentication

15.

Which of the following is a stream cipher?

a)

AES

b)

DES

c)

RC4

d)

Blowfish

16.

Block ciphers process data in:

a)

Continuous streams

b)

Fixed-size blocks

c)

Variable-length streams

d)

Single bits

17.

In cryptographic systems, modes of operation for block ciphers (like CBC, CTR) are used to:

a)

Manage user credentials

b)

Define how multiple blocks of data are encrypted

c)

Control key distribution

d)

Store hash tables

18.

Public-Key Cryptography differs from symmetric cryptography because it uses:

a)

One shared secret key

b)

Multiple initialization vectors

c)

A pair of mathematically related keys (public and private)

d)

Only session keys for encryption

19.

A digital signature ensures:

a)

Confidentiality only

b)

Authentication and integrity of digital messages

c)

Encryption of the entire file

d)

Key rotation in cryptographic systems

20.

A hash function must have which of the following properties?

a)

Must be reversible

b)

Produces a fixed-length output from variable input

c)

Uses public-private key pairs

d)

Only works with symmetric keys

21.

In Public Key Infrastructure (PKI), the entity responsible for validating identities and issuing digital certificates is the:

a)

Token Authority

b)

Certificate Authority (CA)

c)

Key Registrar

d)

Data Controller

22.

Which of the following best describes key management in the cloud?

a)

Creation, distribution, rotation, and revocation of encryption keys

b)

Manual encryption by users

c)

Password management for admin users

d)

Synchronizing backup keys

23.

The most significant key management challenge in IaaS, PaaS, and SaaS models is:

a)

Managing user credentials

b)

Deciding which entity controls and stores encryption keys — the user or the provider

c)

Encrypting virtual machines

d)

Reducing bandwidth for key exchange

24.

In Symmetric Key Management, if the same key is used across multiple systems, what risk increases?

a)

Data duplication

b)

Data exposure

c)

System performance

d)

User authentication

25.

Which cryptographic key management approach provides the strongest isolation and control to customers in a cloud setup?

a)

Provider-managed keys

b)

Customer-managed keys (CMK) with Bring Your Own Key (BYOK) model

c)

Shared key rotation service

d)

Session-based keys