0% found this document useful (0 votes)
9 views

Azure Practice Questions 2

Uploaded by

Jac
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

Azure Practice Questions 2

Uploaded by

Jac
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Question 6

10 / 10 pts
Your public-facing static website stores all its public UI images in blob storage. The
website needs to display the graphics without any kind of authorization. Which is the
best option?

Shared access signature

Private access

Shared key

Public access

Correct. This option requires the least effort to implement. There are no credentials that
need to be stored or managed. For this website, it's the best option.
See "Control access to Azure Storage with shared access signatures".

Question 7
10 / 10 pts
You have two video files stored as blobs. One of the videos is business-critical and
requires a replication policy that creates multiple copies across geographically diverse
datacenters. The other video is noncritical, and a local replication policy is sufficient.
Which of the following options would satisfy both data diversity and cost sensitivity
consideration.
Create a single storage account that makes use of Geo-redundant storage (GRS) and
host both videos from here.

Create two storage accounts. The first account makes use of Geo-redundant storage
(GRS) and hosts the business-critical video content. The second account makes use of
Local-redundant storage (LRS) and hosts the noncritical video content.

Create a single storage account that makes use of Local-redundant storage (LRS) and
host both videos from here.

Correct. In general, increased diversity means an increased number of storage accounts.


A storage account by itself has no financial cost. However, the settings you choose for
the account do influence the cost of services in the account. Use multiple storage
accounts to reduce costs.
See "Create an Azure Storage account".

Question 8
10 / 10 pts
Which of the following changes between access tiers happens immediately?

Archive tier to hot tier

Hot tier to cool tier

Archive tier to cool tier


Hot tier to warm tier.

Correct. Changes between the hot and cool tiers, and to the archive tier, happen
immediately.
See "Configure Azure Blob Storage".

Question 9
10 / 10 pts
The company wants the lowest cost storage solution for its data. It maintains sensors
that record time-relative data. Only the most recent data is useful. What's the best
storage account solution to support their requirements?

Geo-zone-redundant storage

Zone-redundant storage

Locally redundant storage

Geo-redundant storage

Correct. Locally redundant storage is the best choice. It's the lowest cost solution, the
data is being continuously created, and data loss isn't an issue. See "Configure storage
accounts".

Question 10
10 / 10 pts
What statement best describes Azure Blob Storage access tiers?

The hot access tier is for storing large amounts of data that's infrequently accessed.

The cool access tier is for frequent access of objects in the storage account.

The administrator can switch between hot and cool performance tiers at any time.

Correct. The administrator can switch between hot and cool performance tiers at any
time. See "Configure Azure Blob Storage".

You might also like