Questions 0% 0 / 0 Correct Start New Session 00:00 Score: 0% Question: 1 / 10 1. The legal department of a mid-sized healthcare provider discovers that several medical researchers have been using a popular, unsanctioned "freemium" AI transcription service to summarize patient consultation notes. The service's Terms of Service (ToS) state that all uploaded data may be used to "improve future model performance" and is stored in a public cloud region outside of the provider's domestic jurisdiction. As the Chief Security Officer (CSO), which of the following represents the most critical risk to the organization resulting from this 'Shadow AI' usage? A. Potential for model hallucinations leading to inaccurate medical summaries. B. Violation of regulatory data residency and privacy mandates (e.g., HIPAA or GDPR). C. Financial loss due to the use of unoptimized, non-enterprise licensing. D. Degradation of local network bandwidth due to large file uploads to external APIs. Verify Answer While data exfiltration is the mechanism, the "Primary Risk" to a healthcare organization is the legal consequence (fines, loss of license, and lawsuits) of violating strict privacy laws like HIPAA. Because the data is being stored in an unknown region and used for training (violating the "purpose limitation" of privacy), the organization has lost its legal "chain of custody" over Protected Health Information (PHI). - Model Hallucinations: This is a serious Operational/Safety risk. However, from a Domain 1 Risk Management perspective, "Regulatory Non-Compliance" is almost always viewed as a more systemic and existential threat to the enterprise's ability to operate than individual errors in transcription. - Financial Loss (Licensing): This is a "Business Management" issue, but rarely a "Security" priority. CISSP focuses on protecting the CIA Triad (Confidentiality, Integrity, and Availability). Saving a few dollars on a license doesn't outweigh a catastrophic privacy breach. - Network Bandwidth: This is a Domain 4 (Network Security) technical concern. While Shadow AI does use bandwidth, in the context of a healthcare provider handling sensitive data, the "Performance" impact is negligible compared to the "Privacy" impact. ⚐ Report Question ? 2. A global e-commerce company processes thousands of transactions per minute. After a database failure, the business determines that no more than 5 minutes of data loss is acceptable, but recovery time can take up to one hour. The current backup strategy performs full backups every night and incremental backups every hour. Which of the following is true ? A. The current backup strategy meets RPO because incremental backups reduce data loss compared to full backups B. The current backup strategy meets RPO because recovery time is within one hour as required by the business C. The current backup strategy does not meet RPO and must be improved to capture data changes at least every 5 minutes D. The current backup strategy partially meets RPO because full backups ensure complete data restoration regardless of timing Verify Answer RPO defines the maximum acceptable data loss, which is 5 minutes here. With hourly incremental backups, the company risks losing up to 60 minutes of data, which violates the RPO. Backups must occur at least every 5 minutes (or use replication/log shipping). - The current backup strategy meets RPO because incremental backups reduce data loss compared to full backups.Incrementals help, but hourly frequency still exceeds the 5-minute data loss tolerance. - The current backup strategy meets RPO because recovery time is within one hour as required by the business Confuses RPO with RTO; recovery time (RTO) is irrelevant to data loss requirements. - The current backup strategy partially meets RPO because full backups ensure complete data restoration regardless of timing. Full backups ensure completeness, not recency; timing still determines data loss exposure. ⚐ Report Question ? 3. Which organizational control serves the dual purpose of detecting fraudulent activities and acting as a contingency plan for employee departure? A. Least Privilege B. Job Rotation C. Detailed Procedures D. Strong Hierarchies Verify Answer Job Rotation is a powerful administrative control. First, it detects fraud because a 'collusion' or secret exploit is often uncovered when a new person takes over the desk and notices anomalies. Second, it supports 'Business Continuity' because it ensures that multiple employees are trained to perform critical tasks, meaning the organization isn't crippled if one person leaves unexpectedly. ⚐ Report Question ? 4. A company implements SAML-based Single Sign-On between an internal Identity Provider (IdP) and multiple cloud Service Providers (SPs). After a penetration test, it is discovered that an attacker was able to authenticate as another user without compromising credentials by reusing a previously captured SAML response. What is the most likely control failure? A. Missing validation of SAML assertion expiration and uniqueness (replay protection). B. Lack of encrypted SAML assertions between the IdP and SP, allowing interception and reuse of sensitive attributes by the attacker. C. Improper configuration of federated trust, where the SP does not verify the IdP’s certificate chain against a trusted root authority. D. Failure to enforce multi-factor authentication at the IdP level, allowing attackers to reuse previously authenticated sessions. Verify Answer SAML replay attacks happen when assertions are reused. Proper validation of timestamps (NotBefore/NotOnOrAfter) and unique IDs prevents reuse. - Encryption protects confidentiality, not replay. Even encrypted assertions can be replayed if not validated. - Certificate validation ensures trust in the IdP, but the issue here is reuse of a valid assertion, not trust establishment. - MFA strengthens authentication but does not prevent replay of an already valid SAML response. ⚐ Report Question ? 5. During an audit of a large B2B SaaS platform, it is discovered that 'Orphaned Accounts' from former partner employees remain active for weeks after they leave their respective companies. Which technology solution BEST addresses this risk of automated lifecycle management in a federated environment? A. Implementing a strictly enforced weekly manual reconciliation process between the SaaS provider and the partners. B. Using System for Cross-domain Identity Management (SCIM) for automated provisioning and de-provisioning. C. Switching from SAML-based authentication to OpenID Connect (OIDC) with shorter token lifetimes. D. Hardening the cloud directory with multi-factor authentication (MFA) to prevent unauthorized access to these accounts. Verify Answer SCIM (B) is specifically designed to automate identity lifecycle management across different systems. Manual reconciliation is too slow. OIDC handles authentication, not provisioning. MFA protects accounts but doesn't remove 'orphans.' ⚐ Report Question ? 6. An organization relies heavily on a widely adopted AI security standard to govern its machine learning lifecycle. The standard is recently revised to address emerging AI risks, but no explicit compliance deadline is provided. Additionally, a related legacy standard used by the organization is officially declared obsolete. Six months later, an audit finds that the organization is still aligned with the previous version of the updated standard and continues using the obsolete one. Management argues that no deadlines were mandated and that change could disrupt operations. What is the MOST appropriate course of action from a governance perspective? A. Continue operating under the existing standards until a formal compliance deadline is issued, ensuring stability of operations while monitoring for any future mandatory enforcement requirements B. Immediately replace all outdated and obsolete standards with the latest versions across all systems to ensure full compliance with current best practices and eliminate any potential security gaps C. Delegate responsibility to technical teams to gradually integrate updates to the standards as part of routine system maintenance activities without requiring formal governance oversight or executive involvement D. Initiate a formal review to assess updated and replacement standards, present findings to senior leadership for approval, and implement changes within a risk-informed timeframe despite the absence of mandated deadlines Verify Answer Governance is proactive, not reactive. Even without a mandated deadline, a governance body is responsible for assessing changes in the regulatory and threat landscape. By performing a review and presenting a risk-informed timeframe to leadership, the organization balances the need for security with the business's need for operational stability. - Just because a "deadline" hasn't been set doesn't mean the risks addressed by the new standard don't exist. Waiting for a mandate before acting is a failure of leadership and leaves the organization exposed to known vulnerabilities. - Governance must weigh security against the organization's mission. Abruptly changing standards without a transition plan or risk assessment can cause more harm than good. - Governance is a top-down responsibility exercised by the board and executive management. Delegating the decision to technical teams without formal oversight removes accountability and fails to ensure that the changes align with the organization's broader strategic goals. ⚐ Report Question ? 7. Your company is trying to control software license costs by ensuring the right number of licenses are in use. Which IAM (Identity and Access Management) process has the greatest impact on maintaining optimal license usage? A. Move B. Join C. Leave D. Merge Verify Answer In general (for licenses management and beyond) "move" operations are usually the most complicated because they require to revoke some access rights and , at the same time, assign new ones. "Merge" is not standard IAM jargon. ⚐ Report Question ? 8. In your company, where there is a shortage of staff, you’ve been asked to prevent internal fraud and collusion. What should you do first? A. Request implementation of mandatory vacancies (periods when a position is left unfilled). B. Review access logs regularly. C. Request implementation of job rotation among employees. D. Check if policies enforce the principle of least privilege. Verify Answer Rotating employees between different roles helps reduce fraud and collusion by preventing people from having unchecked control for too long. This is especially useful when staff numbers are limited. - Request implementation of mandatory vacancies. Almost correct but less practical. Leaving positions empty temporarily can reduce fraud but may not be feasible with limited personnel and can disrupt operations. - Review access logs regularly. Reviewing logs is important to detect suspicious activity, but it is more of a detective control than a preventive one. - Check if policies enforce the principle of least privilege. Least privilege limits access to only what’s necessary, which helps prevent fraud, but this is part of a broader access control strategy rather than the immediate step to prevent collusion. ⚐ Report Question ? 9. An organization is integrating a new AI-driven analytics platform and is currently defining the specific policies, decision-making authorities, and accountability metrics required to oversee its deployment. Which of the following is the most critical outcome of this process? A. Ensuring that all technical AI deployment activities are strictly limited to the organization’s core business functions and primary revenue streams. B. Establishing a framework that clearly identifies who holds the authority to make decisions and who is ultimately accountable for the AI's outcomes. C. Developing a comprehensive set of evaluation criteria to measure the daily operational performance and processing speed of the new AI platform. D. Creating a detailed procedural manual that outlines the step-by-step technical roles required for the IT department to maintain the AI system. Verify Answer Governance is the "framework" that ensures the right people are answering for the results. - While governance "ensures the business focuses on core activities," limiting all activities strictly to revenue streams is too restrictive and tactical. Governance provides the direction, but management handles the specific limitations of deployment. - Evaluating performance is a part of governance, but focusing on "daily operational performance and processing speed" is a Management/Operations task (SLAs), not a Governance task (Strategic oversight). - "Step-by-step technical roles" and "procedural manuals" fall under Management and Procedures. Governance sets the Policy (the "what"), while Management creates the Procedures (the "how"). ⚐ Report Question ? 10. An enterprise implements Trusted Platform Module 2.0 (TPM 2.0) to strengthen endpoint integrity. During a security review, an auditor notices that a system can successfully attest its integrity even after unauthorized firmware changes, as long as the changes occur before the measurement process begins. Which of the following best explains this behavior? A. The issue occurs because TPM 2.0 stores measurements statically, allowing pre-boot modifications to overwrite trusted values before attestation occurs B. The issue occurs because TPM 2.0 cannot measure firmware integrity unless secure boot is disabled during the attestation process C. The issue occurs because TPM 2.0 only validates runtime integrity and does not include firmware measurements in its platform configuration registers D. The issue occurs because TPM 2.0 relies on a chain of trust where early measurements define the baseline, allowing compromised initial states to be treated as trusted Verify Answer TPM 2.0 uses a chain of trust starting from the Root of Trust for Measurement (RTM). If the initial measurement is already compromised, the TPM will extend and report a trusted but incorrect state, making attestation appear valid. - TPM does not store measurements statically; it uses PCR extensions, which are cumulative and cannot simply be overwritten in the way described. - Secure Boot strengthens trust but is not required for TPM measurements. The issue is not about enabling/disabling Secure Boot. - TPM absolutely measures firmware and stores hashes in Platform Configuration Registers (PCRs). The problem is when the measurement starts, not what is measured. ⚐ Report Question ? ← Previous Next Question → Submit Exam 📝 Request Question Clarification Our expert team will review your question and respond ASAP × 💡 Tip: Be specific about what's unclear. The more details you provide, the better we can help! Your Name Your Email Question # Question Preview Your Question / Comments * Minimum 10 characters required Cancel 📧 Send Request