CompTIA CY0-001 Practice Exam Questions & Answers

5 Free Questions · Last reviewed: August 31, 2026 · Prepared & Reviewed by the ValidExamDumps Editorial Team

Exam Facts

CompTIA CY0-001 Exam Details

Key details for this exam, checked against the published exam outline

126 Practice Questions (Our Bank)
60 minutes Exam Duration
600 (on a scale of 100-900) Passing Score
USD 359 Exam Fee
Exam Code
CY0-001
Full Name
CompTIA SecAI+ (CY0-001) v1 Exam
Issuing Body
CompTIA
Question Format (Our Bank)
Multiple Choice, Hotspot
Delivery
Online proctored (OnVue) or at Pearson VUE test centre
Eligibility
Recommended: 3-4 years IT experience, 2+ years hands-on cybersecurity. Security+, CySA+, PenTest+, or equivalent recommended. No prerequisites required.
Validity
3 years from the date of certification. Renewal requires Continuing Education (CE) credits through the CompTIA CE program.
Practice Questions

Free CY0-001 Practice Questions

Each question shows the correct answer and an explanation of why it is right

VA
ValidExamDumps Editorial Team Every question and its answer is checked by our CY0-001 exam preparation team, who also write the explanation shown with each one. How we research and review these pages

Which of the following improves the observability and auditing of an AI system?

Correct Answer: C
Explanation

Basic Concept: Observability in AI systems refers to the ability to monitor, log, trace, and audit the behavior of AI models in production. MLOps is the operational discipline that establishes the processes, tooling, and practices for managing AI systems throughout their lifecycle. CompTIA SecAI+ Study Guide covers MLOps as a key mechanism for AI system transparency and auditability.

Why C is Correct: MLOps implements comprehensive monitoring, logging, versioning, and audit pipelines for AI systems. It provides observability through model performance tracking, data drift detection, prediction logging, lineage tracking, and audit trails. MLOps platforms enable organizations to understand what their AI models are doing, why they are making certain decisions, and how their behavior changes over time, directly improving observability and auditing.

Why A is Wrong: Redeploying a model is an operational action taken to restore a previous version or apply updates. It does not improve monitoring infrastructure, logging capabilities, or auditing frameworks for ongoing observability.

Why B is Wrong: Manual detection relies on human observation to identify issues. It is labor-intensive, inconsistent, and not scalable for AI systems processing high volumes of data. It does not provide systematic observability or comprehensive audit trails.

Why D is Wrong: Anomaly detection identifies unusual patterns in data or behavior. While useful as a monitoring component within an observability strategy, it is a single technique and does not encompass the full observability and auditing capabilities provided by a comprehensive MLOps implementation.

A security architect performs threat modeling of an AI system. The architect needs to determine which attacks can be performed against the system.

Which of the following actions should the architect take next?

Correct Answer: D
Explanation

Basic Concept: AI-specific threat modeling requires consulting resources that catalogue adversarial attacks specifically developed for AI and ML systems. General cybersecurity frameworks may miss AI-unique attack vectors such as model inversion, data poisoning, and adversarial examples. CompTIA SecAI+ Study Guide identifies MITRE ATLAS as the authoritative source for AI system TTPs.

Why D is Correct: MITRE ATLAS provides a comprehensive, curated knowledge base of adversarial tactics, techniques, and procedures specifically targeting AI and ML systems, derived from real-world attack case studies. Analyzing ATLAS enables the architect to enumerate realistic AI-specific attacks applicable to the system being threat-modeled, which directly answers the question of which attacks can be performed.

Why A is Wrong: Using an LLM to map attack paths introduces uncertainty and potential hallucination risk. LLMs may generate plausible-sounding but inaccurate attack paths and cannot guarantee comprehensive coverage of AI-specific attack techniques.

Why B is Wrong: Quantifying risk of known vulnerabilities is a risk assessment step that occurs after identifying which attacks are possible. The architect must first identify attack possibilities before quantifying their risk impact.

Why C is Wrong: OWASP Top 10 covers web application vulnerabilities and, in its LLM edition, certain LLM-specific risks. However, MITRE ATLAS provides a more comprehensive and structured catalog of AI and ML-specific adversarial TTPs for systematic threat modeling.

Which of the following is the most impactful security risk associated with the use of a generative AI chatbot?

Correct Answer: B
Explanation

