0
0
Azurecloud~20 mins

What is Azure - Practice Questions & Exercises

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Azure Cloud Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding Azure's Core Service Model

Which of the following best describes the main service model Azure provides to users?

AA platform that lets you rent virtual computers and storage to build and run applications.
BA social media platform for sharing photos and videos.
CA software you install on your computer to manage files locally.
DA hardware device that connects your home to the internet.
Attempts:
2 left
💡 Hint

Think about what cloud services generally offer: renting computing power and storage over the internet.

Architecture
intermediate
2:00remaining
Azure Regions and Availability Zones

What is the main purpose of Azure Availability Zones within a region?

ATo store user passwords securely in one place.
BTo offer free internet access to users in that region.
CTo provide multiple physical locations within a region to increase application reliability and uptime.
DTo limit the number of users who can access Azure services.
Attempts:
2 left
💡 Hint

Think about how to keep applications running even if one part fails.

security
advanced
2:00remaining
Azure Identity and Access Management

Which Azure service is primarily used to manage user identities and control access to resources?

AAzure Functions
BAzure Active Directory (Azure AD)
CAzure Virtual Network
DAzure Blob Storage
Attempts:
2 left
💡 Hint

Consider which service handles user login and permissions.

service_behavior
advanced
2:00remaining
Scaling Azure App Services

You have a web app running on Azure App Service. Traffic suddenly increases. Which feature allows your app to handle more users automatically?

AAuto-scaling to add more instances based on demand
BManually restarting the app service once a day
CDeleting unused files from the app service storage
DChanging the app's color theme
Attempts:
2 left
💡 Hint

Think about how cloud apps can adjust resources when more people use them.

Best Practice
expert
2:00remaining
Designing Secure Azure Storage Access

You want to allow an application to access Azure Blob Storage securely without exposing storage keys. Which is the best practice to achieve this?

AShare storage keys via email to the application team.
BEmbed storage account keys directly in the application code.
CMake the storage container public so anyone can access it.
DUse Azure Managed Identities with role-based access control (RBAC) to grant permissions.
Attempts:
2 left
💡 Hint

Think about how to give access without sharing secret keys directly.