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
-
A mechanism that requires only a password
-
Basic authentication
-
2/3 factor authentication
-
A mechanism with no lock-out, to prevent accidentally denying legitimate access
C
Correct answer
Explanation
Administrative pages are high-value targets for attackers and require stronger authentication than standard username/password. Basic auth and single-factor passwords are vulnerable to compromise. Multi-factor authentication (2/3 factors) provides defense-in-depth by requiring something you know plus something you have or are. No lockout would actually increase vulnerability.
-
Sent to the user in a hidden field so that tech support can retrieve the information later
-
Destroyed if it occurs to minimize the chances that this information might be inadvertently disclosed
-
Logged on the server side
-
A and C
C
Correct answer
Explanation
Detailed error messages with stack traces can reveal sensitive information about application internals, database structure, or security weaknesses. Sending this to users (even in hidden fields) risks exposure. Logging errors server-side preserves debugging information for technical support while preventing information disclosure to attackers. The user should see generic, safe error messages.
-
Servers are generally configured in a secure manner when they are first installed
-
It is impossible to securely configure a web server
-
Out of the box settings normally meet what is called minimum baseline security standards
-
The default settings on web servers are not generally secure
D
Correct answer
Explanation
Web servers ship with default configurations designed for ease of setup and broad compatibility, not security. These out-of-box settings typically enable unnecessary services, use default credentials, and expose verbose error messages, creating vulnerabilities that administrators must explicitly address.
-
Filtering data with a default deny regular expression
-
Running the application with the least privilege necessary
-
Client side data validation
-
Retrieving data from database using pre-compiled stored procedures
C
Correct answer
Explanation
Client-side validation can be easily bypassed by attackers using browser developer tools, proxy tools, or direct API calls. Security controls must be implemented on the server side where they cannot be manipulated by the client.
-
The web server is not patched
-
The attack entices a user to perform a certain action
-
Users do not patch their machines
-
Users share email accounts
B
Correct answer
Explanation
Phishing is a social engineering attack that tricks users into performing actions like clicking malicious links, entering credentials, or downloading malware. The attack succeeds when users are deceived, not because of technical vulnerabilities in systems.
A
Correct answer
Explanation
BlackBerry's default encryption method for data transmission and storage was 3DES (Triple DES). This symmetric encryption standard provided strong security for enterprise data while balancing performance on mobile devices of that era. Option B 'AED' appears to be a typo for AES.
-
Blackberry Controller
-
Blackberry messaging Agent
-
Blackberry Dispatcher
-
Blackberry Router
C
Correct answer
Explanation
BlackBerry Dispatcher is responsible for compressing and encrypting all data traffic between BES and handheld devices. It ensures data security and optimizes bandwidth usage through compression before transmission.
-
Blackberry Controller
-
Blackberry messaging Agent
-
Blackberry Dispatcher
-
Blackberry Router
C
Correct answer
Explanation
The BlackBerry Dispatcher handles the encryption, compression, and routing of data packets between the BlackBerry Enterprise Server and the BlackBerry Router. The Messaging Agent handles email synchronization, the Controller monitors services, and the Router manages external connections.
A
Correct answer
Explanation
3DES (Triple DES) is correct because it was the default encryption method used in BlackBerry encryption for securing data transmission between the BlackBerry Enterprise Server and handheld devices. 3DES was the industry standard at that time, providing strong encryption for enterprise messaging. The other options (AED, 4DES, 3AED) are not standard encryption algorithms.
-
Authentication services
-
Authorization services
-
Directory services
-
Personalization services
C
Correct answer
Explanation
Directory services (such as LDAP or Active Directory) serve as the central repository storing user IDs, profiles, and authentication data. When users authenticate, the system queries the directory to verify their credentials, making it fundamental to authentication processes.
-
Password single sign on
-
Password management
-
Password self-help
-
Password synchronization
D
Correct answer
Explanation
Password synchronization ensures that when a user changes their password on one system, the change propagates to all other systems where they have accounts. This maintains consistent passwords across LDAP, Active Directory, RADIUS, and other connected systems, unlike SSO which uses one credential for multiple systems without synchronizing passwords.
-
Public Key Cryptography (PKC) uses two keys, a "public key" and a "private key", to implement an encryption algorithm that doesn't require two parties to first exchange a secret key in order to conduct secure communications
-
Cryptography method which uses Public key for encryption and de-cryption of the message
-
Choice 2 is correct
-
Choice 1 and 2 is correct
A
Correct answer
Explanation
Public Key Cryptography (PKC) uses a key pair - a public key for encryption and a private key for decryption. The public key can be freely shared, while the private key must be kept secret. This eliminates the need for parties to exchange a secret key beforehand, solving the key distribution problem in symmetric cryptography.
-
Accessing protected resource by the user
-
Deligating user access rights
-
Accquiring stray network packets
-
Acquiring sensitive information possing as trustworthy entity
D
Correct answer
Explanation
Phishing is a social engineering attack where attackers pose as trustworthy entities (banks, companies, colleagues) to acquire sensitive information like passwords, credit card details, or personal data. It typically involves fraudulent emails or websites that appear legitimate but are designed to deceive victims into revealing confidential information.
-
Disk Operating System
-
Denial Of Service
-
Domain Of Service
-
Department Of State
B
Correct answer
Explanation
DoS (Denial of Service) attack is a cyber attack where the perpetrator seeks to make a machine or network resource unavailable to its intended users. This is typically accomplished by flooding the target with excessive requests or traffic, overwhelming its capacity and preventing legitimate users from accessing the service.
-
WS-Policy
-
Protection against DOS attacks
-
SQL injection Attacks
-
All of the above