AWS DBS-C01 Certification Exam Sample Questions

DBS-C01 Braindumps, DBS-C01 Exam Dumps, DBS-C01 Examcollection, DBS-C01 Questions PDF, DBS-C01 Sample Questions, Database Specialty Dumps, Database Specialty Official Cert Guide PDF, Database Specialty VCEWe have prepared AWS Certified Database - Specialty (DBS-C01) certification sample questions to make you aware of actual exam properties. This sample question set provides you with information about the Database Specialty exam pattern, question formate, a difficulty level of questions and time required to answer each question. To get familiar with AWS Certified Database - Specialty exam, we suggest you try our Sample AWS DBS-C01 Certification Practice Exam in simulated AWS certification exam environment.

To test your knowledge and understanding of concepts with real-time scenario based AWS DBS-C01 questions, we strongly recommend you to prepare and practice with Premium AWS Database Specialty Certification Practice Exam. The premium AWS Database Specialty certification practice exam helps you identify topics in which you are well prepared and topics in which you may need further training to achieving great score in actual AWS Certified Database - Specialty exam.

AWS DBS-C01 Sample Questions:

01. A company's security department has mandated that their existing Amazon RDS for MySQL DB instance be encrypted at rest.
What should a database specialist do to meet this requirement?
a) Modify the database to enable encryption. Apply this setting immediately without waiting for the next scheduled maintenance window.
b) Export the database to an Amazon S3 bucket with encryption enabled. Create a new database and import the export file.
c) Create a snapshot of the database. Create an encrypted copy of the snapshot. Create a new database from the encrypted snapshot.
d) Create a snapshot of the database. Restore the snapshot into a new database with encryption enabled.
 
02. A company has a highly available production 10 TB SQL Server relational database running on Amazon EC2. Users have recently been reporting performance and connectivity issues.
A database specialist has been asked to configure a monitoring and alerting strategy that will provide metrics visibility and notifications to troubleshoot these issues.
Which solution will meet these requirements?
a) Configure AWS CloudTrail logs to monitor and detect signs of potential problems. Create an AWS Lambda function that is triggered when specific API calls are made and send notifications to an Amazon SNS topic.
b) Install an Amazon Inspector agent on the DB instance. Configure the agent to stream server and database activity to Amazon CloudWatch Logs. Configure metric filters and alarms to send notifications to an Amazon SNS topic.
c) Migrate the database to Amazon RDS for SQL Server and use Performance Insights to monitor and detect signs of potential problems. Create a scheduled AWS Lambda function that retrieves metrics from the Performance Insights API and send notifications to an Amazon SNS topic.
d) Configure Amazon CloudWatch Application Insights for .NET and SQL Server to monitor and detect signs of potential problems. Configure CloudWatch Events to send notifications to an Amazon SNS topic.
 
03. A company’s customer relationship management application uses an Amazon RDS for PostgreSQL Multi-AZ database. The database size is approximately 100 GB.
A database specialist has been tasked with developing a cost-effective disaster recovery plan that will restore the database in a different Region within 2 hours. The restored database should not be missing more than 8 hours of transactions.
What is the MOST cost-effective solution that meets the availability requirements?
a) Create an RDS read replica in the second Region. For disaster recovery, promote the read replica to a standalone instance.
b) Create an RDS read replica in the second Region using a smaller instance size. For disaster recovery, scale the read replica and promote it to a standalone instance.
c) Schedule an AWS Lambda function to create an hourly snapshot of the DB instance and another Lambda function to copy the snapshot to the second Region. For disaster recovery, create a new RDS Multi-AZ DB instance from the last snapshot.
d) Create a new RDS Multi-AZ DB instance in the second Region. Configure an AWS DMS task for ongoing replication.
 
04. A database specialist is troubleshooting complaints from an application's users who are experiencing performance issues when saving data in an Amazon ElastiCache for Redis cluster with cluster mode disabled.
The database specialist finds that the performance issues are occurring during the cluster's backup window. The cluster runs in a replication group containing three nodes. Memory on the nodes is fully utilized. Organizational policies prohibit the database specialist from changing the backup window time.
How could the database specialist address the performance concern?
(Select TWO.)
a) Add an additional node to the cluster in the same Availability Zone as the primary.
b) Configure the backup job to take a snapshot of a read replica.
c) Increase the local instance storage size for the cluster nodes.
d) Increase the reserved-memory-percent parameter value.
e) Configure the backup process to flush the cache before taking the backup.
 
05. A global company wants to run an application in several AWS Regions to support a global user base.
The application will need a database that can support a high volume of low-latency reads and writes that is expected to vary over time. The data must be shared across all of the Regions to support dynamic company-wide reports.
Which database meets these requirements?
a) Use Amazon Aurora Serverless and configure endpoints in each Region.
b) Use Amazon RDS for MySQL and deploy read replicas in an auto scaling group in each Region.
c) Use Amazon DocumentDB (with MongoDB compatibility) and configure read replicas in an auto scaling group in each Region.
d) Use Amazon DynamoDB global tables and configure DynamoDB auto scaling for the tables.
 
