exam questions

Exam AWS Certified Developer - Associate DVA-C02 All Questions

View all questions & answers for the AWS Certified Developer - Associate DVA-C02 exam

Exam AWS Certified Developer - Associate DVA-C02 topic 1 question 203 discussion

An IT department uses Amazon S3 to store sensitive images. After more than 1 year, the company moves the images into archival storage. The company rarely accesses the images, but the company wants a storage solution that maximizes resiliency. The IT department needs access to the images that have been moved to archival storage within 24 hours.

Which solution will meet these requirements MOST cost-effectively?

  • A. Use S3 Standard-Infrequent Access (S3 Standard-IA) to store the images. Use S3 Glacier Deep Archive with standard retrieval to store and retrieve archived images.
  • B. Use S3 Standard-Infrequent Access (S3 Standard-IA) to store the images. Use S3 Glacier Deep Archive with bulk retrieval to store and retrieve archived images.
  • C. Use S3 Intelligent-Tiering to store the images. Use S3 Glacier Deep Archive with standard retrieval to store and retrieve archived images.
  • D. Use S3 One Zone-Infrequent Access (S3 One Zone-IA) to store the images. Use S3 Glacier Deep Archive with bulk retrieval to store and retrieve archived images.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
Learning4life
Highly Voted 1 year, 6 months ago
A is correct. The requirement of maximizing resiliency rules out One Zone. Standard recover is within 12 hours, which fits the requirement of within 24 hours. https://docs.aws.amazon.com/AmazonS3/latest/userguide/restoring-objects-retrieval-options.html
upvoted 8 times
...
f271c23
Most Recent 4 months, 2 weeks ago
Selected Answer: A
I had incorrectly selected B but the right option is A. the main reason is the retrieval time in the standard way is within 12 hours which meets the requirement
upvoted 1 times
...
MasoudK
6 months, 2 weeks ago
Option A is not most Cost effective the standard approach maximize resiliency but is more expensive than Option B. Option B handles both goals.
upvoted 1 times
...
albert_kuo
6 months, 4 weeks ago
Selected Answer: B
The average retrieval time for bulk retrievals typically ranges from 5 to 12 hours, but it can take up to 48 hours. This method is suitable for cold storage data, making it a highly cost-effective option when retrieval frequency is low, and there are no stringent requirements on retrieval time.
upvoted 2 times
lambdaFun
6 months, 2 weeks ago
bulk retrievals take 48 hours standard retrievals take 24hours https://docs.aws.amazon.com/AmazonS3/latest/userguide/restoring-objects-retrieval-options.html Refer the table 2 row
upvoted 1 times
...
...
Saurabh04
8 months, 2 weeks ago
Selected Answer: B
MOST cost-effective solution is: B. Use S3 Standard-Infrequent Access (S3 Standard-IA) to store the images. Use S3 Glacier Deep Archive with bulk retrieval to store and retrieve archived images. Here’s why: S3 Standard-Infrequent Access (S3 Standard-IA): Provides a balance between cost and retrieval speed. Suitable for long-lived, less frequently accessed data. Accessible within hours.
upvoted 2 times
...
Anandesh
9 months, 1 week ago
Selected Answer: A
https://docs.aws.amazon.com/AmazonS3/latest/userguide/glacier-storage-classes.html#archival-storage
upvoted 1 times
...
65703c1
11 months, 1 week ago
Selected Answer: A
A is the correct answer.
upvoted 1 times
...
KarBiswa
1 year, 1 month ago
Selected Answer: C
https://docs.aws.amazon.com/AmazonS3/latest/userguide/restoring-objects-retrieval-options.html#:~:text=Deep%20Archive%20or-,S3%20Intelligent%2DTiering%20Deep%20Archive%20Access,-Not%20available
upvoted 1 times
DeaconStJohn
1 year, 1 month ago
Initially I thought C also. However, lifecycle policies seem to be better for this use case. S3-IT will start at standard pricing, after 30 days > IA, after 90 days > archive instant retrieval. None of these are the most cost effective. S3-IT works well for use cases were there is no defined policy in place, i.e. after 1 year move to archive. reqs state archive after 365 days. s3-IT will action this after 90 days depending on access patterns.
upvoted 1 times
...
...
SerialiDr
1 year, 3 months ago
Selected Answer: A
S3 Standard-IA is designed for data that is accessed less frequently but requires rapid access when needed. It offers a lower storage cost while still providing high durability, availability, and performance. S3 Glacier Deep Archive is the most cost-effective option for archival storage in AWS and is designed for data that is accessed very rarely. The standard retrieval option in Glacier Deep Archive typically returns data within 12 hours, meeting the requirement of access within 24 hours.
upvoted 3 times
...
_YaWeb
1 year, 3 months ago
ChatGPT goes with B
upvoted 2 times
DeaconStJohn
1 year, 1 month ago
As a society we need to learn to challenge AI models. https://aws.amazon.com/s3/faqs/#Amazon_S3_Glacier_Deep_Archive When restoring an archived object, you can specify one of the following options in the Tier element of the request body: Standard is the default tier and lets you access any of your archived objects within 12 hours, with retrievals typically starting within 9 hours when initiated using S3 Batch Operations. Bulk lets you retrieve large amounts of data, even petabytes of data, inexpensively and typically completes within 48 hours.
upvoted 2 times
...
...
dostonbekabdullaev
1 year, 3 months ago
Selected Answer: A
AAAAAAAAA
upvoted 1 times
...
Certified101
1 year, 4 months ago
Selected Answer: A
A is correct -Bulk retrival is 48hours
upvoted 1 times
...
TanTran04
1 year, 4 months ago
Selected Answer: B
With Option A: Standard retrieval would provide faster access to the archived images (typically within 3-5 hours), it is more expensive than Bulk retrieval. Since the company has indicated they can wait up to 24 hours for access, the slower but cheaper => Option B is the best choice.
upvoted 1 times
...
Hanny
1 year, 4 months ago
Selected Answer: C
C. Use S3 Intelligent-Tiering to store the images. Use S3 Glacier Deep Archive with standard retrieval to store and retrieve archived images.
upvoted 2 times
...
tqiu654
1 year, 4 months ago
Selected Answer: B
GPT: B. Use S3 Standard-Infrequent Access (S3 Standard-IA) to store the images. Use S3 Glacier Deep Archive and select Batch Retrieval to store and retrieve archived images.
upvoted 2 times
...
hcsaba1982
1 year, 6 months ago
Selected Answer: C
A : Glacier Deep Archive is cheaper than Standard-IA. C : Standard archival is 12h. B : bulk retrieval is 48h D : S3 One Zone-IA - cross-out due to "maximizes resiliency"
upvoted 4 times
ut18
1 year, 5 months ago
Check the requirement : The IT department needs access to the images that have been moved to archival storage within 24 hours.
upvoted 1 times
...
...
Cerakoted
1 year, 6 months ago
Selected Answer: A
It is A
upvoted 2 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago