Azure Interview
Azure Interview
Azure Interview
Application Insights
Azure Resource Manager
Azure Portal
Log Analytics
ASP.NET
PHP
WCF
All of the mentioned
Explanation: Roles are nothing servers in layman terms. These servers are managed,
load balanced, Platform as a Service virtual machines that work together to achieve
a common goal.
Web Role
Worker Role
VM Role
Web Role � A web role is basically used to deploy a website, using languages
supported by the IIS platform like, PHP, .NET etc. It is configured and customized
to run web applications.
Worker Role � A worker role is more like an help to the Web role, it used to
execute background processes unlike the Web Role which is used to deploy the
website.
VM Role � The VM role is used by a user to schedule tasks and other windows
services. This role can be used to customize the machines on which the web and
worker role is running.
4.A _________ role is a virtual machine instance running Microsoft IIS Web server
that can accept and respond to HTTP or HTTPS requests.
Web
Server
Worker
Client
Answer: A. Web
Explanation: The answer should be Web Roles, there are no roles such as Server or
Client roles. Also, Worker roles can only communicate with Azure Storage or through
direct connections to clients
Explanation: Virtual machine scale sets are Azure compute resource that you can use
to deploy and manage a set of identical VMs. With all the VMs configured the same,
scale sets are designed to support true autoscale, and no pre-provisioning of VMs
is required. So it�s easier to build large-scale services that target big compute,
big data, and containerized workloads.
Explanation: Yes. A scale set can define an attached data disk configuration that
applies to all VMs in the set. Other options for storing data include:
Explanation: A network security group (NSG) contains a list of Access Control List
(ACL) rules that allow or deny network traffic to subnets, NICs, or both. NSGs can
be associated with either subnets or individual NICs connected to a subnet. When an
NSG is associated with a subnet, the ACL rules apply to all the VMs in that subnet.
In addition, traffic to an individual NIC can be restricted by associating an NSG
directly to a NIC
Explanation: Yes. A scale set is an implicit availability set with 5 fault domains
and 5 update domains. Scale sets of more than 100 VMs span multiple placement
groups, which are equivalent to multiple availability sets. An availability set of
VMs can exist in the same virtual network as a scale set of VMs. A common
configuration is to put control node VMs (which often require unique configuration)
in an availability set and put data nodes in the scale set.
14.Where can I find a list of applications that are pre-integrated with Azure AD
and their capabilities?
17. What is the difference between Service Bus Queues and Storage Queues?
Explanation: The Azure Storage Queue is simple and the developer experience is
quite good. It uses the local Azure Storage Emulator and debugging is made quite
easy. The tooling for Azure Storage Queues allows you to easily peek at the top 32
messages and if the messages are in XML or Json, you�re able to visualize their
contents directly from Visual Studio Furthermore, these queues can be purged of
their contents, which is especially useful during development and QA efforts.
The Azure Service Bus Queues are evolved and surrounded by many useful mechanisms
that make it enterprise worthy! They are built into the Service Bus and are able to
forward messages to other Queues and Topics. They have a built-in dead-letter queue
and messages have a time to live that you control, hence messages don�t
automatically disappear after 7 days.
Furthermore, Azure Service Bus Queues have the ability of deleting themselves after
a configurable amount of idle time. This feature is very practical when you create
Queues for each user, because if a user hasn�t interacted with a Queue for the past
month, it automatically gets clean it up. Its also a great way to drive costs down.
You shouldn�t have to pay for storage that you don�t need. These Queues are limited
to a maximum of 80gb. Once you�ve reached this limit your application will start
receiving exceptions.
Explanation: No. If you want your VM to be part of an availability set, you need to
create the VM within the set. There currently no way to add a VM to an availability
set after it has been created
20https://www.c-sharpcorner.com/UploadFile/8ef97c/top-most-interview-questions-and-
answers-of-cloud-computing/
https://azureqna.blob.core.windows.net/azureqnabook/Microsoft%20Azure%20Interview
%20Questions%20by%20Kunal%20and%20Vikram%20v1.0.pdf
http://www.dotnetanalyst.com/FAQs/Index