DBS-C01 Exam Details

  • Exam Code
    :DBS-C01
  • Exam Name
    :AWS Certified Database - Specialty (DBS-C01)
  • Certification
    :Amazon Certifications
  • Vendor
    :Amazon
  • Total Questions
    :321 Q&As
  • Last Updated
    :Jul 12, 2026

Amazon DBS-C01 Online Questions & Answers

  • Question 11:

    A company uses Amazon Aurora for secure financial transactions. The data must always be encrypted at rest and in transit to meet compliance requirements.

    Which combination of actions should a database specialist take to meet these requirements? (Choose two.)

    A. Create an Aurora Replica with encryption enabled using AWS Key Management Service (AWS KMS). Then promote the replica to master.
    B. Use SSL/TLS to secure the in-transit connection between the financial application and the Aurora DB cluster.
    C. Modify the existing Aurora DB cluster and enable encryption using an AWS Key Management Service (AWS KMS) encryption key. Apply the changes immediately.
    D. Take a snapshot of the Aurora DB cluster and encrypt the snapshot using an AWS Key Management Service (AWS KMS) encryption key. Restore the snapshot to a new DB cluster and update the financial application database endpoints.
    E. Use AWS Key Management Service (AWS KMS) to secure the in-transit connection between the financial application and the Aurora DB cluster.

  • Question 12:

    A company is going through a security audit. The audit team has identified cleartext master user password in the AWS CloudFormation templates for Amazon RDS for MySQL DB instances. The audit team has flagged this as a security risk to the database team.

    What should a database specialist do to mitigate this risk?

    A. Change all the databases to use AWS IAM for authentication and remove all the cleartext passwords in CloudFormation templates.
    B. Use an AWS Secrets Manager resource to generate a random password and reference the secret in the CloudFormation template.
    C. Remove the passwords from the CloudFormation templates so Amazon RDS prompts for the password when the database is being created.
    D. Remove the passwords from the CloudFormation template and store them in a separate file. Replace the passwords by running CloudFormation using a sed command.

  • Question 13:

    A company has more than 100 AWS accounts that need Amazon RDS instances. The company wants to build an automated solution to deploy the RDS instances with specific compliance parameters. The data does not need to be replicated. The company needs to create the databases within 1 day.

    Which solution will meet these requirements in the MOST operationally efficient way?

    A. Create RDS resources by using AWS CloudFormation. Share the CloudFormation template with each account.
    B. Create an RDS snapshot. Share the snapshot With each account Deploy the snapshot into each account
    C. use AWS CloudFormation to create RDS instances in each account. Run AWS Database Migration Service (AWS DMS) replication to each ot the created instances.
    D. Create a script by using the AWS CLI to copy the ROS instance into the other accounts from a template account.

  • Question 14:

    A financial services company is developing a shared data service that supports different applications from throughout the company. A Database Specialist designed a solution to leverage Amazon ElastiCache for Redis with cluster mode enabled to enhance performance and scalability. The cluster is configured to listen on port 6379.

    Which combination of steps should the Database Specialist take to secure the cache data and protect it from unauthorized access? (Choose three.)

    A. Enable in-transit and at-rest encryption on the ElastiCache cluster.
    B. Ensure that Amazon CloudWatch metrics are configured in the ElastiCache cluster.
    C. Ensure the security group for the ElastiCache cluster allows all inbound traffic from itself and inbound traffic on TCP port 6379 from trusted clients only.
    D. Create an IAM policy to allow the application service roles to access all ElastiCache API actions.
    E. Ensure the security group for the ElastiCache clients authorize inbound TCP port 6379 and port 22 traffic from the trusted ElastiCache cluster's security group.
    F. Ensure the cluster is created with the auth-token parameter and that the parameter is used in all subsequent commands.

  • Question 15:

    A Database Specialist is troubleshooting an application connection failure on an Amazon Aurora DB cluster with multiple Aurora Replicas that had been running with no issues for the past 2 months. The connection failure lasted for 5 minutes

    and corrected itself after that. The Database Specialist reviewed the Amazon RDS events and determined a failover event occurred at that time. The failover process took around 15 seconds to

    complete.

    What is the MOST likely cause of the 5-minute connection outage?

    A. After a database crash, Aurora needed to replay the redo log from the last database checkpoint
    B. The client-side application is caching the DNS data and its TTL is set too high
    C. After failover, the Aurora DB cluster needs time to warm up before accepting client connections
    D. There were no active Aurora Replicas in the Aurora DB cluster

  • Question 16:

    A company has an on-premises system that tracks various database operations that occur over the lifetime of a database, including database shutdown, deletion, creation, and backup.

    The company recently moved two databases to Amazon RDS and is looking at a solution that would satisfy these requirements. The data could be used by other systems within the company.

    Which solution will meet these requirements with minimal effort?

    A. Create an Amazon Cloudwatch Events rule with the operations that need to be tracked on Amazon RDS. Create an AWS Lambda function to act on these rules and write the output to the tracking systems.
    B. Create an AWS Lambda function to trigger on AWS CloudTrail API calls. Filter on specific RDS API calls and write the output to the tracking systems.
    C. Create RDS event subscriptions. Have the tracking systems subscribe to specific RDS event system notifications.
    D. Write RDS logs to Amazon Kinesis Data Firehose. Create an AWS Lambda function to act on these rules and write the output to the tracking systems.

  • Question 17:

    A large financial services company uses Amazon ElastiCache for Redis for its new application that has a global user base. A database administrator must develop a caching solution that will be available across AWS Regions and include low-latency replication and failover capabilities for disaster recovery (DR). The company's security team requires the encryption of cross- Region data transfers.

    Which solution meets these requirements with the LEAST amount of operational effort?

    A. Enable cluster mode in ElastiCache for Redis. Then create multiple clusters across Regions and replicate the cache data by using AWS Database Migration Service (AWS DMS). Promote a cluster in the failover Region to handle production traffic when DR is required.
    B. Create a global datastore in ElastiCache for Redis. Then create replica clusters in two other Regions. Promote one of the replica clusters as primary when DR is required.
    C. Disable cluster mode in ElastiCache for Redis. Then create multiple replication groups across Regions and replicate the cache data by using AWS Database Migration Service (AWS DMS). Promote a replication group in the failover Region to primary when DR is required.
    D. Create a snapshot of ElastiCache for Redis in the primary Region and copy it to the failover Region. Use the snapshot to restore the cluster from the failover Region when DR is required.

  • Question 18:

    A database specialist is designing an enterprise application for a large company. The application uses Amazon DynamoDB with DynamoDB Accelerator (DAX).

    The database specialist observes that most of the queries are not found in the DAX cache and that they still require DynamoDB table reads.

    What should the database specialist review first to improve the utility of DAX?

    A. The DynamoDB ConsumedReadCapacityUnits metric
    B. The trust relationship to perform the DynamoDB API calls
    C. The DAX cluster's TTL setting
    D. The validity of customer-specified AWS Key Management Service (AWS KMS) keys for DAX encryption at rest

  • Question 19:

    A company is running an Amazon RDS for PostgeSQL DB instance and wants to migrate it to an Amazon Aurora PostgreSQL DB cluster. The current database is 1 TB in size. The migration needs to have minimal downtime. What is the FASTEST way to accomplish this?

    A. Create an Aurora PostgreSQL DB cluster. Set up replication from the source RDS for PostgreSQL DB instance using AWS DMS to the target DB cluster.
    B. Use the pg_dump and pg_restore utilities to extract and restore the RDS for PostgreSQL DB instance to the Aurora PostgreSQL DB cluster.
    C. Create a database snapshot of the RDS for PostgreSQL DB instance and use this snapshot to create the Aurora PostgreSQL DB cluster.
    D. Migrate data from the RDS for PostgreSQL DB instance to an Aurora PostgreSQL DB cluster using an Aurora Replica. Promote the replica during the cutover.

  • Question 20:

    A company has an application that uses an Amazon DynamoDB table as its data store. During normal business days, the throughput requirements from the application are uniform and consist of 5 standard write calls per second to the DynamoDB table. Each write call has 2 KB of data.

    For 1 hour each day, the company runs an additional automated job on the DynamoDB table that makes 20 write requests per second. No other application writes to the DynamoDB table. The DynamoDB table does not have to meet any additional capacity requirements.

    How should a database specialist configure the DynamoDB table's capacity to meet these requirements MOST cost-effectively?

    A. Use DynamoDB provisioned capacity with 5 WCUs and auto scaling.
    B. Use DynamoDB provisioned capacity with 5 WCUs and a write-through cache that DynamoDB Accelerator (DAX) provides.
    C. Use DynamoDB provisioned capacity with 10 WCUs and auto scaling.
    D. Use DynamoDB provisioned capacity with 10 WCUs and no auto scaling.

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Amazon exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your DBS-C01 exam preparations and Amazon certification application, do not hesitate to visit our Vcedump.com to find your solutions here.