CompTIA · CAS-005
CompTIA SecurityX (formerly CASP+) is an advanced-level cybersecurity certification for senior security engineers and architects that validates the ability to design, implement, and integrate secure solutions across complex enterprise environments. It covers governance, risk, compliance, security architecture, engineering, and operations.
Practice Questions
599
≈ 6 practice exams
Duration
165 minutes
Passing Score
Pass/Fail
Difficulty
ProfessionalLast Updated
Apr 2026
Use this CAS-005 practice exam to prepare for CompTIA SecurityX (CAS-005) with realistic questions, detailed explanations, and focused study modes. The practice bank includes 599 questions for CompTIA CAS-005, so you can review the exam steadily instead of relying on one long cram session.
As you practice, pay extra attention to recurring topics such as Governance, Risk, and Compliance, Security Architecture, Security Engineering, Security Operations, and Cloud and Hybrid Environment Security. Start with short sessions to identify weak areas, then move into timed quizzes once your accuracy is consistent.
The explanations are especially useful when you want to connect exam wording to the responsibilities and scenarios described in the official certification guidance. Use the free preview first, then unlock the full question bank when you are ready to build a complete study routine.
CompTIA SecurityX (CAS-005), launched on December 17, 2024, is the successor to CompTIA CASP+ (CAS-004) and represents the capstone certification in the CompTIA Cybersecurity Career Pathway. It validates advanced technical skills required to conceptualize, engineer, integrate, and implement secure solutions across complex enterprise environments — encompassing security architecture, engineering, operations, and governance, risk, and compliance. The certification is vendor-neutral, ANSI-accredited to ISO 17024 standards, and approved under DoD 8140/8570 as a baseline for IAT Level III, IAM Level II, and IASAE Levels I and II.
Unlike many cybersecurity certifications that focus on managing security programs, SecurityX emphasizes hands-on technical depth. Candidates must demonstrate proficiency in designing hybrid and multi-cloud secure architectures, applying advanced cryptographic technologies, automating security operations, and leading incident response across enterprise-scale environments. The exam also addresses the security implications of emerging technologies such as artificial intelligence, containerization, and CI/CD pipelines.
SecurityX is designed for senior security engineers and security architects who are responsible for designing, implementing, and managing security solutions rather than simply administering them. Ideal candidates typically hold roles such as Security Architect, Senior Security Engineer, Security Operations Lead, Security Integration Engineer, or Systems Requirements Planner.
The certification is also aligned with multiple NICE Cybersecurity Workforce Framework work roles and DoD 8140 positions, making it particularly relevant for professionals in government, defense contracting, and federal agency environments. Candidates should have substantial hands-on experience and be operating at a level where they are making architectural decisions and leading security initiatives, not just executing them.
CompTIA does not enforce formal prerequisites for CAS-005, but recommends a minimum of 10 years of general hands-on IT experience, including at least 5 years of hands-on technical security experience. Candidates are expected to possess knowledge equivalent to CompTIA Network+, Security+, CySA+, Cloud+, and PenTest+ — either through those certifications or equivalent professional experience.
In practice, candidates who attempt SecurityX without a strong foundation in network security, cryptography, cloud infrastructure, and security operations often find the exam extremely challenging. Professionals who have already earned Security+ and CySA+ (or CISSP/equivalent) and are working in senior technical security roles are the most common and well-prepared candidates.
The CAS-005 exam consists of a maximum of 90 questions, delivered in a maximum of 165 minutes. Question types include both multiple-choice and performance-based questions (PBQs), where candidates must interact with simulated environments or scenarios to demonstrate applied skills. The exam is available in English via online proctoring through Pearson VUE's OnVUE platform or at a physical Pearson VUE testing center.
The exam uses a pass/fail grading model — no scaled score is reported. CompTIA does not publish a numeric passing threshold for SecurityX; candidates simply receive a pass or fail result. The certification is valid for three years and can be renewed through CompTIA's Continuing Education (CE) program by earning 75 CEUs within the three-year cycle.
SecurityX holders command some of the highest salaries in the CompTIA certification portfolio. The average reported salary for SecurityX practitioners is approximately $165,000, with security architects and senior security engineers typically earning between $155,000 and $200,000+ depending on sector and geography. The certification's DoD 8140/8570 approval makes it a direct pathway to roles within federal agencies and defense contractors — organizations including General Dynamics, Booz Allen Hamilton, and Leidos actively seek candidates with this credential.
As the capstone of the CompTIA Cybersecurity Career Pathway, SecurityX is positioned above Security+, CySA+, and PenTest+ and signals to employers that a candidate operates at the architect and integrator level rather than the analyst or administrator level. Compared to alternatives like CISSP (which is management-focused) or OSCP (which is offense-focused), SecurityX occupies a distinct niche as a hands-on, vendor-neutral credential validating advanced defensive architecture and engineering skills. Employers in both the public and private sectors — including Target, Ricoh, and Exxon Mobil — recognize the certification for senior technical security hiring.
5 sample questions with answers and explanations. The full bank has 599 questions, enough for 6 full-length practice exams.
Preview — answers shown1. Adatum is selecting an international security standard to demonstrate comprehensive information security management to customers and achieve certification. They need coverage across organizational policies, people security controls, physical security measures, and technological safeguards. ISO 27001:2022 Annex A provides 93 controls organized into themes. How many controls fall under each theme? (Select one!)
Explanation
ISO 27001:2022 Annex A restructured the control set from the previous 114 controls in 14 categories to 93 controls in 4 themes. The distribution is: Organizational (37 controls covering policies, asset management, supplier relationships, compliance), People (8 controls for HR security, awareness, training), Physical (14 controls for facility security, equipment protection, environmental controls), and Technological (34 controls covering access control, cryptography, operations security, communications security, system development). This thematic organization aligns better with modern security management practices compared to the domain-based structure in the 2013 version.
2. Contoso's malware analysis team receives a suspicious executable. They need to identify its capabilities without executing it and want to create detection signatures. Which analysis approach and tool combination is most appropriate for this requirement? (Select one!)
Explanation
Static analysis examines malware without executing it, using tools like strings, PEiD, IDA Pro, and Ghidra to analyze file structure and content. YARA rules enable pattern-matching signature creation for malware identification across file collections. Dynamic analysis (Cuckoo, Any.Run, ProcMon, Wireshark) requires executing the malware in a sandbox to observe runtime behavior. Reverse engineering (IDA Pro, Ghidra, x64dbg) involves deep code-level analysis and disassembly. Since the requirement is to avoid execution while creating detection signatures, static analysis with YARA is the appropriate approach.
3. Contoso's cloud security team is architecting protection for a multi-cloud environment that includes IaaS workloads on AWS and Azure, several SaaS applications, and custom containerized applications. The CISO requests a single integrated platform that provides misconfiguration detection across IaaS and PaaS, runtime workload protection for containers and VMs, entitlement management for cloud IAM, and infrastructure-as-code scanning. Which cloud security tool category BEST meets all of these requirements? (Select one!)
Explanation
Cloud-Native Application Protection Platform (CNAPP) is the correct choice because it is specifically designed as a consolidated platform integrating CSPM (misconfiguration detection for IaaS/PaaS), CWPP (runtime workload protection for VMs, containers, and serverless), CIEM (cloud IAM entitlement management and least privilege enforcement), and IaC scanning into a single unified solution. CASB focuses on SaaS governance, shadow IT discovery, and data protection for cloud-accessed applications — it does not provide workload runtime protection or IaC scanning. CSPM provides misconfiguration and compliance monitoring for IaaS/PaaS configurations but does not include runtime workload protection or entitlement management. CWPP provides workload runtime security but lacks the misconfiguration detection, IaC scanning, and entitlement management capabilities required by the CISO.
4. Fabrikam is implementing privileged access management (PAM) for their enterprise environment. The CISO wants to minimize standing administrative privileges and enforce time-bound access. Which PAM capabilities should be prioritized for this requirement? (Select two!)
Multiple correct answersExplanation
Just-in-time (JIT) access provisioning and temporary privilege elevation with automatic revocation directly address minimizing standing privileges through time-bound access. JIT grants administrative access only when needed for a specific duration, while temporary elevation allows users to elevate privileges for defined periods before automatic revocation. Credential vaulting and password rotation manage credentials but don't eliminate standing privileges, session recording provides audit capabilities, and behavioral analytics detects anomalies but doesn't enforce time-bound access.
5. Contoso is developing a new mobile payment application and conducting threat modeling using the STRIDE methodology. The security team identifies six potential threats: attackers using stolen session tokens to impersonate users, malicious modification of payment amounts in transit, users denying they authorized transactions, exposure of credit card numbers in logs, overwhelming the payment API with requests to cause outages, and regular users accessing administrative billing functions. Match the correct STRIDE categories to three of these threats. (Select three!)
Multiple correct answersExplanation
STRIDE categorizes threats by the security property they violate: Spoofing violates authentication — using stolen session tokens to impersonate another user is a spoofing attack. Tampering violates integrity — modifying payment amounts in transit is a classic data tampering attack. Repudiation violates non-repudiation — users denying authorized transactions without sufficient audit evidence is a repudiation threat. Overwhelming the API with requests to cause outages is a Denial of Service attack, not Tampering. Regular users accessing administrative functions is Elevation of Privilege, not Spoofing. Exposure of credit card numbers in logs is Information Disclosure, not Repudiation. Each STRIDE category maps to a specific security property: Spoofing-Authentication, Tampering-Integrity, Repudiation-Non-repudiation, Information Disclosure-Confidentiality, Denial of Service-Availability, Elevation of Privilege-Authorization.
CompTIA A+ Core 1 (220-1101)
220-1101 · 700 questions
CompTIA A+ Core 2 (220-1102)
220-1102 · 700 questions
CompTIA Cloud+ (CV0-004)
CV0-004 · 700 questions
CompTIA Cybersecurity Analyst+ (CySA+) (CS0-003)
CS0-003 · 700 questions
CompTIA Data+ (DA0-001)
DA0-001 · 700 questions
CompTIA DataSys+ (DS0-001)
DS0-001 · 700 questions
$17.99
One-time access to this exam