AWS Data Analytics Certification

Prepare for Amazon’s AWS Data Analytics – Specialty certification and test your knowledge on DynamoDB.

Questions on the following topic(s) are included –

0 votes, 0 avg
Created on By adminadmin

AWS Certification

AWS Data Analytics – Quiz 2: DynamoDB

1 / 10

QUESTION

Which of the following is true for DynamoDB?

 

2 / 10

QUESTION

Which of the following are ways to trigger real-time actions from DynamoDB?

(Select Two)

3 / 10

QUESTION

What is the most efficient way to delete expired data from DynamoDB Tables?

4 / 10

QUESTION

In DynamoDB tables, which of the following cannot be defined or updated after table creation?

(Select Two)

5 / 10

QUESTION

An  small online retailer is using DynamoDB to support its e-commerce shopping carts.

Based on peak shopping traffic, they are expecting 10,000 objects per second of 5KB write and 40,000 objects per second of 3KB read. Strongly consistent reads are required.

What should the corresponding e-commerce cart table be configured with?

 

6 / 10

QUESTION

Which of the following are is a valid way of using DynamoDB with large objects?

a) Incorrect. TTL does not use up WCU/RCU so would not cause the exception
b) Correct. This table has been poorly partitioned and there is a good chance of a ‘hot partition’ due to high demand for a particular game in a specific country. User_ID would have provided much higher cardinality and a better key, with less chance of exceptions.
c) Incorrect. In fact DynamoDB Acceleration (caching) may help mitigate the risk of exceptions, and will definitely not contribute to  this particular exception.
d) Correct. Scans can consume a lot of RCU

7 / 10

QUESTION

An MMO game leaderboard is being stored in DynamoDB. Which of the following could cause ‘ProvisionedThroughputException’ from DynamoDB?

(Select Two)

 

8 / 10

QUESTION

Which of the following are true for Local & Global Indexes in DynamoDB?

9 / 10

QUESTION

A DynamoDB table needs to hold 100GB data and support 9000 RCU, 9000 WCU

How many partitions will it have?

10 / 10

QUESTION

Which of the following is not a DynamoDB API call?

 

Your score is

The average score is 43%

0%

No responses yet

    Leave a Reply

    Your email address will not be published. Required fields are marked *