EnglishDeutschFrançaisEspañolPortuguês

CompTIA · COMPTIA-SECX · Advanced

CompTIA SecurityX — Practice Questions and Mock Exam

Prepare for COMPTIA-SECX with original practice questions and clear answer explanations. Ask Alex, your AI tutor, when you need more detail, use your results to identify topics to review, and practice your pacing with timed mock exams.

90Mock exam questions
165minTime limit

Checked against CompTIA · September 2026 · Current exam version

Reviewed by David Braun, Founder · August 27, 2026

About the exam

CompTIA SecurityX (CAS-005) is an advanced cybersecurity certification for security architects and senior security engineers. It validates the skills needed to design, build, and implement secure solutions across complex environments, support a resilient enterprise, and address governance, risk, and compliance needs. SecurityX covers cloud, on-premises, and hybrid security architecture, advanced cryptography including post-quantum cryptography, automation and scripting for security operations, threat modeling, incident response, and emerging technologies like generative AI in security contexts. It is aligned to NICE and DoD 8140 work roles including security architect, systems requirements planner, and security control assessor.

Try five COMPTIA-SECX questions

Try five practice questions from the app’s current CompTIA SecurityX question bank, with answers and explanations.

Security Engineering1 / 5

Threat hunters observe an adversary authenticating to multiple servers using captured password hashes and Kerberos tickets rather than cleartext passwords. Which technique classification in the adversary knowledge base covers this activity?

AlexFull explanation from Alex

The detail that decides this is what the adversary presents at the moment of authentication. They are not typing passwords; they are replaying artifacts the authentication system itself produced, namely password hashes and Kerberos tickets. That is the technique class covering the use of alternate authentication material, which explicitly includes hashes, tickets and application access tokens used to move laterally and bypass normal access controls. Because the system accepts the artifact as proof, possessing the artifact is as good as knowing the password.

There is a practical consequence worth carrying into the exam and the job: resetting the user's password does not evict the adversary on its own, because outstanding tickets and tokens stay valid until they are invalidated or expire.

The other classifications describe different behavior. Running code inside another process is an evasion and privilege technique with nothing to do with replayed credentials. Sending messages to gain access describes how an intrusion typically starts, not how it spreads once inside. Obfuscating files or information is about making artifacts hard to analyze, which is a different objective again.

Exam tip: for lateral movement questions, ask what is presented at authentication time. Cleartext credentials, a derived artifact, or a valid existing account each point at a different technique, and detection differs accordingly, since here you watch ticket lifetimes and logon types rather than failed password attempts.

Sourcecomptia.org

Security Architecture2 / 5

An organization is implementing the shared responsibility model for their AWS deployment. Which security responsibility belongs EXCLUSIVELY to the customer, not AWS?

AlexFull explanation from Alex

In the AWS Shared Responsibility Model, AWS manages security "of" the cloud (physical infrastructure, hypervisor, global network), while customers manage security "in" the cloud (AWS Shared Responsibility Model, aws.amazon.com/compliance/shared-responsibility-model). Security groups (stateful, instance-level) and NACLs (stateless, subnet-level) are always customer-configured network controls regardless of service model. Why not the others? Physical data center security is AWS's core obligation. Global network infrastructure is AWS-managed. Hypervisor patching is AWS's responsibility per the IaaS boundary. The boundary shifts by service model: EC2 (IaaS) gives more customer responsibility; Lambda (serverless) gives less. Per the AWS Well-Architected Security Pillar, any configuration decision about customer workloads belongs to the customer. Ref: AWS Shared Responsibility Model; AWS Well-Architected Security Pillar; NIST SP 800-145.

Sourceaws.amazon.com

Security Operations3 / 5

A phishing campaign against the organization uses messages that impersonate a supplier to deliver a malicious attachment. Which adversary technique classification does this fall under?

AlexFull explanation from Alex

Classify by the delivery mechanism, not by the story wrapped around it. An adversary sending messages in order to gain access to victim systems is phishing, and the class explicitly covers malicious attachments and links as well as posing as a trusted source. Impersonating a supplier is a targeting refinement that makes the message more convincing, but it does not change what the technique is.

The distractors belong to later stages or to different objectives. Abusing existing credentials describes an adversary who already holds valid account access, which is how an intrusion continues rather than how this one arrives. Blending command traffic into ordinary application-layer protocols is a command-and-control behavior that only matters once a foothold exists. Running code inside another process is an execution and evasion technique on a host that has already been compromised.

