Microsoft Azure Quiz
Microsoft Azure services and concepts — compute, storage, and the Azure-specific tooling teams rely on.
This category currently has 100 questions in the SERVBG quiz bank. Below are a few sample questions — the full interactive quiz shuffles through the whole set with instant scoring.
Sample questions
A VM Scale Set is configured with a scale-out policy triggered when average CPU exceeds 75% for 5 minutes. The scale-in policy removes instances when CPU drops below 25%. What is the default cooldown period between scale operations in Azure VMSS?
- 1 minute
- 5 minutes
- 15 minutes
- 30 minutes
- 10 minutes
You run an Azure Spot VM workload and want to maximize the chance of retaining capacity. Which eviction policy ensures the VM is deallocated (not deleted) upon eviction so the disk persists?
- Delete
- Preserve
- Deallocate
- Stop
- Hibernate
An AKS cluster has a system node pool and a user node pool. You want to prevent user workloads from scheduling on system node pool nodes. What is the built-in mechanism AKS applies automatically to system node pools?
- An OPA policy enforced by Azure Policy prevents scheduling
- System pools are unschedulable by default via cordon
- A nodeSelector label system=true blocks user pods automatically
- A CriticalAddonsOnly=true:NoSchedule taint is applied
- System node pools use a dedicated VLAN that rejects non-system pods
In AKS Automatic mode (GA 2024), which cluster management responsibility is fully removed from the operator compared to Standard mode?
- Node pool configuration, OS upgrades, and Kubernetes version upgrades are fully managed by Azure
- RBAC configuration is automated via Entra ID group sync without operator input
- Pod security admission is disabled and replaced with built-in Azure Defender policies
- The operator no longer needs to create namespaces; AKS generates them from workload annotations
- Networking plugin selection is removed; Automatic always uses kubenet
Azure Functions Consumption plan charges based on execution count and memory-time. What is the free grant per subscription per month for execution count?
- Unlimited executions
- 10 million executions
- 5 million executions
- 1 million executions
- 500,000 executions
Related categories
Python (Coding)
Python syntax, standard-library usage, and the language idioms that come up in day-to-day scripting and application work.
JavaScript (Coding)
Core JavaScript language behavior, async patterns, and the quirks that trip up both beginners and experienced developers.
Linux
Linux command-line usage, file permissions, process management, and the everyday admin tasks every sysadmin and developer needs.
Security
General information security concepts — threats, defenses, and the fundamentals every IT professional should know.
Hardware
Computer hardware components, how they interact, and the troubleshooting knowledge behind keeping systems running.