AZ-900 Exam Prep Flashcards

1
Q

Microsoft Azure enables your organization to move IT expenditures to:

Capital expenditures

Operational expenditures

A controlled expense model

None of the above

A

B. Azure is a consumption-based cloud model in which you pay only for the services that you consume, enabling you to move from a CapEx model to an OpEx model. See Chapter 1 for more information.

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

Which of the following tools can you use to estimate the expense of moving a data center from on-premises to Azure?

Azure Pricing Calculator

Azure Cost Management + Billing

Azure TCO Calculator

Azure CLI

A

C. The TCO Calculator helps you consider the costs of facilities, power, and related expenses associated with moving services hosted in a data center to Azure.

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

The term agility in Microsoft Azure refers to:

The ease with which you can move workloads from on-premises to Azure and back again

The ability to quickly adjust resources such as memory to adapt to changes in demand

The ability to add more front-end web servers to a web application to adapt to increased demand

The ability to quickly create redundancy in a solution

A

B. Agility refers to the ability to adjust resources to meet changes in demand. See Chapter 1 for more information.

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

Which of the following describes the benefit economy of scale as it relates to Microsoft Azure?

The capability to distribute resources across multiple regions to reduce cost

The ability to place resources in less expensive Azure regions to reduce costs

The capability to automatically scale down the number of virtual machines in an Azure solution to reduce costs when demand decreases

The decrease in price per subscriber as more subscribers are added

A

D. As the number of subscribers increases, the cost to provide a service to those subscribers goes down because the cost is spread across more users, providing an economy of scale. See Chapter 1 for more information.

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

Which of the following in an example of vertical scaling?

Adding VMs to a web app as demand increases

Reducing memory allocated to VMs when demand decreases

Adding CPU cores to a VM when demand increases

Both B and C

A

D. Vertical scaling refers to adding or removing resources such as CPU cores or memory as demand changes. See Chapter 2 for more information.

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

A service that provides the capability to deploy a SQL database without the need for you to set up a VM or install SQL Server is an example of:

Infrastructure-as-a-service (IaaS)

Software-as-a-service (SaaS)

Platform-as-a-service (PaaS)

Data-as-a-service (DaaS)

A

C. This is an example of PaaS. See Chapter 1 for more information.

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

Accessing an application through a web page rather than installing the application on your local device is an example of:

Infrastructure-as-a-service (IaaS)

Software-as-a-service (SaaS)

Platform-as-a-service (PaaS)

Data-as-a-service (DaaS)

A

B. This is an example of SaaS. See Chapter 1 for more information.

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

Deploying virtual machines (VMs) in a shared cloud environment is an example of:

Infrastructure-as-a-service (IaaS)

Software-as-a-service (SaaS)

Platform-as-a-service (PaaS)

Data-as-a-service (DaaS)

A

A. This is an example of IaaS. See Chapter 1 for more information.

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

Which of the following accurately describes an Azure geography?

It corresponds to a single country or to a market encompassing multiple countries.

It always corresponds to a specific country.

It represents a set of physical data centers.

None of the above.

A

A. An Azure geography can align to a single country or to a market that encompasses multiple countries, such as Europe. See Chapter 2 for more information.

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

An Azure region:

Describes a specific Azure data center

Is usually paired with another region to ensure high availability

Can span across multiple countries

Encompasses the data centers in which all of your Azure resources reside

A

B. Regions are usually paired with other regions in Azure to help ensure high availability. See Chapter 2 for more information.

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

Azure China is a physically isolated instance of Azure available only to Chinese government entities.

Yes

No

A

B. Azure China is a physically isolated instance of Azure, but it is available to business as well as governmental organizations within China. See Chapter 4 for more information.

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

You are deploying three VMs in a single region as web front ends to a web application. You need to ensure that power outages or other potential data center outages do not make your web application unavailable. Which of the following achieves this goal?

You place the VMs in an availability set.

You place the VMs in separate resource groups.

You place the VMs in different availability zones.

You deploy additional VMs to other regions.

A

C. Distributing VMs across availability zones helps guard against data center outages. See Chapter 2 for more information.

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

What is the function of a resource group in Azure?

It provides automatic scaling of CPU cores, memory, and other resources for VMs.

It enables you to establish a higher SLA for VMs.

It protects resources from being deleted.

It serves as a logical container for Azure resources.

A

D. Resources groups serve as a logical container for Azure resources. See Chapter 2 for more information.

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

Is the underlined portion of the following statement true, or does it need to be replaced with one of the other fragments that appear below?

Azure Resource Manager ENABLES YOU TO DEPLOY MULTIPLE RESOURCES USING JSON-BASED TEMPLATES

is the primary tool you use to manage resources in Azure.

is the blade in Azure portal that provides access to resource management and monitoring tools, including management templates.

enables you to interactively allocate additional CPU cores and memory to VMs.

No change is needed.

A

D. The underlined fragment is correct. See Chapter 2 for more information.

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

Which of the following statements is not true regarding Azure subscriptions?

A subscription is aligned to a specific Azure region.

You can move resources from one subscription to another.

Subscriptions can help simplify Azure billing and cost management.

You can move a subscription to a new Azure AD tenant.

A

A. Subscriptions are just logical containers and therefore are not limited to a single region. See Chapter 2 for more information.

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

Azure App Service provides support for multiple development languages, containers, and Windows and Linux.

Yes

No

A

A. The statement is true. See Chapter 2 for more information.

17
Q

Which of the following can you use to orchestrate container management in Azure?

Azure Container Instance (ACI)

Azure Resource Manager

Azure Kubernetes

Azure CLI

A

C. Azure Kubernetes provides orchestration services for containers that you create with ACI. See Chapter 2 for more information.

18
Q

Is the underlined portion of the following statement true, or does it need to be replaced with one of the other fragments that appear below? Containers that you deploy in a group Azure SUPPORT ONLY THE LINUX OS.

support only the Windows OS.

share the same OS as other containers in the group.

require configuration of the OS for each container.

No change is needed.

A

B. All containers in a group share the same OS. See Chapter 2 for more information.

19
Q

You need to set up a storage solution in Azure to enable you to store the state of an application from one execution of the application to the next. Which of the following storage solutions provide that capability?

Azure Disk

Azure Blob

Azure Files

Azure Archive

A

C. Azure Files enables you to save application state from one execution to another. See Chapter 2 for more information.