ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

85 / 690

Question 85:

You are developing an application using AWS SDK to get objects from AWS S3. The objects have big sizes. Sometimes there are failures when getting objects, especially when the network connectivity is poor. You want to get a specific range of bytes in a single GET request and retrieve the whole object in parts. Which method can achieve this?

Answer options:

A.Enable multipart upload in the AWS SDK.
B.Use the “Range” HTTP header in a GET request to download the specified range bytes of an object.
C.Reduce the retry requests and enlarge the retry timeouts through AWS SDK when fetching S3 objects.
D.Retrieve the whole S3 object through a single GET operation.