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
  1. Intrusion Prevention System

  2. Intrusion Precaution System

  3. Intrusion Preservation System

  4. Intrusion Provision System

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

IPS stands for Intrusion Prevention System. It is a network security/threat prevention technology that examines network traffic flows to detect and prevent vulnerability exploits.

Multiple choice
  1. To create a stronger connection with the target.

  2. To create a ghost server on the network.

  3. To obtain a remote access connection.

  4. To hide malicious activity on the network.

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

A proxy server acts as an intermediary for requests from clients seeking resources from other servers. Hackers use them to mask their true IP address and hide their identity during attacks.

Multiple choice
  1. Dictionary attack

  2. Brute force attack

  3. Man in the middle attack

  4. Smurf attack

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

A dictionary attack systematically tries a list of common words or phrases to guess a password. Brute force involves trying all possible character combinations, while the other options refer to network-level attacks.

Multiple choice
  1. Tech enthusiast

  2. Professional computer engineers

  3. Lack of computer knowledge

  4. Lack of management skill

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

Phishing attacks often succeed by targeting users who lack technical knowledge about cybersecurity threats and safe computing practices. These users may not recognize warning signs like suspicious URLs, unexpected requests for sensitive information, or generic greetings. While anyone can fall victim to sophisticated phishing, less technical users are disproportionately targeted.

Multiple choice
  1. Port filtering firewall

  2. Encryption

  3. Session monitoring

  4. Strong passwords

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

Encryption is the best countermeasure against session hijacking because it prevents attackers from reading the session tokens or data being transmitted. Without encryption, session tokens can be easily intercepted in transit.

Multiple choice
  1. Intrusion

  2. Attack

  3. DoS

  4. Finding a target system

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

The first phase of a DDoS attack is the intrusion or preparation phase, where the attacker compromises multiple systems (creating a botnet) to use them for the attack. Finding a target is a prerequisite, but the actual attack process begins with building the botnet.

Multiple choice
  1. Sending corrupted data on the network to trick a system

  2. Capturing and deciphering traffic on a network

  3. Corrupting the ARP cache on a target system

  4. Performing a password-cracking attack

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

Sniffing is the process of monitoring and capturing all data packets passing through a network. It is often used by attackers to steal sensitive information like passwords or session tokens.