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
Which of the following is NOT a common type of cybersecurity threat faced by educational institutions?
-
Phishing attacks
-
Ransomware attacks
-
Denial-of-service attacks
-
Physical security breaches
D
Correct answer
Explanation
Physical security breaches, such as unauthorized access to buildings or equipment, are not typically considered a cybersecurity threat.
What is the primary goal of a phishing attack?
-
To steal sensitive information
-
To disrupt network operations
-
To infect systems with malware
-
To gain unauthorized access to systems
A
Correct answer
Explanation
Phishing attacks aim to trick victims into revealing sensitive information, such as passwords or credit card numbers, by disguising themselves as legitimate entities.
Which type of malware is designed to encrypt files and demand a ransom payment for their decryption?
-
Spyware
-
Adware
-
Ransomware
-
Botnet
C
Correct answer
Explanation
Ransomware encrypts files on a victim's computer and demands a ransom payment in exchange for the decryption key.
What is the term for a network attack that floods a target system with traffic, causing it to become unavailable?
-
Man-in-the-middle attack
-
Denial-of-service attack
-
Phishing attack
-
Malware attack
B
Correct answer
Explanation
A denial-of-service attack overwhelms a target system with traffic, making it unavailable to legitimate users.
Which of the following is a common method used by cybercriminals to gain unauthorized access to systems?
-
Brute-force attacks
-
Social engineering attacks
-
Zero-day exploits
-
Malware infections
A
Correct answer
Explanation
Brute-force attacks involve trying different combinations of passwords or encryption keys until the correct one is found.
Which of the following is NOT a recommended practice for protecting against phishing attacks?
-
Using strong passwords
-
Being cautious of suspicious emails
-
Enabling two-factor authentication
-
Clicking on links in emails from unknown senders
D
Correct answer
Explanation
Clicking on links in emails from unknown senders is a common way for phishing attacks to succeed.
What is the term for a network of compromised computers controlled by a single entity?
-
Botnet
-
Malware
-
Ransomware
-
Phishing attack
A
Correct answer
Explanation
A botnet is a network of compromised computers controlled by a single entity, often used for malicious purposes such as launching DDoS attacks or sending spam emails.
Which of the following is NOT a common type of data breach?
-
Malware infections
-
Phishing attacks
-
Insider threats
-
Denial-of-service attacks
D
Correct answer
Explanation
Denial-of-service attacks are not typically considered a type of data breach.
What is the term for a security measure that involves requiring multiple forms of authentication?
-
Multi-factor authentication
-
Single-factor authentication
-
Two-factor authentication
-
Three-factor authentication
A
Correct answer
Explanation
Multi-factor authentication requires multiple forms of authentication, such as a password and a fingerprint scan, to access a system.
Which of the following is NOT a recommended practice for protecting against malware infections?
-
Using antivirus software
-
Keeping software up to date
-
Being cautious of suspicious downloads
-
Disabling firewalls
D
Correct answer
Explanation
Disabling firewalls is not a recommended practice for protecting against malware infections.
What is the term for a security measure that involves encrypting data in transit?
-
Encryption
-
Decryption
-
Hashing
-
Salting
A
Correct answer
Explanation
Encryption involves converting data into a form that cannot be easily understood without the appropriate key.
Which of the following is NOT a common type of cyber attack targeting research institutions?
-
Phishing attacks
-
Ransomware attacks
-
Denial-of-service attacks
-
Intellectual property theft
C
Correct answer
Explanation
Denial-of-service attacks are not typically targeted specifically at research institutions.
What is the term for a security measure that involves regularly backing up data?
-
Data backup
-
Data recovery
-
Data encryption
-
Data destruction
A
Correct answer
Explanation
Data backup involves regularly copying data to a separate location for safekeeping.
Which of the following is NOT a recommended practice for protecting against insider threats?
-
Implementing strong access controls
-
Providing security awareness training
-
Monitoring user activity
-
Trusting all employees implicitly
D
Correct answer
Explanation
Trusting all employees implicitly is not a recommended practice for protecting against insider threats.
In the context of data deduplication, what is a hash function?
-
A mathematical function that generates a unique fingerprint for a data block
-
An algorithm that encrypts data for secure storage
-
A technique for compressing data without losing information
-
A method for transmitting data over a network efficiently
A
Correct answer
Explanation
A hash function is a mathematical function that takes a data block as input and generates a unique fingerprint, or hash value, for that data block.