Free SY0-701 Practice Test Questions 2026

909 Questions


Last Updated On : 27-Jul-2026


Which of the following threat actors is the most likely to use large financial resources to attack critical systems located in other countries?


A. Insider


B. Unskilled attacker


C. Nation-state


D. Hacktivist





C.
  Nation-state

Explanation:
Nation-state threat actors are sponsored by governments and have access to significant financial resources, advanced tools, and skilled personnel. Their motivations often include espionage, sabotage, or gaining geopolitical advantages, and they frequently target critical infrastructure (e.g., energy grids, financial systems) in other countries. These attacks are typically well-funded, sophisticated, and persistent.

Why the others are incorrect:

A) Insider:
An insider threat comes from within the organization (e.g., a disgruntled employee) and may have legitimate access, but they generally lack the large-scale financial resources and strategic focus of a nation-state.

B) Unskilled attacker:
Often referred to as "script kiddies," these individuals use pre-existing tools and scripts without deep technical knowledge. They typically do not have substantial financial resources and are more likely to target low-hanging fruit rather than critical systems in other countries.

D) Hacktivist:
Hacktivists are motivated by ideology or social causes and may disrupt services or deface websites, but they usually lack the extensive funding and long-term strategic goals of nation-states. Their actions are often more visible and disruptive rather than stealthy and targeted at critical infrastructure.

Reference:
This aligns with SY0-701 Objective 1.5 ("Compare and contrast different types of threat actors and their motivations"). Nation-states are characterized by their extensive resources, advanced capabilities, and strategic objectives, making them the most likely to attack critical systems in other countries.

An engineer moved to another team and is unable to access the new team's shared folders while still being able to access the shared folders from the former team. After opening a ticket, the engineer discovers that the account was never moved to the new group. Which of the following access controls is most likely causing the lack of access?


A. Role-based


B. Discretionary


C. Time of day


D. Least privilege





A.
  Role-based

Explanation: The most likely access control causing the lack of access is role-based access control (RBAC). In RBAC, access to resources is determined by the roles assigned to users. Since the engineer's account was not moved to the new group's role, the engineer does not have the necessary permissions to access the new team's shared folders.
Role-based access control (RBAC): Assigns permissions based on the user's role within the organization. If the engineer's role does not include the new group's permissions, access will be denied.
Discretionary access control (DAC): Access is based on the discretion of the data owner, but it is not typically related to group membership changes.
Time of day: Restricts access based on the time but does not affect group memberships. Least privilege: Ensures users have the minimum necessary permissions, but the issue here is about group membership, not the principle of least privilege.
Reference: CompTIA Security+ SY0-701 Exam Objectives, Domain 4.6 - Implement and maintain identity and access management (Role-based access control).

A company is implementing a vendor's security tool in the cloud. The security director does not want to manage users and passwords specific to this tool but would rather utilize the company's standard user directory. Which of the following should the company implement?


A. 802.1X


B. SAML


C. RADIUS


D. CHAP





B.
  SAML

Explanation:
This scenario describes a classic use case for federated identity and Single Sign-On (SSO). The goal is to allow users to log in to a third-party cloud application using their existing corporate credentials, eliminating the need to create and manage separate accounts in the vendor's system.

SAML (Security Assertion Markup Language) is an XML-based open standard designed specifically for this purpose. It allows an identity provider (IdP) – in this case, the company's standard user directory – to pass authentication and authorization credentials to a service provider (SP) – the vendor's cloud security tool.

Here’s how it works:

A user attempts to access the cloud tool.

The cloud tool (SP) redirects the user to the company's IdP.

The user authenticates against the company's user directory (e.g., with their Active Directory username and password). The IdP generates a SAML assertion (a signed XML document) that vouches for the user's identity and any group memberships/attributes.

The IdP sends this assertion back to the cloud tool.

The cloud tool grants access based on the trusted assertion.

This process means the company never has to manage user accounts within the cloud tool itself, and users don't need to remember another password.

Why the other options are incorrect:

A. 802.1X:
This is a standard for network access control (NAC). It is used to control which devices are allowed to connect to a wired or wireless network (port-based access control). It typically uses RADIUS for authentication. It is not used for web-based SSO to cloud applications.