Basic Concept: Generative AI chatbots interact with users in natural language and may access organizational knowledge bases, databases, or prior conversations. The conversational nature of these systems creates unique risks around sensitive information disclosure. CompTIA SecAI+ Study Guide ranks data leakage as the primary security concern for generative AI chatbots.

Why B is Correct: Data leakage occurs when a generative AI chatbot inadvertently reveals sensitive information including PII, confidential business data, intellectual property, training data, or system configurations in its responses. This can happen through prompt injection attacks, insufficient output filtering, or the model memorizing and reproducing sensitive training data. The impact is immediate, potentially irreversible, and can result in regulatory violations, competitive disadvantage, and reputational damage.

Why A is Wrong: Overly permissive access is a contributing factor that can exacerbate data leakage but is an access control design issue rather than the most directly impactful runtime risk of operating a generative AI chatbot.

Why C is Wrong: Weak encryption is a data protection concern for data in transit or at rest. While important, it is a configuration issue separate from the generative AI chatbot's core operational risks and is not specific to chatbot technology.

Why D is Wrong: Model validation ensures a model performs as expected before deployment. While important for quality assurance, it is a development lifecycle activity rather than an ongoing operational security risk associated with running a chatbot.

SIMULATION

Instructions: Click the (+) to assign each threat category into its appropriate framework.

An architect is modeling an agentic system to meet security standards.

Correct Answer: A
Explanation

Basic Concept: This is a Performance-Based Question (PBQ) --- a simulation item requiring interactive drag-and-drop assignment of threat categories to appropriate frameworks in the actual exam. It tests knowledge of how different AI threat frameworks categorize and address specific threat types for agentic systems.

Key Concept --- Framework-to-Threat Mapping: MITRE ATLAS covers ML-specific adversarial tactics such as model evasion, data poisoning, model extraction, and prompt injection for agentic systems. OWASP LLM Top 10 addresses application-level LLM vulnerabilities such as insecure output handling, excessive agency, and supply chain risks. NIST AI RMF addresses governance-level risks across the AI lifecycle. STRIDE addresses architectural threats including spoofing, tampering, repudiation, information disclosure, DoS, and elevation of privilege.

Why This Matters: Agentic AI systems have a unique threat landscape combining traditional software vulnerabilities with AI-specific attacks. Correctly mapping threat categories to frameworks is essential for comprehensive threat modeling of systems that autonomously execute multi-step tasks with tool access and real-world consequences.

A security administrator must provide access controls for AI systems to list tables.

Which of the following should the administrator implement?

Correct Answer: D
Explanation

Basic Concept: AI systems interact with different resource layers including models, data stores, and infrastructure. Controlling what data an AI system can access requires implementing access controls at the data layer. CompTIA SecAI+ Study Guide differentiates between model access, data access, and network access controls for AI systems.

Why D is Correct: Data access controls govern what data resources an AI system can interact with, including which databases, tables, and records it can read or modify. To control an AI system's ability to list database tables, the administrator must implement data access controls that define precisely which tables the AI can enumerate and query, following the principle of least privilege for data interactions.

Why A is Wrong: Agentic AI access refers to permissions granted to autonomous AI agents to perform actions and use tools. It is a broader concept about what an AI agent can do operationally rather than a specific data-layer access control mechanism.

Why B is Wrong: A Network Access Control List controls network traffic at the IP and port level, determining which hosts can communicate with which network resources. It operates at the network layer and cannot enforce fine-grained control over which database tables an AI system is allowed to list.

Why C is Wrong: Model access controls govern who and what can interact with the AI model itself --- who can query it, update it, or access its parameters. This is distinct from data access, which controls what the model can read from data stores during operation.

Get Full Access

126 questions covering all exam domains, starting from $20

Study Guide

What the CompTIA CY0-001 Exam Covers

Exam domains verified against: Official CompTIA CY0-001 exam guide, last checked August 2026.

Domain 1: Basic AI Concepts Related to Cybersecurity 17%

Understand core AI principles and terminology including machine learning, deep learning, natural language processing, and automation. Recognize AI applications in security use cases for threat detection and defense, and identify AI-driven threats such as automated phishing, polymorphic malware, and adversarial machine learning.

Sample question from this domain above: Q2

Domain 2: Securing AI Systems 40%

