DVA-C02 · Question #62
DVA-C02 Question #62: Real Exam Question with Answer & Explanation
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.
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
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.