C. RADIUS (Remote Authentication Dial-In User Service):
RADIUS is a networking protocol that provides centralized Authentication, Authorization, and Accounting (AAA) management for users who connect and use a network service. It is commonly used for authenticating network administrators, VPN users, and in 802.1X scenarios. While it can centralize authentication, it is not the standard protocol for web-based federation and SSO with cloud service providers like SAML is.

D. CHAP (Challenge-Handshake Authentication Protocol):
CHAP is an older authentication protocol used primarily on point-to-point links (e.g., PPP connections). It is not used for modern web application SSO or cloud service integration. It lacks the robust, attribute-rich federation capabilities of SAML.

Exam Objective Reference:
This question relates to Domain 3.0: Architecture and Design, specifically the concepts of identity and access management and implementing federated identity with protocols like SAML. It also touches on cloud security models where integrating on-premises directories with cloud services is a common requirement.

Which of the following is a reason why a forensic specialist would create a plan to preserve data after an modem and prioritize the sequence for performing forensic analysis?


A. Order of volatility


B. Preservation of event logs


C. Chain of custody


D. Compliance with legal hold





A.
  Order of volatility

Explanation:
Order of Volatility is a fundamental principle in digital forensics that dictates the sequence for collecting evidence based on how quickly that data can be lost or altered. Data that is most volatile (e.g., RAM, CPU cache) must be captured first, as it disappears when power is lost. Less volatile data (e.g., disk drives, backup tapes) can be collected later. Creating a plan based on this order ensures the most fragile and critical evidence is preserved before it is lost, which is the primary reason for prioritizing the sequence of a forensic analysis.

Why the other options are incorrect:

B. Preservation of event logs:
While preserving event logs is a crucial action within a forensic investigation, it is not the overarching reason for the sequence of the entire analysis. The order of volatility determines that certain logs in memory might need to be captured before those on disk.

C. Chain of custody:
This is a legal process that documents who handled evidence, when, and for what purpose to ensure its integrity and admissibility in court. It is essential for preserving the legal integrity of evidence after it has been collected, but it does not dictate the technical sequence of what data to collect first.

D. Compliance with legal hold:
A legal hold is a process to preserve all relevant information for litigation or investigation. It mandates that data must not be destroyed, but it does not provide guidance on the technical order in which to collect volatile digital evidence during a forensic examination.

Reference:
This question tests the core principles of digital forensics and incident response.

This falls under Domain 4.4: Explain the key aspects of digital forensics of the CompTIA Security+ SY0-701 exam objectives.

The concept of order of volatility is a standard best practice outlined in forensic guides, such as those from NIST (SP 800-86, Guide to Integrating Forensic Techniques into Incident Response) and RFC 3227 (Guidelines for Evidence Collection and Archiving). These guidelines emphasize collecting the most volatile evidence first to prevent data loss.

A manager receives an email that contains a link to receive a refund. After hovering over the link, the manager notices that the domain's URL points to a suspicious link. Which of the following security practices helped the manager to identify the attack?


A. End user training


B. Policy review


C. URL scanning


D. Plain text email





A.
  End user training

Explanation: The security practice that helped the manager identify the suspicious link is end-user training. Training users to recognize phishing attempts and other social engineering attacks, such as hovering over links to check the actual URL, is a critical component of an organization's security awareness program.
End user training: Educates employees on how to identify and respond to security threats, including suspicious emails and phishing attempts. Policy review: Ensures that policies are understood and followed but does not directly help in identifying specific attacks.
URL scanning: Automatically checks URLs for threats, but the manager identified the issue manually.
Plain text email: Ensures email content is readable without executing scripts, but the identification in this case was due to user awareness.
Reference: CompTIA Security+ SY0-701 Exam Objectives, Domain 5.6 - Implement security awareness practices (End-user training).

A security analyst is assessing several company firewalls. Which of the following cools would The analyst most likely use to generate custom packets to use during the assessment?


A. hping


B. Wireshark


C. PowerShell


D. netstat





A.
  hping

Explanation:

