Azure AZ-900 Exam Study Notes Part – 1

AZ-900 exam is an opportunity to prove knowledge of cloud concepts, services, pricing, SLA, and lifecycle, and the fundamentals of cloud security, privacy, compliance, and trust. This “Azure AZ-900 Exam Study Notes Part – 1” blog series covers some of the questions and answers used for brainstorming and self-learning. This is a part-1 of the series, the remaining question and answer notes will follow in the upcoming posts

Also, Please note following skills are measured part of the exam.

  • Cloud concepts (15-20%)
  • Core Azure services (30-35%)
  • Security, privacy, compliance, and trust (25-30%)
  • Azure pricing Service Level Agreements, and Lifecycles (20-25%)

AZ-900 Exam Study Notes – Part 1

1What is the benefit of the Azure CDN?
AThe Content Delivery Network (or CDN) in Azure can be used to reduce load times and bandwidth as well as speed up responsiveness.
2What is Azure Virtual Network?
AAzure Virtual Network enables Azure resources like Virtual Machines to securely communicate with each other, with the Internet and with on-site networks. Importantly, it lets you implement multiple virtual networks, as well as a filter or even route network traffic.
3What Is Azure Active Directory?
AAzure Active Directory is an Identity and Access Management system. Furthermore, it lets you grant employee access to specific products and services
4What is a PowerShell cmdlet?
AA small lightweight command to perform an action. Cmdlets make up the majority of Azure features for PowerShell. This makes it easier to be consistent and efficient when interacting with Azure resources. Also, PowerShell works with many different services in Windows.
5What are the two types of scaling on Azure?
AScaling up or down, and scaling out. Scaling up and down is making a resource, such as a VM, larger or smaller. Additionally, Scaling out is adding more resources of the same type.
6How does scalability on Azure work?
AAs resource demand increases, Azure can split the demand over more resources and scale the application. Scalability allows any application to add resources almost instantly as demand increases. Notably, scalability is not working across regions, but rather within the same application.
7Explain HdInsight.
AAzure HDInsight is a cloud service that makes it easy, fast, and cost-effective to process massive amounts of data. It uses open-source frameworks like Hadoop, Spark, Hive, LLAP, Kafka, Storm, and R. Moreover, HDInsight can enable a broad range of scenarios, including ETL, data warehousing, and Machine Learning, etc.
8What are the advantages of the Azure Resource Manager?
AAzure Resource Manager enables users to manage their usage of application resources.
9What is the Federation in Azure SQL?
AIt provides tools that can enable developers to access or share databases among themselves in SQL Azure.
10What are the different types of storage offered by Azure?
AAzure Blob Storage, Azure Table Storage, Azure File Storage & Azure Queue Storage
11What is an Azure region?
AA set of datacenters close together. Azure regions used correctly can create a more robust and better-performing application. Importantly, regions are not a geographic distinction necessarily, but a more loose definition. It has to do with hardware and enables high availability and elasticity.
12What is the purpose of the Resource Manager in Azure?
AAny creation, updating, or deleting of Azure resources is done by the Azure Resource Manager. It is the common architectural layer which all commands must go through to interact with Azure resources. Furthermore, the RM manages all resources on Azure and is the only tool that creates resources on Azure.
13What is significant about resource groups in Azure?
AThey aren’t resources, but all resources must be in one. And resources belong to a resource group, which can be a logical, geographical, customer-specific, or any other type of grouping. RG can contain any kind of resources from Azure, and resources have some data, which describes the resource group itself. Additionally, resource groups cannot be moved between regions.
14Why would you use the Azure Cloud Shell instead of the Azure CLI or PowerShell?
AThe Cloud Shell can be used entirely in a web browser and can be used across multiple devices.
15What is a good reason to use the Azure CLI?
AThe Azure CLI is all text-based, thus there is no user interface to change. Certainly, this means that the commands and procedures stay very static in the tool. You can use all products and services with the CLI.
16Which Azure products and services are available through the Azure Portal?
AYou can access all generally available Azure products and services through the Azure Portal with any type of subscription. However, some services in preview may not be available just yet.
17What is “serverless” computing?
AIt is serverless when all servers for a solution are abstracted away and managed by someone else. Therefore, serverless computing solutions provide a simple way to create manageable and scalable solutions at low costs. Obviously, there is always a server somewhere to run your application, but you don’t control it
18What is consumption-based pricing on Azure?
AConsumption-based pricing is one way to get the best value out of Azure if the usage is not time-based. For instance, consumption-based pricing is not limited to free accounts, and the services are not necessarily consumed all the time.
19What is an availability zone?
AOne or more datacenters equipped with independent power, cooling, and networking. Also, availability zones can ensure that your Azure application can handle outages and hardware failures. It can be a set of data centers, but often availability zones are within the same datacenter too
20When can you remove a resource group from Azure?
AAt any time. When a resource group is removed or deleted, all of the resources within it are deleted with it. In short, you can remove resource groups at any time.
Azure AZ-900 Exam Study Notes Part – 1

Summary & Next Steps

For passing the exam, on top of this blog series, I strongly urge you to create an account in the Azure portal and get some real-time experience on the topic. For more information, please visit Microsoft sites AZ-900 and Azure fundamentals. Also” Azure AZ-900 Exam Study Notes Part – 2” in case if you missed the part-1 of the study notes. Happy learning

3 Comments

Add a Comment

Your email address will not be published. Required fields are marked *