Top 40 Interview Questions On Azure 1721030940
Top 40 Interview Questions On Azure 1721030940
on Azure
Question: What is Microsoft Azure?
Answer: Microsoft Azure is a cloud computing platform and service created by Microsoft
for building, testing, deploying, and managing applications and services through
Microsoft-managed data centers.
Question: What is the difference between Azure Virtual Machines (VMs) and Azure
App Services?
Answer: - **Azure Virtual Machines (VMs):** These are Infrastructure as a Service
(IaaS) offerings where you have full control over the operating system and can run any
software. VMs are suitable for more complex applications requiring customization.
- **Azure App Services:** These are Platform as a Service (PaaS) offerings for building,
deploying, and scaling web applications and APIs without managing infrastructure. App
Services abstract away infrastructure concerns.
Question: How do you create a virtual machine in Azure using the Azure Portal?
Answer: 1. Sign in to the Azure portal.
2. Click on “Create a resource.”
3. Search for 'Windows Server' or 'Ubuntu Server.'
4. Select the desired operating system image and configure the VM details.
5. Review and create the virtual machine.
Question: What are Fault Domains in Azure?
Answer: Fault Domains are used in Azure to ensure that during planned maintenance or
updates, only a subset of application instances are affected at a time, reducing the risk of
downtime.
Question: Does the Azure Internal Load Balancer have a public address or DNS?
Answer: No, the Azure Internal Load Balancer only supports private IP addresses.