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 web technology
  1. authorization

  2. data integrity

  3. confidentiality

  4. authentication

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

Authorization is a server-side mechanism that determines whether an authenticated user has permission to access specific resources or perform certain operations. While authentication verifies identity (can be client-side), confidentiality and data integrity are broader security properties applicable to data in transit and storage, not specifically resource access control.

Multiple choice technology programming languages
  1. When the application is running behind a firewall

  2. Never; any program that accepts input can be exploited

  3. When the application is written in Perl using the language's "taint mode"

  4. When the user is your own mother

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

Input validation is essential regardless of environment. Firewalls don't prevent application-level exploits, taint mode can be bypassed, and trusting any input source creates vulnerabilities. 'Never' is the only safe answer - any unvalidated input is a potential attack vector.

Multiple choice technology security
  1. Cross Site scripting

  2. SQL Injection

  3. Session Fixation

  4. Cross Site Request Forgery

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

This scenario describes Cross-Site Scripting (XSS), where malicious script is injected into a trusted site's output and executed in a user's browser under the trusted site's context. SQL Injection involves database manipulation, Session Fixation involves session hijacking, and CSRF involves forced actions.

Multiple choice technology security
  1. Phishing

  2. Injection flaws

  3. Session Fixation

  4. Http Response splitting attack

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

Session Fixation attacks occur when an attacker sets a user's session ID before authentication, then uses that known session after the user logs in. Phishing and injection are different attack vectors.

Multiple choice technology security
  1. Eavesdropping attack

  2. Path traversal attack

  3. URL Tampering attack

  4. Denial Of Service attack

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

A Denial of Service (DoS) attack aims to make a service unavailable by overwhelming it with traffic or exploiting vulnerabilities, causing delays, losses, and interruptions. This directly impacts availability as described. Eavesdropping, path traversal, and URL tampering focus on data theft or unauthorized access rather than service degradation.

Multiple choice technology security
  1. Trojan horse

  2. Spyware

  3. Man in the middle attack

  4. HTTP Request Smuggling

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

A Trojan horse is malicious code disguised as legitimate software - it can be injected into benign applications, delivered via email links, or hidden in JavaScript for covert attacks. Spyware monitors activity without masquerading, MITM intercepts communications, and HTTP smuggling exploits request parsing vulnerabilities.

Multiple choice technology security
  1. Network Eavesdropping

  2. Man in the Middle

  3. Page Hijacking

  4. Path Manipulation

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

Network eavesdropping (also called sniffing) involves capturing packets from the network to read sensitive data like passwords and tokens. MITM is an active attack that intercepts and potentially modifies communications. Page hijacking and path manipulation are different attack types.

Multiple choice technology
  1. Entire

  2. Modulus

  3. Round Robin

  4. Random

  5. Hash

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

Entire, Round Robin, and Random partitioning methods are keyless - they distribute data without using a key field. Hash and Modulus require key values to determine partition assignment.

Multiple choice technology web technology
  1. When the Web server specifically requests it via an HTTP header

  2. For all URLs beginning with an https: scheme identifier

  3. Only when the user has enabled support in the advanced configuration options

  4. When the user has identified the Web server as a trusted host

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

Firefox 3.x disabled SSL 2.0 by default due to security vulnerabilities; it only supports SSL 2.0 when users explicitly enable it in about:config advanced settings. Modern browsers use SSL 3.0 and TLS instead.

Multiple choice technology platforms and products
  1. You might not receive any e-mail.

  2. You might receive a lot of junk e-mail.

  3. You might receive e-mail intended for someone else.

  4. None of these

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

The Safe Recipients List is designed to allow emails sent to distribution lists or groups you belong to. If you add yourself to this list, Outlook may treat more emails as safe, potentially allowing junk email that would otherwise be filtered.