0
0
Azurecloud~20 mins

Azure AD tenants and directories - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Azure AD Tenant Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding Azure AD Tenant Isolation

Which statement best describes the isolation between two Azure AD tenants?

AUsers and resources in one tenant cannot access resources in another tenant without explicit guest invitations.
BUsers in one tenant can access resources in another tenant by default if they share the same domain name.
CAll tenants under the same Azure subscription share the same user directory automatically.
DTenants are isolated only at the subscription level but share user identities across tenants.
Attempts:
2 left
💡 Hint

Think about how Azure AD controls access across different organizations.

Architecture
intermediate
2:00remaining
Choosing the Right Azure AD Tenant for a Multi-Region Company

A company operates in multiple countries and wants to centralize user management while complying with data residency laws. Which Azure AD tenant strategy is best?

ACreate a single Azure AD tenant for all regions and use conditional access policies to restrict data access by location.
BCreate separate Azure AD tenants for each country and do not link them to maintain data residency compliance.
CUse one tenant per region but synchronize users across tenants using Azure AD Connect.
DUse multiple tenants but merge them into one tenant monthly to centralize user data.
Attempts:
2 left
💡 Hint

Consider how Azure AD supports centralized management and compliance controls.

security
advanced
2:00remaining
Impact of Guest User Invitations on Azure AD Tenant Security

What is the primary security risk when inviting guest users from external organizations into your Azure AD tenant?

AGuest users gain full administrative rights by default in the host tenant.
BGuest users can delete the host tenant's directory if invited incorrectly.
CGuest users automatically synchronize their credentials with the host tenant's directory.
DGuest users can access resources beyond what is explicitly shared if permissions are not carefully managed.
Attempts:
2 left
💡 Hint

Think about permission boundaries and sharing controls.

service_behavior
advanced
2:00remaining
Azure AD Tenant Behavior on Subscription Transfer

What happens to the Azure AD tenant association when an Azure subscription is transferred from one tenant to another?

AThe subscription remains linked to the original tenant, and transfer is not possible.
BThe subscription moves to the new tenant, and all users from the old tenant lose access immediately.
CThe subscription is associated with the new tenant, but users from the old tenant retain access until explicitly removed.
DThe subscription is deleted and must be recreated under the new tenant.
Attempts:
2 left
💡 Hint

Consider how Azure manages user access during subscription transfers.

Best Practice
expert
3:00remaining
Best Practice for Managing Multiple Azure AD Tenants in a Large Organization

In a large organization with multiple Azure AD tenants, what is the best practice to ensure secure and efficient user access management?

AManually create duplicate user accounts in each tenant to maintain separation and avoid cross-tenant access.
BUse Azure AD B2B collaboration to invite users across tenants and manage access centrally with role-based access control (RBAC).
CMerge all tenants into one tenant regardless of organizational boundaries to simplify management.
DDisable guest access and require users to switch tenants manually to access resources.
Attempts:
2 left
💡 Hint

Think about how Azure AD supports collaboration and access control across tenants.