Computer Knowledge ยท General Awareness

Information Security

4,634 Questions

Information security involves protecting computer systems and data from unauthorized access, cyber threats, and damage. It is a core part of the computer knowledge section in various banking and government exams. Practicing these concepts helps in understanding digital signatures, network security, and access control effectively.

Cybersecurity threatsAccess controlCryptography basicsSecurity risk managementDatabase protection

Information Security Questions

Multiple choice

Which of the following is a symmetric key cryptography algorithm?

  1. RSA

  2. AES

  3. ECC

  4. SHA-256

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

AES (Advanced Encryption Standard) is a symmetric key cryptography algorithm that is widely used for encrypting sensitive data.

Multiple choice

In symmetric key cryptography, how are the encryption and decryption keys related?

  1. They are the same key.

  2. They are different keys.

  3. They are derived from a common key.

  4. They are generated randomly.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In symmetric key cryptography, the same key is used for both encryption and decryption.

Multiple choice

Which of the following is a common method for securely exchanging the symmetric key between two parties?

  1. Public key cryptography

  2. Diffie-Hellman key exchange

  3. Man-in-the-middle attack

  4. Brute-force attack

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Diffie-Hellman key exchange is a method for securely exchanging a symmetric key between two parties over an insecure channel.

Multiple choice

What is the term used to describe the process of converting plaintext into ciphertext using a symmetric key?

  1. Encryption

  2. Decryption

  3. Hashing

  4. Encoding

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Encryption is the process of converting plaintext into ciphertext using a symmetric key.

Multiple choice

Which of the following is a common mode of operation used in symmetric key cryptography?

  1. Electronic Codebook (ECB)

  2. Cipher Block Chaining (CBC)

  3. Counter (CTR) mode

  4. Galois/Counter Mode (GCM)

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Cipher Block Chaining (CBC) is a common mode of operation used in symmetric key cryptography that provides better security compared to Electronic Codebook (ECB) mode.

Multiple choice

What is the term used to describe the process of converting ciphertext back into plaintext using a symmetric key?

  1. Encryption

  2. Decryption

  3. Hashing

  4. Decoding

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Decryption is the process of converting ciphertext back into plaintext using a symmetric key.

Multiple choice

Which of the following is a common attack against symmetric key cryptography?

  1. Brute-force attack

  2. Man-in-the-middle attack

  3. Replay attack

  4. Side-channel attack

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Brute-force attack is a common attack against symmetric key cryptography where an attacker tries all possible keys until the correct key is found.

Multiple choice

What is the term used to describe the process of generating a random symmetric key?

  1. Key generation

  2. Key exchange

  3. Key derivation

  4. Key management

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Key generation is the process of generating a random symmetric key.

Multiple choice

Which of the following is a common method for managing symmetric keys?

  1. Key escrow

  2. Key distribution center (KDC)

  3. Public key infrastructure (PKI)

  4. Certificate authority (CA)

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Key distribution center (KDC) is a common method for managing symmetric keys in a secure and centralized manner.

Multiple choice

What is the term used to describe the process of securely storing and protecting symmetric keys?

  1. Key management

  2. Key exchange

  3. Key derivation

  4. Key generation

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Key management is the process of securely storing and protecting symmetric keys.

Multiple choice

Which of the following is a common symmetric key cryptography algorithm used for encrypting data in transit?

  1. AES

  2. DES

  3. 3DES

  4. Blowfish

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

AES (Advanced Encryption Standard) is a common symmetric key cryptography algorithm used for encrypting data in transit due to its strong security and efficiency.

Multiple choice

What is the term used to describe the process of deriving a symmetric key from a shared secret?

  1. Key generation

  2. Key exchange

  3. Key derivation

  4. Key management

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Key derivation is the process of deriving a symmetric key from a shared secret.

Multiple choice

Which of the following is a common method for securely exchanging a symmetric key between two parties over a public network?

  1. Public key cryptography

  2. Diffie-Hellman key exchange

  3. Man-in-the-middle attack

  4. Brute-force attack

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Public key cryptography can be used to securely exchange a symmetric key between two parties over a public network.

Multiple choice

What is the term used to describe the process of converting a symmetric key into a form that is more secure for storage or transmission?

  1. Key wrapping

  2. Key encryption

  3. Key management

  4. Key generation

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Key wrapping is the process of converting a symmetric key into a form that is more secure for storage or transmission.

Multiple choice

Which of the following is NOT a common type of IoT security attack?

  1. Malware

  2. Phishing

  3. Man-in-the-Middle (MitM)

  4. Denial-of-Service (DoS)

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Phishing is a type of cyber attack that targets users, not devices, and is not specific to IoT.