0
0
Azurecloud~20 mins

Subscriptions and management groups in Azure - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Azure Subscriptions & Management Groups Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding Azure Management Groups Hierarchy

In Azure, you want to organize multiple subscriptions under a management group hierarchy. Which statement correctly describes the relationship between management groups and subscriptions?

AA management group can contain multiple subscriptions and other management groups, forming a tree structure.
BA subscription can belong to multiple management groups at the same time.
CSubscriptions are always at the top level and cannot be nested under management groups.
DManagement groups are only used for billing and cannot contain subscriptions.
Attempts:
2 left
💡 Hint

Think about how Azure organizes resources for governance and policy application.

Architecture
intermediate
2:00remaining
Designing Subscription Structure for Cost Management

You manage an organization with multiple departments. You want to separate billing and policies per department but keep centralized control. Which Azure structure best supports this?

ACreate multiple management groups per department but use a single subscription for all.
BCreate one subscription for all departments and use resource groups to separate resources.
CUse a single management group with no subscriptions and manage resources directly under it.
DCreate separate subscriptions per department and place them under a single management group for centralized policy management.
Attempts:
2 left
💡 Hint

Consider how billing and policy boundaries work in Azure.

security
advanced
2:00remaining
Applying Policies Across Multiple Subscriptions

You want to enforce a security policy that restricts VM sizes across all subscriptions in your organization. Where should you assign this policy for the most efficient management?

AAssign the policy individually to each subscription.
BAssign the policy at the management group that contains all subscriptions.
CAssign the policy at the resource group level inside each subscription.
DAssign the policy at the tenant root level only.
Attempts:
2 left
💡 Hint

Think about applying policies once to affect many subscriptions.

service_behavior
advanced
2:00remaining
Effect of Moving a Subscription Between Management Groups

You move a subscription from one management group to another. What immediate effect does this have on the subscription's policy and access control?

AThe subscription inherits policies and access controls from the new management group immediately, replacing previous ones.
BThe subscription retains all previous policies and access controls permanently.
CThe subscription loses all policies and access controls until manually reassigned.
DThe subscription duplicates policies from both old and new management groups, causing conflicts.
Attempts:
2 left
💡 Hint

Consider how inheritance works in Azure management groups.

Best Practice
expert
3:00remaining
Optimizing Management Group Structure for Large Enterprises

Your enterprise has hundreds of subscriptions across multiple regions and business units. What is the best practice for structuring management groups to balance governance, scalability, and ease of management?

ACreate a flat structure with all subscriptions directly under the root management group to simplify hierarchy.
BAvoid using management groups and manage policies at the subscription level for maximum flexibility.
CCreate a balanced hierarchy grouping subscriptions by business unit first, then by region, limiting nesting depth to maintain clarity.
DCreate a deep hierarchy with many nested management groups per business unit and region to isolate policies strictly.
Attempts:
2 left
💡 Hint

Think about balancing complexity and manageability in large organizations.