nerdexam
Amazon

DVA-C02 · Question #62

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…

The correct answer is B. Store each employee's contact information in an Amazon DynamoDB table along with the object. Cognito is also an attractive option here but the problem is it doesn't have a built-in feature for photos and we would need S3.

Submitted by tom_us· Mar 5, 2026Development with AWS Services

Question

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?

Options

  • AEncode each employee's contact information and photos using Base64. Store the information in
  • BStore each employee's contact information in an Amazon DynamoDB table along with the object
  • CUse Amazon Cognito user pools to implement the employee directory in a fully managed
  • DStore employee contact information in an Amazon RDS DB instance with the photos stored in

How the community answered

(40 responses)
  • A
    8% (3)
  • B
    70% (28)
  • C
    18% (7)
  • D
    5% (2)

Explanation

Cognito is also an attractive option here but the problem is it doesn't have a built-in feature for photos and we would need S3.

Community Discussion

No community discussion yet for this question.

Full DVA-C02 Practice