AZ-900 Flashcards

1
Q

What are some of the key advantages of using ARM templates for creating cloud infrastructure?

A

Idempotency, Declarative, Source Control

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define Declarative for ARM templates.

A

You only say “what” you want to create, not “how”. Azure takes care of the “how”.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define Source Control for ARM templates

A

Use source control to track changes to the ARM template over time. This can identify any issues that come from changes to the template.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Why would you use the Azure Cloud Shell instead of the Azure CLI or PowerShell?

A

Cloud Shell can be used entirely in a web browser and used across multiple devices

The Cloud Shell is 100% browser-based and provides a complete environment for either the Azure CLI or PowerShell.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are some of the limitations with a free Azure account?

A

Azure free account is meant to evaluate Azure services; not to use for production

Azure credits expire after 30 days and free services expire after 12 months

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a good reason to use the Azure CLI?

A

It rarely changes, and the commands stay the same for the most part.

The Azure CLI is all text based, thus there is no user interface to change. This means that the commands and procedures stay very static in the tool. You can use all products and services with the CLI.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which Azure products and services are available through the Azure Portal?

A

All products and services are generally available through the Azure portal with any type of subscription.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does fault tolerance describe for cloud computing?

A

Ensure services and applications remain available in the event of a failure

Fault tolerance means that a failure can occur on Azure services and applications, but it will not affect its availability.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is consumption-based pricing on Azure?

A

Consumption-based pricing is when you are charged for only what you use (Pay-As-You-Go rate).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Why is cloud agility important for businesses?

A

To enable the ability to rapidly develop, test and launch software applications that drive business growth.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is high availability in cloud computing?

A

If one resource on Azure dies unexpectedly, another resource will almost instantly take over the workload.

It ensures that backup resources are ready to take over any workload

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which cloud ability does elasticity describe?

A

The ability to quickly expand or decrease computer processing, memory and storage resources.

Elasticity is a core benefit of cloud computing and lets even small businesses take advantage of the cloud.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does Infrastructure-as-a-Service describe?

A

A type of cloud computing service that offers essential compute, storage and networking resources on demand, on a pay-as-you-go basis.

IaaS lets you bypass the cost and complexity of buying and managing physical servers and data centre infrastructure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are some benefits to private and hybrid clouds

A

Private Clouds can be hosted at your datacenter or hosted by a third-party service. Private Clouds offer advantages of flexibility, control, and scalability. In a Private Cloud, infrastructure and services exist on hardware and software dedicated to your organization.
They use a shared tenant model.

A hybrid cloud combines a public cloud (such as Azure) with on-premises infrastructure (private cloud).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How does scalability on Azure work?

A

In Microsoft’s definition, scalability is the ability of a system to handle increased load. Services covered by Azure Autoscale can match demand to the needed workload.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is “serverless” computing?

A

When all servers for a solution are abstracted away and managed by someone else.

17
Q

What is a benefit of a hybrid cloud approach?

A

It enables companies to use a mix of private and public cloud components.

A hybrid cloud model is the best of private and public cloud that can be used to avoid disruptions and outages, adhere to regulation and governance, span solutions across both public and private cloud, and alleviate CapEx investments.

18
Q

What is the difference between OPEX and CAPEX?

A

OPEX is an ongoing cost for running a business. CAPEX is the cost of acquiring and maintaining assets.

19
Q

What are the two types of scaling on Azure?

A

Scaling up and down is making a resource, such as a VM, larger or smaller. This is also known as “Scaling vertically”. Scaling out is adding more resources of the same type, known as “Scaling horizontally”

20
Q

What is an Azure Region?

A

An Azure region is a set of data centers, deployed within a latency-defined perimeter and connected through a dedicated regional low-latency network.

With more global regions than any other cloud service provider, Azure gives customers the flexibility to deploy applications where they need. An Azure region has discrete pricing and service availability.

21
Q

When can you remove a resource group from Azure?

A

When a resource group is removed or deleted, all of the resources within it are deleted with it. You can remove resource groups at any time.

22
Q

What is a resource group?

A

It is a container that holds related resources for an Azure solution.

Resources belong to a resource group, which can be a logical, geographical, customer-specific or any other type of grouping.

23
Q

What is an availability zone?

A

AZs are individual physical locations within a region. Each zone is made up of one or more datacenters equipped with independent power, cooling, and networking.

24
Q

What do Azure Resource Managers do?

A

Azure Resource Manager handles the request for any Azure tools, APIs, or SDKs.

Azure Resource Manager enables you to create, update, and delete resources in your Azure account.

When you deploy resources through Azure Resource Manager, resources in the specified resource group should share the same lifecycle.
Resource Group resources should share the same lifecycle for ease of management.

25
Q

What is a scale set?

A

Azure virtual machine scale sets let you create and manage a group of load balanced VMs.

26
Q

What is an Azure Function?

A

Azure Functions are single-task services that can take an input, process it, and then die
A single unit of compute that is triggered by a separate process.
A serverless service on Azure.
Can Integrate with functions

27
Q

Which cloud service model do Virtual Machines belong to?

A

IaaS

28
Q

What are some benefits of using a Virtual Machine on Azure?

A

No maintenance of hardware and only paying for what you use.

29
Q

What is a fully managed platform on Azure?

A

Servers, network, storage and more is all managed by Azure. You focus on your business value and logic.

30
Q

Which definition best describes compute on Microsoft Azure?

A

Any service that performs or enables a computation.

31
Q

Your company has suddenly got a bunch of new remote employees, who all need a Windows environment to work from. Which is the best Azure solution to get them up and running quickly?

A

Azure Virtual Desktop (formerly Windows Virtual Desktop).