A) hping is the correct answer.
hping is a command-line network tool used to generate and manipulate custom TCP/IP packets. It is specifically designed for:

Firewall testing:
Sending crafted packets to test firewall rules and responses.

Network probing:
Assessing how networks and devices handle unusual or malicious packet structures.

Custom packet generation:
Creating packets with specified headers, flags, payloads, etc., to simulate various types of traffic or attacks.

This makes it ideal for a security analyst assessing firewall behavior.

Why the others are incorrect:

B) Wireshark:
This is a network protocol analyzer (packet sniffer) used for capturing and inspecting network traffic. It is excellent for analysis but cannot generate custom packets.

C) PowerShell:
While PowerShell has cmdlets for network testing (e.g., Test-NetConnection), it lacks the fine-grained control needed to generate custom packets like hping.

D) netstat:
This tool displays network connections, routing tables, and interface statistics. It is used for monitoring and diagnostics but cannot generate packets.

Reference:
This question tests knowledge of Domain 4.1: Given a scenario, analyze indicators of malicious activity and Domain 4.2: Explain the security implications of proper hardware, software, and data asset management. Tools like hping are essential for proactive security assessments, including firewall testing, as covered in the SY0-701 objectives.

Which of the following is the best way to secure an on-site data center against intrusion from an insider?


A. Bollards


B. Access badge


C. Motion sensor


D. Video surveillance





B.
  Access badge

Explanation: To secure an on-site data center against intrusion from an insider, the best measure is to use an access badge system. Access badges control who can enter restricted areas by verifying their identity and permissions, thereby preventing unauthorized access from insiders.
Access badge: Provides controlled and monitored access to restricted areas, ensuring that only authorized personnel can enter.
Bollards: Provide physical barriers to prevent vehicle access but do not prevent unauthorized personnel entry.
Motion sensor: Detects movement but does not control or restrict access.
Video surveillance: Monitors and records activity but does not physically prevent intrusion.
Reference: CompTIA Security+ SY0-701 Exam Objectives, Domain 1.2 - Summarize fundamental security concepts (Physical security controls).

A security analyst is investigating an application server and discovers that software on the server is behaving abnormally. The software normally runs batch jobs locally and does not generate traffic, but the process is now generating outbound traffic over random high ports. Which of the following vulnerabilities has likely been exploited in this software?


A. Memory injection


B. Race condition


C. Side loading


D. SQL injection





A.
  Memory injection

Explanation: Memory injection vulnerabilities allow unauthorized code or commands to be executed within a software program, leading to abnormal behavior such as generating outbound traffic over random high ports. This issue often arises from software not properly validating or encoding input, which can be exploited by attackers to inject malicious code. References: CompTIA Security+ SY0-701 course content and official CompTIA study resources.

Which of the following is the most likely to be used to document risks, responsible parties, and thresholds?


A. Risk tolerance


B. Risk transfer


C. Risk register


D. Risk analysis





C.
  Risk register

Explanation:

C) Risk register is the correct answer.
A risk register is a documented repository that tracks and details all identified risks within an organization. It typically includes:

Risks:
Descriptions of potential events or threats.

Responsible parties:
Owners assigned to manage or mitigate each risk.

Thresholds:
Risk appetite or tolerance levels (e.g., acceptable levels of impact or likelihood).

Additional details such as risk scores, mitigation strategies, and status updates.

This tool is essential for ongoing risk management and ensures accountability and transparency.

Why the others are incorrect:

A) Risk tolerance:
This refers to the level of risk an organization is willing to accept. It is a policy or guideline (often documented in the risk register) but not the comprehensive document itself.

B) Risk transfer:
This is a risk treatment strategy (e.g., purchasing insurance) where risk is shifted to a third party. It is an action taken for specific risks, not a documentation tool.

D) Risk analysis:
This is the process of identifying, assessing, and prioritizing risks. The output of risk analysis is often recorded in a risk register, but the analysis itself is not the document.

Reference:
This question tests knowledge of Domain 5.1: Explain the importance of risk management processes. The risk register is a foundational component of risk management frameworks (e.g., NIST RMF, ISO 27005), serving as a living document to track risks and responses over time.

