Microsoft Azure Interview Questions

Ratings:
(4.1)
Views:789
Banner-Img
  • Share this blog:

What is cloud computing.?

The technology in which computer resources are provided as a service over internet to end users is termed as cloud computing. This can be core, memory, storage, networking or even software such as database, operating system etc.

What are the main types or categories of cloud? Among those what all does Azure provide you.?

Three main categories: IAAS – Infrastructure As A Service PAAS – Platform As A Service SAAS – Software As A Service Azure provides the first two categories – IAAS, PAAS to their end users.

What are the benefits of cloud.?

-Pay for what you use – Pay for those services that you’ve used and not for everything. Pay per hour is the model that almost all cloud providers use, Azure plans to come up with Pay per minute option soon.

-Highly scalable – Create even 1000 servers within minutes.

-No Cap-Ex – Eliminates capital expenditure, only requires operational expenditure.

-Quick DR – Disaster Recovery can be very fast at low cost.

What is the difference between Azure VM and Azure Instance.?

Azure VM provides you with the entire virtual machine, where you can decide the OS, patches or updates etc. It is just that your have control on your own machine, but it resides on MS datacenter. Azure Instances comes within the cloud service, where you only worry about the application within it and other tasks such as OS, patching/updating etc will be taken care by MS. Instances are more suited if you’ve a web application.

What are the role types of Azure cloud service instances?

Two roles are:

Web role – where the front end code of your application will reside. It has IIS running inside it.

Worker role – where the core code (for your service) runs. It doesn’t has IIS.

Interested in mastering Microsoft Azure Training? Enroll now for FREE demo on 
Microsoft Azure Training.

How the application is moved to Azure cloud service?

Three main file types used are: .csdef – cs definition file defining service models as well as the number of roles .cscfg – cs configuration file defining configuration settings as well as the number of role instances .cspkg – cs package file, containing the application code as well as the csdef file The application can be pushed to Azure manually (by clicking upload button in cloud services page in Azure portal) or can be done using some continuous integration tool like TeamCity.

What is a storage? What are the types in Azure.?

Storage normally means some space where the user can store data. Basically almost all cloud services provides you with 2 different classes of storage, one which termed as storage itself another with the name database.

Storage normally would be an object based storage where the user can store image, video or any such contents. Databases would be the area to store the data in table like structure.

In Azure, storage is again divided into 4 as:

Blob – For storing unstructured data such as documents or media files.

Queues – Messaging store for workflow processing.

Tables – For structured no-sql based data.

Files – New service, shared storage for apps using the SMB protocol.

How can I add extra hard disk space in my Azure VM.?

By default using Azure management portal you can’t do this. There are some third party tools like CloudXplorer, which will help you to extend your hard disk space. Or yes, if your hard disk is small enough (in used space) and if you’ve a good internet connection, you can get the hard disk downloaded, extend using Hyper-V manager snap in and upload it to Azure.

How does Azure pricing differ for Azure VM hard disk and Azure Blob Storage.?

Azure VM hard disk is a .vhd file backed by a Page Blobs. You are allowed to create a hard disk of size 1 TB maximum (as of 14-May-2015), but MS costs you for how much data stored in that page blob. Which means even if you’ve 1 TB page blob and you store just 2 GB of data, then you’re charged for 2 GB rather than for 1 TB. Azure blob storage uses Block Blobs. The maximum size of a block blob is 200 GB (as of 14-May-2015). Even if you store just 2 GB of data in your 5 GB allocated space, you’re charged for the entire 5 GB.

Learn more Microsoft Azure Interview Questions in this blog post.

What are instance sizes of Azure?

Windows Azure will handle the load balancing for all of the instances that are created. The VM sizes are as follows: Compute Instance Size CPU Memory Instance Storage I/O Performance Extra Small 1.0 Ghz 768 MB 20 GB Low Small 1.6 GHz 1.75 GB 225 GB Moderate Medium 2 x 1.6 GHz 3.5 GB 490 GB High Large 4 x 1.6 GHz 7 GB 1,000 GB High Extra large 8 x 1.6 GHz 14 GB 2,040 GB High

What is table storoage in Windows Azure?

The Windows Azure Table storage service stores large amounts of structured data. The service is a NoSQL datastore which accepts authenticated calls from inside and outside the Windows Azure cloud.  Windows Azure tables are ideal for storing structured, non-relational data

Table: A table is a collection of entities. Tables don't enforce a schema on entities, which means a single table can contain entities that have different sets of properties. An account can contain many tables Entity: An entity is a set of properties, similar to a database row. An entity can be up to 1MB in size. Properties: A property is a name-value pair. Each entity can include up to 252 properties to store data. Each entity also has 3 system properties that specify a partition key, a row key, and a timestamp. Entities with the same partition key can be queried more quickly, and inserted/updated in atomic operations. An entity's row key is its unique identifier within a partition.

What is Dead Letter queue?

Messages are placed on the dead letter sub-queue by the messaging system in the following scenarios.

When a message expires and dead-lettering for expired messages is set to true in a queue or subscription.

When the max delivery count for a message is exceeded on a queue or subscription.

When a filter evaluation exception occurs in a subscription and dead lettering is enabled on filter evaluation exceptions

You liked the article?

Like : 0

Vote for difficulty

Current difficulty (Avg): Medium

Recommended Courses

1/15

About Author
Authorlogo
Name
TekSlate
Author Bio

TekSlate is the best online training provider in delivering world-class IT skills to individuals and corporates from all parts of the globe. We are proven experts in accumulating every need of an IT skills upgrade aspirant and have delivered excellent services. We aim to bring you all the essentials to learn and master new technologies in the market with our articles, blogs, and videos. Build your career success with us, enhancing most in-demand skills in the market.


Stay Updated


Get stories of change makers and innovators from the startup ecosystem in your inbox