EnglishDeutschFrançaisEspañolPortuguês

CompTIA · COMPTIA-SECAI · Intermediate

CompTIA SecAI+ — Practice Questions and Mock Exam

Practice with realistic COMPTIA-SECAI questions aligned to the exam objectives. Alex explains every answer, and your readiness score shows what to study next.

60Questions
60minTime Limit
600/ 900Pass Score

Checked against CompTIA · August 2026Current exam version

Reviewed by David Braun, Founder · August 27, 2026

About the exam

CompTIA SecAI+ (CY0-001) validates expertise in securing AI systems and integrating AI into cybersecurity operations. Launched February 17, 2026, it certifies professionals who can secure AI systems using technical controls, leverage AI to enhance corporate security posture while automating security tasks, and understand how governance, risk, and compliance impacts AI technologies on a global scale. The exam targets cybersecurity professionals with 3-4 years of IT experience including 2+ years hands-on cybersecurity, ideally holding Security+, CySA+, PenTest+, or equivalent. It covers four domains: Basic AI Concepts Related to Cybersecurity (17%), Securing AI Systems (40%), AI-Assisted Security (24%), and AI Governance, Risk, and Compliance (19%). Topics span machine learning and deep learning fundamentals, AI threat modeling using OWASP LLM/ML Top 10 and MITRE ATLAS, implementing security controls for AI systems, data protection techniques, prompt monitoring, AI-enhanced attack vectors like deepfakes and automated phishing, and compliance with the EU AI Act, NIST AI RMF, and ISO AI standards.

What's on the exam

Securing AI Systems dominates the blueprint at 40%, covering threat modeling, model and data security controls, and catching AI-specific attacks such as poisoned training data or an injected prompt. AI-Assisted Security follows at 24%, testing how AI tools support and also expand the attack surface for security work. AI Governance, Risk, and Compliance (19%) and Basic AI Concepts Related to Cybersecurity (17%) round out the exam, covering regulatory frameworks and the foundational AI and machine-learning concepts the rest of the blueprint assumes.

The weighting makes SecAI+ closer to a specialist exam than a survey: two-fifths of the questions concentrate on securing AI systems directly, so broad-but-shallow AI literacy from the smaller domains won't compensate for gaps in that core domain. Candidates coming from traditional security backgrounds without AI-specific study tend to find that domain the hardest to bridge, since its threat models don't map cleanly onto conventional network or application security.

Exam blueprint: COMPTIA-SECAI

Securing AI Systems40%

Apply AI-specific threat-modeling resources such as the OWASP LLM Top 10 and MITRE ATLAS, and implement model, gateway, access, and data security controls (encryption, anonymization, guardrails) for AI systems. Also covers monitoring and auditing AI systems for quality and compliance, and analyzing attacks such as prompt injection and model poisoning with appropriate compensating controls.

≈ 28 h
AI-Assisted Security24%

Use AI-enabled tools such as IDE plug-ins and chatbots to support security tasks like vulnerability analysis and threat modeling, explain how AI enhances attack vectors such as deepfakes and automated attack generation, and apply AI to automate tasks including CI/CD security scanning and incident response.

≈ 17 h
AI Governance, Risk, and Compliance19%

Explain organizational governance structures and roles that support AI initiatives, summarize risks associated with AI such as bias, data leakage, and shadow AI, and describe how frameworks and regulations like the EU AI Act and NIST AI RMF affect AI development and use.

≈ 13 h
Basic AI Concepts Related to Cybersecurity17%

Compare AI types and training techniques such as machine learning, deep learning, and prompt engineering, explain data security considerations including data lineage and retrieval-augmented generation, and describe security practices across the AI development life cycle from data collection to monitoring.

≈ 12 h

Exam format and question types

The CompTIA SecAI+ exam (CY0-001) contains a maximum of 60 questions combining multiple-choice and performance-based questions inside a 60-minute window — a shorter, denser sitting than most CompTIA exams. Scoring uses the standard 100–900 scale, with a passing score of 600. Performance-based questions are scenario-based, testing operational decision-making around AI risk and controls rather than recall of AI terminology.

