exam questions

Exam AZ-303 All Questions

View all questions & answers for the AZ-303 exam

Exam AZ-303 topic 5 question 57 discussion

Actual exam question from Microsoft's AZ-303
Question #: 57
Topic #: 5
[All AZ-303 Questions]

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






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 move backup files and documents from an on-premises Windows file server to Azure Storage. The backup files will be stored as blobs.
You need to create a storage account named corpdata7523690n2. The solution must meet the following requirements:
Ensure that the documents are accessible via drive mappings from Azure virtual machines that run Windows Server 2016
Provide the highest possible redundancy for the documents

Minimize storage access costs -
What should you do from the Azure portal?

Show Suggested Answer Hide Answer
Suggested 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 Create New. Create a new Resource

Step 5: Enter a name for your storage account: corpdata7523690n2
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

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Koba
Highly Voted 4 years, 6 months ago
File Share config is needed due to "Ensure that the documents are accessible via drive mappings from Azure virtual machines that run Windows Server 2016"
upvoted 22 times
altafpatel1984
3 years, 5 months ago
How can you go for that where as it's clearly mentioned this? 'The backup files will be stored as blobs'
upvoted 1 times
...
...
MichaelCWWong
Highly Voted 4 years, 7 months ago
RA-ZGRS should be chosen for replication option as one of the question requirement is to provide the highest possible redundancy for the documents
upvoted 14 times
...
altafpatel1984
Most Recent 3 years, 5 months ago
Basically question is wrong. Ideally 2 storage accounts should be created. one for backup files with cool tier and another documents with hot tier.
upvoted 1 times
...
tallurhi
3 years, 9 months ago
note; files need to be access from VM via shared drive and backup files as blobs. So no need to large shares, so blob and file share with GZRS
upvoted 1 times
...
poplovic
3 years, 9 months ago
Azure Files does not support read-access geo-redundant storage (RA-GRS) and read-access geo-zone-redundant storage (RA-GZRS). REF: https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy?toc=/azure/storage/blobs/toc.json#read-access-to-data-in-the-secondary-region So correct answer is V2, Azure File, GZRS
upvoted 7 times
...
haitrinh
4 years, 4 months ago
for more information: https://www.examtopics.com/discussions/microsoft/view/8737-exam-az-300-topic-1-question-58-discussion/
upvoted 1 times
...
vasudev82
4 years, 4 months ago
Azure File Shares supports LRS, GRS ZRS and GZRS. I would recommend an Azure File Share to be created, as a drive mapping is required, and then use RA-GZRS.
upvoted 5 times
...
Veeru
4 years, 4 months ago
Normal file share support GZRS, so this should be the answer as it down not support RA-GRS
upvoted 2 times
...
DNeo
4 years, 4 months ago
select ZRS because https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy
upvoted 1 times
DNeo
4 years, 4 months ago
Correction: Select GZRS is better than ZRS and is Azure files support that.
upvoted 3 times
rdemontis
4 years ago
correct
upvoted 1 times
...
...
...
demonite
4 years, 4 months ago
GRS files is the cheapest out of GRS, GZRS and RA-GRS, blob can be cold storage for backups
upvoted 1 times
...
msmannan
4 years, 4 months ago
Answer is correct. Requirement is to create storage account which should support file shares to map as network drive on windows machines and provide highest redundancy. Storage account configured with RA-GRS meets these requirements. There is nowhere mentioned use large files so its out of question.
upvoted 1 times
msmannan
4 years, 4 months ago
Correction: I think should use GZRS to provide highest redundancy. GZRS will provide maximum redundancy of data by having data replicated to in 3 availability zones within the primary region synchronously and then replicate asyn to another region. We may configure RA-GZRS but there is no requirement to have read-only copy in another region.
upvoted 4 times
...
...
sqlbuddy123
4 years, 5 months ago
This requires 1. Blob storage for backup files 2. File share for documents. But the On focuses on SMB drive mapping .. So Answer is 1. Store account with ZRS 2. Create File Share 3. Hot tier
upvoted 2 times
...
arunpaul
4 years, 5 months ago
files cant be stored as blobs and drive mapped as file shares at the same time..something wrong with the question
upvoted 1 times
arunpaul
4 years, 5 months ago
Sorry ... My bad...BAck up files as blos...means we need blob container to store vhd files.. Then documents to be shared by drive mapping...ie file shares So the solution is GPV2 with RA-GZRS
upvoted 2 times
...
...
Stephan99
4 years, 5 months ago
for backup files I would select cold access tier
upvoted 1 times
pentium75
4 years ago
Me too, but here we're supposed to "minimize storage access costs" (not minimize storage costs). Cold tier has lower storage cost but higher storage access cost.
upvoted 2 times
...
...
AustinY
4 years, 5 months ago
What are your redundancy requirements for your Azure file share? Standard file shares offer locally-redundant (LRS), zone redundant (ZRS), geo-redundant (GRS), or geo-zone-redundant (GZRS) storage, however the large file share feature is only supported on locally redundant and zone redundant file shares. Premium file shares do not support any form of geo-redundancy. In local and zone redundant storage accounts, Azure file shares can span up to 100 TiB, however in geo- and geo-zone redundant storage accounts, Azure file shares can span only up to 5 TiB.
upvoted 1 times
...
mindtrax
4 years, 5 months ago
Standard file shares offer locally-redundant (LRS), zone redundant (ZRS), geo-redundant (GRS), or geo-zone-redundant (GZRS) storage, however the large file share feature is only supported on locally redundant and zone redundant file shares. https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-create-file-share?tabs=azure-portal
upvoted 2 times
...
oshoparsi
4 years, 5 months ago
" The backup files will be stored as blobs." so file share in the blob storage.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...