DevOps

Azure Fundamentals

VMs, Storage, Virtual Networks, App Service, Azure Functions, Azure AD, Managed Identity

22 Interview-Fragen·
Mid-Level
1

What is an Azure Virtual Machine (VM)?

Antwort

An Azure VM is an on-demand scalable compute resource that functions as a virtualized server in the Azure cloud. It allows deploying Windows or Linux operating systems with full control over configuration. Use VMs for workloads requiring full OS control or for migrating on-premise applications via lift-and-shift.

2

What is the difference between an Availability Set and an Availability Zone in Azure?

Antwort

An Availability Set protects against rack-level failures by distributing VMs across multiple fault and update domains within a single datacenter. An Availability Zone protects against datacenter-level failures by distributing resources across physically separated datacenters within a region. Availability Zones offer a 99.99% SLA versus 99.95% for Availability Sets and protect against more severe failures.

3

Which Azure storage type should be used to store unstructured files like images or videos accessible via HTTP?

Antwort

Azure Blob Storage is designed to store unstructured data (images, videos, documents) accessible via HTTP/HTTPS. It offers three storage tiers (Hot, Cool, Archive) to optimize costs based on access frequency. Use Blob Storage for static website content, backups, and media storage. Azure Files is for SMB file shares, Table Storage for structured NoSQL data, and Queue Storage for messaging.

4

What is the difference between Hot, Cool, and Archive storage tiers in Azure Blob Storage?

5

What is a Network Security Group (NSG) in Azure?

+19 Interview-Fragen

Meistere DevOps für dein nächstes Interview

Zugang zu allen Fragen, Flashcards, technischen Tests, Code-Review-Übungen und Interview-Simulatoren.

Kostenlos starten