0
0
Azurecloud~20 mins

Azure Portal walkthrough - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Azure Portal Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
service_behavior
intermediate
2:00remaining
Understanding Azure Portal Dashboard Widgets

You add a widget to your Azure Portal dashboard to monitor a virtual machine's CPU usage. What will happen if the virtual machine is stopped?

AThe widget will continue showing the last recorded CPU usage before the VM stopped.
BThe widget will automatically remove itself from the dashboard.
CThe widget will display an error message indicating the VM is unreachable.
DThe widget will show zero CPU usage because the VM is stopped.
Attempts:
2 left
💡 Hint

Think about how monitoring data is cached or displayed when the resource is offline.

Architecture
intermediate
2:00remaining
Azure Portal Resource Group Navigation

You want to find all resources related to a specific project in Azure Portal. Which is the best way to organize and locate these resources quickly?

AUse the search bar to find resources by name every time you log in.
BCreate a resource group for the project and add all related resources to it.
CTag each resource with the project name but keep them in different resource groups.
DCreate a separate Azure subscription for each project.
Attempts:
2 left
💡 Hint

Think about grouping resources logically for easy management.

security
advanced
2:00remaining
Role-Based Access Control (RBAC) in Azure Portal

You want to allow a team member to manage virtual machines but not access storage accounts in your Azure subscription. Which Azure Portal feature helps you achieve this?

AAssign the team member the 'Owner' role at the subscription level.
BAssign the team member the 'Virtual Machine Contributor' role at the subscription level.
CAssign the team member the 'Virtual Machine Contributor' role at the resource group containing VMs only.
DAssign the team member the 'Reader' role at the resource group containing storage accounts.
Attempts:
2 left
💡 Hint

Consider the scope of roles and least privilege principle.

Configuration
advanced
2:00remaining
Configuring Azure Portal Notifications

You want to receive alerts in Azure Portal when a virtual machine's CPU usage exceeds 80%. Which configuration step is necessary?

AEnable diagnostic logs on the VM and check the logs manually daily.
BSet up a virtual network rule to block traffic when CPU is high.
CAdd a widget to the dashboard that shows CPU usage but no alert configuration.
DCreate an alert rule in Azure Monitor with a condition on CPU percentage and set action to notify via email.
Attempts:
2 left
💡 Hint

Think about automated monitoring and alerting features.

Best Practice
expert
3:00remaining
Optimizing Azure Portal Usage for Large Environments

You manage hundreds of resources across multiple subscriptions and want to efficiently monitor and manage them in Azure Portal. Which approach is best?

AUse Azure Lighthouse to manage multiple subscriptions and create custom dashboards with resource queries.
BManually switch between subscriptions and use the default dashboard for each.
CExport all resource data to Excel and manage offline.
DCreate one large resource group containing all resources from all subscriptions.
Attempts:
2 left
💡 Hint

Consider tools designed for multi-subscription management and customization.