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

A software company is launching a multimedia application. The application will allow guest users to access sample content before the users decide if they want to create an account to gain full access. The company wants to implement an authentication process that can identify users who have already created an account. The company also needs to keep track of the number of guest users who eventually create an account.

Which combination of steps will meet these requirements? (Choose two.)

Answer options

Correct answer: B, D

Explanation

Option B is correct as it allows the application to recognize both authenticated and unauthenticated users while tracking their identities. Option D complements this by defining access levels for authenticated and unauthenticated users, ensuring guests can only see sample content. The other options do not provide the necessary user tracking or authentication mechanism required for the application's goals.