wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Cybersecurity and Identity Management Quiz

Total questions: 15

Worksheet time: 9mins

Name
Class
Date
1.

A financial institution uses centralized key management to store encryption keys for thousands of client devices. During an investigation, the compliance team needs access to an encrypted backup without the original key owner. Which key management concept allows secure recovery of the encryption key while preventing misuse by a single person?

a)

Key escrow with M-of-N control

b)

Key stretching with a salt

c)

Decentralized key storage

d)

Certificate revocation list

2.

An administrator wants to send a digitally signed contract to a business partner to prove that the message came from them and hasn’t been altered. Which key is used to verify the sender’s digital signature?

a)

Sender’s private key

b)

Sender’s public key

c)

Receiver’s private key

d)

Receiver’s public key

3.

A software developer hashes a file with SHA-256 and compares the hash before and after a network transfer. What is the developer verifying?

a)

Confidentiality

b)

Integrity

c)

Availability

d)

Non-repudiation

4.

A company uses an internal CA to issue digital certificates to employees for VPN authentication. Management wants to expand to external partners who cannot trust the internal CA directly. Which solution provides a trusted validation path between organizations?

a)

Use a third-party root CA

b)

Deploy self-signed certificates

c)

Use OCSP stapling

d)

Create a decentralized CA

5.

A laptop containing sensitive medical records is stolen. Investigators confirm the hard drive is encrypted and cannot be accessed without the user’s credentials. Which concept best describes this protection method?

a)

Database encryption

b)

Data in transit encryption

c)

Full-disk encryption

d)

Hashing

6.

A penetration tester discovers that a company’s password hashes are vulnerable to rainbow table attacks. Which improvement would best defend against this vulnerability?

a)

Add salting and key stretching

b)

Reduce the key length

c)

Use symmetric encryption for passwords

d)

Disable hashing altogether

7.

A large enterprise wants to securely generate and store cryptographic keys in hardware that can detect tampering and operates separately from general system memory. Which technology best meets this requirement?

a)

TPM or HSM

b)

ECC

c)

OCSP

d)

PKCS

8.

A remote employee logs in using their username, password, and a six-digit code from an app on their phone. Which authentication factors are being used?

a)

Something you know and something you have

b)

Something you have and something you are

c)

Something you know and somewhere you are

d)

Something you do and something you know

9.

A company moves to FIDO2 security keys that use a biometric gesture on the key to sign in—no passwords are used. What security principle does this method rely on?

a)

Public/private key pair with local attestation

b)

Shared secret key exchange

c)

Token-based one-time passwords

d)

Centralized password vaulting

10.

A database administrator defines user permissions strictly by job roles—sales reps can only view customer data, while finance can edit billing. Which access control model is in use?

a)

Discretionary Access Control (DAC)

b)

Role-Based Access Control (RBAC)

c)

Mandatory Access Control (MAC)

d)

Attribute-Based Access Control (ABAC)

11.

A healthcare provider and an insurance company agree to trust each other’s authentication systems so employees can access shared web apps without new accounts. Which identity concept describes this setup?

a)

Single sign-on

b)

Federation

c)

OAuth

d)

PKI

12.

An organization adopts a policy where administrator accounts have zero standing privileges and must request time-limited elevation through a secure workstation when needed. What security concept does this represent?

a)

Mandatory Access Control

b)

Privileged Access Management

c)

Rule-Based Access Control

d)

Attribute-Based Access Control

13.

A global company implements a system that blocks sign-ins from two distant countries within minutes of each other for the same user account. Which control is this example of?

a)

Impossible travel policy

b)

Time-based access control

c)

Location-based access policy

d)

Continuous authentication

14.
Which of the following protocols is primarily used to establish a secure connection between browsers and servers so that no data is lost?
a)
HTTP
b)
SMTP
c)
SSL/TLS
d)
TCP/IP
15.

What type of attack involves overwhelming network resources with unwanted traffic?

a)

Phishing attack

b)

Distributed Denial of Service (DDoS) attack

c)

SQL injection

d)

Man-in-the-middle attack