Specialty

AWS Certified Database - Specialty (DBS-C01) Practice Exam

The DBS-C01 exam validates expertise in selecting and managing AWS database services — covering RDS, DynamoDB, Aurora, ElastiCache, Neptune, Redshift, and database migration strategies.

100+
Practice Questions
3
Free Pages
4.9★
Rating
2026
Updated
Start Free Practice → Get Full Access

DBS-C01 Exam Overview

Exam CodeDBS-C01
Full NameAWS Certified Database - Specialty
LevelSpecialty
Questions on Exam65
Duration180 minutes
Passing Score750 / 1000
Exam Cost$300 USD
Recommended Study Time60–100 hours
AWSReady Practice Questions100+

Exam Domains

Sample DBS-C01 Practice Questions

Try these free practice questions. Full answers and explanations are included.

Question 1

A company has deployed an e-commerce web application in a new AWS account. An Amazon RDS for MySQL Multi-AZ DB instance is part of this deployment with a database-1.xxxxxxxxxxxx.us-east-1.rds.amazonaws.com endpoint listening on port 3306. The company's Database Specialist is able to log in to MySQL and run queries from the bastion host using these details. When users try to utilize the application hosted in the AWS account, they are presented with a generic error message. The application servers are logging a `could not connect to server: Connection times out` error message to Amazon CloudWatch Logs. What is the cause of this error?

A. The user name and password the application is using are incorrect.
B. The security group assigned to the application servers does not have the necessary rules to allow inbound connections from the DB instance.
C. The security group assigned to the DB instance does not have the necessary rules to allow inbound connections from the application servers
D. The user name and password are correct, but the user is not authorized to use the DB instance
Show Answer & Explanation

Correct Answer: C. The security group assigned to the DB instance does not have the necessary rules to allow inbound connections from the application servers

Why C is correct: The security group assigned to the DB instance needs inbound rules allowing connections FROM the application servers. Security groups are stateful firewalls that control inbound and outbound traffic. Since the application servers are trying to connect TO the database on port 3306, the DB instance's security group must allow inbound traffic from the application servers' security group or IP addresses. The "Connection times out" error specifically indicates a network connectivity issue, not an authentication problem.Why other options are wrong: A & D: Authentication errors (incorrect credentials or authorization) would produce different error messages like "Access denied" or "Authentication failed," not "Connection times out" B: This is backwards - the application servers need outbound rules (which are typically allowed by default), not inbound rules. The application initiates the connection to the database, not vice versa.

Question 2

An AWS CloudFormation stack that included an Amazon RDS DB instance was accidentally deleted and recent data was lost. A Database Specialist needs to add RDS settings to the CloudFormation template to reduce the chance of accidental instance data loss in the future. Which settings will meet this requirement? (Choose three.)

A. Set DeletionProtection to True.
B. Set MultiAZ to True.
C. Set TerminationProtection to True.
D. Set DeleteAutomatedBackups to False.
E. Set DeletionPolicy to Delete.
F. Set DeletionPolicy to Retain.
Show Answer & Explanation

Correct Answers: A. Set DeletionProtection to True.; D. Set DeleteAutomatedBackups to False.; F. Set DeletionPolicy to Retain.

Why A, D, F are correct: A (DeletionProtection): When set to True, this prevents the RDS instance from being deleted through the console, CLI, or API, providing protection against accidental deletion. D (DeleteAutomatedBackups to False): Ensures that automated backups are retained even after the DB instance is deleted, allowing data recovery. F (DeletionPolicy: Retain): This CloudFormation-specific setting preserves the RDS instance even when the CloudFormation stack is deleted, preventing data loss from stack deletion. Why other options are wrong: B (MultiAZ): This provides high availability and automatic failover, not protection against deletion. C (TerminationProtection): This is an EC2/CloudFormation stack feature, not an RDS-specific setting. E (DeletionPolicy: Delete): This would delete the resource when the stack is deleted, which is the opposite of what's needed.

See All Free Questions →

Why Practice with AWSReady?

📝
Exam-Realistic Questions
Questions designed to match the difficulty and style of the official DBS-C01 exam.
💡
Detailed Explanations
Every answer includes a clear explanation referencing AWS documentation.
Free to Start
Sample questions available without an account. Premium unlocks all 100+ questions.
🔄
Updated for 2026
Question bank updated regularly to reflect the latest DBS-C01 exam guide.

Frequently Asked Questions — DBS-C01 Exam

How many questions are on the AWS DBS-C01 exam?
The DBS-C01 exam contains 65 questions to be completed in 180 minutes.
What is the passing score for DBS-C01?
The AWS Certified Database Specialty (DBS-C01) passing score is 750 out of 1000.
Is DBS-C01 hard?
DBS-C01 is moderately difficult for candidates with database expertise. It requires knowledge of multiple AWS database services and the ability to select the right database for different workloads.
How long should I study for DBS-C01?
Plan on 6–10 weeks studying 1–2 hours per day. Focus on RDS, Aurora, DynamoDB, ElastiCache, Neptune, Redshift, QLDB, Keyspaces, and database migration with DMS.
What topics does DBS-C01 cover?
DBS-C01 covers RDS, Aurora, DynamoDB, ElastiCache, Neptune, Redshift, DocumentDB, Keyspaces, QLDB, AWS DMS, database encryption, backup strategies, and performance optimization.
Do I need database experience for DBS-C01?
Yes. AWS recommends 5+ years of database experience including on-premises and cloud databases. Strong knowledge of SQL and NoSQL concepts is essential.
Are AWSReady DBS-C01 questions representative of the real exam?
Yes. AWSReady DBS-C01 questions cover all five exam domains including database selection scenarios, migration strategies, and performance optimization.

Related AWS Certifications

Ready to Pass DBS-C01?

Access all 100+ practice questions with interactive quiz mode, progress tracking, and detailed explanations.

Start Interactive Quiz →