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
-
Anonymous
-
Integrated Windows Authentication
-
Basic Authentication
-
Digest Authentication
-
Passport Authentication
-
PEAP
A,B,C,D,E
Correct answer
Explanation
IIS supports Anonymous (no authentication), Integrated Windows Authentication (Kerberos/NTLM), Basic Authentication (base64 encoded), Digest Authentication (hash-based), and Passport Authentication (Microsoft's centralized auth). PEAP is a wireless authentication protocol not part of IIS.
-
Use the epw parameter in FTP component
-
.netrc file
-
settting AB_FTP_PASSWORD configuration variable
-
All of the above
D
Correct answer
Explanation
Ab Initio provides multiple methods to encrypt FTP component passwords: the epw parameter in the FTP component itself, using a .netrc file for stored credentials, or setting the AB_FTP_PASSWORD configuration variable. All three approaches are valid and serve different security and operational needs.
-
Information hiding
-
Minimizing interdependencies among modules
-
Make implementation independent
-
All of these options
A
Correct answer
Explanation
Encapsulation achieves information hiding by bundling data and methods within a class and controlling access through public interfaces. The other options are benefits of information hiding, not encapsulation itself. Encapsulation is the mechanism that enables information hiding, which in turn reduces interdependencies and supports implementation independence.
-
Minimum password length
-
Maximum inactivity time limit
-
Alphanumeric password requirement
-
Prompt user to set new password
A,B,C,D
Correct answer
Explanation
Android's Device Administration API supports policies including minimum password length, maximum inactivity timeout (after which the device locks), password quality requirements like alphanumeric content, and requesting/prompting the user to reset or set a new password. Thus, all listed policies are correct.
-
None; password rules cannot be extended.
-
Password rules can be extended using JavaScript.
-
Password Java APIs can be used to extend password rules.
-
Password rules can be extended using the Pluggable Authentication Module (PAM) framework.
C
Correct answer
Explanation
IBM Tivoli Identity Manager provides Password Java APIs that allow developers to extend standard password rules with custom logic. This enables organizations to implement password policies beyond the built-in rules. JavaScript and PAM are not the extension mechanisms for TIM password rules.
A
Correct answer
Explanation
Adaptive Strong Authenticator is the user-facing component of Oracle Adaptive Access Manager that provides multi-factor authentication and fraud protection mechanisms directly to end users, guarding against identity theft during online sessions.
-
Authentication service
-
Authorization service
-
None
-
Both
A
Correct answer
Explanation
Oracle Adaptive Access Manager serves as the authentication service in SAML integrations, handling user authentication and risk-based fraud detection. Authorization decisions are typically made by the service provider after authentication succeeds.
-
Denial-of-Service
-
Denial of security
-
Debugging-of-SOA Web Service
-
None of the above
A
Correct answer
Explanation
DoS (Denial-of-Service) is a type of cyber attack where an attacker overwhelms a target system with excessive requests or traffic, making the service unavailable to legitimate users. It's not related to debugging or denial of security - those are incorrect distractors. The attack exploits resource limitations to disrupt normal service operations.
-
SharePoint Security
-
Reporting Security
-
TFS Security
-
All of the above
D
Correct answer
Explanation
TFS provides a multi-layered security model that includes its own security system for project-level permissions, integration with SharePoint security for portal access, and Reporting Services security for report access. This layered approach allows fine-grained control over different aspects of the TFS environment.
-
Users
-
Groups
-
a and b
-
None of the above
C
Correct answer
Explanation
TFS security operates on both individual users and groups. You can assign permissions directly to specific users or to Windows/Active Directory groups and TFS groups. This dual approach provides flexibility - use users for specific permissions and groups for role-based access control.
-
The potential for loss, damage or destruction of an asset as a result of a threat exploiting a vulnerability
-
Anything that can exploit a vulnerability, intentionally or accidentally, and obtain, damage, or destroy an asset
-
Weaknesses or gaps in a security program that can be exploited by threats to gain unauthorized access to an asset
-
All of the above
A
Correct answer
Explanation
Risk is the potential for loss, damage, or destruction when a threat exploits a vulnerability. Option B describes threat, Option C describes vulnerability - these are distinct but related security concepts.
-
Weaknesses or gaps in a security program that can be exploited by threats to gain unauthorized access to an asset
-
The potential for loss, damage or destruction of an asset as a result of a threat exploiting a vulnerability
-
Anything that can exploit a vulnerability, intentionally or accidentally, and obtain, damage, or destroy an asset
-
All of the above
A
Correct answer
Explanation
A vulnerability is a weakness or gap in security that can be exploited. Option B describes risk (potential for loss), Option C describes threat (what exploits vulnerabilities). Understanding these distinctions is fundamental to security analysis.
B,D
Correct answer
Explanation
RSA provides encryption and digital signatures (statement ii is true), but is not primarily a key exchange protocol (statement i is false). Diffie-Hellman is exclusively a key exchange protocol (statement iv is true), not an encryption protocol (statement iii is false).
-
Asbestos cloth that protects your computer from open flames
-
A strong password
-
Software or hardware that helps protect your computer against malicious attacks, such as computer viruses
-
A lock you can place on your computer to prevent unauthorized people from using it
C
Correct answer
Explanation
A firewall is software or hardware that protects against malicious attacks by filtering network traffic. Options A, B, and D are incorrect - A is nonsensical (firewalls aren't literal fire protection), B is authentication, and D is physical security.
-
"Spoofed" e-mails and fraudulent websites designed to fool recipients into divulging personal financial data
-
A type of computer virus
-
An example of a strong password
-
None of the above
A
Correct answer
Explanation
Phishing is a social engineering attack where attackers impersonate legitimate entities to trick victims into revealing sensitive information. The term comes from 'fishing' - attackers cast out many fraudulent emails hoping victims will 'bite' and provide their data. Option A correctly describes this as using spoofed emails and fake websites. Option B is incorrect because phishing is not a virus - it's a deception technique. Option C describes a security practice, not an attack.