Amazon DVA-C01 Practice Test - Questions Answers, Page 2
List of questions
Question 11
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Which statements about DynamoDB are true? Choose 2 answers
Question 12
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
You are providing AWS consulting services for a company developing a new mobile application that will be leveraging Amazon SNS Mobile Push for push notifications. In order to send direct notification messages to individual devices each device registration identifier or token needs to be registered with SNS; however the developers are not sure of the best way to do this. You advise them to:
Explanation:
https://docs.aws.amazon.com/sns/latest/dg/mobile-push-send-devicetoken.html
Question 13
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
You are writing to a DynamoDB table and receive the following exception:" ProvisionedThroughputExceededException". though according to your Cloudwatch metrics for the table, you are not exceeding your provisioned throughput. What could be an explanation for this?
Explanation:
A. You haven't provisioned enough DynamoDB storage instances
B. You're exceeding your capacity on a particular Range Key
C. You're exceeding your capacity on a particular Hash Key
D. You're exceeding your capacity on a particular Sort Key
E. You haven't configured DynamoDB Auto Scaling triggers
Answer: C
Explanation:
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.CoreComponents.html#HowItWorks.CoreComponents.PrimaryKey https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.Partitions.html
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/bp-partition-keydesign.html
Question 14
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Which of the following services are included at no additional cost with the use of the AWS platform? Choose 2 answers
Question 15
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Your application is trying to upload a 6 GB file to Simple Storage Service and receive a “Your proposed upload exceeds the maximum allowed object size." error message. What is a possible solution for this?
Explanation:
https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html
Question 16
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
What AWS products and features can be deployed by Elastic Beanstalk? Choose 3 answers
Explanation:
https://aws.amazon.com/elasticbeanstalk/faqs/Q: What are the Cloud resources powering my AWS Elastic Beanstalk application? AWS ElasticBeanstalk uses proven AWS features and services, such as Amazon EC2, Amazon RDS, Elastic LoadBalancing, Auto Scaling, Amazon S3, and Amazon SNS, to create an environment that runs your application. The current version of AWS Elastic Beanstalk uses the Amazon Linux AMI or the Windows Server 2012 R2 AMI.
Question 17
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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?
Question 18
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Which of the following programming languages have an officially supported AWS SDK? Choose 2 answers
Question 19
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
A meteorological system monitors 600 temperature gauges, obtaining temperature samples every minute and saving each sample to a DynamoDB table. Each sample involves writing 1K of data and the writes are evenly distributed over time.
How much write throughput is required for the target table?
Explanation:
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadWriteCapacityMode.html
Question 20
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
In DynamoDB, what type of HTTP response codes indicate that a problem was found with the client request sent to the service?
Explanation:
https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#ErrorCodeList
Question