exam questions

Exam AZ-103 All Questions

View all questions & answers for the AZ-103 exam

Exam AZ-103 topic 2 question 21 discussion

Actual exam question from Microsoft's AZ-103
Question #: 21
Topic #: 2
[All AZ-103 Questions]

SIMULATION -
Please wait while the virtual machine loads. Once loaded, you may proceed to the lab section. This may take a few minutes, and the wait time will not be deducted from your overall test time.
When the Next button is available, click it to access the lab section. 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.
You may now click next to proceed to the lab.


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 corpdata9172795n1 in the corpdatalod9172795 resource group. The solution must meet the following requirements:
✑ Corpdata9172795n1 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 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 corpdatalod9172795.

Step 5: Enter a name for your storage account: corpdata9172795n1
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
anujmehta7
Highly Voted 5 years, 4 months ago
The cost of accessing the files must be minimized --- Hot Replication costs must be minimized - LRS
upvoted 51 times
cucuff
5 years, 1 month ago
I agree. Storage v2 for low price LRS for lower price and because we are not being ask to provide a solution in case a region goes down.
upvoted 6 times
...
...
emon
Highly Voted 5 years, 4 months ago
Data storage prices for Standard Page Blobs LRS $0.045 per GB GRS $0.06 per GB RA-GRS $0.075 per GB
upvoted 13 times
...
Mehabooba
Most Recent 3 years, 6 months ago
y are we not using general purpose v1
upvoted 1 times
...
tmpuser22
4 years, 10 months ago
i'd go with GRS instead of RAGRS too since replication costs minimized means you need a replication not just LRS ?
upvoted 2 times
...
zeal0
4 years, 11 months ago
Because you're using this for VM disks, and you want to reduce access costs, but not storage cost, I believe you would use premium StorageV2. This forces LRS (which is fine given our requirements) and only supports page blobs (again, that's fine...). It has the lowest access cost (read operations) by a wide margin: https://azure.microsoft.com/en-us/pricing/details/storage/blobs/
upvoted 1 times
...
_syamantak
5 years ago
Rplication tyoe should be LRS, the cheapest one. there wasn't any specific requirement to implement GRS
upvoted 1 times
...
Sitender
5 years, 1 month ago
LRS is cheapest 0.045$ per GB
upvoted 1 times
...
Luiza
5 years, 2 months ago
The cost of accessing the files must be minimized: Account kind: StorageV2 Access tier: Hot Replication costs must be minimized: Replication: LRS
upvoted 1 times
...
jonnybugaloo
5 years, 2 months ago
I agree with LRS The statement is cheap cost for replication, and LRS provides it: Locally redundant storage (LRS): A simple, low-cost redundancy strategy. Data is copied synchronously three times within the primary region.
upvoted 1 times
...
basak
5 years, 2 months ago
Performance: Standard Account kind: StorageV2 Access tier: Hot Replication: LRS
upvoted 10 times
PoojaSingh
5 years, 1 month ago
Performance should be Premium since Premium is used for disks of VMs (Page Blobs).
upvoted 1 times
...
praveen97
5 years, 1 month ago
✑ Corpdata9172795n1 must be able to host the virtual disk files for Azure virtual machines. - Performance: Standard, Account kind: StandardV2 [Containers (Blob Storage - Page blob)] https://docs.microsoft.com/en-us/azure/storage/common/storage-account-overview#general-purpose-storage-accounts ✑ The cost of accessing the files must be minimized. - Access Tier: Hot ✑ Replication costs must be minimized. - Replication: LRS
upvoted 1 times
...
...
Cloudyuga
5 years, 2 months ago
Premium StorageV2 Hot Locally redundant storage
upvoted 1 times
TinyTrexArmz
4 years, 12 months ago
A STANDARD performance tier for storing blobs, files, tables, queues, and Azure virtual machine disks. - Ref: https://docs.microsoft.com/en-us/azure/storage/common/storage-account-overview#general-purpose-storage-accounts
upvoted 1 times
...
Cloudyuga
5 years, 2 months ago
corrected answer Standard StorageV2 Hot Locally redundant storage
upvoted 4 times
...
...
noahorr
5 years, 3 months ago
Account kind: "StorageV2" Access tier: "Hot" Replication: "Locally redundant storage" Performance: "Premium" https://docs.microsoft.com/en-us/azure/storage/common/storage-account-overview?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
upvoted 3 times
[Removed]
5 years, 3 months ago
Why premium instead of the cheaper Standard + HDD combination?
upvoted 3 times
noahorr
5 years, 2 months ago
Apologies - performance should be Standard to minimize costs.
upvoted 6 times
Cloudyuga
5 years, 2 months ago
But performance Standard dont support Virtual Machines disks. Please find below recommendations from Microsoft. Premium storage accounts are backed by solid state drives and offer consistent, low-latency performance. They can only be used with Azure virtual machine disks, and are best for I/O-intensive applications, like databases. Additionally, virtual machines that use Premium storage for all disks qualify for a 99.9% SLA, even when running outside of an availability set.
upvoted 1 times
muratbavas
5 years ago
May I ask you a question about the Iaas Disk selection section about the below link? This link referee to an Azure VM use premium, standard and Standart HDD ? and we're looking for the minimum cost solution, and why we cannot chose "Standart SSD" where is the point I'm missing. https://docs.microsoft.com/en-us/azure/virtual-machines/windows/disks-types#:~:text=a%20billing%20impact.-,Standard%20HDD,compared%20to%20SSD%2Dbased%20disks.
upvoted 1 times
...
...
Cloudyuga
5 years, 2 months ago
Sorry your right performance should be Standard to minimize costs performance Premium storage required for SSD vms
upvoted 1 times
...
...
...
...
RonS
5 years, 4 months ago
This answer might be the worst one I have seen yet. For starters Performance isn't even mentioned and it should be HDD and Replication LRS!
upvoted 5 times
...
Bruce
5 years, 4 months ago
Bizarre wording in the question. :)
upvoted 2 times
...
arcanjo
5 years, 4 months ago
In this case you can use GRS as replication, is less expensive than RAGRS.
upvoted 5 times
wideawake
5 years ago
replication cost must be minimized. so answer is lrs
upvoted 7 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 ...