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
    :Apr 22, 2025

Amazon Amazon Certifications DBS-C01 Questions & Answers

  • Question 261:

    A database administrator needs to save a particular automated database snapshot from an Amazon RDS for Microsoft SQL Server DB instance for longer than the maximum number of days.

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

    A. Create a manual copy of the snapshot.

    B. Export the contents of the snapshot to an Amazon S3 bucket.

    C. Change the retention period of the snapshot to 45 days.

    D. Create a native SQL Server backup. Save the backup to an Amazon S3 bucket.

  • Question 262:

    A company is deploying a solution in Amazon Aurora by migrating from an on-premises system. The IT department has established an AWS Direct Connect link from the company's data center. The company's Database Specialist has selected the option to require SSL/TLS for connectivity to prevent plaintext data from being set over the network. The migration appears to be working successfully, and the data can be queried from a desktop machine.

    Two Data Analysts have been asked to query and validate the data in the new Aurora DB cluster. Both Analysts are unable to connect to Aurora. Their user names and passwords have been verified as valid and the Database Specialist can connect to the DB cluster using their accounts. The Database Specialist also verified that the security group configuration allows network from all corporate IP addresses.

    What should the Database Specialist do to correct the Data Analysts' inability to connect?

    A. Restart the DB cluster to apply the SSL change.

    B. Instruct the Data Analysts to download the root certificate and use the SSL certificate on the connection string to connect.

    C. Add explicit mappings between the Data Analysts' IP addresses and the instance in the security group assigned to the DB cluster.

    D. Modify the Data Analysts' local client firewall to allow network traffic to AWS.

  • Question 263:

    A large retail company recently migrated its three-tier ecommerce applications to AWS. The company's backend database is hosted on Amazon Aurora PostgreSQL. During peak times, users complain about longer page load times. A

    database specialist reviewed Amazon RDS Performance Insights and found a spike in IO:XactSync wait events. The SQL attached to the wait events are all single INSERT statements.

    How should this issue be resolved?

    A. Modify the application to commit transactions in batches

    B. Add a new Aurora Replica to the Aurora DB cluster.

    C. Add an Amazon ElastiCache for Redis cluster and change the application to write through.

    D. Change the Aurora DB cluster storage to Provisioned IOPS (PIOPS).

  • Question 264:

    A startup company in the travel industry wants to create an application that includes a personal travel assistant to display information for nearby airports based on user location. The application will use Amazon DynamoDB and must be able to access and display attributes such as airline names, arrival times, and flight numbers. However, the application must not be able to access or display pilot names or passenger counts.

    Which solution will meet these requirements MOST cost-effectively?

    A. Use a proxy tier between the application and DynamoDB to regulate access to specific tables, items, and attributes.

    B. Use IAM policies with a combination of IAM conditions and actions to implement fine- grained access control.

    C. Use DynamoDB resource policies to regulate access to specific tables, items, and attributes.

    D. Configure an AWS Lambda function to extract only allowed attributes from tables based on user profiles.

  • Question 265:

    A company's database specialist implements an AWS Database Migration Service (AWS DMS) task for change data capture (CDC) to replicate data from an on- premises Oracle database to Amazon S3. When usage of the company's application increases, the database specialist notices multiple hours of latency with the CDC.

    Which solutions will reduce this latency? (Choose two.)

    A. Configure the DMS task to run in full large binary object (LOB) mode.

    B. Configure the DMS task to run in limited large binary object (LOB) mode.

    C. Create a Multi-AZ replication instance.

    D. Load tables in parallel by creating multiple replication instances for sets of tables that participate in common transactions.

    E. Replicate tables in parallel by creating multiple DMS tasks for sets of tables that do not participate in common transactions.

  • Question 266:

    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.

  • Question 267:

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

    A company is developing a multi-tier web application hosted on AWS using Amazon Aurora as the database. The application needs to be deployed to production and other non- production environments. A Database Specialist needs to specify different MasterUsername and MasterUserPassword properties in the AWS CloudFormation templates used for automated deployment. The CloudFormation templates are version controlled in the company's code repository. The company also needs to meet compliance requirement by routinely rotating its database master password for production.

    What is most secure solution to store the master password?

    A. Store the master password in a parameter file in each environment. Reference the environment-specific parameter file in the CloudFormation template.

    B. Encrypt the master password using an AWS KMS key. Store the encrypted master password in the CloudFormation template.

    C. Use the secretsmanager dynamic reference to retrieve the master password stored in AWS Secrets Manager and enable automatic rotation.

    D. Use the ssm dynamic reference to retrieve the master password stored in the AWS Systems Manager Parameter Store and enable automatic rotation.

  • Question 269:

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

    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.

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.