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
-
Ensure users upgrade their devices every 12 months.
-
Keep firmware and OS versions up to date.
-
Use mobile antispyware and antivirus software.
-
Install only Symbian-signed programs or programs from a trusted source.
A
Correct answer
Explanation
Ensuring users upgrade their hardware every 12 months is an impractical and ineffective security measure against malware. In contrast, standard recommended practices for avoiding Symbian Trojans include keeping the operating system updated, installing mobile antivirus software, and only downloading signed applications from official, trusted sources.
-
Hacking.
-
jailbreaking
-
unlocking
-
None of the above
C
Correct answer
Explanation
Unlocking specifically refers to removing carrier restrictions that lock a phone to specific networks or countries. Hacking is a broad term covering many activities, while jailbreaking refers to removing manufacturer software restrictions on iOS devices.
C
Correct answer
Explanation
CFD is the designated primary data source for Secure web and External web interfaces in this system architecture. DWH (Data Warehouse) typically serves analytical rather than operational web needs. Core System and RRS are not the designated primary sources for these web interfaces.
A
Correct answer
Explanation
SHA is correct because it's a cryptographic hash function, which is the proper way to store passwords. Passwords should be hashed (one-way), not encrypted (two-way). AES, 3DES, and RSA are encryption algorithms that can be reversed with the right key, making them unsuitable for secure password storage. If a database is compromised, encrypted passwords can be decrypted.
-
Eavesdropping
-
Replay attacks
-
Social engineering
-
Trojan horses
-
All of the above
E
Correct answer
Explanation
All of the above is correct because all four are valid password attack vectors. Eavesdropping captures passwords during transmission, replay attacks resyoken captured credentials, social engineering tricks users into revealing passwords, and Trojan horses can log keystrokes or steal stored passwords. Each represents a different attack surface.
-
Private Identification Number and Private Unique Key
-
Personal Identification Number and PIN Unlock Key
-
Private Identification Number and PIN Unlock Key
-
Personal Identifcation Number and Personal Unlock Key
B
Correct answer
Explanation
Personal Identification Number and PIN Unlock Key is correct. PIN is the standard acronym for the code you enter to unlock devices. PUK stands for PIN Unlock Key, which is used to unlock the device when the wrong PIN is entered too many times. The distractors incorrectly use 'Private' or confuse the 'U' in PUK.
-
BlueBugging, which lets an attacker make calls on another Bluetooth phone.
-
BlueJacking, which lets an attacker add contacts to a Bluetooth device's phonebook.
-
BlueScolding, which lets an attacker trigger program crashes on a Bluetooth device.
-
BlueSmacking, which crashes a Bluetooth device by sending a "ping-of-death" message.
C
Correct answer
Explanation
BlueScolding is correct because it's not a real Bluetooth attack. BlueBugging (taking over device), BlueJacking (sending unsolicited messages/contacts), and BlueSmacking (ping-of-death DoS) are all documented Bluetooth attack vectors. 'BlueScolding' appears to be a fabricated term - the correct concept might be 'BlueSnarfing' (unauthorized data access).
-
Ensure users upgrade their devices every 12 months.
-
Keep firmware and OS versions up to date.
-
Use mobile antispyware and antivirus software.
-
Install only Symbian-signed programs or programs from a trusted source.
A
Correct answer
Explanation
Ensure users upgrade their devices every 12 months is correct because it's NOT a recommended security practice. Regular hardware upgrades don't protect against Trojans. The recommended practices are: keeping firmware/OS updated, using security software, and only installing trusted/signed applications. Upgrading devices on a fixed schedule is a security policy, not a Trojan defense.
-
Hacking.
-
jailbreaking
-
unlocking
-
None of the above
C
Correct answer
Explanation
Unlocking is correct. Unlocking removes SIM locks that restrict a phone to specific carriers or countries. Hacking is a general term, jailbreaking specifically refers to removing iOS restrictions (installing unapproved apps), and unlocking is the correct term for removing carrier restrictions from any phone.
A
Correct answer
Explanation
SHA is a cryptographic hash function suitable for password storage because it's one-way (prevents recovery). AES and 3DES are reversible encryption algorithms, and RSA is asymmetric encryption used for key exchange, not password hashing.
-
Eavesdropping
-
Replay attacks
-
Social engineering
-
Trojan horses
-
All of the above
E
Correct answer
Explanation
All listed techniques are valid password attack vectors. Eavesdropping captures passwords in transit, replay attacks reuse captured credentials, social engineering tricks users into revealing them, and trojans steal them from infected systems.
-
One time password
-
Static passwords
-
Dynamic passwords
-
Hybrid passwords
A
Correct answer
Explanation
OTPs offer superior security by generating unique, single-use credentials that become invalid immediately after use. This prevents password reuse attacks and significantly reduces vulnerability to theft compared to static passwords.
-
System should indicate to the user that password is already linked to another user, as this comprimises password confidentialty
-
Ignore and simply complete the password set process
-
System cannot detect that the user's password are same
-
Generate a password automatically such that it doesn't duplicate with any other users password and indicate the user of his auto generated password
B
Correct answer
Explanation
Password systems should never indicate whether a password is already in use, as this reveals account information to attackers. Best practice is to accept password reuse while maintaining password hashing for independent account security.
-
When a user fails to terminate the session properly
-
When an intruder accesses another users session
-
When a succession of failed login attempts have occured
-
When a user leaves a host during an active session
D
Correct answer
Explanation
An unattended session occurs when an authenticated user physically leaves their workstation or connection without properly terminating. This security risk exposes active sessions to potential unauthorized access by nearby individuals.