Computer Knowledge ยท General Awareness

Information Security

4,143 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 technology security
  1. AES - 256

  2. DES II

  3. AES - 192 and above

  4. Serpant

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

The US military uses AES-192 or higher (typically AES-256) for classified information. While AES-256 is more common, AES-192 meets the minimum military standard requirements. DES is an older, weaker standard, and 'Serpant' (likely 'Serpent') is not the official standard.

Multiple choice technology security
  1. Decryptor

  2. Cryptanalyst

  3. Hacker

  4. Decoder

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

A person who specializes in analyzing and breaking cryptographic systems, ciphers, and encrypted text without knowing the key is called a cryptanalyst. While 'hacker' or 'decoder' are informal terms, 'cryptanalyst' is the precise scientific and professional designation.

Multiple choice technology security
  1. Modulation of data

  2. encryption of the data

  3. expansion of the key

  4. Join Key to data

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

Blowfish encryption consists of two main components: key expansion (generating subkeys from the encryption key through the Feistel network) and data encryption (the actual encryption process using round keys). These two parts work together - key expansion prepares the cryptographic material, then data encryption applies it to transform plaintext.

Multiple choice technology security
  1. Key analysis

  2. Plain text

  3. Public key over ride

  4. interception

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

Side-channel attacks (often called 'plaintext attacks' in some contexts) exploit implementation weaknesses like timing, power consumption, or electromagnetic leakage rather than mathematical weaknesses in AES itself. These are the most practical successful attacks against AES implementations when not properly protected.

Multiple choice technology security
  1. Variable Key mechanism

  2. Round key mechanism

  3. Data security mechanism

  4. Data integrity Mechanism

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

Serpent is famous for its conservative security design with 32 rounds, providing a very high security margin. It was a finalist in the AES competition and is known for being one of the most secure algorithms, though slower than AES. Option C 'Data security mechanism' is the closest match to its security reputation, though the wording is imprecise.

Multiple choice technology security
  1. Round Key

  2. Variable Key

  3. Plain Key

  4. Public Key

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

AES uses a Round Key mechanism where a single key is expanded into multiple round keys through key expansion, then each round uses a different round key derived from the original key. This is not variable key (different keys per session) or public key (asymmetric).

Multiple choice technology security
  1. Defining and communicating individual roles, responsibilities and authorities

  2. Having regular external audit of security implementation

  3. User training

  4. Senior management is well versed with technological aspects of security

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

Clear role definition and communication is foundational because it establishes accountability and ownership. Without knowing who is responsible for what, other security measures (audits, training, technical knowledge) cannot be effectively implemented.

Multiple choice technology programming languages
  1. get

  2. trace

  3. post

  4. set

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

POST is more secure than GET for sensitive data because POST parameters go in the request body (not logged in URLs/proxy logs), while GET sends data in the URL query string which is visible in browser history, server logs, and referrer headers. TRACE is for diagnostics, SET is not a standard HTTP method, and GET exposes data in URLs.

Multiple choice technology
  1. True

  2. False

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

A firewall is a network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules. It acts as a barrier between trusted internal networks and untrusted external networks like the internet. Option A correctly defines this fundamental security function.

Multiple choice technology
  1. Data security

  2. Object security

  3. Package security

  4. All the above

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

In Report Studio and similar BI tools, a security filter applied to a specific query subject controls data access at the query level, which is referred to as data security. Object security would apply to entire objects like reports or models, while package security applies to entire packages. Data security is the most granular level.