nerdexam
Amazon

DVA-C02 · Question #63

A developer is creating an application that will give users the ability to store photos from their cellphones in the cloud. The application needs to support tens of thousands of users. The…

The correct answer is B. Use Amazon Cognito user pools to manage user accounts. Create an Amazon Cognito user pool. https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-integrate-with- https://aws.amazon.com/blogs/big-data/building-and-maintaining-an-amazon-s3-metadata-index- without-servers/

Submitted by obi.ng· Mar 5, 2026Development with AWS Services

Question

A developer is creating an application that will give users the ability to store photos from their cellphones in the cloud. The application needs to support tens of thousands of users. The application uses an Amazon API Gateway REST API that is integrated with AWS Lambda functions to process the photos. The application stores details about the photos in Amazon DynamoDB. Users need to create an account to access the application. In the application, users must be able to upload photos and retrieve previously uploaded photos. The photos will range in size from 300 KB to 5 MB. Which solution will meet these requirements with the LEAST operational overhead?

Options

  • AUse Amazon Cognito user pools to manage user accounts. Create an Amazon Cognito user pool
  • BUse Amazon Cognito user pools to manage user accounts. Create an Amazon Cognito user pool
  • CCreate an IAM user for each user of the application during the sign-up process. Use IAM
  • DCreate a users table in DynamoDB. Use the table to manage user accounts. Create a Lambda

How the community answered

(27 responses)
  • A
    15% (4)
  • B
    56% (15)
  • C
    4% (1)
  • D
    26% (7)

Explanation

https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-integrate-with- https://aws.amazon.com/blogs/big-data/building-and-maintaining-an-amazon-s3-metadata-index- without-servers/

Community Discussion

No community discussion yet for this question.

Full DVA-C02 Practice