Azure Practice Questions 2
Azure Practice Questions 2
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?
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.
Question 8
10 / 10 pts
Which of the following changes between access tiers happens immediately?
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
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".