AWS Certified Developer – Associate (DVA-C02) — Question 8

A company is migrating legacy internal applications to AWS. Leadership wants to rewrite the internal employee directory to use native AWS services. A developer needs to create a solution for storing employee contact details and high-resolution photos for use with the new application.
Which solution will enable the search and retrieval of each employee's individual details and high-resolution photos using AWS APIs?

Answer options

Correct answer: B

Explanation

Option B is correct because it effectively combines employee contact details in Amazon DynamoDB with the references to their high-resolution photos stored in Amazon S3, enabling efficient retrieval and search through AWS APIs. Option A is incorrect as Base64 encoding is not necessary and does not leverage S3 for photo storage. Option C does not directly store contact details or photos, and Option D complicates the storage by using Amazon RDS and Amazon EFS, which is not optimal for this use case.