DBS-C01 Dumps PDF - DBS-C01 Real Exam Questions Answers [Q49-Q64]

Share

DBS-C01 Dumps PDF - DBS-C01 Real Exam Questions Answers

Get Started: DBS-C01 Exam [2021] Dumps Amazon PDF Questions


AWS DBS-C01 Exam Certification Details:

Sample QuestionsAWS DBS-C01 Sample Questions
Exam CodeDBS-C01
Number of Questions65
Schedule ExamPEARSON VUE
Exam Price$300 USD
Recommended Training / BooksAWS Database Offerings
Planning and Designing Databases on AWS
Exam Readiness - AWS Certified Database - Specialty
Duration180 minutes
Exam NameAWS Certified Database - Specialty
Passing Score750 / 1000


How to book the AWS Certified Database - Specialty

To apply for the AWS Certified Database - Specialty, You have to follow these steps:

  • Step 1: Go to the official site
  • Step 2: Read the instruction Carefully
  • Step 3: Follow the given steps
  • Step 4: Apply for the Exam

 

NEW QUESTION 49
To meet new data compliance requirements, a company needs to keep critical data durably stored and readily accessible for 7 years. Data that is more than 1 year old is considered archival data and must automatically be moved out of the Amazon Aurora MySQL DB cluster every week. On average, around 10 GB of new data is added to the database every month. A database specialist must choose the most operationally efficient solution to migrate the archival data to Amazon S3.
Which solution meets these requirements?

  • A. Use AWS Database Migration Service (AWS DMS) to continually export the archival data from the DB cluster to Amazon S3. Configure an AWS Data Pipeline process to run weekly that executes a custom SQL script to delete the archival data from the DB cluster.
  • B. Configure two AWS Lambda functions: one that exports archival data from the DB cluster to Amazon S3 using the mysqldump utility, and another that deletes the archival data from the DB cluster. Schedule both Lambda functions to run weekly using Amazon EventBridge (Amazon CloudWatch Events).
  • C. Create a custom script that exports archival data from the DB cluster to Amazon S3 using a SQL view, then deletes the archival data from the DB cluster. Launch an Amazon EC2 instance with a weekly cron job to execute the custom script.
  • D. Configure an AWS Lambda function that exports archival data from the DB cluster to Amazon S3 using a SELECT INTO OUTFILE S3 statement, then deletes the archival data from the DB cluster. Schedule the Lambda function to run weekly using Amazon EventBridge (Amazon CloudWatch Events).

Answer: B

 

NEW QUESTION 50
A company is running its line of business application on AWS, which uses Amazon RDS for MySQL at the persistent data store. The company wants to minimize downtime when it migrates the database to Amazon Aurora.
Which migration method should a Database Specialist use?

  • A. Make a backup of the RDS for MySQL DB instance using the mysqldump utility, create a new Aurora DB cluster, and restore the backup.
  • B. Create an Aurora Replica from the RDS for MySQL DB instance and promote the Aurora DB cluster.
  • C. Take a snapshot of the RDS for MySQL DB instance and create a new Aurora DB cluster with the option to migrate snapshots.
  • D. Create a clone of the RDS for MySQL DB instance and promote the Aurora DB cluster.

Answer: C

 

NEW QUESTION 51
A marketing company is using Amazon DocumentDB and requires that database audit logs be enabled. A Database Specialist needs to configure monitoring so that all data definition language (DDL) statements performed are visible to the Administrator. The Database Specialist has set the audit_logs parameter to enabled in the cluster parameter group.
What should the Database Specialist do to automatically collect the database logs for the Administrator?

  • A. Enable DocumentDB Events to export the logs to Amazon CloudWatch Logs
  • B. Enable DocumentDB to export the logs to AWS CloudTrail
  • C. Configure an AWS Lambda function to download the logs using the download-db-log-file-portion operationand store the logs in Amazon S3
  • D. Enable DocumentDB to export the logs to Amazon CloudWatch Logs

Answer: D

 

NEW QUESTION 52
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. Increase the I/O parameter in Amazon RDS Enhanced Monitoring.
  • B. Change to a database instance class with higher throughput.
  • C. Restart the application tool used to execute queries.
  • D. Convert from General Purpose to Provisioned IOPS (PIOPS).
  • E. Convert from Single-AZ to Multi-AZ.

Answer: A,B

 

NEW QUESTION 53
A company is running an on-premises application comprised of a web tier, an application tier, and a MySQL database tier. The database is used primarily during business hours with random activity peaks throughout the day. A database specialist needs to improve the availability and reduce the cost of the MySQL database tier as part of the company's migration to AWS.
Which MySQL database option would meet these requirements?

  • A. Amazon Aurora MySQL cluster
  • B. Amazon Aurora Serverless MySQL cluster
  • C. Amazon RDS for MySQL with read replica
  • D. Amazon RDS for MySQL with Multi-AZ

