M13 : Dynamo DB

M13 : Dynamo DB

Professional Development

10 Qs

quiz-placeholder

Similar activities

Aula dia 1

Aula dia 1

Professional Development

10 Qs

SysOps Evaluation 1

SysOps Evaluation 1

Professional Development

5 Qs

MS-SQL-SERVER-DAY 10

MS-SQL-SERVER-DAY 10

Professional Development

10 Qs

MsSQL Server - Quiz-3

MsSQL Server - Quiz-3

Professional Development

10 Qs

AWS_5

AWS_5

Professional Development

14 Qs

Team Quiz 1

Team Quiz 1

Professional Development

15 Qs

AWS Quiz Show 2023 (Week 2)

AWS Quiz Show 2023 (Week 2)

Professional Development

15 Qs

AWS Re:invent Recap

AWS Re:invent Recap

Professional Development

5 Qs

M13 : Dynamo DB

M13 : Dynamo DB

Assessment

Quiz

Other

Professional Development

Hard

Created by

Carina Martin

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

By default, DynamoDB is resilient on a __ basis. (Choose two answers)

national

Cross AZ

global

regional

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have an application with several hundred IoT devices all sending data into S3. Your team has created a mobile application that relies on reading data from DynamoDB. How could you give each mobile device permissions to read that data from DynamoDB?

Create an IAM user.

Add an encrypted username and password into the app code and decrypt it at runtime.

Connect to an EC2 instance which will pull the data from DynamoDB securely.

Create an IAM role that can be assumed by an app that allows federated users.

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which is true of DynamoDB Streams? (Choose all that apply)

There are four Stream views.

When a Stream is enabled, it holds changes to the entire database.

DynamoDB and its Stream are highly resilient.

Streams hold a rolling 48-hour window of changes to a table.

Streams can be used to invoke Lambda functions.

4.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

In DynamoDB, what does the primary key contain? (Choose all that apply)

a partition key

Only a sort key

A hash key and a range key

A partition key and a sort key

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which service is used specifically for in-memory caching within DynamoDB?

DAX

CloudFront

Memcached

Redis​

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

A startup company is developing a web application with DynamoDB as database with a provisioned throughput of 1000 ​

Writes/sec. They are expecting high number of writes on the DB during peak hours expecting ~3000 writes/sec. How could you ensure the scalability and cost effectiveness to reduce the load on DynamoDB ?​

(Choose all that apply)

Add more DynamoDB databases to handle load.

Use DynamoDB autoscaling.

Increase write capacity of DynamoDB to meet peak loads.

Use SQS to assist and let the application pull messages and then perform relevant operation in DynamoDB.

Use Kinesis to assist and let the application pull messages and then perform relevant operation in DynamoDB.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In DynamoDB, what is the difference between a scan and a query operation?

There is no difference between scan and query because they both search through a table.

All of these answers are incorrect.

A scan will search the whole table, which uses more computing power. A query operation searches for only the primary key attributes, that are more efficient.

A scan will search only primary key attributes, which is more efficient. A query will search the whole table, which uses more computing power.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?