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 428 discussion

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

A developer is writing a mobile application that allows users to view images from an S3 bucket. The users must be able to log in with their Amazon login, as well as supported social media accounts.

How can the developer provide this authentication functionality?

  • A. Use Amazon Cognito with web identity federation.
  • B. Use Amazon Cognito with SAML-based identity federation.
  • C. Use IAM access keys and secret keys in the application code to allow Get* on the S3 bucket.
  • D. Use AWS STS AssumeRole in the application code and assume a role with Get* permissions on the S3 bucket.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
AWSdeveloper08
2 years, 1 month ago
Selected Answer: A
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_oidc_cognito.html
upvoted 1 times
...
dhcho
2 years, 6 months ago
Selected Answer: B
B!!! Token-based authentication, security token services, federated authentication and identity federation are all terms that describe the capabilities that a SAML identity provider offers.
upvoted 2 times
pancman
2 years, 5 months ago
SAML doesn't have the feature to login with social media accounts
upvoted 2 times
...
...
Phinx
2 years, 7 months ago
Selected Answer: A
A is the appropriate one.
upvoted 2 times
...
KT_Yu
2 years, 7 months ago
Selected Answer: A
Amazon = web identity federation
upvoted 4 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 ...