Question types: COMPTIA-SECAI

Multiple Choice71%

Pick the single best answer from four or five options — the exam's bread and butter.

Drag & Drop12%

Drag items into the right slot, group or order — it tests whether you can apply a concept, not just recognise it.

Multiple Response11%

More than one answer is correct and you need all of them; the question tells you how many to pick.

Performance-based6%

A small hands-on task in a simulated console instead of a question — you configure something and the result is what gets graded.

CompTIA confirms these question types — a percentage split is not published; the shares reflect our exam-aligned question pool.

Try five COMPTIA-SECAI questions

Five questions straight from our CompTIA SecAI+ pool. Answer one — Alex explains the why.

Securing AI Systems1 / 5

Which security control acts as a filter between user inputs and an LLM to detect and block malicious prompts?

AlexFull explanation from Alex

A prompt firewall is an AI-specific security control designed to filter and inspect user inputs before they reach the language model. It operates similarly to a web application firewall but is purpose-built for LLM interactions. Prompt firewalls analyze incoming prompts for patterns associated with prompt injection, jailbreak attempts, and policy violations. They can block or sanitize malicious inputs and log suspicious activity. Some prompt firewalls also inspect model outputs for sensitive data leakage or harmful content. This is a key gateway control in the SecAI+ exam, falling under the category of model security controls alongside rate limits, token limits, and endpoint access controls. Exam tip: prompt firewalls are input-side AI security controls — they sit at the gateway between users and the model.

Sourcedevelopers.cloudflare.com

AI-Assisted Security2 / 5

A SOC team is implementing an AI-assisted incident response workflow. When a high-severity alert is triggered, the system should automatically create a ticket, gather relevant logs, and suggest a response playbook while keeping a human analyst in the decision loop. Which combination of technologies enables this workflow?

AlexFull explanation from Alex

Pull the requirements apart and see which technology satisfies each one. Creating a ticket, gathering the relevant logs and suggesting a playbook are three actions across three different systems, which is orchestration. Doing them automatically when a high-severity alert fires is AI-driven automation. Leaving the final decision with an analyst is human-in-the-loop validation. A SOAR platform — security orchestration, automation and response — is the category built for exactly that combination: preconfigured sets of remediation actions that run automatically when an alert or incident matches a rule, or that an analyst triggers manually during an investigation.

The alternatives each drop one requirement. Static correlation rules detect and alert but do not act, so no ticket is opened and no log is collected. A chatbot with no integrations can discuss an incident but cannot reach the ticketing system or the log store, so nothing it suggests can be executed. A manual runbook driven by scheduled jobs is neither event-driven nor adaptive, since it runs on a timer regardless of what happened and a human still performs every step.

Exam tip: read the verbs in the stem. Detect points at monitoring, orchestrate and remediate point at response tooling, and an explicit human decision point tells you the intended answer keeps the analyst in the loop rather than removing them.

Sourcelearn.microsoft.com

AI Governance, Risk, and Compliance3 / 5

Which regulatory framework uses a risk-based classification system (unacceptable, high, limited, minimal risk) for AI applications?

AlexFull explanation from Alex

The EU AI Act is landmark legislation that establishes a risk-based regulatory framework for artificial intelligence. It categorizes AI systems into four risk tiers: unacceptable risk (banned outright, such as social scoring systems), high risk (subject to strict requirements including conformity assessments, such as AI in hiring or law enforcement), limited risk (transparency obligations, such as chatbots that must disclose they are AI), and minimal risk (no specific requirements, such as spam filters). Organizations deploying AI in the EU or processing EU citizens' data must comply with the relevant tier requirements. The Act also includes provisions for general-purpose AI models like large language models. Understanding the EU AI Act's risk classification is critical for the SecAI+ exam because it represents the most comprehensive regulatory approach to AI governance globally. Exam tip: the EU AI Act has four risk tiers — remember the hierarchy from unacceptable down to minimal.

