CompTIA Security+ Practice Questions: General Security Concepts

25 free, exam-style CompTIA Security+ (SY0-701) practice questions covering General Security Concepts. Each question shows the correct answer and a clear explanation. Ready for the real thing? Take the full timed quiz below.

🚀 Take the full CompTIA Security+ quiz 📘 CompTIA Security+ study guide

Q1. Which authentication protocol uses tickets and is resistant to replay attacks?

Explanation: Kerberos uses time-stamped tickets to prevent credential reuse. Learn more.

Q2. Which cryptographic algorithm is asymmetric?

Explanation: RSA uses public/private key pairs, making it an asymmetric algorithm. Learn more.

Q3. Which control would BEST mitigate tailgating attacks?

Explanation: Mantraps prevent unauthorized physical entry via dual-door systems with authentication. Learn more.

Q4. What does TLS primarily provide for network communications?

Explanation: TLS encrypts data in transit and verifies its integrity via hashing. Learn more.

Q5. Which principle ensures users have only the access needed for their job?

Explanation: Least privilege minimizes attack surfaces by restricting unnecessary permissions. Learn more.

Q6. What is the PRIMARY purpose of hashing?

Explanation: Hashing generates fixed-size fingerprints to detect data tampering. Learn more.

Q7. What is the PRIMARY purpose of a digital certificate?

Explanation: Digital certificates bind public keys to identities via CA signatures. Learn more.

Q8. Which authentication factor is 'something you are'?

Explanation: Biometrics (e.g., fingerprints) represent inherence factors. Learn more.

Q9. What is the PRIMARY benefit of salting passwords?

Explanation: Unique salts force attackers to recompute rainbow tables for each password. Learn more.

Q10. When implementing full-disk encryption, which component securely stores encryption keys in hardware?

Explanation: Trusted Platform Modules (TPMs) store encryption keys in tamper-resistant hardware. Learn more.

Q11. Which biometric factor has the highest false acceptance rate (FAR) among common authentication methods?

Explanation: Facial recognition systems are more susceptible to false positives compared to iris/fingerprint scans. Learn more.

Q12. Which physical security control prevents electromagnetic eavesdropping on network cabling?

Explanation: TEMPEST standards govern shielding against compromising emanations. Learn more.

Q13. Which authentication protocol uses challenge-response with non-repeating values?

Explanation: Challenge-Handshake Authentication Protocol (CHAP) prevents replay attacks with unique challenges. Learn more.

Q14. Which control type is a security awareness training program?

Explanation: Training is an administrative control because it uses policy and process to influence user behavior. Learn more.

Q15. Which concept requires users to receive only the permissions needed for their role?

Explanation: Least privilege reduces risk by limiting access rights to what is necessary. Learn more.

Q16. Which cryptographic function provides integrity but is not reversible?

Explanation: A hash function produces a fixed-length digest and is designed to be one-way. Learn more.

Q17. Which physical security control prevents two people from entering a secure area on one authentication?

Explanation: A mantrap uses two controlled doors or similar controls to reduce tailgating and piggybacking. Learn more.

Q18. Which authentication method uses a physical key that supports phishing-resistant public key cryptography?

Explanation: FIDO2 security keys use public key cryptography and are resistant to many phishing attacks. Learn more.

Q19. Which type of control is a bollard outside a building entrance?

Explanation: Bollards physically prevent vehicles from reaching protected areas. Learn more.

Q20. Which cryptographic process proves a message came from the claimed sender and was not changed?

Explanation: Digital signatures provide integrity, authentication, and non-repudiation when properly implemented. Learn more.

Q21. Which control provides temporary elevated access only for approved tasks?

Explanation: Just-in-time access reduces standing privileges by granting elevation only when needed. Learn more.

Q22. Which cryptographic concept ensures that a sender cannot deny having sent a message?

Explanation: Non-repudiation, often achieved through digital signatures, provides proof of the origin and integrity of data, preventing the sender from later denying they sent it. Learn more.

Q23. What is the purpose of salting a password before hashing it?

Explanation: A salt is random data added to a password before hashing, ensuring that identical passwords produce different hashes and defeating precomputed rainbow table attacks. Learn more.

Q24. What does the CIA triad in information security stand for?

Explanation: The CIA triad — Confidentiality, Integrity, and Availability — forms the foundational model for evaluating and designing information security controls and policies. Learn more.

Q25. What is the primary purpose of a digital certificate in a public key infrastructure (PKI)?

Explanation: A digital certificate, issued by a trusted certificate authority, binds a public key to a verified identity, enabling parties to trust that the public key genuinely belongs to the claimed owner. Learn more.

More CompTIA Security+ practice topics