ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

283 / 474

Question 283:

As a developer, you are developing an application that will carry out the task of uploading objects to the Simple Storage service. The size of the objects varies from 300MB – 500 MB of size. Which of the following should you do to minimize the amount of time that is used to upload an item?

Answer options:

A.Use the BatchWriteItem command.
B.Use Multipart Upload.
C.Use the MultiPutItem command.
D.Use the BatchPutItem command.