Answer: A

 

NEW QUESTION 54
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 new RDS DB instance with the required storage and move the databases from the old instances to the new instance using AWS DMS
  • B. Create a new read replica and make it the primary by terminating the existing primary
  • C. Create a snapshot of the old databases and restore the snapshot with the required storage
  • D. Create a new database using native backup and restore

Answer: A

Explanation:
https://aws.amazon.com/premiumsupport/knowledge-center/rds-db-storage-size/ Use AWS Database Migration Service (AWS DMS) for minimal downtime.

 

NEW QUESTION 55
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. Use the ssm dynamic reference to retrieve the master password stored in the AWS Systems ManagerParameter Store and enable automatic rotation.
  • B. Store the master password in a parameter file in each environment. Reference the environment-specific parameter file in the CloudFormation template.
  • C. Use the secretsmanager dynamic reference to retrieve the master password stored in AWS SecretsManager and enable automatic rotation.
  • D. Encrypt the master password using an AWS KMS key. Store the encrypted master password in theCloudFormation template.

Answer: C

 

NEW QUESTION 56
A company uses Amazon DynamoDB as the data store for its ecommerce website. The website receives little to no traffic at night, and the majority of the traffic occurs during the day. The traffic growth during peak hours is gradual and predictable on a daily basis, but it can be orders of magnitude higher than during off-peak hours.
The company initially provisioned capacity based on its average volume during the day without accounting for the variability in traffic patterns. However, the website is experiencing a significant amount of throttling during peak hours. The company wants to reduce the amount of throttling while minimizing costs.
What should a database specialist do to meet these requirements?

  • A. Use on-demand capacity.
  • B. Use provisioned capacity. Set it to the capacity levels required for peak daytime throughput.
  • C. Use provisioned capacity. Create an AWS Application Auto Scaling policy to update capacity based on consumption.
  • D. Use reserved capacity. Set it to the capacity levels required for peak daytime throughput.

Answer: A

 

NEW QUESTION 57
A company is running an Amazon RDS for MySQL Multi-AZ DB instance for a business-critical workload. RDS encryption for the DB instance is disabled. A recent security audit concluded that all business-critical applications must encrypt data at rest. The company has asked its database specialist to formulate a plan to accomplish this for the DB instance.
Which process should the database specialist recommend?

  • A. Create a new RDS for MySQL DB instance with encryption enabled. Restore the unencrypted snapshot to this DB instance.
  • B. Create an encrypted snapshot of the unencrypted DB instance. Copy the encrypted snapshot to Amazon S3. Restore the DB instance from the encrypted snapshot using Amazon S3.
  • C. Temporarily shut down the unencrypted DB instance. Enable AWS KMS encryption in the AWS Management Console using an AWS managed CMK. Restart the DB instance in an encrypted state.
  • D. Create a snapshot of the unencrypted DB instance. Create an encrypted copy of the snapshot. Restore the DB instance from the encrypted snapshot.

Answer: D

 

NEW QUESTION 58
A company is migrating a mission-critical 2-TB Oracle database from on premises to Amazon Auror a. The cost for the database migration must be kept to a minimum, and both the on-premises Oracle database and the Aurora DB cluster must remain open for write traffic until the company is ready to completely cut over to Aurora.
Which combination of actions should a database specialist take to accomplish this migration as quickly as possible? (Choose two.)

  • A. Use Oracle's Data Pump tool to export a copy of the source database schema and manually edit the schema in a text editor to make it compatible with Aurora.
  • B. Create an AWS Glue job and related resources to migrate data from the Oracle database to the Aurora DB cluster. Once the initial load is complete, create an AWS DMS task to perform change data capture (CDC) until the company is ready to move all user traffic to the Aurora DB cluster.
  • C. Create an AWS DMS task to migrate data from the Oracle database to the Aurora DB cluster. Once the initial load is complete, create an AWS Kinesis Data Firehose stream to perform change data capture (CDC) until the company is ready to move all user traffic to the Aurora DB cluster.
  • D. Create an AWS DMS task to migrate data from the Oracle database to the Aurora DB cluster. Select the migration type to replicate ongoing changes to keep the source and target databases in sync until the company is ready to move all user traffic to the Aurora DB cluster.
  • E. Use the AWS Schema Conversion Tool (AWS SCT) to convert the source database schema. Then restore the converted schema to the target Aurora DB cluster.

Answer: C,E

 