Implement security controls to protect AI systems, data, and models using technical safeguards. Apply best practices for securing AI deployment environments across on-premises, cloud, and hybrid infrastructures. Mitigate adversarial risks and defend against attacks targeting AI models, data pipelines, and inference layers.

Sample questions from this domain above: Q1Q3Q5

Domain 3: AI-Assisted Security 24%

Use AI-driven tools to identify anomalies, detect threats, and accelerate incident remediation and response. Automate security workflows by integrating AI for event triage, alert correlation, and response orchestration. Apply AI techniques including threat modeling, behavior analysis, and continuous monitoring in security operations.

Domain 4: AI Governance, Risk, and Compliance 19%

Understand global governance requirements and regulatory frameworks applicable to AI adoption. Integrate governance, risk management, and compliance practices throughout the AI lifecycle and projects. Ensure responsible AI use by applying ethical guidelines, legal standards, and industry frameworks such as GDPR and NIST AI RMF.

Sample question from this domain above: Q4

FAQ

CY0-001 Exam FAQ

Common questions about the exam itself

How difficult is the CompTIA SecAI+ exam compared to other CompTIA certifications?
SecAI+ is significantly harder than entry-level exams and sits at mid-level difficulty but with a novel focus on AI security scenarios. Candidates report it tests genuine applied knowledge through performance-based questions rather than pure recognition, and the 40% weighting on Securing AI Systems alone means system defense is your primary challenge.
What background do I need before sitting CY0-001?
CompTIA recommends 3-4 years of IT experience and 2+ years hands-on cybersecurity before you attempt SecAI+. While Security+, CySA+, or PenTest+ are not required, they give you the foundational cybersecurity vocabulary needed to understand the AI-specific attack vectors and defenses covered in the exam.
Which SecAI+ domain is the hardest to prepare for?
Securing AI Systems (40% of the exam) is the deepest and broadest domain. It covers AI-specific attack frameworks like OWASP LLM Top 10, OWASP ML Security Top 10, and MITRE ATLAS, plus practical controls like prompt firewalls and model guardrails. Candidates should plan 40% of study time to this domain and practice performance-based scenarios under time pressure.
How long should I prepare for the CY0-001 exam?
Most professionals with existing cybersecurity knowledge prepare for 4-6 weeks of focused study. If you are new to AI concepts, plan 6-8 weeks instead. Preparation includes studying the official exam objectives, watching structured video content, and practicing realistic performance-based questions in the exam format.
What happens on exam day for SecAI+?
You have 60 minutes to answer a maximum of 60 questions. The exam mixes multiple-choice items with performance-based questions that simulate real-world scenarios like prompt injection detection or gateway configuration. You can test online through OnVue proctoring or in-person at a Pearson VUE centre. Budget 2-4 minutes per performance-based question and answer multiple-choice items quickly first.
What is the retake and rescheduling policy for CY0-001?
You can retake SecAI+ after failing with no waiting period between the first and second attempt. A 14-day waiting period applies before a third attempt and beyond. Exam vouchers are valid for 12 months from purchase, and each retake requires a full-price voucher unless you purchased a retake assurance bundle.
How long does the CompTIA SecAI+ certification stay valid?
The SecAI+ certification is valid for 3 years from the date you pass. To renew before expiry, you must earn Continuing Education (CE) credits through the CompTIA CE program by attending training, earning higher certifications like SecurityX, or participating in approved industry activities.
Which job roles does CompTIA SecAI+ prepare me for?
SecAI+ qualifies you for security engineer, blue-team, application security, security operations, and governance roles that involve protecting AI systems and integrating AI into security workflows. Employers increasingly require AI security validation for roles touching AI infrastructure, ML operations, or GenAI deployment.
How does SecAI+ CY0-001 relate to Security+ and other CompTIA exams?
SecAI+ is part of CompTIA's Expansion series and sits at mid-level alongside CySA+ and PenTest+. It is not a successor to Security+ but a specialisation for professionals who already hold Security+ and want to prove AI security expertise. You can pursue SecAI+ independently or add it to advance an existing cybersecurity certification path.
What is the difference between the SecAI+ exam format and traditional CompTIA exams?
SecAI+ emphasises performance-based questions (PBQs) more heavily than many other CompTIA exams because AI security demands hands-on judgment. You will face scenario-based questions about prompt firewalls, data pipeline protection, and incident response in AI environments. Memorising definitions is not enough. you need to apply controls in realistic situations.