AOS Tema 4  RDS  2024/23

AOS Tema 4 RDS 2024/23

University

48 Qs

quiz-placeholder

Similar activities

International Architects 1

International Architects 1

University

44 Qs

VDA - Metal (Part 2)

VDA - Metal (Part 2)

University

44 Qs

VDA - Temple (Part 3)

VDA - Temple (Part 3)

University

48 Qs

Filipino Architects 1

Filipino Architects 1

University

52 Qs

History of Architecture 1

History of Architecture 1

University

45 Qs

APM Unit 6 Lesson

APM Unit 6 Lesson

3rd Grade - University

48 Qs

English1

English1

University

50 Qs

International Architecture 2

International Architecture 2

University

44 Qs

AOS Tema 4  RDS  2024/23

AOS Tema 4 RDS 2024/23

Assessment

Quiz

Architecture

University

Easy

Created by

Marcela Castro León

Used 1+ times

FREE Resource

48 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Your company hosts a critical application using Amazon RDS MySQL in the us-east-1 region. The application needs to maintain availability during a regional outage, and the database must remain highly consistent. How can you ensure the database is resilient to regional failures?
Set up a cross-region read replica in another AWS region, such as us-west-2.
Create a Multi-AZ deployment in the us-east-1 region.
Configure an S3 bucket in another region to store daily RDS snapshots.
Use Amazon Aurora Global Database to replicate data across regions.

2.

MULTIPLE SELECT QUESTION

3 mins • 1 pt

A company runs a critical application with an Amazon RDS MySQL database. The database must remain available during maintenance or hardware failures. How should the database be configured to meet this requirement?
Enable Multi-AZ deployment for the RDS instance.
Create a read replica in another AWS Region.
Use AWS Backup to take snapshots of the database.
Deploy the database in a single Availability Zone with automated backups.

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

You are building a serverless application using AWS Lambda and Amazon RDS. Your Lambda function needs to query the RDS database. What is the most secure way to allow the Lambda function to access the database?
Store database credentials in Lambda environment variables.
Use AWS Secrets Manager to store and retrieve the credentials.
Hardcode the database credentials in the Lambda code.
Use an IAM role for Lambda to access the RDS database directly.

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Your organization is migrating an on-premises database to Amazon RDS PostgreSQL. The database must remain accessible during the migration process, with minimal downtime. Which solution should you implement?
Create a snapshot of the on-premises database and import it into Amazon RDS.
Use AWS DataSync to migrate the database directly to Amazon RDS.
Use AWS Database Migration Service (DMS) with change data capture (CDC) enabled to replicate ongoing changes to Amazon RDS.
Migrate the database manually by exporting the data and importing it into Amazon RDS.

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

A developer is tasked with storing sensitive application credentials in an RDS MySQL database. What AWS service or feature should be used to ensure the credentials are encrypted at rest?
Enable encryption for the Amazon RDS instance at the time of creation.
Store the credentials in AWS Secrets Manager and access them securely from the application.
Use client-side encryption to encrypt the credentials before storing them in the database.
Encrypt the credentials in transit using SSL.

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

A company uses an Amazon RDS instance for its production database. The team needs automated backups and the ability to restore the database to any point within the past 7 days. What is the best configuration to meet this requirement?
Enable automated backups and set the retention period to 7 days.
Enable automated backups with point-in-time recovery (PITR).
Take manual snapshots daily.
Use AWS Backup to schedule daily snapshots.

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

A company runs a multi-AZ Amazon RDS MySQL instance for a production workload. They need to ensure the database can handle failover automatically. What configuration is required?
Ensure the RDS instance is configured for Multi-AZ deployment.
Configure an RDS read replica in a different availability zone.
Use AWS Elastic Load Balancing in front of the RDS instance.
Set up Route 53 with health checks pointing to the RDS instance.

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?