Mock Exam Section 3: Security, Governance, and Cost
Practise questions on Entra ID, Defender for Cloud, Azure Policy, cost management tools, and SLAs — the domains where candidates most commonly lose marks.
Mock Exam Section 3: Security, Governance, and Cost is a free Cloud & IT Cert Prep lesson on CoddyKit — lesson 3 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the Cloud & IT Cert Prep learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.
Mock Exam: Section 3 Introduction
Welcome to Mock Exam Section 3: Security, Governance, and Cost. This domain accounts for approximately 30–35% of AZ-900 marks and covers Entra ID, Defender for Cloud, Azure Policy, resource locks, cost tools, and SLAs. This is the domain where candidates most commonly lose marks due to service name confusion and subtle distinctions. Give yourself 18–20 minutes for this section. Focus on reading each scenario carefully before answering.
Q1: Security Posture Dashboard
Scenario: A cloud administrator wants a single dashboard showing overall security health across all Azure subscriptions, with prioritised recommendations and a numeric score representing how well the environment follows security best practices. Which Azure service provides this?
A) Microsoft Defender for Cloud (Secure Score) — B) Microsoft Sentinel — C) Azure Policy — D) Azure Advisor
Q1: Answer — Defender for Cloud Secure Score
Answer: A — Microsoft Defender for Cloud (Secure Score). Defender for Cloud aggregates security recommendations and provides a percentage Secure Score. Microsoft Sentinel is a SIEM for threat detection and incident response — not a posture scoring tool. Azure Policy enforces governance rules but does not provide a security score. Azure Advisor has a security pillar but is not as focused as Defender for Cloud. Key signal: 'numeric security score + recommendations' → Defender for Cloud.
Q2: Identity — SSO Scenario
Scenario: A company wants employees to sign in once with their corporate credentials and then access both Microsoft 365 and Salesforce without being prompted for credentials again. Which Entra ID feature should they configure?
A) Single Sign-On (SSO) — B) Multi-Factor Authentication (MFA) — C) Conditional Access — D) B2B Collaboration
Q2: Answer — Single Sign-On
Answer: A — Single Sign-On (SSO). Entra ID SSO allows users to authenticate once and access multiple integrated applications without re-entering credentials. MFA adds a second factor but does not reduce authentication prompts across apps. Conditional Access evaluates sign-in signals and enforces policies alongside SSO but is not SSO itself. B2B Collaboration is for external partner users, not internal employees. Key signal: 'sign in once, access multiple apps without re-prompting' → SSO.
Q3: Governance — Enforcing Location Restrictions
Scenario: An enterprise wants to ensure that no Azure SQL Databases can be created outside East US and West US across all subscriptions. Resources in non-compliant regions must be rejected at creation time, not just flagged. Which Azure governance tool should they use?
A) Azure Policy (Deny effect) — B) Resource Locks — C) Azure Blueprints — D) Azure Advisor
Q3: Answer — Azure Policy with Deny Effect
Answer: A — Azure Policy with a Deny effect. Azure Policy with the Deny effect prevents resource creation that violates the policy rule. Assigning at a management group scope ensures it covers all child subscriptions. Resource Locks prevent deletion or modification of existing resources but cannot prevent new resources being created in wrong regions. Blueprints package Policy assignments but Policy itself does the enforcement. Key signal: 'reject at creation time' → Azure Policy, Deny effect.
Q4: Cost Tool — Before vs. After Deployment
Scenario: A company has not yet deployed any Azure resources. Their CFO wants to estimate the monthly cost of running 2 VMs, 1 Azure SQL Database, and 1 Load Balancer in East US before committing to the project. Which tool should they use?
A) Azure Pricing Calculator — B) Azure Cost Management — C) TCO Calculator — D) Azure Advisor
Q4: Answer — Azure Pricing Calculator
Answer: A — Azure Pricing Calculator. The Pricing Calculator estimates monthly costs for a proposed architecture before deployment. Azure Cost Management monitors actual spending for already deployed resources. The TCO Calculator compares on-premises costs vs. Azure — for migration business cases, not new architectures. Azure Advisor surfaces recommendations for existing resources, not cost estimates for undeployed services. Key signal: 'not yet deployed, estimate before committing' → Pricing Calculator.
Q5: SLA Composite Calculation
Scenario: A company deploys a web application using Azure App Service (SLA: 99.95%) and Azure SQL Database (SLA: 99.99%). Both services must be available for the application to work. What is the composite SLA?
A) ~99.94% — B) 99.95% — C) 99.99% — D) 100%
# Composite SLA calculation: multiply both SLAs (AND relationship)
# 0.9995 x 0.9999 = 0.99940005 ≈ 99.94%Q5: Answer — Composite SLA ~99.94%
Answer: A — approximately 99.94%. When two services must both be available (AND relationship), the composite SLA = SLA1 × SLA2 = 0.9995 × 0.9999 = 0.99940005 ≈ 99.94%. Adding dependencies always reduces the composite SLA below either individual SLA. This is why redundancy (Availability Zones, multi-region) is needed to maintain high-availability targets. An OR relationship would increase the composite SLA. Memorise this formula for the exam.
Quick Check
Test your understanding of Microsoft Azure Fundamentals (AZ-900) concepts from this lesson.
Section 3 Recap
In this section you practiced: Defender for Cloud Secure Score for security posture, SSO for single sign-on across multiple apps, Azure Policy Deny effect to block non-compliant resource creation, Azure Pricing Calculator for pre-deployment cost estimation, and composite SLA multiplication for AND-dependent services. Review any missed questions by revisiting its lesson. Next up: the final lesson reviews your scores and builds a targeted remediation plan.
Frequently asked questions
Is the “Mock Exam Section 3: Security, Governance, and Cost” lesson free?
Yes — the full text of “Mock Exam Section 3: Security, Governance, and Cost” is free to read here on the web, and the Cloud & IT Cert Prep course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the Cloud & IT Cert Prep course, upgrade to CoddyKit PRO.
What will I learn in “Mock Exam Section 3: Security, Governance, and Cost”?
Practise questions on Entra ID, Defender for Cloud, Azure Policy, cost management tools, and SLAs — the domains where candidates most commonly lose marks. You practise Cloud & IT Cert Prep with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.
Do I need any experience to start Cloud & IT Cert Prep?
No prior experience is required. Cloud & IT Cert Prep on CoddyKit is structured for beginners through advanced learners; this is — lesson 3 of 4, so you can start here or from the beginning and move at your own pace.
How long does the “Mock Exam Section 3: Security, Governance, and Cost” lesson take?
Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.
Can I write and run code in this Cloud & IT Cert Prep lesson?
Yes. Every Cloud & IT Cert Prep lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.
All lessons in this course
- Mock Exam Section 1: Cloud Concepts
- Mock Exam Section 2: Azure Architecture and Services
- Mock Exam Section 3: Security, Governance, and Cost
- Score Review and Weak-Area Remediation