Exam tip: getting the classification right matters because the countermeasures differ. Delivery is countered with message authentication, attachment detonation and a reporting path for users, while credential abuse and code execution need entirely different controls, so mislabeling the technique sends you to the wrong defense.

Sourcecomptia.org

Governance, Risk, and Compliance4 / 5

An auditor discovers that the IT department has been using an unapproved cloud storage service to share files with external partners. According to security governance best practices, which risk category does this represent?

AlexFull explanation from Alex

Shadow IT is the use of technology systems, devices, software, or cloud services without explicit organizational approval, creating unmanaged risk and governance blind spots. Here, the IT department used unapproved cloud storage — the textbook definition. Why not the others? Residual risk is risk remaining after controls are applied, presupposing controls exist. Inherent risk is baseline risk before any controls, not about unauthorized usage. Transferred risk involves shifting risk to a third party via insurance or outsourcing. Shadow IT undermines asset inventory, compliance, incident response, and data protection because security teams cannot secure what they don't know exists. It creates gaps in risk assessments, policy enforcement, and regulatory compliance. Ref: NIST CSRC Glossary (shadow_it); NIST SP 800-53 Rev 5 CM-8 (System Component Inventory); NIST CSF Identify function.

Sourcenvlpubs.nist.gov

Security Engineering5 / 5

A security team wants to implement certificate pinning for their mobile application. Which risk does certificate pinning mitigate?

AlexFull explanation from Alex

Certificate pinning binds a specific certificate or public key to an application's expected server, supplementing standard TLS chain validation. Standard TLS trusts any CA in the device store; a compromised or rogue CA can issue fraudulent certificates enabling MITM interception. Pinning defeats this by verifying the server's certificate matches a pre-embedded hash. Approaches: leaf pinning (strict), intermediate CA pinning (flexible), or public key pinning (survives cert renewal). Why not the others? DoS attacks target availability, not authentication. XSS exploits browser DOM, unrelated to transport security. SQL injection targets query parsing, not TLS. Risks of pinning include operational complexity during cert rotation; backup pins are essential to prevent lockout. Ref: OWASP Mobile Security Testing Guide (MSTG); OWASP Mobile Top 10 M3; RFC 7469 (HTTP Public Key Pinning).

Sourcedeveloper.android.com

401 practice questions

The Pass-IT question pool gives you material to practice for COMPTIA-SECX. A Pass-IT mock exam uses 90 questions and a 165-minute time limit; these are practice settings.

Pool details: COMPTIA-SECX

Exam details checked against CompTIASeptember 5, 2026

date of the last check against the official CompTIA source

Objectives in the guide23 objectives listed in the official guide

across 4 domains in the official exam guide

Pool size401 questions

= The pool size is equivalent to 4 sets of 90 questions; this does not mean that each mock exam uses a separate set.

Blueprint domains4 domains in the exam blueprint

Governance, Risk, and Compliance 81 · Security Architecture 107 · Security Engineering 122 · Security Operations 91

Recorded as checked against sources383 of 401

questions recorded as having their answer, options, and explanation checked against official CompTIA documentation

What's on the exam

Security Engineering carries the most weight at 31%, testing hands-on troubleshooting of identity, endpoint, and network infrastructure issues alongside hardware security technologies like TPM and secure boot. Security Architecture follows at 27%, covering resilient system design, CI/CD security integration, and Zero Trust principles. Security Operations (22%) and Governance, Risk, and Compliance (20%) round out the exam, testing SIEM correlation and threat hunting alongside policy, frameworks, and the governance questions AI adoption raises.

Engineering and Architecture together account for well over half the exam, so SecurityX leans toward candidates who design and build security controls rather than only operate them day to day. The exam also assumes enterprise scale throughout — small-business solutions are rarely the correct answer, even on questions from the smaller Governance domain, because CompTIA writes SecurityX for practitioners already working at that level.

Exam blueprint: COMPTIA-SECX

Governance, Risk, and Compliance20%

Implement security governance components such as policies, frameworks, and GRC tooling, and perform risk management activities covering availability, confidentiality, integrity, and privacy risk. Also covers how industry compliance requirements shape security strategy, threat-modeling activities, and the governance challenges introduced by AI adoption.

≈ 30 h
Security Architecture27%

Place security components so systems stay resilient under failure, weave security checks into every stage of the development and CI/CD lifecycle, layer in detection and data-protection controls, design how identities get authenticated and authorized, secure cloud capabilities as they're adopted, and thread Zero Trust principles through the whole architecture.

≈ 41 h
Security Engineering31%

