Premium

AWS Certified Developer - Associate Questions and Answers (Dumps and Practice Questions)



Question : Company B has many users updating the same table. At times it is not uncommon for multiple
users to update the same item and attribute of an item at the same time. If user A calls an item in a
table to update an attribute at the same time as user B and user B updates the table first,
what can we deploy in DynamoDB to ensure User A is not updating an item that was updated since User A's table read?

 : Company B has many users updating the same table. At times it is not uncommon for multiple
1. Atomic Counters
2. Extra API read calls to determine if the data was updated before the update call is made
3. Conditional Writes
4. Eventual Consistency

Correct Answer : Get Lastest Questions and Answer :
With a conditional write, an operation succeeds only if the item attributes meet one or more expected conditions; otherwise it returns an error




Question : How many global secondary indexes are allowed per table?

 : How many global secondary indexes are allowed per table?
1. 5
2. 10
3. 15
4. 1

Correct Answer : Get Lastest Questions and Answer :
5 global secondary indexes and 5 local secondary indexes are allowed on a table.





Question : Games-R-Us is launching a new game app for mobile devices. Users will log into the game
using their existing Facebook account and the game will record player data and scoring
information directly to a DynamoDB table.
What is the most secure approach for signing requests to the DynamoDB API?
 : Games-R-Us is launching a new game app for mobile devices. Users will log into the game
1. Create an IAM user with access credentials that are distributed with the mobile app to sign the requests
2. Distribute the AWS root account access credentials with the mobile app to sign the requests
3. Request temporary security credentials using web identity federation to sign the requests
4. Establish cross account access between the mobile app and the DynamoDB table to sign the requests

Correct Answer : Get Lastest Questions and Answer :

Explanation: When a user want to play a game, he signs in to his Login with Amazon account from within the gaming app. The app then calls AWS Security Token Service (AWS STS), providing the Login with Amazon app ID and requesting membership in GameRole. AWS STS returns temporary AWS credentials to the app and allows it to access the GameScores table, subject to theGameRole policy document.


Related Questions


Question : SQS guarantees delivery but there can be duplicates.

 : SQS guarantees delivery but there can be duplicates.
1. True
2. False


Question : EC instances are launched from Amazon Machine Images (AMIs). A given public AMI:


 : EC instances are launched from Amazon Machine Images (AMIs). A given public AMI:
1. can be used to launch EC2 instances in any AWS region
2. can only be used to launch EC2 instances in the same country as the AMI is stored
3. Access Mostly Uused Products by 50000+ Subscribers
4. can only be used to launch EC2 instances in the same AWS availability zone as the AMI is stored




Question : An Amazon S bucket, "myawsbucket" is configured with website hosting in Tokyo region, what is the region-specific website endpoint?
  : An Amazon S bucket,
1. www.myawsbucket.ap-northeast-1.amazonaws.com
2. myawsbucket.s3-website-ap-northeast-1.amazonaws.com
3. Access Mostly Uused Products by 50000+ Subscribers
4. myawsbucket.tokyo.amazonaws.com


Question : What is one key difference between an Amazon EBS-backed and an instance-store backed instance?

  : What is one key difference between an Amazon EBS-backed and an instance-store backed instance?
1. Instance-store backed instances can be stopped and restarted
2. Auto scaling requires using Amazon EBS-backed instances
3. Access Mostly Uused Products by 50000+ Subscribers
4. Virtual Private Cloud requires EBS backed instances


Question : What is the best method for maintaining application session state when using an Elastic Load Balancer?
 : What is the best method for maintaining application session state when using an Elastic Load Balancer?
1. Enable Load Balancer Generated Cookie Stickiness
2. Enable Application Generated Cookie Stickiness
3. Access Mostly Uused Products by 50000+ Subscribers
4. Disable Stickiness


Question :

AMIs can be shared to individual AWS accounts

 :
1. True
2. False