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
    :May 30, 2026

Amazon DBS-C01 Online Questions & Answers

  • Question 141:

    A company hosts an on-premises Microsoft SQL Server Enterprise edition database with Transparent Data Encryption (TDE) enabled. The database is 20 TB in size and includes sparse tables. The company needs to migrate the database to Amazon RDS for SQL Server during a maintenance window that is scheduled for an upcoming weekend. Data-at- rest encryption must be enabled for the target DB instance.

    Which combination of steps should the company take to migrate the database to AWS in the MOST operationally efficient manner? (Choose two.)

    A. Use AWS Database Migration Service (AWS DMS) to migrate from the on-premises source database to the RDS for SQL Server target database.
    B. Disable TDE. Create a database backup without encryption. Copy the backup to Amazon S3.
    C. Restore the backup to the RDS for SQL Server DB instance. Enable TDE for the RDS for SQL Server DB instance.
    D. Set up an AWS Snowball Edge device. Copy the database backup to the device. Send the device to AWS. Restore the database from Amazon S3.
    E. Encrypt the data with client-side encryption before transferring the data to Amazon RDS.

  • Question 142:

    A company has a database monitoring solution that uses Amazon CloudWatch for its Amazon RDS for SQL Server environment. The cause of a recent spike in CPU utilization was not determined using the standard metrics that were collected. The CPU spike caused the application to perform poorly, impacting users. A Database Specialist needs to determine what caused the CPU spike.

    Which combination of steps should be taken to provide more visibility into the processes and queries running during an increase in CPU load? (Choose two.)

    A. Enable Amazon CloudWatch Events and view the incoming T-SQL statements causing the CPU to spike.
    B. Enable Enhanced Monitoring metrics to view CPU utilization at the RDS SQL Server DB instance level.
    C. Implement a caching layer to help with repeated queries on the RDS SQL Server DB instance.
    D. Use Amazon QuickSight to view the SQL statement being run.
    E. Enable Amazon RDS Performance Insights to view the database load and filter the load by waits, SQL statements, hosts, or users.

  • Question 143:

    An ecommerce company has tasked a Database Specialist with creating a reporting dashboard that visualizes critical business metrics that will be pulled from the core production database running on Amazon Aurora. Data that is read by the dashboard should be available within 100 milliseconds of an update.

    The Database Specialist needs to review the current configuration of the Aurora DB cluster and develop a cost-effective solution. The solution needs to accommodate the unpredictable read workload from the reporting dashboard without any impact on the write availability and performance of the DB cluster.

    Which solution meets these requirements?

    A. Turn on the serverless option in the DB cluster so it can automatically scale based on demand.
    B. Provision a clone of the existing DB cluster for the new Application team.
    C. Create a separate DB cluster for the new workload, refresh from the source DB cluster, and set up ongoing replication using AWS DMS change data capture (CDC).
    D. Add an automatic scaling policy to the DB cluster to add Aurora Replicas to the cluster based on CPU consumption.

  • Question 144:

    An application reads and writes data to an Amazon RDS for MySQL DB instance. A new reporting dashboard needs read-only access to the database. When the application and reports are both under heavy load, the database experiences performance degradation. A database specialist needs to improve the database performance.

    What should the database specialist do to meet these requirements?

    A. Create a read replica of the DB instance. Configure the reports to connect to the replication instance endpoint.
    B. Create a read replica of the DB instance. Configure the application and reports to connect to the cluster endpoint.
    C. Enable Multi-AZ deployment. Configure the reports to connect to the standby replica.
    D. Enable Multi-AZ deployment. Configure the application and reports to connect to the cluster endpoint.

  • Question 145:

    A database specialist is building a system that uses a static vendor dataset of postal codes and related territory information that is less than 1 GB in size. The dataset is loaded into the application's cache at start up. The company needs to store this data in a way that provides the lowest cost with a low application startup time.

    Which approach will meet these requirements?

    A. Use an Amazon RDS DB instance. Shut down the instance once the data has been read.
    B. Use Amazon Aurora Serverless. Allow the service to spin resources up and down, as needed.
    C. Use Amazon DynamoDB in on-demand capacity mode.
    D. Use Amazon S3 and load the data from flat files.

  • Question 146:

    A company is using Amazon Redshift. A database specialist needs to allow an existing Redshift cluster to access data from other Redshift clusters. Amazon RDS for PostgreSQL databases, and AWS Glue Data Catalog tables.

    Which combination of steps will meet these requirements with the MOST operational efficiency? (Choose three.)

    A. Take a snapshot of the required tables from the other Redshift clusters. Restore the snapshot into the existing Redshift cluster.
    B. Create external tables in the existing Redshift database to connect to the AWS Glue Data Catalog tables.
    C. Unload the RDS tables and the tables from the other Redshift clusters into Amazon S3. Run COPY commands to load the tables into the existing Redshift cluster.
    D. Use federated queries to access data in Amazon RDS.
    E. Use data sharing to access data from the other Redshift clusters.
    F. Use AWS Glue jobs to transfer the AWS Glue Data Catalog tables into Amazon S3. Create external tables in the existing Redshift database to access this data.

  • Question 147:

    A business's mission-critical production workload is being operated on a 500 GB Amazon Aurora MySQL DB cluster. A database engineer must migrate the workload without causing data loss to a new Amazon Aurora Serverless MySQL DB cluster.

    Which approach will result in the LEAST amount of downtime and the LEAST amount of application impact?

    A. Modify the existing DB cluster and update the Aurora configuration to Serverless.
    B. Create a snapshot of the existing DB cluster and restore it to a new Aurora Serverless DB cluster.
    C. Create an Aurora Serverless replica from the existing DB cluster and promote it to primary when the replica lag is minimal.
    D. Replicate the data between the existing DB cluster and a new Aurora Serverless DB cluster by using AWS Database Migration Service (AWS DMS) with change data capture (CDC) enabled.

  • Question 148:

    On a single Amazon RDS DB instance, a business hosts a MySQL database for its ecommerce application. Automatically saving application purchases to the database results in high-volume writes. Employees routinely create purchase reports for the company. The organization wants to boost database performance and minimize downtime associated with upgrade patching.

    Which technique will satisfy these criteria with the LEAST amount of operational overhead?

    A. Enable a Multi-AZ deployment of the RDS for MySQL DB instance, and enable Memcached in the MySQL option group.
    B. Enable a Multi-AZ deployment of the RDS for MySQL DB instance, and set up replication to a MySQL DB instance running on Amazon EC2.
    C. Enable a Multi-AZ deployment of the RDS for MySQL DB instance, and add a read replica.
    D. Add a read replica and promote it to an Amazon Aurora MySQL DB cluster master. Then enable Amazon Aurora Serverless.

  • Question 149:

    AWS CloudFormation stack including an Amazon RDS database instance was mistakenly removed, resulting in the loss of recent data. A Database Specialist must apply RDS parameters to the CloudFormation template in order to minimize the possibility of future inadvertent instance data loss.

    Which settings will satisfy this criterion? (Select 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

  • Question 150:

    A manufacturing company's website uses an Amazon Aurora PostgreSQL DB cluster.

    Which configurations will result in the LEAST application downtime during a failover? (Choose three.)

    A. Use the provided read and write Aurora endpoints to establish a connection to the Aurora DB cluster.
    B. Create an Amazon CloudWatch alert triggering a restore in another Availability Zone when the primary Aurora DB cluster is unreachable.
    C. Edit and enable Aurora DB cluster cache management in parameter groups.
    D. Set TCP keepalive parameters to a high value.
    E. Set JDBC connection string timeout variables to a low value.
    F. Set Java DNS caching timeouts to a high value.

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.