Sourcedigital-strategy.ec.europa.eu

Basic AI Concepts Related to Cybersecurity4 / 5

A security team is documenting data-handling practices for an AI pipeline. They need to verifiably track the origin and complete history of a dataset, from its source through every transformation, to prove trustworthiness. Which data-processing concept from objective 1.2 best captures tracing a dataset's origin and history?

AlexFull explanation from Alex

Objective 1.2 lists data-processing concepts essential to AI data security: data cleansing, verification, lineage, integrity, provenance, augmentation, and balancing. Data provenance records the origin and ownership of data, while data lineage tracks its movement and transformations through the pipeline; together they establish trustworthiness and support audits and incident investigation. This matters for security because poisoned or tampered data is far easier to detect when origin and history are documented and verifiable. Do not confuse provenance/lineage with augmentation (creating synthetic data), balancing (fixing class skew), or watermarking (embedding ownership marks or detecting AI-generated content). Exam tip: 'where did the data come from and how was it transformed' equals provenance and lineage.

Sourceonlc.com

Securing AI Systems5 / 5

A platform team is standing up a shared LLM gateway. Finance needs per-consumer cost attribution, and one product team's traffic must never be able to exhaust the shared throughput and starve other teams. Which gateway control most directly satisfies both requirements?

AlexFull explanation from Alex

Two requirements have to be met by one control, and that narrows the field fast. Cost attribution needs per-consumer accounting; fair-share isolation needs a per-consumer ceiling. A token limit policy on the gateway delivers both, because it enforces limits per API consumer based on token usage and lets you set a tokens-per-minute rate alongside a quota over a longer period, keyed to something that identifies the caller such as a subscription key.

Tokens are the right unit. Both cost and backend capacity on a language model scale with tokens rather than with request count, so a plain requests-per-minute limit is a poor proxy: one very long prompt can consume more capacity than a thousand short ones and still pass a request-rate check. Keying the counter per consumer is what turns a global safety valve into isolation, because one team hitting its ceiling gets throttled without touching anyone else's headroom.

The distractors solve different problems. A denied-topics filter is a content-safety control and meters nothing. Semantic caching reduces backend calls for repeated prompts, which helps average cost but guarantees nothing about fairness or attribution. A larger context window increases how much a single request may consume, which makes the starvation risk worse rather than better.

Exam tip: when a gateway question pairs cost with capacity, look for the control whose unit is tokens and whose scope is the consumer key.

Sourcelearn.microsoft.com

333 questions, built like the exam

Every domain of the COMPTIA-SECAI exam has enough questions in the pool to practice it in depth. A mock exam asks 60 questions in one sitting, on the same 60-minute clock as the real thing.

Audit record: COMPTIA-SECAI

Spec check against CompTIAAugust 27, 2026

last verified against the official CompTIA source

Pass mark600 / 900

as published by CompTIA

Blueprint coverage15 official objectives

across 4 domains, from the official exam guide

Pool size333 questions

= 5 full practice exams of 60 questions each — never the same question twice

Domain coverageall 4 domains at official weight

Securing AI Systems 143 · AI-Assisted Security 69 · AI Governance, Risk, and Compliance 70 · Basic AI Concepts Related to Cybersecurity 51

Canonically validated315 of 333

each verified against official CompTIA documentation — answer, options and explanation, source cited

Methodology openly documented.How questions are made →

Preparing for COMPTIA-SECAI

How long you'll need depends on how much hands-on experience you bring. The rest is set by the vendor: how the exam is delivered, how soon you can retake it, and how long the credential stays valid.

The CompTIA SecAI+ exam (CY0-001) is delivered at Pearson VUE testing centers and online with a proctor, in English and Japanese. The certification holds for three years and renews through CompTIA's continuing education program.

Your plan: COMPTIA-SECAI

Preparation

Study time40–105 h

typically around 40 h if you already work with this stack, around 105 h coming to it fresh

