ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

324 / 474

Question 324:

You have to develop an Orders processing system. The system needs to store the Product Information which contains the image for every product. Which of the following implementation steps should be used when storing the Product related data? Choose 2 answers from the options given below.

Answer options:

A.Store the Product ID, Name, Price and the path of image stored in the S3 bucket in a DynamoDb table.
B.Store the Product Image as an attribute in the same table.
C.Store the Product ID, Name and price in an S3 bucket.
D.Store the Product Image in an S3 bucket.