ISACA · CyberSec-Audit
Validates the ability to evaluate cybersecurity risk and audit organizational cybersecurity controls, covering cybersecurity operations, technology topics, governance, the audit role in cybersecurity, security frameworks, threat assessment, and regulatory requirements.
Practice Questions
597
≈ 3 practice exams
Duration
120 minutes
Passing Score
65%
Difficulty
AssociateLast Updated
Feb 2026
Use this CyberSec-Audit practice exam to prepare for Cybersecurity Audit Certificate with realistic questions, detailed explanations, and focused study modes. The practice bank includes 597 questions for ISACA CyberSec-Audit, so you can review the exam steadily instead of relying on one long cram session.
As you practice, pay extra attention to patterns in your missed answers. 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.
The ISACA Cybersecurity Audit Certificate is a certificate-level credential designed to validate a professional's ability to evaluate cybersecurity risk and audit organizational cybersecurity controls. The program is organized across four high-level domains—Cybersecurity Operations, Cybersecurity Technology Topics, Cybersecurity Governance, and Cybersecurity and Audit's Role—developed through extensive research and input from subject matter experts worldwide. It bridges the gap between traditional IT audit and modern cybersecurity practice, equipping candidates to assess threat environments, evaluate security controls, and align audits with established security frameworks and regulatory requirements.
This certificate is recognized globally and is particularly valued in industries where assurance over cybersecurity posture is critical, such as finance, healthcare, government, and technology. Unlike ISACA's full CISA certification, it does not require prior work experience, making it accessible to those earlier in their audit or security careers while still demonstrating verified, exam-tested competency through a shareable digital badge issued via the Credly platform.
The Cybersecurity Audit Certificate is primarily aimed at audit and assurance professionals who need to develop or formalize their cybersecurity audit skills, as well as IT risk professionals seeking a deeper understanding of cyber-related risks and mitigating controls. Security practitioners who want to understand the audit process from a cybersecurity lens are also well-served by this credential.
Suitable job roles include IT auditors, internal auditors, IT risk analysts, compliance officers, and information security analysts. ISACA recommends that candidates have a basic understanding of cybersecurity concepts and some prior industry experience, though neither is a formal requirement. The certificate is especially useful for professionals looking to add cybersecurity audit specialization without committing to the full CISA certification pathway.
There are no formal prerequisites for the Cybersecurity Audit Certificate. Candidates may register at any time without needing to demonstrate prior certifications, educational qualifications, or work experience. This makes it one of ISACA's most accessible credentials.
However, ISACA recommends that candidates possess a foundational understanding of cybersecurity concepts and some practical experience within the IT audit or security industry before sitting the exam. Familiarity with common security frameworks (such as NIST, ISO 27001, or COBIT) and basic knowledge of audit methodologies will assist in exam preparation and in understanding the context of the domains covered.
The Cybersecurity Audit Certificate exam is delivered online as a closed-book, remotely proctored assessment. It consists of 75 multiple-choice questions and must be completed within a 2-hour time limit. The number of questions per domain is proportional to each domain's assigned percentage weight. A passing score of 65% or higher is required.
Candidates can register at any time on a continuous basis, and exam scheduling is available as early as 48 hours after payment of registration fees. Upon registration, candidates have a 12-month eligibility window in which to sit the exam. Exam fees are US$259 for ISACA members and US$299 for non-members. Upon passing, candidates receive a digital badge credential managed through the Credly platform.
The Cybersecurity Audit Certificate positions holders to pursue or advance in roles such as IT auditor, internal auditor, IT risk analyst, compliance officer, and information security analyst. It serves as a strong entry point toward ISACA's flagship CISA certification, and professionals who later earn the CISA can expect significantly elevated earning potential—ISACA salary survey data indicates that certified professionals earn approximately 20% more than non-certified peers, with average U.S. CISA salaries exceeding $149,000 annually. Even at earlier career stages, IT audit and cybersecurity audit professionals in the U.S. typically earn between $63,000 and $100,000 depending on experience level.
Demand for cybersecurity audit skills is strong across regulated industries including financial services, healthcare, and government, where assurance over cybersecurity controls is a compliance and governance requirement. The certificate's digital badge, shareable via LinkedIn and Credly, provides verifiable proof of competency that is recognized by employers globally. For professionals who are not yet ready for the full CISA, this certificate offers a credible intermediate credential that demonstrates practical knowledge of cybersecurity audit without requiring years of documented work experience.
5 sample questions with answers and explanations. The full bank has 597 questions, enough for 3 full-length practice exams.
Preview — answers shown1. A SaaS provider's Terms of Service state that the customer is responsible for data security, access controls, and compliance. A customer experiences a data breach due to misconfigured access permissions. According to the shared responsibility model, who bears PRIMARY responsibility for this security failure? (Select one!)
Explanation
In the shared responsibility model for SaaS, customers always bear primary responsibility for their data security, access controls, and compliance regardless of service model. The provider is responsible for the application security and infrastructure, but the customer must properly configure access controls, manage user permissions, and implement appropriate security settings. This aligns with the Gartner prediction that 99 percent of cloud security failures through 2025 will be the customer's fault. The provider is not responsible for how customers configure and use the service. Responsibility is not equally shared; it is clearly delineated by the service model. In SaaS, the distinction between application and infrastructure is irrelevant since both are provider-managed, but data and access control remain customer responsibilities.
2. During a data protection audit for a healthcare organization, the auditor discovers the organization conducts automated profiling of patient data to predict health outcomes and adjust insurance pricing. Which GDPR requirement must the auditor verify the organization has completed? (Select one!)
Explanation
GDPR Article 35 requires Data Protection Impact Assessment when processing involves systematic and extensive automated evaluation including profiling, large-scale special category data, or systematic monitoring of public areas. Automated profiling for insurance pricing decisions triggers DPIA requirements. Breach notification applies when breaches occur, not for routine processing activities. Data Protection Officer appointment depends on organization type and processing activities, not specifically on profiling. Consent withdrawal mechanisms are required when processing relies on consent, but profiling may use other legal bases.
3. An organization implements Kubernetes for container orchestration and must ensure security best practices. The security team reviews cluster configurations and finds that RBAC is enabled, pod security policies enforce runAsNonRoot, and network policies implement default-deny rules. However, service account tokens are automatically mounted to all pods with no expiration. What is the GREATEST risk introduced by this configuration? (Select one!)
Explanation
Automatically mounted service account tokens without expiration create a significant risk where compromised pods can use these long-lived tokens to authenticate to the Kubernetes API and potentially escalate privileges or move laterally. Many pods don't need Kubernetes API access and should not receive service account tokens. Service account tokens consume minimal storage. Pods will start successfully with automatically mounted tokens; the risk is excessive access. Network policies operate independently of authentication tokens and do not conflict.
4. An auditor evaluates an organization's cloud security implementation on Microsoft Azure and discovers: virtual networks implemented with network security groups, customer data encrypted at rest using Azure-managed keys, Azure Active Directory integrated with on-premises AD, application security groups used for workload isolation, customer owns security monitoring and logging configuration. According to the shared responsibility model, which security control is the organization's responsibility regardless of service model? (Select one!)
Explanation
Under the cloud shared responsibility model, customers are ALWAYS responsible for their data regardless of service model (IaaS, PaaS, or SaaS). This includes data classification, protection through encryption and access controls, compliance with regulations governing data usage, and data lifecycle management. The cloud provider never assumes responsibility for customer data security, making this the customer's constant responsibility across all cloud services. Physical datacenter security is always the cloud service provider's responsibility. Operating system security is shared responsibility that shifts based on service model - customer responsibility for IaaS, provider responsibility for PaaS and SaaS. Network infrastructure between regions and availability zones is cloud provider responsibility.
5. An organization implements SAML 2.0 for single sign-on across multiple cloud applications. The identity provider (IdP) is hosted on-premises, and service providers (SPs) are various SaaS applications. During the audit, the auditor discovers that SAML assertions are valid for 8 hours and contain the user's email address, group memberships, and role assignments. The assertions are signed but not encrypted. What is the MOST significant security concern? (Select one!)
Explanation
While SAML assertions must be signed to ensure integrity and authenticity, encryption is optional but recommended when assertions contain sensitive attributes. Unencrypted assertions transmitted over HTTPS are protected in transit, but if intercepted through man-in-the-middle attacks or logged inappropriately, they could expose user attributes including group memberships and roles. This information disclosure could aid attackers in reconnaissance and privilege escalation. The 8-hour validity period is long but not uncommon for SAML implementations. SAML 2.0 remains widely used and is not deprecated; both SAML and OpenID Connect are valid modern protocols. On-premises IdP availability is a business continuity concern but not a direct security vulnerability if properly architected with redundancy.
Cloud Fundamentals Certificate
Cloud-Fund · 600 questions
COBIT Design & Implementation Certificate Program
COBIT-Design · 599 questions
COBIT Foundation Certificate
COBIT-Foundation · 600 questions
Cybersecurity Fundamentals Certificate
CyberSec-Fund · 596 questions
Data Science Fundamentals Certificate
DataSci-Fund · 591 questions
Digital Trust Ecosystem Framework Foundation Certificate
Digital-Trust · 600 questions
$17.99
One-time access to this exam