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 hashing algorithm is widely used for password storage?
-
MD5
-
SHA-1
-
SHA-256
-
SHA-512
C
Correct answer
Explanation
SHA-256 is commonly employed for password storage due to its strong cryptographic properties and resistance to collision attacks.
What is the purpose of a salt in password hashing?
-
To increase the length of the password
-
To make the password more complex
-
To prevent rainbow table attacks
-
To generate a unique hash value
C
Correct answer
Explanation
Salting is a technique used in password hashing to prevent precomputed attacks like rainbow tables by adding a random value to the password before hashing, making it more difficult to crack.
Which hashing algorithm is suitable for generating message digests?
-
MD5
-
SHA-1
-
SHA-256
-
SHA-512
C
Correct answer
Explanation
SHA-256 is commonly used for generating message digests due to its strong cryptographic properties and resistance to collision attacks, making it suitable for ensuring data integrity and authenticity.
Which hashing algorithm is suitable for generating cryptographic hashes?
-
MD5
-
SHA-1
-
SHA-256
-
SHA-512
D
Correct answer
Explanation
SHA-512 is widely used for generating cryptographic hashes due to its high level of security and resistance to collision attacks, making it suitable for applications requiring strong cryptographic protection.
Which of the following is a best practice for data security in oceanographic data management?
-
Implementing access control mechanisms to restrict unauthorized access to data
-
Encrypting sensitive data to protect it from unauthorized access
-
Regularly backing up data to protect against data loss
-
All of the above
D
Correct answer
Explanation
Best practices for data security in oceanographic data management include implementing access control mechanisms, encrypting sensitive data, and regularly backing up data.
Which of the following is NOT a common type of cyber threat to critical infrastructure?
-
Malware
-
Phishing
-
Denial-of-service attack
-
Physical attack
D
Correct answer
Explanation
Physical attacks involve physical damage or manipulation of critical infrastructure components, while malware, phishing, and denial-of-service attacks are all cyber threats.
What is the primary goal of a cyber attack on critical infrastructure?
-
To steal sensitive data
-
To disrupt operations
-
To gain financial profit
-
To cause physical damage
B
Correct answer
Explanation
Cyber attacks on critical infrastructure typically aim to disrupt operations, causing widespread disruption and economic loss.
Which of the following is a common vulnerability in critical infrastructure systems?
-
Unpatched software
-
Weak passwords
-
Lack of network segmentation
-
All of the above
D
Correct answer
Explanation
Unpatched software, weak passwords, and lack of network segmentation are all common vulnerabilities that can be exploited by cyber attackers to gain access to critical infrastructure systems.
Which of the following is a common mitigation strategy for cyber threats to critical infrastructure?
-
Implementing strong cybersecurity policies and procedures
-
Regularly updating software and firmware
-
Using multi-factor authentication
-
All of the above
D
Correct answer
Explanation
Implementing strong cybersecurity policies and procedures, regularly updating software and firmware, and using multi-factor authentication are all common mitigation strategies for cyber threats to critical infrastructure.
What is the role of threat intelligence in cybersecurity for critical infrastructure?
-
To identify and analyze potential threats
-
To develop mitigation strategies
-
To improve incident response capabilities
-
All of the above
D
Correct answer
Explanation
Threat intelligence plays a crucial role in cybersecurity for critical infrastructure by identifying and analyzing potential threats, developing mitigation strategies, and improving incident response capabilities.
Which of the following is a key component of a comprehensive cybersecurity program for critical infrastructure?
-
Risk assessment
-
Vulnerability management
-
Incident response planning
-
All of the above
D
Correct answer
Explanation
Risk assessment, vulnerability management, and incident response planning are all key components of a comprehensive cybersecurity program for critical infrastructure.
Which of the following is a recommended practice for securing critical infrastructure systems against cyber threats?
-
Implementing network segmentation and firewalls
-
Using strong encryption for data protection
-
Regularly monitoring and logging system activity
-
All of the above
D
Correct answer
Explanation
Implementing network segmentation and firewalls, using strong encryption for data protection, and regularly monitoring and logging system activity are all recommended practices for securing critical infrastructure systems against cyber threats.
Which of the following is a key component of a cybersecurity risk assessment for critical infrastructure?
-
Identifying critical assets and their vulnerabilities
-
Assessing the likelihood and impact of potential threats
-
Evaluating existing cybersecurity controls and measures
-
All of the above
D
Correct answer
Explanation
Identifying critical assets and their vulnerabilities, assessing the likelihood and impact of potential threats, and evaluating existing cybersecurity controls and measures are all key components of a cybersecurity risk assessment for critical infrastructure.
What is the main concern regarding the cybersecurity of autonomous vehicles?
-
Hackers gaining control of the vehicle's systems
-
Unauthorized access to sensitive data
-
Malware attacks disrupting the vehicle's operation
-
All of the above
D
Correct answer
Explanation
Autonomous vehicles face cybersecurity concerns related to hacking, unauthorized data access, and malware attacks, which could compromise the vehicle's safety and functionality.
Which of the following is a key consideration in designing a system's security architecture?
-
Confidentiality
-
Integrity
-
Availability
-
All of the above
D
Correct answer
Explanation
Confidentiality, integrity, and availability (CIA) are fundamental principles of security architecture, aiming to protect sensitive information, ensure data accuracy and consistency, and maintain system accessibility and functionality.