Troubleshoot identity and access management, endpoint, and network infrastructure security issues in enterprise environments, and implement hardware security technologies such as TPM and secure boot. Also covers securing specialized and legacy systems such as OT, IoT, and embedded devices, applying automation to security operations, and using advanced cryptographic concepts and techniques.

≈ 47 h
Security Operations22%

Correlate SIEM and log data to spot trouble, weigh common vulnerability classes against the fixes that shrink an organization's exposure, hunt proactively using internal and external threat intelligence, and dig into malware and forensic evidence once an incident is underway.

≈ 33 h

Exam format and question types

The SecurityX exam contains a maximum of 90 questions across a 165-minute window, mixing multiple-choice and performance-based items that run through command-line scenarios, configuration tasks, and drag-and-drop exercises. Scoring is pass/fail only, with no scaled score reported.

Question types: COMPTIA-SECX

Multiple Choice68%

Select the single answer that best meets the question’s requirements.

Multiple Response16%

Select multiple answers. Follow the question’s instructions on how many to choose.

Drag & Drop10%

Move items into the slots, groups, or sequence specified by the task.

Performance-based6%

Complete a practical task in a simulated environment, following the stated requirements.

See CompTIA for official question-format information. The shares shown describe the Pass-IT practice pool; they do not establish the proportions on the official exam.

Preparing for COMPTIA-SECX

SecurityX is delivered via Pearson VUE testing centers and online proctoring, in English only. The certification holds for three years and renews with 75 CEUs, and it's accredited by ANSI under ISO/IEC 17024 and satisfies DoD 8140 requirements for multiple work roles.

Preparation and logistics: COMPTIA-SECX

Preparation

Illustrative study time90–225 h

illustrative planning range: 90 h with relevant experience to 225 h when starting out; your needs may fall outside this range

LevelAdvanced
Recommended backgroundNo formal prerequisites. CompTIA Security+ and 10 years of IT experience including 5 years of hands-on security recommended.

Taking and maintaining the certification

DeliveryPearson VUE testing center or online proctored
Retake policyCompTIA standard retake policy: no waiting period for first retake, 14-day wait for subsequent retakes
Certification validity3 years

Valid for 3 years. Renew with 75 CEUs.

Continuing education credits75

Common pitfalls

Topics to review: COMPTIA-SECX

  1. 01Enterprise Scope

    Questions assume enterprise-scale thinking — small business solutions are usually wrong answers

  2. 02Risk Analysis

    Must quantify risk and make cost-benefit trade-offs, not just identify threats

  3. 03Security Architecture

    Designing security solutions requires understanding every layer from network to application to data

  4. 04No Simple Answers

    Questions often have multiple seemingly correct options — the best answer considers enterprise constraints

Frequently asked questions

How long is the CompTIA SecurityX exam?

The CompTIA SecurityX exam has 90 questions and a 165-minute time limit.

Which pitfalls should I review when preparing for CompTIA SecurityX?

Topics to review include Enterprise Scope, Risk Analysis, Security Architecture, No Simple Answers. Work through examples to check that you understand the distinctions and can explain your answer.

Is CompTIA SecurityX the same as CASP+?

SecurityX is the current name for CompTIA's advanced security certification, and the exam code is CAS-005, continuing the CASP+ series. If you have been studying CASP+ material for CAS-005 you are studying for the right exam under a different name.

What score do you need to pass SecurityX?

There is no numeric pass mark. CAS-005 reports pass or fail only, unlike Security+ and the other CompTIA exams that return a scaled score. You therefore get no partial feedback on how close a failed attempt was.

What experience does SecurityX assume?

There are no formal prerequisites, but CompTIA recommends Security+ plus around ten years of IT experience including five in hands-on security. That is an honest description of the exam's level: the questions are built around enterprise scope and risk trade-offs where no option is simply correct.

How do you renew SecurityX?

SecurityX is valid for three years and renews on 75 continuing-education units. That is the highest CEU requirement in CompTIA's security range, and it reflects the certification's seniority.

Which SecurityX domains carry the most weight?

Security engineering is the largest at 31%, followed by security architecture at 27%, security operations at 22% and governance, risk and compliance at 20%. The spread is deliberately flat, so an architect who neglects the governance material loses a fifth of the exam.

One certification, 12 months

Practice for COMPTIA-SECX

Focus your practice on one certification, or choose Pro to practice across all certifications.

Start a free practice sessionTry the first 20 questions without a card to see whether the practice suits you.

For eligible purchases: money-back guarantee if you fail your exam.

View guarantee terms →