exam questions

Exam DP-200 All Questions

View all questions & answers for the DP-200 exam

Exam DP-200 topic 1 question 42 discussion

Actual exam question from Microsoft's DP-200
Question #: 42
Topic #: 1
[All DP-200 Questions]

SIMULATION -
Use the following login credentials as needed:

Azure Username: xxxxx -

Azure Password: xxxxx -
The following information is for technical support purposes only:

Lab Instance: 10543936 -

You need to create an Azure Storage account named account10543936. The solution must meet the following requirements:
✑ Minimize storage costs.
✑ Ensure that account10543936 can store many image files.
Ensure that account10543936 can quickly retrieve stored image files.

To complete this task, sign in to the Azure portal.

Show Suggested Answer Hide Answer
Suggested Answer: See the explanation below.
Create a general-purpose v2 storage account, which provides access to all of the Azure Storage services: blobs, files, queues, tables, and disks.
1. On the Azure portal menu, select All services. In the list of resources, type Storage Accounts. As you begin typing, the list filters based on your input. Select
Storage Accounts.
2. On the Storage Accounts window that appears, choose Add.
3. Select the subscription in which to create the storage account.
4. Under the Resource group field, select Create new. Enter the name for your new resource group, as shown in the following image.

5. Next, enter the name account10543936 for your storage account.
6. Select a location for your storage account, or use the default location.
7. Leave these fields set to their default values:
Deployment model: Resource Manager

Performance: Standard -
Account kind: StorageV2 (general-purpose v2)
Replication: Read-access geo-redundant storage (RA-GRS)

Access tier: Hot -
8. Select Review + Create to review your storage account settings and create the account.
9. Select Create.
Reference:
https://docs.microsoft.com/en-us/azure/storage/common/storage-account-create

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
Wendy_DK
Highly Voted 4 years, 1 month ago
LRS is thee cheapest one for cost.
upvoted 6 times
Internet_User
4 years, 1 month ago
I agree. Locally redundant storage is a cheaper option than globally redundant, and does not negatively impact any of the other requirements of the scenario.
upvoted 6 times
...
...
Devendra00023
Most Recent 4 years, 2 months ago
I believe Storage tier should be Cool.. in order to minimize the cost
upvoted 2 times
JohnCrawford
4 years, 2 months ago
The question states "must be able to quickly retrieve...". Thus, storage has to be hot, BUT it also means we should use RA-GRS not LRS nor GRS.
upvoted 2 times
hichemck
4 years ago
in the new azure there is no direct RA-GRS. you have to select Geo-zone-redundant storage (GZRS) and then check make read access to data available in the event of regional unavailability
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 ...