Computer Knowledge ยท General Awareness
Information Security
4,634 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 recommended practice for supply chain incident response planning?
-
Conducting regular risk assessments
-
Developing incident response playbooks
-
Implementing security controls and monitoring systems
-
Ignoring the possibility of supply chain disruptions
D
Correct answer
Explanation
Ignoring the possibility of supply chain disruptions is not a recommended practice, as it increases the likelihood of being unprepared and unable to respond effectively to incidents.
Which of the following is a key element of supply chain incident response governance?
-
Establishing clear roles and responsibilities
-
Defining incident response policies and procedures
-
Providing adequate resources for incident response
-
All of the above
D
Correct answer
Explanation
Effective supply chain incident response governance requires clear roles and responsibilities, well-defined policies and procedures, and adequate resources to ensure a coordinated and effective response.
Which of the following is a common cloud security threat?
-
Distributed denial-of-service (DDoS) attacks
-
Malware infections
-
Phishing attacks
-
All of the above
D
Correct answer
Explanation
DDoS attacks, malware infections, and phishing attacks are all common cloud security threats that can compromise the security of data, applications, and infrastructure.
What is the purpose of encryption in cloud security?
-
To protect data at rest
-
To protect data in transit
-
To protect data in use
-
All of the above
D
Correct answer
Explanation
Encryption is used in cloud security to protect data at rest (stored data), data in transit (data being transferred), and data in use (data being processed).
Which of the following is NOT a common type of firewall rule?
-
Allow rule
-
Deny rule
-
Default rule
-
Audit rule
D
Correct answer
Explanation
Audit rules are not a common type of firewall rule. They are used to log network traffic without taking any action.
Which of the following is NOT a common use case for firewall rules?
-
To restrict access to certain resources
-
To protect against DDoS attacks
-
To enable remote access to a network
-
To improve network performance
D
Correct answer
Explanation
Firewall rules are not typically used to improve network performance. They are primarily used to control access to network resources and protect against security threats.
Which of the following is a common type of mobile app security vulnerability?
-
SQL injection
-
Cross-site scripting (XSS)
-
Buffer overflow
-
All of the above
D
Correct answer
Explanation
Mobile apps are susceptible to a variety of security vulnerabilities, including SQL injection, cross-site scripting (XSS), and buffer overflow.
Which of the following is a best practice for securing mobile apps?
-
Use strong encryption for sensitive data
-
Implement input validation to prevent malicious input
-
Regularly update the app with security patches
-
All of the above
D
Correct answer
Explanation
To secure mobile apps, it's essential to use strong encryption, implement input validation, and regularly update the app with security patches.
What is the purpose of code obfuscation in mobile app security?
-
To make the app code more readable
-
To improve the app's performance
-
To protect the app's intellectual property
-
To prevent reverse engineering
D
Correct answer
Explanation
Code obfuscation aims to make the app's code difficult to understand and reverse engineer, protecting the app's intellectual property.
What is the role of secure coding practices in mobile app security?
-
To prevent buffer overflows
-
To avoid memory leaks
-
To protect against cross-site scripting (XSS) attacks
-
All of the above
D
Correct answer
Explanation
Secure coding practices help prevent buffer overflows, memory leaks, cross-site scripting (XSS) attacks, and other security vulnerabilities.
Which of the following is a common type of mobile app malware?
-
Trojan horse
-
Virus
-
Worm
-
All of the above
D
Correct answer
Explanation
Mobile apps can be infected with various types of malware, including Trojan horses, viruses, and worms.
What is the role of secure storage in mobile app security?
-
To protect sensitive data from unauthorized access
-
To prevent data breaches
-
To comply with data protection regulations
-
All of the above
D
Correct answer
Explanation
Secure storage helps protect sensitive data from unauthorized access, prevents data breaches, and ensures compliance with data protection regulations.
Which of the following is a common type of mobile app attack?
-
Man-in-the-middle (MITM) attack
-
Phishing attack
-
Denial-of-service (DoS) attack
-
All of the above
D
Correct answer
Explanation
Mobile apps can be targeted by various types of attacks, including man-in-the-middle (MITM) attacks, phishing attacks, and denial-of-service (DoS) attacks.
What is the role of secure network communication in mobile app security?
-
To protect data in transit
-
To prevent eavesdropping and man-in-the-middle attacks
-
To ensure data integrity and authenticity
-
All of the above
D
Correct answer
Explanation
Secure network communication protects data in transit, prevents eavesdropping and man-in-the-middle attacks, and ensures data integrity and authenticity.
Which of the following is a best practice for managing mobile app permissions?
-
Request only the permissions necessary for the app's functionality
-
Clearly explain to users why each permission is required
-
Allow users to control which permissions the app has access to
-
All of the above
D
Correct answer
Explanation
To protect user privacy and prevent misuse of permissions, it's essential to request only necessary permissions, explain their purpose, and allow users to control them.