7 questions / 10 random questions
Random questions, instant feedback, and review for missed questions.
In Azure, which logical container is used to group related resources and manage their lifecycle together?
Answer: Resource Group
A Resource Group is a management unit for related Azure resources such as VMs, VNets, and App Services. It is important for lifecycle and permission boundaries.
In Azure, which mechanism lets a VM or App Service authenticate to resources such as Key Vault without storing passwords in code?
Answer: Managed Identity
Managed Identity assigns an identity managed by Microsoft Entra ID to an Azure resource, allowing authentication without storing secrets in application code.
What is the primary purpose of Azure Key Vault?
Answer: To securely manage secrets, keys, and certificates
Key Vault is used to manage connection strings, API keys, cryptographic keys, and certificates. It is commonly combined with Managed Identity.
Which description best matches an Azure VNet?
Answer: A logically isolated private network created in Azure
A VNet is used to design network boundaries together with subnets, NSGs, routes, and Private Endpoints.
What is a practical use of Azure Monitor and Log Analytics?
Answer: To collect and analyze metrics and logs for alerts and visualization
Azure Monitor is central to monitoring. Logs are often collected in a Log Analytics workspace and queried with KQL.
What is the primary purpose of Azure Key Vault?
Answer: To securely manage secrets, keys, and certificates
Key Vault is used to manage connection strings, API keys, cryptographic keys, and certificates. It is commonly combined with Managed Identity.
In Azure, which feature is commonly used to avoid public internet exposure and connect to PaaS services using private IP addresses?
Answer: Private Endpoint
Private Endpoint lets services such as Storage and Key Vault be accessed through private IP addresses inside a VNet. DNS design is also important.