ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

216 / 474

Question 216:

You’ve written an application that uploads objects onto an S3 bucket. The size of the object varies between 200 – 500 MB. You’ve seen that the application sometimes takes a longer than expected time to upload the object. You want to improve the performance of the application. Which of the following would you consider?

Answer options:

A.Create multiple threads and upload the objects in the multiple threads.
B.Write the items in batches for better performance.
C.Use the Multipart upload API.
D.Enable versioning on the Bucket.