LevelIntermediate
Worth having firstNo formal prerequisites. CompTIA Security+ and experience with AI/ML systems recommended.

Exam day & after

DeliveryPearson VUE (in-person and online proctored)
Retake policyNo waiting period between the first and second attempt; at least 14 calendar days before the third and every subsequent attempt. Full exam price due each attempt. No maximum number of attempts.
Stays valid3 years

Earn CE credits within 3-year certification cycle through CompTIA CE program

The hours are our own planning estimate — CompTIA publishes no preparation time for this exam. A starting point for your calendar, not a target.

Common pitfalls

Securing AI Systems is the largest domain by a wide margin at 40%, covering AI threat modeling, security controls, and monitoring — candidates who don't allocate study time proportional to that weight run out of room on exam day. Data privacy and model security get confused by candidates who haven't separated the two: encryption and anonymization protect the data, while guardrails and prompt firewalls protect the model itself, and the exam tests both as distinct control categories. AI-specific attacks (prompt injection, data poisoning, model inversion, jailbreaking) work differently from traditional cybersecurity attacks and can't be reasoned about using conventional threat models. Governance frameworks (the EU's risk-based AI Act, the NIST AI RMF) appear frequently enough that candidates need their practical implications, not just their names, and performance-based questions test that applied understanding directly rather than accepting memorized definitions.

Watch list: COMPTIA-SECAI

  1. 01AI Security Risks

    Understanding adversarial attacks, data poisoning, model theft, and prompt injection

  2. 02AI Governance

    Know AI ethics frameworks, bias detection, explainability requirements, and regulatory compliance

  3. 03ML Pipeline Security

    Securing the ML lifecycle: data collection, training, deployment, monitoring

  4. 04AI-Powered Defense

    Understanding how AI enhances SIEM, threat detection, behavioral analytics, and automated response

Pass-IT trains you on exactly these weak spots — adaptive & spaced →

Frequently asked questions

How long is the CompTIA SecAI+ exam?

The CompTIA SecAI+ exam has 60 questions and a 60-minute time limit.

What is the passing score for CompTIA SecAI+?

You need 600 / 900 to pass the CompTIA SecAI+ exam.

What are common mistakes on the CompTIA SecAI+ exam?

Common pitfalls include: AI Security Risks, AI Governance, ML Pipeline Security, AI-Powered Defense. Focus study time on these areas to avoid losing points.

What is CompTIA SecAI+?

SecAI+ is CompTIA's certification for securing AI systems and for using AI inside security operations. It covers securing models and ML pipelines, AI-assisted defence, and the governance and risk side of deploying AI. The exam runs 60 questions in 60 minutes and includes performance-based tasks.

Do you need Security+ before SecAI+?

No, there are no formal prerequisites. CompTIA recommends Security+ plus experience with AI and ML systems, and that recommendation is a fair reading of the exam: it assumes core security concepts and spends its time on what AI changes about them.

Which SecAI+ domains carry the most weight?

Securing AI systems dominates at 40%, followed by AI-assisted security at 24%, AI governance, risk and compliance at 19% and basic AI concepts at 17%. CompTIA publishes the split, so two-fifths of your preparation belongs on securing AI systems themselves.

How do you renew SecAI+?

SecAI+ is valid for three years. It renews through CompTIA's continuing-education programme, by collecting CE credits across the cycle rather than resitting the exam.

What happens if you fail SecAI+?

There is no waiting period between the first and second attempt. From the third attempt onwards CompTIA requires at least 14 calendar days, and there is no maximum number of attempts.

Pass-IT is an independent study tool, not affiliated with or endorsed by CompTIA; CompTIA and exam names are trademarks of their respective owners.

One certification. One payment.

Full COMPTIA-SECAI access

Get the full question pool for this certification. Alex explains every answer, and your readiness score shows what to work on next.

Buy COMPTIA-SECAI access for $29.99One payment. Lifetime access to this certification.
Take the free readiness check20 questions. No card. See what to study before you buy.

Reach 80% readiness and pass — or your money back.

How the score works →