AWS Ch7 Exam

Description

Praxis Digital Technologies Quiz on AWS Ch7 Exam, created by Tim Urista on 09/03/2018.
Tim Urista
Quiz by Tim Urista, updated more than 1 year ago
Tim Urista
Created by Tim Urista about 6 years ago
482
0

Resource summary

Question 1

Question
Which AWS database service is best suited for traditional Online Transaction Processing (OLTP)?
Answer
  • Amazon Redshift
  • Amazon Relational Database Service (Amazon RDS)
  • Amazon Glacier
  • Elastic Database

Question 2

Question
Which AWS database service is best suited for non-relational databases?
Answer
  • Amazon Redshift
  • Amazon Relational Database Service (Amazon RDS)
  • Amazon Glacier
  • Amazon DynamoDB

Question 3

Question
You are a solutions architect working for a media company that hosts its website on AWS. Currently, there is a single Amazon Elastic Compute Cloud (Amazon EC2) Instance on AWS with MySQL installed locally to that Amazon EC2 Instance. You have been asked to make the company’s production environment more resilient and to increase performance. You suggest that the company split out the MySQL database onto an Amazon RDS Instance with Multi-AZ enabled. This addresses the company’s increased resiliency requirements. Now you need to suggest how you can increase performance. Ninety-nine percent of the company’s end users are magazine subscribers who will be reading additional articles on the website, so only one percent of end users will need to write data to the site. What should you suggest to increase performance?
Answer
  • Alter the connection string so that if a user is going to write data, it is written to the secondary copy of the Multi-AZ database.
  • Alter the connection string so that if a user is going to write data, it is written to the primary copy of the Multi-AZ database.
  • Recommend that the company use read replicas, and distribute the traffic across multiple read replicas.
  • Migrate the MySQL database to Amazon Redshift to take advantage of columnar storage and maximize performance.

Question 4

Question
Which AWS Cloud service is best suited for Online Analytics Processing (OLAP)?
Answer
  • Amazon Redshift
  • Amazon Relational Database Service (Amazon RDS)
  • Amazon Glacier
  • Amazon DynamoDB

Question 5

Question
You have been using Amazon Relational Database Service (Amazon RDS) for the last year to run an important application with automated backups enabled. One of your team members is performing routine maintenance and accidentally drops an important table, causing an outage. How can you recover the missing data while minimizing the duration of the outage?
Answer
  • Perform an undo operation and recover the table.
  • Restore the database from a recent automated DB snapshot.
  • Restore only the dropped table from the DB snapshot.
  • The data cannot be recovered.

Question 6

Question
Which Amazon Relational Database Service (Amazon RDS) database engines support Multi-AZ?
Answer
  • All of them
  • Microsoft SQL Server, MySQL, and Oracle
  • Oracle, Amazon Aurora, and PostgreSQL
  • MySQL

Question 7

Question
Which Amazon Relational Database Service (Amazon RDS) database engines support read replicas?
Answer
  • Microsoft SQL Server and Oracle
  • MySQL, MariaDB, PostgreSQL, and Aurora
  • Aurora, Microsoft SQL Server, and Oracle
  • MySQL and PostgreSQL

Question 8

Question
Your team is building an order processing system that will span multiple Availability Zones. During testing, the team wanted to test how the application will react to a database failover. How can you enable this type of test?
Answer
  • Force a Multi-AZ failover from one Availability Zone to another by rebooting the primary instance using the Amazon RDS console.
  • Terminate the DB instance, and create a new one. Update the connection string.
  • Create a support case asking for a failover.
  • It is not possible to test a failover.

Question 9

Question
You are a system administrator whose company has moved its production database to AWS. Your company monitors its estate using Amazon CloudWatch, which sends alarms using Amazon Simple Notification Service (Amazon SNS) to your mobile phone. One night, you get an alert that your primary Amazon Relational Database Service (Amazon RDS) Instance has gone down. You have Multi-AZ enabled on this instance. What should you do to ensure the failover happens quickly?
Answer
  • Update your Domain Name System (DNS) to point to the secondary instance’s new IP address, forcing your application to fail over to the secondary instance.
  • Connect to your server using Secure Shell (SSH) and update your connection strings so that your application can communicate to the secondary instance instead of the failed primary instance.
  • Take a snapshot of the secondary instance and create a new instance using this snapshot, then update your connection string to point to the new instance.
  • No action is necessary. Your connection string points to the database endpoint, and AWS automatically updates this endpoint to point to your secondary instance.

Question 10