06. A company undergoing a security audit has determined that its database administrators are presently sharing an administrative database user account for the company’s Amazon Aurora deployment.
To support proper traceability, governance, and compliance, each database administration team member must start using individual, named accounts. Furthermore, long-term database user credentials should not be used.
Which solution should a database specialist implement to meet these requirements?
a) Use the AWS CLI to fetch the AWS IAM users and passwords for all team members. For each IAM user, create an Aurora user with the same password as the IAM user.
b) Enable IAM database authentication on the Aurora cluster. Create a database user for each team member without a password. Attach an IAM policy to each administrator’s IAM user account that grants the connect privilege using their database user account.
c) Create a database user for each team member. Share the new database user credentials with the team members. Have users change the password on the first login to the same password as their IAM user.
d) Create an IAM role and associate an IAM policy that grants the connect privilege using the shared account. Configure a trust policy that allows the administrator’s IAM user account to assume the role.
 
07. A medical company is planning to migrate its on-premises PostgreSQL database, along with application and web servers, to AWS.
Amazon RDS for PostgreSQL is being considered as the target database engine. Access to the database should be limited to application servers and a bastion host in a VPC.
Which solution meets the security requirements?
a) Launch the RDS for PostgreSQL database in a DB subnet group containing private subnets. Modify the pg_hba.conf file on the DB instance to allow connections from only the application servers and bastion host.
b) Launch the RDS for PostgreSQL database in a DB subnet group containing public subnets. Create a new security group with inbound rules to allow connections from only the security groups of the application servers and bastion host. Attach the new security group to the DB instance.
c) Launch the RDS for PostgreSQL database in a DB subnet group containing private subnets. Create a new security group with inbound rules to allow connections from only the security groups of the application servers and bastion host. Attach the new security group to the DB instance.
d) Launch the RDS for PostgreSQL database in a DB subnet group containing private subnets. Create a NACL attached to the VPC and private subnets. Modify the inbound and outbound rules to allow connections to and from the application servers and bastion host.
 
08. A company’s ecommerce application stores order transactions in an Amazon RDS for MySQL database. The database has run out of available storage and the application is currently unable to take orders.
Which action should a database specialist take to resolve the issue in the shortest amount of time?
a) Add more storage space to the DB instance using the ModifyDBInstance action.
b) Create a new DB instance with more storage space from the latest backup.
c) Change the DB instance status from STORAGE_FULL to AVAILABLE.
d) Configure a read replica with more storage space.
 
09. An operations team in a large company wants to centrally manage resource provisioning for its development teams across multiple accounts.
When a new AWS account is created, the developers require full privileges for a database environment that uses the same configuration, data schema, and source data as the company’s production Amazon RDS for MySQL DB instance.
How can the operations team achieve this?
a) Enable the source DB instance to be shared with the new account so the development team may take a snapshot. Create an AWS CloudFormation template to launch the new DB instance from the snapshot.
b) Create an AWS CLI script to launch the approved DB instance configuration in the new account. Create an AWS DMS task to copy the data from the source DB instance to the new DB instance.
c) Take a manual snapshot of the source DB instance and share the snapshot privately with the new account. Specify the snapshot ARN in an RDS resource in an AWS CloudFormation template and use StackSets to deploy to the new account.
d) Create a DB instance read replica of the source DB instance. Share the read replica with the new AWS account.
 
10. A media company is running a critical production application that uses Amazon RDS for PostgreSQL with Multi-AZ deployments. The database size is currently 25 TB.
The IT director wants to migrate the database to Amazon Aurora PostgreSQL with minimal effort and minimal disruption to the business.
What is the best migration strategy to meet these requirements?
a) Use the AWS Schema Conversion Tool (AWS SCT) to copy the database schema from RDS for PostgreSQL to an Aurora PostgreSQL DB cluster. Create an AWS DMS task to copy the data.
b) Create a script to continuously back up the RDS for PostgreSQL instance using pg_dump, and restore the backup to an Aurora PostgreSQL DB cluster using pg_restore.
c) Create a read replica from the existing production RDS for PostgreSQL instance. Check that the replication lag is zero and then promote the read replica as a standalone Aurora PostgreSQL DB cluster.
d) Create an Aurora Replica from the existing production RDS for PostgreSQL instance. Stop the writes on the master, check that the replication lag is zero, and then promote the Aurora Replica as a standalone Aurora PostgreSQL DB cluster.

Answers:

Question: 01
Answer: c
Question: 02
Answer: d
Question: 03
Answer: c
Question: 04
Answer: b, d
Question: 05
Answer: d
Question: 06
Answer: b
Question: 07
Answer: c
Question: 08
Answer: a
Question: 09
Answer: c
Question: 10
Answer: d

Note: Please update us by writing an email on feedback@vmexam.com for any error in AWS Certified Database - Specialty certification exam sample questions

Your rating: None Rating: 5 / 5 (82 votes)