FUNDAMENTALS OF COMPUTER

DATABASE FUNDAMENTALS

BASICS OF BIG DATA

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A company is currently using Amazon DynamoDB as the database for a user support application. The company is developing a new version of the application that will store a PDF file for each support case ranging in size from 1-10 MB. The file should be retrievable whenever the case is accessed in the application. How can the company store the file in the MOST cost-effective manner?
A
Store the file in Amazon DocumentDB and the document ID as an attribute in the DynamoDB table
B
Store the file in Amazon S3 and the object key as an attribute in the DynamoDB table
C
Split the file into smaller parts and store the parts as multiple items in a separate DynamoDB table.
D
Store the file as an attribute in the DynamoDB table using Base64 encoding.
Explanation: 
There is 1 question to complete.