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 a common security concern associated with smart contracts?
-
Reentrancy attacks
-
Front-running attacks
-
Oracle manipulation attacks
-
All of the above
D
Correct answer
Explanation
Reentrancy attacks, front-running attacks, and oracle manipulation attacks are all common security concerns associated with smart contracts. Reentrancy attacks exploit the fact that smart contracts can be called recursively, allowing attackers to manipulate the state of the contract and steal funds. Front-running attacks involve exploiting the order of transactions to gain an unfair advantage, while oracle manipulation attacks target the data sources used by smart contracts to manipulate the outcome of transactions.
Which of the following is a core principle of data protection?
-
Data minimization
-
Data retention
-
Data encryption
-
Data profiling
A
Correct answer
Explanation
Data minimization is a fundamental principle of data protection, emphasizing the collection and processing of only the necessary personal data for specific, legitimate purposes.
Which security control is commonly used to prevent unauthorized access to sensitive data?
-
Data encryption
-
Multi-factor authentication (MFA)
-
Data masking
-
Data leakage prevention (DLP)
B
Correct answer
Explanation
Multi-factor authentication (MFA) requires multiple forms of identification, such as a password and a security token, to verify a user's identity and prevent unauthorized access.
Which data security standard is widely recognized for its comprehensive approach to information security management?
-
ISO 27001
-
PCI DSS
-
NIST 800-53
-
SOC 2
A
Correct answer
Explanation
ISO 27001 is an international standard that provides a comprehensive framework for implementing and maintaining an information security management system (ISMS) to protect sensitive data and information assets.
What is the role of data breach notification laws in data security?
-
To require organizations to report data breaches to affected individuals and regulatory authorities
-
To impose fines and penalties for non-compliance with data protection regulations
-
To facilitate data sharing and collaboration among organizations
-
To enhance data accuracy and integrity
A
Correct answer
Explanation
Data breach notification laws mandate organizations to promptly notify affected individuals and relevant authorities in the event of a data breach, enabling timely response and mitigation measures.
Which data security control involves restricting access to data based on user roles and permissions?
-
Data encryption
-
Multi-factor authentication (MFA)
-
Access control
-
Data masking
C
Correct answer
Explanation
Access control is a security measure that regulates who can access specific data or resources, typically based on user roles, permissions, and authorization levels.
What is the concept of 'privacy by design' in data protection?
-
Integrating privacy considerations into the design and development of systems and technologies
-
Implementing data protection measures after systems are developed
-
Obtaining consent from individuals before processing their personal data
-
Encrypting data at rest and in transit
A
Correct answer
Explanation
Privacy by design is a proactive approach to data protection that involves embedding privacy considerations into the design and development of systems and technologies from the outset, rather than as an afterthought.
Which data security control involves monitoring and analyzing network traffic to detect and prevent security threats?
-
Intrusion detection system (IDS)
-
Firewall
-
Antivirus software
-
Data encryption
A
Correct answer
Explanation
An intrusion detection system (IDS) continuously monitors network traffic and analyzes it for suspicious activities or patterns that may indicate a security threat or compromise.
Which of the following is NOT a common cloud security threat?
-
DDoS attacks
-
Malware infections
-
Phishing scams
-
Data breaches
C
Correct answer
Explanation
Phishing scams are typically associated with traditional email-based attacks and are not specific to cloud environments.
What is the primary objective of a DDoS attack?
-
To steal sensitive data
-
To disrupt the availability of a service
-
To gain unauthorized access to a system
-
To modify data without authorization
B
Correct answer
Explanation
DDoS attacks aim to overwhelm a target system with a flood of traffic, making it unavailable to legitimate users.
What is the purpose of a Web Application Firewall (WAF)?
-
To prevent unauthorized access to cloud resources
-
To protect against DDoS attacks
-
To detect and block malicious traffic targeting web applications
-
To encrypt data in transit
C
Correct answer
Explanation
WAFs are designed to protect web applications from common attacks such as SQL injection and cross-site scripting.
Which of the following is a common misconfiguration that can lead to cloud security breaches?
-
Leaving default passwords unchanged
-
Granting excessive permissions to users
-
Failing to enable multi-factor authentication (MFA)
-
All of the above
D
Correct answer
Explanation
Default passwords, excessive permissions, and lack of MFA are all common misconfigurations that can compromise cloud security.
Which of the following is a common attack vector for cloud environments?
-
Phishing attacks
-
SQL injection attacks
-
Cross-site scripting (XSS) attacks
-
All of the above
D
Correct answer
Explanation
Phishing, SQL injection, and XSS attacks are all common attack vectors that can be used to compromise cloud environments.
How does LineageOS ensure device security?
-
By using a custom kernel
-
By implementing regular security patches
-
By providing a secure boot process
-
All of the above
D
Correct answer
Explanation
LineageOS employs a combination of a custom kernel, regular security patches, and a secure boot process to protect devices from vulnerabilities.
What is the purpose of a DNSSEC?
-
To provide authentication for DNS records
-
To prevent DNS spoofing
-
To improve DNS performance
-
To reduce DNS latency
A
Correct answer
Explanation
DNSSEC is a security extension to the DNS protocol that provides authentication for DNS records.