Database Flashcards
What is OLAP
Online Analytical Processing Redshift
Which of the following data formats does Amazon Athena support?
Apache ORC Apache Parquet JSON
If you want your application to check RDS for an error, have it look for an __ code in the response from the Amazon RDS API.
Error
MySQL installations default to port number ____.
3306
RDS Reserved instances are available for multi-AZ deployments.
True
In RDS, changes to the backup window take effect ____.
Immediately
what is the maximum size RDS volume you can have by default
16TB
With new RDS DB instances, automated backups are enabled by default?
True
Which set of RDS database engines is currently available?
Oracle, SQL Server, MySQL, PostgreSQL
OLTP
(Online Transactional Processing) RDS
Which AWS DB platform is most suitable for OLTP?
RDS
How many copies of my data does RDS - Aurora store by default?
6
In RDS, what is the maximum value I can set for my backup retention period?
35 Days
You are hosting a MySQL database on the root volume of an EC2 instance. The database is using a large number of IOPS, and you need to increase the number of IOPS available to it. What should you do?
Add 2 additional EBS SSD volumes and create a RAID 0 volume to host the database. Why is this incorrect? CloudFront does not increase IOPS, CloudFront is a Content Delivery Network that helps deliver content closer to the consumers of the content. Correct Answer: B Why is this correct? RAID 0 provides performance improvements compared with a single volume as data can be read and written to multiple disks simultaneously. 2 disks, each with a bandwidth of 4,000 IOPS will provide a combined bandwidth of 8,000 IOPS.
Which of the following DynamoDB features are chargeable, when using a single region?
Read and Write Capacity Storage of Data