wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Quiz3-ADV05-MakScie

Total questions: 41

Worksheet time: 41mins

Name
Class
Date
1.

A company wants to protect sensitive files stored on its server. They want to convert readable data into unreadable form. What technique should they use?

a)

Encoding

b)

Encryption

c)

Compression

d)

Tokenization

2.

A developer encrypts data using the same key for both encryption and decryption. What type of encryption is being used?

a)

Asymmetric

b)

Symmetric

c)

Hashing

d)

Encoding

3.

A bank wants secure communication between branches using a key pair (public/private). Which algorithm is most suitable?

a)

DES

b)

AES

c)

RSA

d)

Blowfish

4.

A laptop uses a block cipher to encrypt entire disks. Which symmetric algorithm is most appropriate?

a)

RSA

b)

ECC

c)

AES

d)

Diffie-Hellman

5.

A legacy system still uses DES but is concerned about brute-force attacks. What is DES’s main weakness?

a)

Algorithmic errors

b)

Small key size

c)

Slow speed

d)

Requires two keys

6.

A security engineer must choose a secure AES key size for financial data. What should they select?

a)

40-bit

b)

56-bit

c)

128-bit

d)

32-bit

7.

A company wants to authenticate files downloaded from their website to ensure they were not changed. Which method should they use?

a)

Hashing

b)

Symmetric encryption

c)

Encoding

d)

Compression

8.

A system admin uses hashing for passwords. They need a secure hashing algorithm. Which one?

a)

MD5

b)

SHA-1

c)

SHA-256

d)

DES

9.

A database needs extra protection from rainbow table attacks. What should the admin apply to stored hashes?

a)

Encoding

b)

Salting

c)

Compression

d)

Symmetric keys

10.

A company encrypts data using public key cryptography. Which key should remain secret?

a)

Public key

b)

Shared key

c)

Private key

d)

Hash key

11.

A sender wants to encrypt a message so only the receiver can decrypt it. Which key should be used for encryption?

a)

Sender’s private key

b)

Receiver’s public key

c)

Receiver’s private key

d)

Shared symmetric key

12.

An organization needs to securely exchange keys over an insecure network. What protocol should they use?

a)

RSA

b)

Diffie-Hellman

c)

AES

d)

Base64

13.

A company notices that their encrypted image files still show visible patterns. Which mode is likely used incorrectly?

a)

CBC (Cipher Block Chaining) mode

b)

CFB (Cipher Feedback) mode

c)

OFB (Output Feedback) mode

d)

ECB (Electronic Codebook) mode

14.

A system requires confidentiality and integrity during encryption. What mode of AES should be used?

a)

A. ECB

b)

B. CBC

c)

C. GCM

d)

D. CFB

15.

A developer needs a fast symmetric algorithm for bulk file encryption. Which is best?

a)

ECC

b)

RSA

c)

AES

d)

Diffie-Hellman

16.

A web application uses digital signatures to verify software updates. What security property does this provide?

a)

Confidentiality

b)

Integrity and authenticity

c)

Non-compression

d)

Encoding

17.

A certificate is being verified before a secure connection is established. What entity issued this certificate?

a)

CSR

b)

CA

18.

A mobile app requires strong encryption but limited processing power. Which algorithm is ideal?

a)

RSA

b)

ECC

c)

DES

d)

Blowfish

19.

A cloud storage service encrypts all user files with a key derived from the user’s password. What technique strengthens weak passwords?

a)

Encoding

b)

Key stretching

c)

Tokenization

d)

Salting

20.

A developer needs to encrypt streaming data in real time. Which cipher type is best?

a)

Block cipher

b)

Stream cipher

c)

Hashing

d)

Encoding

21.

An attacker tries every possible key to crack encrypted data. What attack is this?

a)

Replay

b)

Man-in-the-middle

c)

Brute force

22.

A security team needs to protect encryption keys in case employees lose them. Which method is used?

a)

Key escrow

b)

Hashing

c)

Encoding

d)

Tokenization

23.

A system generates a unique digital certificate request. What is this file called?

a)

CRL

b)

CA

c)

CSR

d)

ECC

24.

A message encrypted with the sender’s private key is meant to provide what?

a)

Confidentiality

b)

Integrity and authentication

c)

Fast encryption

d)

Compression

25.

A government agency wants an algorithm with strong resistance to brute-force attacks due to large key sizes. Which fits?

a)

AES

b)

DES

c)

RSA

d)

Blowfish

26.

A network administrator needs to know whether a public key still belongs to an active user. What list should they check?

a)

CA

b)

CSR

c)

CRL

d)

HTTPS

27.

A website wants to ensure secure browsing for users. Which protocol must be enabled?

a)

FTP

b)

HTTP

c)

SSL/TLS

d)

Telnet

28.

A researcher detects two different files producing the same hash value. What is this called?

a)

Key reuse

b)

Hash collision

c)

Padding error

d)

Non-repudiation

29.

A developer needs to encrypt small chunks of data repeatedly and quickly. What algorithm is ideal?

a)

RSA

b)

ECC

c)

AES

d)

DES

30.

A secure email application uses asymmetric encryption. Which key do users share publicly?

a)

Private key

b)

Public key

c)

Hash key

d)

Encoding key

31.

A network device needs to exchange secret keys securely before using symmetric encryption. Which algorithm does this?

a)

Diffie-Hellman

b)

AES

c)

DES

d)

SHA-256

32.

A developer notices that decrypting data requires the same key used for encryption. What encryption type is it?

a)

Asymmetric

b)

Symmetric

c)

Hashing

d)

Digital signing

33.

A company wants to ensure that encrypted data cannot be decrypted even if keys are stolen later. What technique achieves this?

a)

Perfect Forward Secrecy

b)

Salting

c)

Hashing

d)

Key escrow

34.

A wireless network uses a lightweight stream cipher for fast data encryption. Which algorithm is likely used?

a)

RC4

b)

AES

c)

ECC

d)

RSA

35.

A security engineer wants to protect message integrity while also authenticating the sender. What should be used?

a)

Compression

b)

Digital signatures

c)

Encoding

d)

Base64

36.

An administrator encrypts backups using AES in CBC mode. What else must be securely stored with the ciphertext?

a)

IV

b)

Public key

c)

Hash value

d)

Certificate

37.

A user wants to send encrypted data but does not want anyone to know the message exists. What method hides the data?

a)

Steganography

b)

Hashing

c)

RSA

d)

AES

38.

A messaging app uses a technique where each session uses a unique encryption key. What is this principle?

a)

Perfect forward secrecy

b)

Session key encryption

c)

Public key infrastructure

d)

Symmetric encryption

39.

Which of the following is the correct answer?

a)

Hashing

b)

Key reuse

c)

Forward secrecy

d)

Salting

40.

An attacker intercepts a key exchange but cannot compute the shared key because of mathematical difficulty. Which protocol is protecting them?

a)

RSA

b)

Diffie-Hellman

c)

SHA-1

d)

MD5

41.

A security audit shows that encryption relies on the difficulty of factoring large prime numbers. What type of cryptography is used?

a)

Symmetric

b)

Asymmetric

c)

Hashing

d)

Encoding