Azure Interview Questions Basic
Azure Interview Questions Q1 What are the types of scaling in cloud computing? There are two types of scaling in the cloud computing Horizontal scaling: Horizontal scaling is when you scale up your pool by adding more systems/machines to your collection of resources Vertical scaling: Sometimes, you want to scale up your existing machines by increasing the (CPU and RAM ) size. Q2 What are the primary uses of the Azure Cloud Service? The primary purpose of the Azure Cloud Service is to host the running application. This service is also responsible for maintaining the background application. Q3 What are the different roles in Azure? There are three different types of roles are there in Azure Web Role: A web Role is used to deploy web applications that are built on other languages that are supported i...