Azure Cloud Basic Interview Questions -

Azure Cloud Basic Interview Questions -

List of some commonly asked Azure interview questions and their answers:

1. What is Microsoft Azure?

1. What is Microsoft Azure?

Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying, and managing applications and services through a global network

2. What is Azure Storage?

2. What is Azure Storage?

– Azure Storage is a cloud-based service that provides storage for structured and unstructured data. It includes services such as Blob Storage, File Storage, and Queue Storage.

3. What is Azure SQL Database?

3. What is Azure SQL Database?

– Azure SQL Database is a fully-managed relational database service that provides the benefits of a traditional SQL Server database, but with the added benefits of Azure's global scale and availability.

4. What is Azure App Service?

4. What is Azure App Service?

- Azure App Service is a fully-managed platform for building, deploying, and scaling web applications. It supports a variety of programming languages and frameworks.

5. What are Azure Functions?

5. What are Azure Functions?

– Azure Functions is a serverless compute service that enables you to run code on-demand without having to provision or manage infrastructure.

6. What is the difference between Azure and AWS?

– Azure and AWS are both popular cloud computing platforms, but they have different offerings and pricing models. Azure is more focused on Windows and .NET, while AWS is more focused on Linux and open-source technologies.

7. How do you create and configure a SQL Database in Azure?

– To create a SQL Database in Azure, you can use the Azure Portal, Azure CLI, or Azure PowerShell. The process involves selecting a subscription and resource group, configuring settings such as the database name and performance level, and then creating the SQL Database.

8. What is Azure Resource Manager?

– Azure Resource Manager (ARM) is a management platform for Azure resources, allowing you to deploy, manage, and monitor resources in your Azure subscription.

9. What is Azure Active Directory?

– Azure Active Directory (AAD) is a cloud-based identity and access management service that helps organizations manage access to their applications and resources.

10. What are Azure Logic Apps?

– Azure Logic Apps is a fully managed integration Platform as a Service (iPaaS) that enables you to integrate different systems and services together using pre-built connectors and custom code.