Dynamo DB

Dynamo DB

Professional Development

6 Qs

quiz-placeholder

Similar activities

AWS Getting Started AM Sessioln

AWS Getting Started AM Sessioln

Professional Development

10 Qs

AWS Assessment 2

AWS Assessment 2

Professional Development

10 Qs

Architecting on AWS Day 1.2

Architecting on AWS Day 1.2

Professional Development

8 Qs

Developing on AWS - review 2nd Day

Developing on AWS - review 2nd Day

Professional Development

8 Qs

Database n Analytics

Database n Analytics

Professional Development

8 Qs

AWS Services Intro

AWS Services Intro

Professional Development

6 Qs

SAA-C03 - Módulo 13

SAA-C03 - Módulo 13

Professional Development

10 Qs

AWS Services Knowledge Assessment

AWS Services Knowledge Assessment

Professional Development

10 Qs

Dynamo DB

Dynamo DB

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Tú Nguyễn

Used 10+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Before you create a DynamoDB table, you need to provision the EC2 instance the DynamoDB table will be running on

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

You have provisioned a DynamoDB table with 10 RCUs and 10 WCUs. A month later you want to increase the RCU to handle more read traffic. What should you do?

Increase RCU and keep WCU the same

You need to increase both RCU and WCU

Increase RCU and decrease WCU

3.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

You have an e-commerce website where you are using DynamoDB as your database. You are about to enter the Christmas sale and you have a few items which are very popular and you expect that they will be read often. Unfortunately, last year due to the huge traffic you had the ProvisionedThroughputExceededException exception. What would you do to prevent this error from happening again?

Increase the RCU to a very high value

Create a DAX Cluster

Migrate the database away from DynamoDB for the time of the sale

4.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

You have developed a mobile application that uses DynamoDB as its datastore. You want to automate sending welcome emails to new users after they sign up. What is the most efficient way to achieve this?

Schedule a Lambda function to run every min using CloudWatch Events, scan the entire table looking for new users

Enable SNS and DynamoDB integration

Enable Dynamo Streams and configure it to invoke a Lambda function to send emails

5.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

A weather forecast agency collects key weather metrics across multiple cities in the US and sends this data in the form of key-value pairs to AWS Cloud at a one-minute frequency.

As a solutions architect, which of the following AWS services would you use to build a solution for processing and then reliably storing this data with high availability? (Select two)

DynamoDB

RDS

Redshift

ElastiCache

Lambda

6.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

A small business has been running its IT systems on the on-premises infrastructure but the business now plans to migrate to AWS Cloud for operational efficiencies.

As a Solutions Architect, can you suggest a cost-effective serverless solution for its flagship application that has both static and dynamic content?

Host the static content on Amazon S3 and use Lambda with DynamoDB for the serverless web application that handles dynamic content. Amazon CloudFront will sit in front of Lambda for distribution across diverse regions

Host both the static and dynamic content of the web application on Amazon S3 and use Amazon CloudFront for distribution across diverse regions/countries

Host the static content on Amazon S3 and use Amazon EC2 with RDS for generating the dynamic content. Amazon CloudFront can be configured in front of EC2 instance, to make global distribution easy

Host both the static and dynamic content of the web application on Amazon EC2 with RDS as the database. Amazon CloudFront should be configured to distribute the content across geographically disperse regions