Question
You are working for a small organization without a dedicated database administrator on staff. You need to install Microsoft SQL Server Enterprise edition quickly to support an accounting back office application on Amazon Relational Database Service (Amazon RDS). What should you do?
Answer
  • Launch an Amazon RDS DB Instance, and select Microsoft SQL Server Enterprise Edition under the Bring Your Own License (BYOL) model.
  • Provision SQL Server Enterprise Edition using the License Included option from the Amazon RDS Console.
  • SQL Server Enterprise edition is only available via the Command Line Interface (CLI). Install the command-line tools on your laptop, and then provision your new Amazon RDS Instance using the CLI.
  • You cannot use SQL Server Enterprise edition on Amazon RDS. You should install this on to a dedicated Amazon Elastic Compute Cloud (Amazon EC2) Instance.

Question 11

Question
You are building the database tier for an enterprise application that gets occasional activity throughout the day. Which storage type should you select as your default option?
Answer
  • Magnetic storage
  • General Purpose Solid State Drive (SSD)
  • Provisioned IOPS (SSD)
  • Storage Area Network (SAN)-attached

Question 12

Question
You are designing an e-commerce web application that will scale to potentially hundreds of thousands of concurrent users. Which database technology is best suited to hold the session state for large numbers of concurrent users?
Answer
  • Relational database using Amazon Relational Database Service (Amazon RDS)
  • NoSQL database table using Amazon DynamoDB
  • Data warehouse using Amazon Redshift
  • Amazon Simple Storage Service (Amazon S3)

Question 13

Question
Which of the following techniques can you use to help you meet Recovery Point Objective (RPO) and Recovery Time Objective (RTO) requirements? (Choose 3 answers)
Answer
  • DB snapshots
  • DB option groups
  • Read replica
  • Multi-AZ deployment

Question 14

Question
When using Amazon Relational Database Service (Amazon RDS) Multi-AZ, how can you offload read requests from the primary? (Choose 2 answers)
Answer
  • Configure the connection string of the clients to connect to the secondary node and perform reads while the primary is used for writes.
  • Amazon RDS automatically sends writes to the primary and sends reads to the secondary.
  • Add a read replica DB instance, and configure the client’s application logic to use a read-replica.
  • Create a caching environment using ElastiCache to cache frequently used data. Update the application logic to read/write from the cache.

Question 15

Question
You are building a large order processing system and are responsible for securing the database. Which actions will you take to protect the data? (Choose 3 answers)
Answer
  • Adjust AWS Identity and Access Management (IAM) permissions for administrators.
  • Configure security groups and network Access Control Lists (ACLs) to limit network access.
  • Configure database users, and grant permissions to database objects.
  • Install anti-virus software on the Amazon RDS DB Instance.

Question 16

Question
Your team manages a popular website running Amazon Relational Database Service (Amazon RDS) MySQL backend. The Marketing department has just informed you about an upcoming television commercial that will drive thousands of new visitors to the website. How can you prepare your database to handle the load? (Choose 3 answers)
Answer
  • Vertically scale the DB Instance by selecting a more powerful instance class.
  • Create read replicas to offload read requests and update your application.
  • Upgrade the storage from Magnetic volumes to General Purpose Solid State Drive (SSD) volumes.
  • Upgrade to Amazon Redshift for faster columnar storage.

Question 17

Question
You are building a photo management application that maintains metadata on millions of images in an Amazon DynamoDB table. When a photo is retrieved, you want to display the metadata next to the image. Which Amazon DynamoDB operation will you use to retrieve the metadata attributes from the table?
Answer
  • Scan operation
  • Search operation
  • Query operation
  • Find operation

Question 18

Question
You are creating an Amazon DynamoDB table that will contain messages for a social chat application. This table will have the following attributes: Username (String), Timestamp (Number), Message (String). Which attribute should you use as the partition key? The sort key?
Answer
  • Username, Timestamp
  • Username, Message
  • Timestamp, Message
  • Message, Timestamp

Question 19

Question
Which statement about Amazon DynamoDB tables is true?
Answer
  • Global secondary indexes can only be created when the table is being created.
  • Local secondary indexes can only be created when the table is being created.
  • You can only have one global secondary index.
  • You can only have one local secondary index.

Question 20

Question
Which of the following workloads are a good fit for running on Amazon Redshift? (Choose 2 answers)
Answer
  • Transactional database supporting a busy e-commerce order processing website
  • Reporting database supporting back-office analytics
  • Data warehouse used to aggregate multiple disparate data sources
  • Manage session state and user profile data for thousands of concurrent users
Show full summary Hide full summary

Similar

AWS: Mock Quiz
Sarwesh Saurabh
Amazon Web Services
Stephen Gibbons
AWS Developer Associate Practice Quiz #2
Bill Rawlinson
AWS Notes
Stephen Gibbons
AWS Developer Associate Practice Quiz
Bill Rawlinson
01 Types of Computers
mc_2871
AWS: ELB
Sarwesh Saurabh
Chapter 2. Understanding Your AWS Account
Julio Gutierrez
Chapter 1. The Cloud
Julio Gutierrez
Explore EV3
Rebbecca Stanley