Azure Interview Questions
Azure Interview Questions
Azure Interview Questions
Answer: This is one of the most basic Azure cloud interview questions asked very often. Microsoft
Azure is a cloud computing interface that is implemented by Microsoft so as to get benefited from
cloud computing.
Answer: This is a basic question that finds its mention in most of the Microsoft Azure interview
questions eBook. Cloud Computing is the high-level abstraction procedure that focuses on business
logic. This is a service delivered via the internet that aids you with the computing services without
laying much importance on the infrastructural needs just like the electric supply.
Answer: If the above question appears as the Azure cloud interview questions your most appropriate
answer will be scaling is one of the advantages that are of two types;
Vertical scaling, where the configuration yields to increase the existing capacity of the
machine. Just like expanding the size of the RAM from 4GB to 32GB.
Horizontal Scaling, an aspect where the physical aspect is increased like putting multiple
machines at work instead of replacing the existing machine.
Answer: These are the basic terms while dealing with the cloud services and are commonly asked in
an Azure interview:
PaaS stands for Platform as a Service that enables you to get a platform to deliver
without directly giving authorization to the OS software.
SaaS stands for Software as a Service is devoid of platform infrastructure software that
can be used without direct purchase.
IaaS stands for Infrastructure as a Service which enables you to get the hardware from
the provider as the desired service which can be configured by the user.
Q.) Explain the fault domain.
Q.) What do you mean by a BLOB and what are their types?
Answer: BLOB is a Binary Large Object that is composed of any size and type of file. They are
mainly of two types-the page and the block blob.
Answer: When asked as the Azure cloud interview question you should answer it in the following
way. There are various deployment models for the cloud;
Private Cloud Deployment Model is one where you own the infrastructure and the cloud
provider enables you to get the service exclusively.
Public Cloud Deployment Model is one where you get the multi-tenant infrastructure
from the service provider exclusively.
Hybrid Cloud Deployment Model is a set up of intermixed public and private data in
which the confidential data will be served in-house and the public directed website is
there to address the public.
Answer: There is a primary .csfg file available with each and every cloud service. The main purpose
of this file is
Q.) What are the main functions of the Azure Cloud Service?
It is designed to host the running application and at the same time manage the
background running application.
The application of web processing is termed as “web role” whereas the background
processing is termed as the “worker role”.
Web Role that is used to deploy website by making use of language which is supported
by the IIS platform customized to run the web application.
VM Role is used to schedule the window services and task. It is done by the user through
customization of the machine on which the worker’s role is running.
Worker Role is to execute the process that runs in the background by deploying the
website.
NSG stands for Network Security Group that has a list of ACL (Access Control List) rules which either
allows/denies network traffic to subnets or NICs (Network Interface Card) connected to a subnet or
both. When NSG is linked with a subnet, then the ACL rules are applied to all the Virtual Machines in
that subnet.
Azure Resource Manager is a service provided by Azure to provide management and application
deployment in Azure.
The resource manager provides the management layer that helps the developer to create, modify or
delete the resources in the Azure subscription account.
Yes, it is possible and is done by means of the Transient Fault Handling Block. There can be multiple
causes of transient failures while using the cloud environment:
Yes, it is possible by making use of the Key Vault mapping to any Admin VM, we can log in to another
VM without the need for a password.
Q.) Is it possible to get a public DNS or IP address for the Azure Internal Load Balancer?
No! As the name itself says, Azure Internal Load Balancer supports only Private IP addresses, and
hence the assignment of a public IP address or DNS name is not possible.
Q.) Is it possible to map the Windows machines running on two different port numbers, say 80 and
81, on an IIS Web Server to an Azure Load Balancer?
Yes, it can be done by defining a separate Load Balancer Role in Azure.