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 21:

    A business uses Amazon EC2 instances in VPC A to serve an internal file-sharing application. This application is supported by an Amazon ElastiCache cluster in VPC B that is peering with VPC A. The corporation migrates the instances of its applications from VPC A to VPC B. The file-sharing application is no longer able to connect to the ElastiCache cluster, as shown by the logs.

    What is the best course of action for a database professional to take in order to remedy this issue?

    A. Create a second security group on the EC2 instances. Add an outbound rule to allow traffic from the ElastiCache cluster security group.
    B. Delete the ElastiCache security group. Add an interface VPC endpoint to enable the EC2 instances to connect to the ElastiCache cluster.
    C. Modify the ElastiCache security group by adding outbound rules that allow traffic to VPC CIDR blocks from the ElastiCache cluster.
    D. Modify the ElastiCache security group by adding an inbound rule that allows traffic from the EC2 instances security group to the ElastiCache cluster.

  • Question 22:

    Recently, a financial institution created a portfolio management service. The application's backend is powered by Amazon Aurora, which supports MySQL.

    The firm demands a response time of five minutes and a response time of five minutes. A database professional must create a disaster recovery system that is both efficient and has a low replication latency. How should the database professional tackle these requirements?

    A. Configure AWS Database Migration Service (AWS DMS) and create a replica in a different AWS Region.
    B. Configure an Amazon Aurora global database and add a different AWS Region.
    C. Configure a binlog and create a replica in a different AWS Region.
    D. Configure a cross-Region read replica.

  • Question 23:

    A company is using Amazon Redshift as its data warehouse solution. The Redshift cluster handles the following types of workloads:

    *Real-time inserts through Amazon Kinesis Data Firehose

    *Bulk inserts through COPY commands from Amazon S3

    *Analytics through SQL queries

    Recently, the cluster has started to experience performance issues.

    Which combination of actions should a database specialist take to improve the cluster's performance? (Choose three.)

    A. Modify the Kinesis Data Firehose delivery stream to stream the data to Amazon S3 with a high buffer size and to load the data into Amazon Redshift by using the COPY command.
    B. Stream real-time data into Redshift temporary tables before loading the data into permanent tables.
    C. For bulk inserts, split input files on Amazon S3 into multiple files to match the number of slices on Amazon Redshift. Then use the COPY command to load data into Amazon Redshift.
    D. For bulk inserts, use the parallel parameter in the COPY command to enable multi- threading.
    E. Optimize analytics SQL queries to use sort keys.
    F. Avoid using temporary tables in analytics SQL queries.

  • Question 24:

    A company has an existing system that uses a single-instance Amazon DocumentDB (with MongoDB compatibility) cluster. Read requests account for 75% of the system queries. Write requests are expected to increase by 50% after an upcoming global release. A database specialist needs to design a solution that improves the overall database performance without creating additional application overhead.

    Which solution will meet these requirements?

    A. Recreate the cluster with a shared cluster volume. Add two instances to serve both read requests and write requests.
    B. Add one read replica instance. Activate a shared cluster volume. Route all read queries to the read replica instance.
    C. Add one read replica instance. Set the read preference to secondary preferred.
    D. Add one read replica instance. Update the application to route all read queries to the read replica instance.

  • Question 25:

    A company's Security department established new requirements that state internal users must connect to an existing Amazon RDS for SQL Server DB instance using their corporate Active Directory (AD) credentials. A Database Specialist must make the modifications needed to fulfill this requirement.

    Which combination of actions should the Database Specialist take? (Choose three.)

    A. Disable Transparent Data Encryption (TDE) on the RDS SQL Server DB instance.
    B. Modify the RDS SQL Server DB instance to use the directory for Windows authentication. Create appropriate new logins.
    C. Use the AWS Management Console to create an AWS Managed Microsoft AD. Create a trust relationship with the corporate AD.
    D. Stop the RDS SQL Server DB instance, modify it to use the directory for Windows authentication, and start it again. Create appropriate new logins.
    E. Use the AWS Management Console to create an AD Connector. Create a trust relationship with the corporate AD.
    F. Configure the AWS Managed Microsoft AD domain controller Security Group.

  • Question 26:

    A company has a hybrid environment in which a VPC connects to an on-premises network through an AWS Site-to-Site VPN connection. The VPC contains an application that is hosted on Amazon EC2 instances. The EC2 instances run in

    private subnets behind an Application Load Balancer (ALB) that is associated with multiple public subnets. The EC2 instances need to securely access an Amazon DynamoDB table.

    Which solution will meet these requirements?

    A. Use the internet gateway of the VPC to access the DynamoDB table. Use the ALB to route the traffic to the EC2 instances.
    B. Add a NAT gateway in one of the public subnets of the VPC_ Configure the security groups of the EC2 instances to access the DynamoDB table through the NAT gateway
    C. Use the Site-to-Site VPN connection to route all DynamoD8 network traffic through the on-premises network infrastructure to access the EC2 instances
    D. Create a VPC endpoint for DynamoDB_ Assign the endpoint to the route table of the private subnets that contain the EC2 instances.

  • Question 27:

    A Database Specialist migrated an existing production MySQL database from on-premises to an Amazon RDS for MySQL DB instance. However, after the migration, the database needed to be encrypted at rest using AWS KMS. Due to the size of the database, reloading, the data into an encrypted database would be too time- consuming, so it is not an option.

    How should the Database Specialist satisfy this new requirement?

    A. Create a snapshot of the unencrypted RDS DB instance. Create an encrypted copy of the unencrypted snapshot. Restore the encrypted snapshot copy.
    B. Modify the RDS DB instance. Enable the AWS KMS encryption option that leverages the AWS CLI.
    C. Restore an unencrypted snapshot into a MySQL RDS DB instance that is encrypted.
    D. Create an encrypted read replica of the RDS DB instance. Promote it the master.

  • Question 28:

    A financial company has allocated an Amazon RDS MariaDB DB instance with large storage capacity to accommodate migration efforts. Post-migration, the company purged unwanted data from the instance. The company now want to

    downsize storage to save money. The solution must have the least impact on production and near-zero downtime.

    Which solution would meet these requirements?

    A. Create a snapshot of the old databases and restore the snapshot with the required storage
    B. Create a new RDS DB instance with the required storage and move the databases from the old instances to the new instance using AWS DMS
    C. Create a new database using native backup and restore
    D. Create a new read replica and make it the primary by terminating the existing primary

  • Question 29:

    A database specialist at a large multi-national financial company is in charge of designing the disaster recovery strategy for a highly available application that is in development. The application uses an Amazon DynamoDB table as its data store. The application requires a recovery time objective (RTO) of 1 minute and a recovery point objective (RPO) of 2 minutes.

    Which operationally efficient disaster recovery strategy should the database specialist recommend for the DynamoDB table?

    A. Create a DynamoDB stream that is processed by an AWS Lambda function that copies the data to a DynamoDB table in another Region.
    B. Use a DynamoDB global table replica in another Region. Enable point-in-time recovery for both tables.
    C. Use a DynamoDB Accelerator table in another Region. Enable point-in-time recovery for the table.
    D. Create an AWS Backup plan and assign the DynamoDB table as a resource.

  • Question 30:

    A company is using Amazon with Aurora Replicas for read-only workload scaling. A Database Specialist needs to split up two read-only applications so each application always connects to a dedicated replica. The Database Specialist wants to implement load balancing and high availability for the read-only applications.

    Which solution meets these requirements?

    A. Use a specific instance endpoint for each replica and add the instance endpoint to each read-only application connection string.
    B. Use reader endpoints for both the read-only workload applications.
    C. Use a reader endpoint for one read-only application and use an instance endpoint for the other read-only application.
    D. Use custom endpoints for the two read-only applications.

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.