Multiple Choice
Company C has recently launched an online commerce site for bicycles on AWS. They have a "Product" DynamoDB table that stores details for each bicycle, such as, manufacturer, color, price, quantity and size to display in the online store. Due to customer demand, they want to include an image for each bicycle along with the existing details. Which approach below provides the least impact to provisioned throughput on the "Product" table?
A) Serialize the image and store it in multiple DynamoDB tables
B) Create an "Images" DynamoDB table to store the Image with a foreign key constraint to the "Product" table
C) Add an image data type to the "Product" table to store the images in binary format
D) Store the images in Amazon S3 and add an S3 URL pointer to the "Product" table item for each image
Correct Answer:

Verified
Correct Answer:
Verified
Q289: A company is building a compute-intensive application
Q290: A developer is planning to use an
Q291: A Developer has code running on Amazon
Q292: A Developer is developing an application that
Q293: A company caches session information for a
Q295: A Developer wants to encrypt new objects
Q296: Given the source code for an AWS
Q297: A Developer is trying to deploy a
Q298: A company is using AWS CloudFormation templates
Q299: An application running on an Amazon Linux