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

    A database professional is tasked with the task of migrating 25 GB of data files from an on- premises storage system to an Amazon Neptune database.

    Which method of data loading is the FASTEST?

    A. Upload the data to Amazon S3 and use the Loader command to load the data from Amazon S3 into the Neptune database.
    B. Write a utility to read the data from the on-premises storage and run INSERT statements in a loop to load the data into the Neptune database.
    C. Use the AWS CLI to load the data directly from the on-premises storage into the Neptune database.
    D. Use AWS DataSync to load the data directly from the on-premises storage into the Neptune database.

  • Question 312:

    A company uses an Amazon RDS for PostgreSQL database in the us-east-2 Region. The company wants to have a copy of the database available in the us-west-2 Region as part of a new disaster recovery strategy.

    A database architect needs to create the new database. There can be little to no downtime to the source database. The database architect has decided to use AWS Database Migration Service (AWS DMS) to replicate the database across Regions. The database architect will use full load mode and then will switch to change data capture (CDC) mode.

    Which parameters must the database architect configure to support CDC mode for the RDS for PostgreSQL database? (Choose three.)

    A. Set wal_level = logical.
    B. Set wal_level = replica.
    C. Set max_replication_slots to 1 or more, depending on the number of DMS tasks.
    D. Set max_replication_slots to 0 to support dynamic allocation of slots.
    E. Set wal_sender_timeout to 20,000 milliseconds.
    F. Set wal_sender_timeout to 5,000 milliseconds.

  • Question 313:

    An online retailer uses Amazon DynamoDB for its product catalog and order data. Some popular items have led to frequently accessed keys in the data, and the company is using DynamoDB Accelerator (DAX) as the caching solution to cater to the frequently accessed keys. As the number of popular products is growing, the company realizes that more items need to be cached. The company observes a high cache miss rate and needs a solution to address this issue.

    What should a database specialist do to accommodate the changing requirements for DAX?

    A. Increase the number of nodes in the existing DAX cluster.
    B. Create a new DAX cluster with more nodes. Change the DAX endpoint in the application to point to the new cluster.
    C. Create a new DAX cluster using a larger node type. Change the DAX endpoint in the application to point to the new cluster.
    D. Modify the node type in the existing DAX cluster.

  • Question 314:

    Amazon Aurora MySQL is being used by an ecommerce business to migrate its main application database. The firm is now doing OLTP stress testing using concurrent database connections. A database professional detected sluggish performance for several particular write operations during the first round of testing.

    Examining the Amazon CloudWatch stats for the Aurora DB cluster revealed a CPU usage of 90%.

    Which actions should the database professional take to determine the main cause of excessive CPU use and sluggish performance most effectively? (Select two.)

    A. Enable Enhanced Monitoring at less than 30 seconds of granularity to review the operating system metrics before the next round of tests.
    B. Review the VolumeBytesUsed metric in CloudWatch to see if there is a spike in write I/O.
    C. Review Amazon RDS Performance Insights to identify the top SQL statements and wait events.
    D. Review Amazon RDS API calls in AWS CloudTrail to identify long-running queries.
    E. Enable Advance Auditing to log QUERY events in Amazon CloudWatch before the next round of tests.

  • Question 315:

    A pharmaceutical company uses Amazon Quantum Ledger Database (Amazon QLDB) to store its clinical trial data records. The company has an application that runs as AWS Lambda functions. The application is hosted in the private subnet in a VPC.

    The application does not have internet access and needs to read some of the clinical data records. The company is concerned that traffic between the QLDB ledger and the VPC could leave the AWS network. The company needs to secure access to the QLDB ledger and allow the VPC traffic to have read-only access.

    Which security strategy should a database specialist implement to meet these requirements?

    A. Move the QLDB ledger into a private database subnet inside the VPC. Run the Lambda functions inside the same VPC in an application private subnet. Ensure that the VPC route table allows read-only flow from the application subnet to the database subnet.
    B. Create an AWS PrivateLink VPC endpoint for the QLDB ledger. Attach a VPC policy to the VPC endpoint to allow read-only traffic for the Lambda functions that run inside the VPC.
    C. Add a security group to the QLDB ledger to allow access from the private subnets inside the VPC where the Lambda functions that access the QLDB ledger are running.
    D. Create a VPN connection to ensure pairing of the private subnet where the Lambda functions are running with the private subnet where the QLDB ledger is deployed.

  • Question 316:

    Amazon DynamoDB global tables are being used by a business to power an online gaming game. The game is played by gamers from all around the globe. As the game became popularity, the amount of queries to DynamoDB substantially rose. Recently, gamers have complained about the game's condition being inconsistent between nations. A database professional notices that the ReplicationLatency metric for many replica tables is set to an abnormally high value.

    Which strategy will resolve the issue?

    A. Configure all replica tables to use DynamoDB auto scaling.
    B. Configure a DynamoDB Accelerator (DAX) cluster on each of the replicas.
    C. Configure the primary table to use DynamoDB auto scaling and the replica tables to use manually provisioned capacity.
    D. Configure the table-level write throughput limit service quota to a higher value.

  • Question 317:

    A company is using a Single-AZ Amazon RDS for MySQL DB instance for development. The DB instance is experiencing slow performance when queries are executed. Amazon CloudWatch metrics indicate that the instance requires more I/ O capacity.

    Which actions can a database specialist perform to resolve this issue? (Choose two.)

    A. Restart the application tool used to execute queries.
    B. Change to a database instance class with higher throughput.
    C. Convert from Single-AZ to Multi-AZ.
    D. Increase the I/O parameter in Amazon RDS Enhanced Monitoring.
    E. Convert from General Purpose to Provisioned IOPS (PIOPS).

  • Question 318:

    An online advertising website uses an Amazon DynamoDB table with on-demand capacity mode as its data store. The website also has a DynamoDB Accelerator (DAX) cluster in the same VPC as its web application server. The application needs to perform infrequent writes and many strongly consistent reads from the data store by querying the DAX cluster.

    During a performance audit, a systems administrator notices that the application can look up items by using the DAX cluster. However, the QueryCacheHits metric for the DAX cluster consistently shows 0 while the QueryCacheMisses metric continuously keeps growing in Amazon CloudWatch. What is the MOST likely reason for this occurrence?

    A. A VPC endpoint was not added to access DynamoDB.
    B. Strongly consistent reads are always passed through DAX to DynamoDB.
    C. DynamoDB is scaling due to a burst in traffic, resulting in degraded performance.
    D. A VPC endpoint was not added to access CloudWatch.

  • Question 319:

    A financial company is hosting its web application on AWS. The application's database is hosted on Amazon RDS for MySQL with automated backups enabled.

    The application has caused a logical corruption of the database, which is causing the application to become unresponsive. The specific time of the corruption has been identified, and it was within the backup retention period.

    How should a database specialist recover the database to the most recent point before corruption?

    A. Use the point-in-time restore capability to restore the DB instance to the specified time. No changes to the application connection string are required.
    B. Use the point-in-time restore capability to restore the DB instance to the specified time. Change the application connection string to the new, restored DB instance.
    C. Restore using the latest automated backup. Change the application connection string to the new, restored DB instance.
    D. Restore using the appropriate automated backup. No changes to the application connection string are required.

  • Question 320:

    A news portal is looking for a data store to store 120 GB of metadata about its posts and comments. The posts and comments are not frequently looked up or updated. However, occasional lookups are expected to be served with single-digit millisecond latency on average.

    What is the MOST cost-effective solution?

    A. Use Amazon DynamoDB with on-demand capacity mode. Purchase reserved capacity.
    B. Use Amazon ElastiCache for Redis for data storage. Turn off cluster mode.
    C. Use Amazon S3 Standard-Infrequent Access (S3 Standard-IA) for data storage and use Amazon Athena to query the data.
    D. Use Amazon DynamoDB with on-demand capacity mode. Switch the table class to DynamoDB Standard-Infrequent Access (DynamoDB Standard-IA).

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.