CompTIA · CY0-001
CompTIA SecAI+ validates the skills needed to secure AI systems, apply AI responsibly within cybersecurity operations, and manage governance, risk, and compliance for AI-enabled environments. It is designed for experienced cybersecurity professionals with 2+ years of hands-on security experience.
Practice Questions
600
≈ 6 practice exams
Duration
60 minutes
Passing Score
600/900
Difficulty
ProfessionalLast Updated
Apr 2026
Use this CY0-001 practice exam to prepare for CompTIA SecAI+ Certification (CY0-001) with realistic questions, detailed explanations, and focused study modes. The practice bank includes 600 questions for CompTIA CY0-001, 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 Basic AI Concepts for Cybersecurity, Securing AI Systems, AI-Assisted Security Operations, AI Governance, Risk, and Compliance, and Adversarial AI and Threat Mitigation. 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 SecAI+ (CY0-001) is a vendor-neutral professional certification that validates the knowledge and skills required to secure artificial intelligence systems and responsibly integrate AI into cybersecurity operations. Launched on February 17, 2026, it is the first certification in CompTIA's Expansion Series and the first vendor-neutral credential focused specifically on the intersection of AI and cybersecurity. The certification covers implementing technical security controls for AI models, gateways, and data pipelines—including model guardrails, prompt firewalls, encryption requirements, and data anonymization—alongside using AI-driven tools to automate threat detection, anomaly discovery, and incident response workflows.
The exam also addresses AI governance, risk, and compliance (GRC), requiring candidates to apply global regulatory frameworks such as GDPR and the NIST AI Risk Management Framework across the AI lifecycle. Accredited by ANSI to ISO 17024 standards, SecAI+ is valid for three years and requires continuing education units (CEUs) for renewal, following CompTIA's standard certification maintenance model.
SecAI+ is designed for experienced cybersecurity practitioners who are integrating AI technologies into their security programs or are responsible for securing AI-enabled environments. Applicable job roles include security engineers, SOC analysts, blue-team operators, application security engineers, and security governance professionals seeking to validate AI-specific competencies alongside their existing security expertise.
CompTIA positions SecAI+ as a mid-level specialization that builds directly on core certifications such as Security+, CySA+, and PenTest+. It is well-suited for professionals already working in security operations, threat detection, or GRC roles who need to demonstrate competence in protecting AI pipelines, applying AI-driven automation, and navigating the compliance requirements of AI-enabled environments.
There are no formal prerequisites required to sit for the CY0-001 exam. However, CompTIA strongly recommends candidates have 3–4 years of overall IT experience, including at least 2 years of hands-on cybersecurity experience, before attempting SecAI+. Prior attainment of Security+, CySA+, or PenTest+—or equivalent knowledge—is also recommended, as the exam assumes familiarity with core security concepts such as threat modeling, incident response, and risk management.
Candidates should also have a working understanding of foundational AI concepts—including machine learning terminology, model lifecycle basics, and common AI use cases—before diving into the AI-specific controls and governance frameworks that make up the bulk of the exam content. CompTIA positions SecAI+ as an add-on specialization rather than a standalone entry-level credential.
The CY0-001 exam consists of a maximum of 60 questions, combining multiple-choice and performance-based question (PBQ) formats. Performance-based questions require candidates to demonstrate practical skills through simulated scenarios rather than selecting from predefined answers. The total allotted time is 60 minutes, and the exam is delivered in English only.
Scoring is on a scale of 100 to 900, with a passing score of 600. The exam is available through Pearson VUE, which offers both online proctored and in-person testing center delivery options consistent with other CompTIA exams. No specific number of unscored pretest items has been published for this exam version.
SecAI+ is positioned at the convergence of two of the fastest-growing areas in enterprise technology, and professionals who hold this credential can demonstrate competency for roles such as AI Security Engineer, Security Operations Analyst, Cloud Security Engineer, AI/ML Security Specialist, and GRC Analyst in AI-enabled organizations. CompTIA's recommended pathway places SecAI+ as a specialization after CySA+ or PenTest+, making it a credential that differentiates mid-career cybersecurity professionals in a crowded market.
The demand for professionals who can both secure AI systems and operationalize AI within security teams is expanding rapidly, with organizations across financial services, healthcare, government, and technology sectors facing mounting AI security incidents and growing regulatory pressure around AI governance. SecAI+ provides a vendor-neutral, ANSI/ISO 17024-accredited credential that signals verified competency to employers regardless of specific technology stack, complementing vendor-specific AI and security certifications from providers such as Microsoft, AWS, and Google.
5 sample questions with answers and explanations. The full bank has 600 questions, enough for 6 full-length practice exams.
Preview — answers shown1. A security engineer at Woodgrove is hardening the hyperparameter configuration for a neural network used in network intrusion detection. Which hyperparameter security consideration is most critical? (Select one!)
Explanation
Hyperparameter security focuses on maintaining integrity and auditability. Unauthorized modifications to hyperparameters (learning rate, architecture choices, regularization) can intentionally degrade model performance, introduce backdoors, or cause the model to ignore certain attack patterns. Version control and logging provide traceability and prevent tampering. Encrypting learning rate values during training provides no security benefit since they are not sensitive data, batch size has no cryptographic significance, and randomizing dropout rates defeats the purpose of reproducible training and doesn't enhance security.
2. Trey Research uses AI-powered static and dynamic malware analysis tools in their SOC. An analyst receives alerts from both systems about a suspicious executable. The static analysis tool (analyzing code structure) flags it as benign, while the dynamic analysis tool (analyzing runtime behavior in a sandbox) identifies malicious activity. What is the BEST next step? (Select one!)
Explanation
Dynamic analysis often catches malicious behaviors that static analysis misses, such as polymorphic code, delayed execution, or environment-specific triggers. When tools disagree, the detection of malicious behavior during runtime should trigger investigation, as static analysis can be evaded through obfuscation. This is a defense-in-depth principle where different analysis methods complement each other. Averaging scores or trusting only one method ignores the complementary nature of these techniques. Further investigation is warranted when any credible detection method identifies threats.
3. Tailspin's customer behavior prediction model is vulnerable to model inversion attacks where attackers reconstruct training data from model outputs. Which defenses directly mitigate this risk? (Select two!)
Multiple correct answersExplanation
Model inversion attacks exploit high-precision outputs to reconstruct training data. Rounding confidence scores and rounding numerical outputs both reduce the information leakage in each response, making reconstruction significantly harder. Rate limiting helps with model extraction attacks but does not reduce per-query information leakage. Ensemble methods improve adversarial robustness but don't inherently limit output precision. Input validation prevents malformed queries but doesn't limit the granularity of returned outputs.
4. Wingtip Toys deployed an AI-powered recommendation engine that autonomously approves and executes product discounts, inventory transfers, and vendor orders without human review. A security assessment found the LLM could be manipulated through crafted user inputs to approve unauthorized bulk orders. Which OWASP LLM Top 10 risk does this autonomous decision-making architecture represent? (Select one!)
Explanation
LLM08: Excessive Agency occurs when an LLM-based system is granted too much autonomy, permissions, or capability to take consequential actions without appropriate human oversight. The system has the ability to execute real business transactions—discounts, inventory transfers, vendor orders—without any approval workflow. This excessive grant of authority means that any manipulation of the LLM (through prompt injection, social engineering, or model limitations) can have immediate financial and operational impact. Mitigation requires implementing least-privilege access, approval workflows for high-impact actions, and human-in-the-loop controls. Insecure Output Handling (LLM02) would involve passing unsanitized LLM text output to downstream interpreters like SQL or system commands. Overreliance (LLM09) refers to human operators trusting LLM outputs without verification, not the architectural grant of autonomous system authority. Prompt Injection (LLM01) describes a technique that could be used to exploit the excessive agency, but the root vulnerability is the excessive authority granted.
5. Northwind's legal team is reviewing their customer service chatbot that makes product recommendations without human intervention. Under GDPR Article 22, what is required for this system? (Select one!)
Explanation
GDPR Article 22 grants individuals the right not to be subject to solely automated decisions that produce legal effects or similarly significantly affect them. Product recommendations from a chatbot typically do not meet this significance threshold, so mandatory human oversight under Article 22 is not triggered. The system is not completely prohibited since it does not make legally significant decisions. User consent and annual audits are not specifically mandated by Article 22 for this type of low-impact recommendation system.
CompTIA Network+ (N10-009)
N10-009 · 699 questions
CompTIA PenTest+ (PT0-003)
PT0-003 · 699 questions
CompTIA Project+ (PK0-005)
PK0-005 · 696 questions
CompTIA Security+ (SY0-701)
SY0-701 · 700 questions
CompTIA SecurityX (CAS-005)
CAS-005 · 599 questions
CompTIA Tech+ IT Fundamentals (FC0-U71)
FC0-U71 · 599 questions
$17.99
One-time access to this exam