Which of the following would best explain why a security analyst is running daily vulnerability scans on all corporate endpoints?


A. To track the status of patching installations


B. To find shadow IT cloud deployments


C. To continuously the monitor hardware inventory


D. To hunt for active attackers in the network





A.
  To track the status of patching installations

Explanation:
Daily vulnerability scans on all corporate endpoints are primarily conducted to track the status of patch installations. Vulnerability scanners identify missing patches, misconfigurations, and known vulnerabilities on systems. By running these scans daily, the security analyst can:

Verify that patches have been successfully applied after deployment.

Identify systems that are still vulnerable due to failed or pending patches.

Maintain an up-to-date view of the organization's security posture and compliance with patch management policies.

This proactive approach ensures that vulnerabilities are promptly addressed and reduces the window of exposure to threats.

Analysis of Incorrect Options:

B. To find shadow IT cloud deployments:
Vulnerability scans focus on known systems and endpoints within the corporate inventory. They are not designed to discover unauthorized cloud services or shadow IT, which require specialized cloud security tools (e.g., CASB) or network traffic analysis.

C. To continuously monitor hardware inventory:
While vulnerability scans might incidentally detect devices, their primary purpose is not inventory management. Dedicated asset management tools or network discovery scans are better suited for tracking hardware inventory.

D. To hunt for active attackers in the network:
Vulnerability scans assess system weaknesses but do not detect active attackers or malicious activity. Threat hunting involves analyzing logs, network traffic, and endpoints for indicators of compromise (IOCs), which is beyond the scope of vulnerability scanning.

Reference:
This aligns with Domain 2.0: Threats, Vulnerabilities, and Mitigations, specifically vulnerability management processes. Daily scans are a best practice for continuous monitoring and patch verification, as recommended in frameworks like NIST SP 800-40 (Guide to Enterprise Patch Management) and the CIS Critical Security Controls (e.g., Control 7: Continuous Vulnerability Management).

Which of the following data roles is responsible for identifying risks and appropriate access to data?


A. Owner


B. Custodian


C. Steward


D. Controller





A.
  Owner

Explanation: The data owner is the role responsible for identifying risks to data and determining who should have access to that data. The owner has the authority to make decisions about the protection and usage of the data, including setting access controls and ensuring that appropriate security measures are in place.
References = CompTIA Security+ SY0-701 study materials, particularly in the domain of data governance and the roles and responsibilities associated with data management.

Which of the following is classified as high availability in a cloud environment?


A. Access broker


B. Cloud HSM


C. WAF


D. Load balancer





D.
  Load balancer

Explanation: In a cloud environment, high availability is typically ensured through the use of a load balancer. A load balancer distributes network or application traffic across multiple servers, ensuring that no single server becomes overwhelmed and that services remain available even if one or more servers fail. This setup enhances the reliability and availability of applications. Load balancer: Ensures high availability by distributing traffic across multiple servers or instances, preventing overload and ensuring continuous availability. Access broker: Typically refers to a service that facilitates secure access to resources, not directly related to high availability. Cloud HSM (Hardware Security Module): Provides secure key management in the cloud but does not specifically ensure high availability.
WAF (Web Application Firewall): Protects web applications by filtering and monitoring HTTP traffic but is not primarily focused on ensuring high availability.
Reference: CompTIA Security+ SY0-701 Exam Objectives, Domain 4.4 - Security operations (Load balancing for high availability).


Page 7 out of 76 Pages
PreviousNext
1234567891011121314151617181920212223
SY0-701 Practice Test Home

What Makes Our CompTIA Security+ Exam 2026 Practice Test So Effective?

Real-World Scenario Mastery: Our SY0-701 practice exam don't just test definitions. They present you with the same complex, scenario-based problems you'll encounter on the actual exam.

Strategic Weakness Identification: Each practice session reveals exactly where you stand. Discover which domains need more attention, before CompTIA Security+ Exam 2026 exam day arrives.

Confidence Through Familiarity: There's no substitute for knowing what to expect. When you've worked through our comprehensive SY0-701 practice exam questions pool covering all topics, the real exam feels like just another practice session.