exam questions

Exam AWS Certified Solutions Architect - Professional SAP-C02 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional SAP-C02 exam

Exam AWS Certified Solutions Architect - Professional SAP-C02 topic 1 question 71 discussion

A video streaming company recently launched a mobile app for video sharing. The app uploads various files to an Amazon S3 bucket in the us-east-1 Region. The files range in size from 1 GB to 10 GB.

Users who access the app from Australia have experienced uploads that take long periods of time. Sometimes the files fail to completely upload for these users. A solutions architect must improve the app’s performance for these uploads.

Which solutions will meet these requirements? (Choose two.)

  • A. Enable S3 Transfer Acceleration on the S3 bucket. Configure the app to use the Transfer Acceleration endpoint for uploads.
  • B. Configure an S3 bucket in each Region to receive the uploads. Use S3 Cross-Region Replication to copy the files to the distribution S3 bucket.
  • C. Set up Amazon Route 53 with latency-based routing to route the uploads to the nearest S3 bucket Region.
  • D. Configure the app to break the video files into chunks. Use a multipart upload to transfer files to Amazon S3.
  • E. Modify the app to add random prefixes to the files before uploading.
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️

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
zozza2023
Highly Voted 2 years, 4 months ago
Selected Answer: AD
Transfer Accelerator + Multi-part uploads for files more 500MB
upvoted 12 times
...
OCHT
Highly Voted 2 years, 2 months ago
Selected Answer: AD
Explanation for this . B: Configuring an S3 bucket in each Region to receive the uploads and using S3 Cross-Region Replication to copy the files to the distribution S3 bucket may improve data durability and availability, but it does not address the issue of slow uploads from Australia. C: Amazon Route 53 with latency-based routing can route the uploads to the nearest S3 bucket Region based on network latency, but it cannot guarantee faster upload speeds or better reliability. E: Adding random prefixes to the files before uploading will not improve upload performance or reliability. Thence, I select A and D.
upvoted 7 times
...
amministrazione
Most Recent 9 months, 1 week ago
A. Enable S3 Transfer Acceleration on the S3 bucket. Configure the app to use the Transfer Acceleration endpoint for uploads. D. Configure the app to break the video files into chunks. Use a multipart upload to transfer files to Amazon S3.
upvoted 1 times
...
ninomfr64
1 year, 4 months ago
Selected Answer: AD
A = correct (improve upload performance) B = this could work along with C to improve performance, but this will not fix upload failure for files >5GB as you need multi-part upload C = se answer B D = correct (required to fix upload failures for >5GB files) E = this could help with throttling which is not clearly stated as an issue
upvoted 1 times
...
chico2023
1 year, 9 months ago
Selected Answer: DE
Answer: A, D? Maybe. But I prefer D and E. Let me explain why: Requirement is: "A solutions architect must improve the app’s performance for these uploads." Should we change S3 or the app? (or both?) Depending on how you interpret this question, you might think on the app, then it should be D and E, seriously. And it DOES make sense. Bear with me here. If you break the files into chunks, you will still have to upload them, let's say 10GB. And here comes the option E, which helps improving uploads with PARALELLISM, and you didn't touch S3 to fix that, just the app :) B and C would also work and would address the issue with users in Australia but it would change their design. I am not sure this is required, but in the real world, it's good to have options ;) All in all, I personally would go with D, E, but AD and BC would also work.
upvoted 1 times
...
NikkyDicky
1 year, 11 months ago
Selected Answer: AD
its AD
upvoted 2 times
...
Maria2023
1 year, 11 months ago
Selected Answer: AD
A and D satisfy the requirement
upvoted 1 times
...
SkyZeroZx
2 years ago
Selected Answer: AD
Transfer Accelerator + Multi-part uploads for files more 500MB Question similar to AWS Certified Solutions Architect Associate
upvoted 1 times
...
mfsec
2 years, 2 months ago
Selected Answer: AD
AD all day
upvoted 2 times
...
aqiao
2 years, 2 months ago
Selected Answer: AD
B is not suitable here, since it wants to improve upload experience, not download
upvoted 2 times
...
Musk
2 years, 4 months ago
I like AD but I am unsure. If the users in US don't complain about issues, it must be because multi-part upload is already enabled, otherwise it would fail 50% of the times. If only Australia users complain, it must be something else... Maybe A+B is a better option, although B is not the most cost efficient certainly.
upvoted 2 times
...
zhangyu20000
2 years, 4 months ago
AD is correct
upvoted 1 times
...
masetromain
2 years, 4 months ago
Selected Answer: AD
https://www.examtopics.com/discussions/amazon/view/74177-exam-aws-certified-solutions-architect-professional-topic-1/ The correct answers would be A and D. A. Enabling S3 Transfer Acceleration on the S3 bucket and configuring the app to use the Transfer Acceleration endpoint for uploads will improve the app's performance for users in Australia by providing a fast and secure way to transfer large files over the Internet. D. Configuring the app to break the video files into chunks and using a multipart upload to transfer files to Amazon S3, will improve the app's performance for users in Australia by allowing them to upload large files in parallel, which can increase upload speed and reduce the risk of upload failures.
upvoted 4 times
masetromain
2 years, 4 months ago
B. Configuring an S3 bucket in each Region to receive the uploads and using S3 Cross-Region Replication to copy the files to the distribution S3 bucket is not the most cost-effective solution for this specific use case. C. Setting up Amazon Route 53 with latency-based routing to route the uploads to the nearest S3 bucket Region is not a solution that would improve the performance of the uploads specifically for users in Australia. E. Modifying the app to add random prefixes to the files before uploading will not improve the app's performance for users in Australia.
upvoted 1 times
hobokabobo
2 years, 3 months ago
yes, it will. Other options are more important, but sure random (rsp. any hash that distributes well) prefixes improve performance a lot.
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 ...