AZ-303 Exam QuestionsBrowse all questions from this exam

AZ-303 Exam - Question 211


SIMULATION -

Click to expand each objective. To connect to the Azure portal, type https://portal.azure.com in the browser address bar.

Exam AZ-303 Question 211Exam AZ-303 Question 211Exam AZ-303 Question 211Exam AZ-303 Question 211Exam AZ-303 Question 211Exam AZ-303 Question 211

When you are finished performing all the tasks, click the `˜Next' button.

Note that you cannot return to the lab once you click the `˜Next' button. Scoring occur in the background while you complete the rest of the exam.

Overview -

The following section of the exam is a lab. In this section, you will perform a set of tasks in a live environment. While most functionality will be available to you as it would be in a live environment, some functionality (e.g., copy and paste, ability to navigate to external websites) will not be possible by design.

Scoring is based on the outcome of performing the tasks stated in the lab. In other words, it doesn't matter how you accomplish the task, if you successfully perform it, you will earn credit for that task.

Labs are not timed separately, and this exam may have more than one lab that you must complete. You can use as much time as you would like to complete each lab. But, you should manage your time appropriately to ensure that you are able to complete the lab(s) and all other sections of the exam in the time provided.

Please note that once you submit your work by clicking the Next button within a lab, you will NOT be able to return to the lab.

To start the lab -

You may start the lab by clicking the Next button.

You plan to migrate a large amount of corporate data to Azure Storage and to back up files stored on old hardware to Azure Storage.

You need to create a storage account named corpdatalod7523690n2, in the corpdatalod7523690 resource group. The solution must meet the following requirements: corpdatalod7523690n2 must be able to host the virtual disk files for Azure virtual machines

The cost of accessing the files must be minimized

Replication costs must be minimized

What should you do from the Azure portal?

Show Answer
Correct Answer:

See solution below.

Step 1: In the Azure portal, click All services. In the list of resources, type Storage Accounts. As you begin typing, the list filters based on your input. Select

Storage Accounts.

Step 2: On the Storage Accounts window that appears, choose Add.

Step 3: Select the subscription in which to create the storage account.

Step 4: Under the Resource group field, select corpdatalod7523690.

Exam AZ-303 Question 211

Step 5: Enter a name for your storage account: corpdatalod7523690n2

Step 6: For Account kind select: General-purpose v2 accounts (recommended for most scenarios)

General-purpose v2 accounts is recommended for most scenarios. General-purpose v2 accounts deliver the lowest per-gigabyte capacity prices for Azure

Storage, as well as industry-competitive transaction prices.

Step 7: For replication select: Read-access geo-redundant storage (RA-GRS)

Read-access geo-redundant storage (RA-GRS) maximizes availability for your storage account. RA-GRS provides read-only access to the data in the secondary location, in addition to geo-replication across two regions.

References:

https://docs.microsoft.com/en-us/azure/storage/common/storage-quickstart-create-account https://docs.microsoft.com/en-us/azure/storage/common/storage-account-overview

Discussion

8 comments
Sign in to comment
KNG
Feb 15, 2021

The cost of accessing the files must be minimized <-- Hot Tier Replication costs must be minimized <-- LRS

MichaelCWWong
Jan 3, 2021

LRS should be chosen as replication option because one of requirement is to minimize replication cost.

oshoparsi
Feb 3, 2021

it should be cold tier since the nature of the files are backup of old hard drives ... so not frequent access is needed. hot tier is for frequent access.

demonite
Apr 9, 2021

Cost of accessing the files must be minimal so it's HOT tier it's in the docs. Cold tier has greater access cost associated but overall storage is cheaper. Archive tier has the highest access cost and the lowest overall storage cost.

tita_tovenaar
Jul 24, 2021

oshoparsi is right. COLD tier is best, as the question states 'to back up'. Hence not a lot of I/O is to be expected. Cheaper cold.

altafpatel1984
Feb 14, 2022

because this is mentioned: ' must be able to host the virtual disk files for Azure virtual machines'

user110819801
Jan 24, 2021

The correct properties for the new storage account should be: Replication LRS, Tier Hot.

edmacoar123
Nov 19, 2021

No Labs on exam online today 19/11/21.

debleenac85
Jan 8, 2021

Create a Storage Account with LRS Replication, Advanced -> Blob Access Tier: Hot -> Create. Then go to Containers, create a container and a blob. Here in containers we can add a VHD file (Unmanaged Disks)

arunpaul
Feb 16, 2021

NO need to create containers as it requires only a storage solution for blob storage. If you create a storage GPV2 with LRS Replication and hot tier access, the solution is complete

Stephan99
Jan 27, 2021

Answer is correct. Requirement is "large amount of corporate data". LRS is the lowest-cost redundancy option and offers the least durability compared to other options. LRS protects your data against server rack and drive failures. However, if a disaster such as fire or flooding occurs within the data center, all replicas of a storage account using LRS may be lost or unrecoverable. To mitigate this risk, Microsoft recommends using zone-redundant storage (ZRS), geo-redundant storage (GRS), or geo-zone-redundant storage (GZRS). https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy

pentium75
Jul 14, 2021

But 'protecting data from fire or flooding' is not an objective of this question.

Stephan99
Jan 8, 2021

Locally-redundant storage: Locally redundant storage (LRS) replicates your data three times within a single physical location in the primary region. LRS provides at least 99.999999999% (11 nines) durability of objects over a given year. LRS is the lowest-cost redundancy option and offers the least durability compared to other options. LRS protects your data against server rack and drive failures. However, if a disaster such as fire or flooding occurs within the data center, all replicas of a storage account using LRS may be lost or unrecoverable. To mitigate this risk, Microsoft recommends using zone-redundant storage (ZRS), geo-redundant storage (GRS), or geo-zone-redundant storage (GZRS). https://docs.microsoft.com/en-us/azure/storage/common/storage-account-overview