EnglishDeutschFrançaisEspañolPortuguês

CompTIA · COMPTIA-SECAI · Intermediate

CompTIA SecAI+ — Practice Questions and Mock Exam

Prepare for COMPTIA-SECAI 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.

60Mock exam questions
60minTime limit
600/ 900Passing score

Checked against CompTIA · August 2026 · Current 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.

Try five COMPTIA-SECAI questions

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

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 practice questions

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

Pool details: COMPTIA-SECAI

Exam details checked against CompTIAAugust 27, 2026

date of the last check against the official CompTIA source

Passing score600 / 900

as published by CompTIA

Objectives in the guide15 objectives listed in the official guide

across 4 domains in the official exam guide

Pool size333 questions

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

Blueprint domains4 domains in the exam blueprint

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

Recorded as checked against sources315 of 333

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

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%

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

Drag & Drop12%

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

Multiple Response11%

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

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-SECAI

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.

Preparation and logistics: COMPTIA-SECAI

Preparation

Illustrative study time40–105 h

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

LevelIntermediate
Recommended backgroundNo formal prerequisites. CompTIA Security+ and experience with AI/ML systems recommended.

Taking and maintaining the certification

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.
Certification validity3 years

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

Common pitfalls

Topics to review: 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

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+?

The passing score for the CompTIA SecAI+ exam is 600 / 900.

Which pitfalls should I review when preparing for CompTIA SecAI+?

Topics to review include AI Security Risks, AI Governance, ML Pipeline Security, AI-Powered Defense. Work through examples to check that you understand the distinctions and can explain your answer.

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.

One certification, 12 months

Practice for COMPTIA-SECAI

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 →