NEW QUESTION 59
A company wants to automate the creation of secure test databases with random credentials to be stored safely for later use. The credentials should have sufficient information about each test database to initiate a connection and perform automated credential rotations. The credentials should not be logged or stored anywhere in an unencrypted form.
Which steps should a Database Specialist take to meet these requirements using an AWS CloudFormation template?

  • A. Create the database with the MasterUserName and MasterUserPassword properties set to the default values. Then, create the secret with the user name and password set to the same default values. Add a Secret Target Attachment resource with the SecretId and TargetId properties set to the Amazon Resource Names (ARNs) of the secret and the database. Finally, update the secret's password value with a randomly generated string set by the GenerateSecretString property.
  • B. Create the secret with a chosen user name and a randomly generated password set by the GenerateSecretString property. Add an SecretTargetAttachment resource with the SecretId property set to the Amazon Resource Name (ARN) of the secret and the TargetId property set to a parameter value matching the desired database ARN. Then, create a database with the MasterUserName and MasterUserPassword properties set to the previously created values in the secret.
  • C. Add a resource of type AWS::SecretsManager::Secret and specify the GenerateSecretString property.
    Then, define the database user name in the SecureStringTemplate template. Create a resource for the database and reference the secret string for the MasterUserName and MasterUserPassword properties.
    Then, add a resource of type AWS::SecretsManagerSecretTargetAttachment with the SecretId and TargetId properties set to the Amazon Resource Names (ARNs) of the secret and the database.
  • D. Add a Mapping property from the database Amazon Resource Name (ARN) to the secret ARN. Then, create the secret with a chosen user name and a randomly generated password set by the GenerateSecretString property. Add the database with the MasterUserName and MasterUserPassword properties set to the user name of the secret.

Answer: C

 

NEW QUESTION 60
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 new read replica and make it the primary by terminating the existing primary
  • B. Create a new database using native backup and restore
  • C. Create a new RDS DB instance with the required storage and move the databases from the old instancesto the new instance using AWS DMS
  • D. Create a snapshot of the old databases and restore the snapshot with the required storage

Answer: D

 

NEW QUESTION 61
A company is concerned about the cost of a large-scale, transactional application using Amazon DynamoDB that only needs to store data for 2 days before it is deleted. In looking at the tables, a Database Specialist notices that much of the data is months old, and goes back to when the application was first deployed.
What can the Database Specialist do to reduce the overall cost?

  • A. Create a new attribute in each table to track the expiration time and create an AWS Glue transformation to delete entries more than 2 days old.
  • B. Create a new attribute in each table to track the expiration time and enable time to live (TTL) on each table.
  • C. Create an Amazon CloudWatch Events event to export the data to Amazon S3 daily using AWS Data Pipeline and then truncate the Amazon DynamoDB table.
  • D. Create a new attribute in each table to track the expiration time and enable DynamoDB Streams on each table.

Answer: A

 

NEW QUESTION 62
A company wants to migrate its Microsoft SQL Server Enterprise Edition database instance from on-premises to AWS. A deep review is performed and the AWS Schema Conversion Tool (AWS SCT) provides options for running this workload on Amazon RDS for SQL Server Enterprise Edition, Amazon RDS for SQL Server Standard Edition, Amazon Aurora MySQL, and Amazon Aurora PostgreSQL. The company does not want to use its own SQL server license and does not want to change from Microsoft SQL Server.
What is the MOST cost-effective and operationally efficient solution?

  • A. Run SQL Server Enterprise Edition on Amazon EC2.
  • B. Run SQL Server Standard Edition on Amazon RDS.
  • C. Run Amazon Aurora MySQL leveraging SQL Server on Linux compatibility libraries.
  • D. Run SQL Server Enterprise Edition on Amazon RDS.

Answer: C

 

NEW QUESTION 63
A company wants to migrate its existing on-premises Oracle database to Amazon Aurora PostgreSQL. The migration must be completed with minimal downtime using AWS DMS. A Database Specialist must validate that the data was migrated accurately from the source to the target before the cutover. The migration must have minimal impact on the performance of the source database.
Which approach will MOST effectively meet these requirements?

  • A. Use the AWS Schema Conversion Tool (AWS SCT) to convert source Oracle database schemas to the target Aurora DB cluster. Verify the datatype of the columns.
  • B. Enable the AWS Schema Conversion Tool (AWS SCT) premigration validation and review the premigrationchecklist to make sure there are no issues with the conversion.
  • C. Enable AWS DMS data validation on the task so the AWS DMS task compares the source and targetrecords, and reports any mismatches.
  • D. Use the table metrics of the AWS DMS task created for migrating the data to verify the statistics for the tables being migrated and to verify that the data definition language (DDL) statements are completed.

Answer: C

 

NEW QUESTION 64
......

DBS-C01 Premium Exam Engine pdf Download: https://www.passcollection.com/DBS-C01_real-exams.html

Verified DBS-C01 Bundle Real Exam Dumps PDF: https://drive.google.com/open?id=1PiBkdFxsyirDBpLt_k1OY6i9Dc9D2Ld0