← certdrill.dev home

Azure Quiz

7 questions / 10 random questions

Resource Groups Managed Identity Key Vault VNet Monitor and AKS
Try a 10-question Azure quiz

Random questions, instant feedback, and review for missed questions.

Start quiz →

Included topics (7 questions)

Q1

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.

Q2

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.

Q3

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.

Q4

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.

Q5

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.

Q6

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.

Q7

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.

certdrill.dev is an independent, unofficial learning site and is not affiliated with LPI Japan, IPA, AWS, Microsoft Azure, or any exam provider. Questions and explanations are original content.