Leaving presentation mode.
CLD110 Module 8 Knowledge Check
Question 1
You are designing an eCommerce web application that will scale to hundreds of thousands of concurrent users. Which database technology is best suited to hold session state in this example?
- Amazon RDS
- Amazon DynamoDB
- Amazon Redshift
- Amazon S3
Question 2
You need to find an item in an Amazon DynamoDB table using an attribute other than the items primary key. Which of the following operations should you use?
- PutItem
- Scan
- Query
- GetItem
Question 3
In Amazon DynamoDB, what does the query operation enable you to do?
- Query a table using the partition key and an optional sort key filter
- Query any secondary indexes that exist for a table
- Efficiently retrieve items from a table or secondary index
- All of the above
Question 4
Which AWS cloud service is best suited for analyzing your data by using standard structured query language SQL and your existing business intelligent tools?
- Amazon RDS
- Amazon S3 Glacier
- Amazon DynamoDB
- Amazon Redshift
Question 5
In Amazon DynamoDB an attribute is <blank>.
- A fundamental data statement
- A collection of items
- A collection of attributs
Question 6
If you are developing an application that requires a database with extremely fast performance, fast scalability, and flexibility in the database schema, which service should you consider?
- Amazon RDS
- Amazon ElastiCache
- Amazon DynamoDB
- Amazon Redshift
Question 7
Which of the following use cases is appropriate for using Amazon RDS?
- Massive read/wright rates
- Simple GET or PUT requests
- Complex transactions
- All of the above
Question 8
A company has an application, which consists of a .NET layer that connects to a MySQL database. They want to move this application onto AWS and use AWS features such as high availability and automated backups. Which of the following would be an ideal database for this use case?
- Amazon DynamoDB
- Amazon Redshift
- Amazon RDS
- Amazon Aurora
Question 9
True or False? Amazon RDS automatically patches the database software and backs up your database, storing the backups for a user-defined retention and enabling point-in-time recovery.
- True
- False
Question 10
What should you consider when choosing a database type?
- Data size
- Data access period
- Query frequency
- Highly available
- All of the above
Keyboard Shortcuts