exam questions

Exam AWS Certified Developer Associate All Questions

View all questions & answers for the AWS Certified Developer Associate exam

Exam AWS Certified Developer Associate topic 1 question 206 discussion

Exam question from Amazon's AWS Certified Developer Associate
Question #: 206
Topic #: 1
[All AWS Certified Developer Associate Questions]

A development team is designing a mobile app that requires multi-factor authentication.

Which steps should be taken to achieve this? (Choose two.)

  • A. Use Amazon Cognito to create a user pool and create users in the user pool.
  • B. Send multi-factor authentication text codes to users with the Amazon SNS Publish API call in the app code.
  • C. Enable multi-factor authentication for the Amazon Cognito user pool.
  • D. Use AWS IAM to create IAM users.
  • E. Enable multi-factor authentication for the users created in AWS IAM.
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
perfmon
1 year, 3 months ago
1. Amazon Cognito User Pools is specifically designed to handle user authentication for mobile and web applications. - The AWS documentation for Amazon Cognito User Pools outlines how to create a user pool, manage user sign-up and sign-in processes, and handle user authentication securely. - Reference: [Amazon Cognito User Pools Documentation]https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html 2. Amazon Cognito User Pools supports multi-factor authentication (MFA) out of the box, allowing developers to enable MFA for user authentication. - The AWS documentation provides detailed instructions on how to configure and enable MFA for user pools, ensuring an additional layer of security for user authentication. - Reference: [Adding Multi-Factor Authentication (MFA) to a User Pool] https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-settings-mfa.html
upvoted 1 times
...
rcaliandro
1 year, 11 months ago
Selected Answer: AC
A and C. First configure the authentication creating an user pool then enable the MFA for that user pool
upvoted 1 times
...
ihta_2031
2 years, 2 months ago
Selected Answer: AC
Cognito for mobile app
upvoted 1 times
...
pancman
2 years, 3 months ago
Selected Answer: AC
A and C. Here is an exam tip: if you get a question mentioning a mobile app or any type of app that has to do with users and authentication, look for Cognito in the answers.
upvoted 1 times
...
A_Q
2 years, 4 months ago
Selected Answer: AC
The first step will be to "Create the User Pool" in Cognito and the second step will be to "Enable the MFA". The question is not asking about the process of how code will be sent. So it's AC
upvoted 1 times
...
Krt5894
2 years, 4 months ago
Selected Answer: AC
AC is correct
upvoted 1 times
...
k1kavi1
2 years, 6 months ago
Selected Answer: AC
I Agree
upvoted 2 times
k1kavi1
2 years, 6 months ago
https://www.examtopics.com/discussions/amazon/view/28349-exam-aws-certified-developer-associate-topic-1-question-296/
upvoted 1 times
...
...
michaldavid
2 years, 6 months ago
Correct
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...