wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Cloud Security Quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which of the following best prevents SQL Injection attacks in cloud-hosted web applications?

a)

Firewall rules and IP blocking

b)

Using parameterized queries with input validation

c)

Enabling multi-factor authentication

d)

Using encryption for database backups

2.

In the context of web attacks, what is the primary risk if Cross-Site Request Forgery (CSRF) occurs on a cloud-hosted financial application?

a)

Loss of encryption keys

b)

Unauthorized actions performed on behalf of authenticated users

c)

Increased cloud storage cost

d)

Data center outage

3.

A company wants to ensure data confidentiality for files stored in a public cloud. Which of the following approaches provides the strongest security?

a)

Encrypting data with provider-managed keys

b)

Using client-side encryption with customer-managed keys

c)

Relying solely on TLS encryption for data in transit

d)

Performing regular data backups

4.

During a web application attack, attackers exploit unvalidated input fields to extract database information. Which security property is most compromised?

a)

Authentication

b)

Privacy

c)

Integrity

d)

Availability

5.

In a multi-tenant cloud database environment, which mechanism best enforces authentication and prevents unauthorized tenant access?

a)

Homomorphic encryption

b)

Role-Based Access Control (RBAC) with least privilege principle

c)

Cloud provider's Service Level Agreement (SLA)

d)

Data replication across regions

6.

A cloud database experienced data tampering due to insider threats. Which cryptographic technique helps in ensuring data integrity detection?

a)

Hashing with digital signatures

b)

Symmetric key encryption

c)

Asymmetric key encryption

d)

SSL/TLS certificates

7.

Which of the following web attack techniques primarily targets the authentication mechanism of a cloud application?

a)

SQL Injection

b)

Cross-Site Scripting (XSS)

c)

Credential Stuffing

d)

XML External Entity (XXE)

8.

A cloud application uses OAuth 2.0 for authentication. If the authorization code is intercepted, what type of attack can occur?

a)

Replay Attack

b)

Man-in-the-Middle Attack

c)

Session Fixation Attack

d)

Code Injection Attack

9.

Which of the following best describes data privacy in a cloud context?

a)

Ensuring only authorized parties can access data

b)

Preventing data loss during cloud migration

c)

Detecting any unauthorized data modification

d)

Guaranteeing uptime of cloud services

10.

A company wants to secure web traffic between users and its cloud servers. Which combination provides confidentiality, integrity, and authentication simultaneously?

a)

TLS with mutual certificate authentication

b)

AES encryption with public key infrastructure

c)

VPN tunnel with symmetric encryption only

d)

Hash-based message authentication codes (HMAC) alone