Azure Administration : Basic Interview Questions on Azure Environment

  • Azure Interview Questions (Basic Azure Environment)

  • 1) is it possible to create an account in azure with out creating an azure active directory?

  • A) yes, the reason is while creating an account in azure itself, azure is designed to create a azure active directory along with azure account creation.

  • 2) is it possible to have an account with out having azure active directory?

  • A) No, the reason is every azure account should be associated with some azure active directory.

  • if you want to create an account with out creating azure active directory, we can achieve this... by creating  an azure account in the already created azure active directory.

  • 3) how much is the charge to create an azure active directory per month?

  • A) for lifetime it is free. you can create the users, groups as per your requirement and it is completely free.

  • 4) under which cloud service Azure Active Directory comes?

  • A) IDAAS (Identity and Access Management As A Service or Identity and Directory Management As A Service)

  • 5) Do we need to create any resource group to create an Azure Active directory?

  • A) Not required because of Azure Active Directory Hierarchy.

  • 6)Can you create a Resource Group with out opting for a subscription?

  • A) No we can't create...

  • 7)What are the different cloud services that Microsoft Azure offers?

  • A) Cloud Services are 

  • IAAS (Infrastructure As A Service)
  • PAAS (Platform As A Service)
  • SAAS (Software As A Service)


  • The below service currently not being referred as one of the Cloud Services.

  • IDAAS (Identity and Directory Management or Identity and Access Management As A Service)

  • 8) Difference between Active Directory and Azure Active Directory?

  • A)
  • In Both Identity and Access Management can be implemented but in Azure Active Directory we don't have a feature called Group Policy Management. in Active Directory Group Policy Management and Other features are also available which are not available in Azure Active Directory.

  • 9) What are the different types of Resource available in Azure?

  • A)we have multiple types of resources available in Azure and those are categorized into

  • General, Compute, Network, Storage, Web Apps, Mobile Apps, Security, Identity, Containers, Databases, Analytics,AI + Machine Learning, Internet of Things (IOT), Integration, DevOps, Migrate,Management + Governance, Intune and Other categories.

  • 10) is it possible to create a resource with out having a Subscription availed?

  • A) No

  • 11) is it possible to create a resource with out creating a resource group?

  • A) No, but sometimes it is "YES" (if you want to create any Azure Active Directory).

  • 12) is it possible to create a resource group with out creating resources?

  • A) yes, we can create resource group with out creating resources in Azure.

  • 13) How resources are managed in Azure Resource Manager Portal?

  • A) Using Resource Groups. These are the groups to manage the resources under some criteria or purpose.

  • 14)Any limit to create resource groups in an Azure Account?

  • A) No limit is there.

  • 15) Any limit to create resources  in Azure?

  • A) Mostly No, but sometimes "YES", because it depends on the subscription we choose and on the app service plan we choose and it depends on the type of the resource we choose to create.

  • 16)How to create subscription for your account?

  • A)Once you are logged in to Azure Account, Search for Subscription in the Search Pane on top of the row,
  •  and then click ADD, you will be routed to subscription page, then select the subscription you wish to proceed,

  • 17) What are the different types of subscriptions we have in Azure?

  • A)

  • 1) Free Trial
  • 2) PAYG (Pay As You Go)
  • 3) Developer Support
  • 4) Professional Direct Support
  • 5) Standard Support
  • 6) Azure in Open

  • 18) How to find the subscriptions in Azure Account? or An User is part of?

  • A) Subscription pane, you can the available subscriptions.

  • 19) where you can find available resource groups?

  • A) under the resource groups labelled in the favorite pane once you logged in to Azure Account.

  • 20) What are the benefits with Resource Group in Azure?

  • A)

  • Importance of Azure Resource Group:

  • 1) we can manage the resources under an umbrella called Resource Group i.e, all the related resources for a web application (like virtual machine, virtual network,database, storage, web app and other associated functions/features those are required to implement a web application)


  • 2)Whenever you want to deploy some resources in a specific azure data center or part of a specific purpose, in those cases we would be in need to manage them as a group, for this purpose we need a resource group.


  • 3) if you are implemented a solution in azure using different azure resources if you want to create a backup for the solution, you can directly get the configuration of the implemented solution and re-deploy the same.


  • 4) resource groups will be useful when we are going to deploy the resources using ARM templates (ARM templates is a automation technique used for ARM Portal and ARM refers Azure Resource Manager)...these ARM templates are defined in JSON Formats.


  • 5) resource group will be used to view all the resources are part of a specific application in Azure.


  • 6) in case if you are going to implement any access control, we can implement at the level of resource group.


  • 7) suppose if you are in need to create a resource group and you wanted to create only specific type 
  • of resources in the resource group, we can do implement the same.


  • 8) we can apply tags to define the all related resources of a specific sector..like banking, insurance and healthcare and so on.....


  • 9) we can simplify the billing details and implement cost cutting plan or cost optimization plans as per the divided business units based on the review.


  • 21)What are the different azure portals we have?

  • A) Azure Service Manager or Azure Classic Portal (ASM Portal)
  • Azure Resource Manager (ARM portal).

  • with effective from 8th-Jan-2018, ASM Portal is not available for Public. as all the features are live from onwards with fullplegded implementation.

  • 22) what are the resources grouping model in ASM and ARM portals?

  • A)

  • In ASM, we have a resources grouping concept called as "Cloud Service"

  • in ARM, we have a resources grouping concept called as Resource Group.

  • 23)What are the different types of clouds deployment models available?

  • A) Basically Clouds are of three deployment models:

  • 1) Private Cloud

  • 2) Public Cloud

  • 3) Hybrid Cloud

  • 4) Community Cloud


  • Private Cloud:  

  • This cloud will be built and maintain by cloud provider only but it is specially designed and Operated for specific client only.. Azure also have private clouds and those are

  • BlackForest, MoonCake, Fairfox are the private clouds..

  • MoonCake is for China...
  • Fairfox is for US Government
  • BlackForest is for Germany

  • In this private clouds no other users will have any access...

  • 2) Public Cloud:

  • This cloud will be built and available to public (anybody in the world)...so anyone can create account in this cloud and access the resources as per their requirement.

  • 3) Hybrid Cloud:

  • This Cloud is the combination of Public Cloud and On-Premise Environment.

  • we call it as Extension of On-Premises Data Center Services to the Cloud.

  • Hybrid cloud will be implemented by configuring the Site to Site VPN.


Comments

Popular posts from this blog

Daily Agenda to Learn Azure DevOps and Practice along with your friends.

Azure Administration : Interview Questions on Virtual Machines - Part 1