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. The web server is not patched

  2. The attack entices a user to perform a certain action

  3. Users do not patch their machines

  4. Users share email accounts

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

Phishing is a social engineering attack that succeeds by tricking users into taking action - clicking links, entering credentials, downloading malware, or performing transactions. The attack exploits human psychology rather than technical vulnerabilities.

Multiple choice technology security
  1. Firewall

  2. Sandbox

  3. Rootkit

  4. Password Cracker

  5. General Protection Vault

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 a trusted internal network and untrusted external networks like the Internet. A sandbox isolates programs, a rootkit hides malicious access, and password crackers are attack tools - none fit the definition.

Multiple choice technology security
  1. symmetric

  2. asymmetric

  3. both symmetric and asymmetric

  4. hashing

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

VPNs use both symmetric and asymmetric encryption. Asymmetric encryption (RSA, Diffie-Hellman) is used during the key exchange/handshake phase to securely negotiate symmetric keys. Symmetric encryption (AES, 3DES) is then used for bulk data transfer because it's much faster. Hashing provides integrity, not encryption.

Multiple choice technology web technology
  1. a. URL based security

  2. b. Authentication & Authorization for the web application

  3. c. Authentication & Authorization for the ejb application

  4. d. All of the above

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

The security measures implemented in IB are URL-based security and Authentication & Authorization for the web application. URL-based security restricts access based on URL patterns, while authentication/authorization controls user access to web resources. Option C (EJB authentication) is marked as incorrect, suggesting it's not implemented in this specific environment.

Multiple choice technology web technology
  1. SQL Injection

  2. Out of Memory exception

  3. Session Management and Tracking

  4. SQL Tracing

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

SQL Injection is a well-known web application security risk where attackers manipulate database queries through malicious input. It can allow unauthorized data access, modification, or deletion. The other options listed (Out of Memory, Session Management, SQL Tracing) are primarily operational issues or internal concerns rather than external security vulnerabilities that attackers exploit.

Multiple choice technology programming languages
  1. doPost

  2. doGet

  3. Get

  4. Post

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

The doPost() method is used for sending sensitive data because it sends data in the request body (not visible in URL), has no size limit, and is more secure than doGet(). doGet() exposes parameters in the URL, making it unsuitable for sensitive information.

Multiple choice technology web technology
  1. Authentication

  2. Authorization

  3. Security Policy

  4. Prerequisition

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

The section in Web.config defines authorization rules that specify which users or roles can access specific resources. The section defines the authentication mode (Forms, Windows, Passport, None), but authorization rules controlling user access are separate.

Multiple choice technology testing
  1. Penetration Testing

  2. Malicious Hacking

  3. Integration testing

  4. All of the above

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

Ethical Hacking is the formal term for authorized security testing where professionals simulate attacks to identify vulnerabilities. It's commonly known as Penetration Testing (or pen testing). 'Malicious Hacking' is the opposite - unauthorized attacks. Integration testing is a completely different software testing activity.

Multiple choice technology
  1. Can organize the clients into logical groupings

  2. Serves as the central point of administration

  3. Can create and distribute policies to the clients

  4. All of the above

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

The Threat Management Console in eTrust serves as the central administrative interface. It allows administrators to organize clients into logical groups, create security policies, and distribute those policies to managed endpoints. All three individual functions (organizing clients, serving as admin center, distributing policies) are correct, making 'All of the above' the right answer.

Multiple choice technology
  1. Informational

  2. Warning

  3. Critical

  4. All of the above

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

CA eTrust categorizes alerts into three main severity levels: Informational (low-priority events), Warning (potentially suspicious activity), and Critical (immediate threats detected). All three categories are valid alert types in the system, making 'All of the above' correct. Each category serves a different prioritization purpose in threat response.

Multiple choice technology
  1. Forefront Client Security, Edge Security, Server Protection, Identity Manager

  2. Forefront Edge Security, Server Protection

  3. Forefront Server Protection

  4. Forefront Identity Manager

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

Forefront Security includes Client Security, Edge Security, Server Protection, and Identity Manager as its primary components. Option B only mentions Edge Security and Server Protection, missing key components Client Security and Identity Manager.

Multiple choice technology
  1. Real-time Scan Job

  2. Transport Scan Job

  3. Manual Scan Job

  4. All of the above

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

Forefront Security includes three main scan jobs: Real-time Scan Job for immediate protection, Transport Scan Job for email filtering, and Manual Scan Job for on-demand scanning. All options A, B, and C are correct scan job types in Forefront.

Multiple choice technology
  1. E-mail messages that are inbound or outbound from the Transport stack of an Exchange site

  2. E-mail messages that are inbound to the Transport stack of an Exchange site

  3. E-mail messages that are outbound from the Transport stack of an Exchange site

  4. None of the above

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

Transport Scan Job handles e-mail messages that are inbound or outbound from the Transport stack of an Exchange site, providing comprehensive email traffic scanning at the transport layer.