PracticeCF

DBS-C01 Question Bank · Latest 50 Questions Free Preview (Page 5/5)

Questions 41–50 of the latest 50 DBS-C01 questions (5 pages total), with answers and explanations, no login required. Practice all 376 questions online.

Question 41 · No. 367 · Single choice

A company's application team needs to select an AWS managed database service to store application and user data. The application team is familiar with MySQL but is open to new solutions. The application and user data is stored in 10 tables and is de-normalized. The application will access this data through an API layer using a unique ID in each table. The company expects the traffic to be light at first, but the traffic will increase to thousands of transactions each second within the first year. The database service must support active reads and writes in multiple AWS Regions at the same time. Query response times need to be less than 100 ms. Which AWS database solution will meet these requirements?

Answer: C

Question 42 · No. 368 · Single choice

A database specialist needs to reduce the cost of an application's database. The database is running on a Multi-AZ deployment of an Amazon RDS for Microsoft SQL Server DB instance. The application requires the database to support stored procedures, SQL Server Wire Protocol (TDS), and T-SQL. The database must also be highly available. The database specialist is using AWS Database Migration Service (AWS DMS) to migrate the database to a new data store. Which solution will reduce the cost of the database with the LEAST effort?

Answer: D

Question 43 · No. 369 · Single choice

A company has more than 100 AWS accounts that need Amazon RDS instances. The company wants to build an automated solution to deploy the RDS instances with specific compliance parameters. The data does not need to be replicated. The company needs to create the databases within 1 day. Which solution will meet these requirements in the MOST operationally efficient way?

Answer: A

Explanation: chose option A because creating RDS resources using AWS CloudFormation is the most operationally efficient way to deploy RDS instances with specific compliance parameters across multiple AWS accounts. By sharing the CloudFormation template with each account, the company can ensure consistency and automate the deployment process.
Question 44 · No. 370 · Single choice

A social media company recently launched a new feature that gives users the ability to share live feeds of their daily activities with their followers. The company has an Amazon RDS for MySQL DB instance that stores data about follower engagement. After the new feature launched, the company noticed high CPU utilization and high database latency during reads and writes. The company wants to implement a solution that will identify the source of the high CPU utilization. Which solution will meet these requirements with the LEAST administrative oversight?

Answer: A

Explanation: chose option A, which is to use Amazon DevOps Guru insights, because it specifically focuses on identifying sources of high CPU utilization with minimal administrative oversight.
Question 45 · No. 371 · Multiple choice

A company has an application environment that deploys Amazon Aurora PostgreSQL databases as part of its CI/CD process that uses AWS CloudFormation. The company's database administrator has received reports of performance issues from the resulting database but has no way to investigate the issues. Which combination of changes must the database administrator make to the database deployment to automate the collection of performance data? (Choose two.)

Answer: D, E

Question 46 · No. 372 · Multiple choice

A company uses a large, growing, and high performance on-premises Microsoft SQL Server instance with an Always On availability group cluster size of 120 TiB. The company uses a third-party backup product that requires system-level access to the databases. The company will continue to use this third-party backup product in the future. The company wants to move the DB cluster to AWS with the least possible downtime and data loss. The company needs a 2 Gbps connection to sustain Always On asynchronous data replication between the company’s data center and AWS. Which combination of actions should a database specialist take to meet these requirements? (Choose three.)

Answer: A, C, E

Question 47 · No. 373 · Single choice

A marketing company is developing an application to track responses to email message campaigns. The company needs a database storage solution that is optimized to work with highly connected data. The database needs to limit connections and programmatic access to the data by using IAM policies. Which solution will meet these requirements?

Answer: D

Question 48 · No. 374 · Multiple choice

A web-based application uses Amazon DocumentDB (with MongoDB compatibility) as its underlying data store. Sufficient access control is in place, but a database specialist wants to be able to review logs if the primary DocumentDB database is deleted. Which combination of steps should the database specialist take to meet this requirement? (Choose two.)

Answer: A, B

Question 49 · No. 375 · Single choice

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?

Answer: D

Explanation: chose option D because creating a VPC endpoint for DynamoDB and assigning it to the route table of the private subnets containing the EC2 instances is the most secure and direct way for the EC2 instances to securely access the DynamoDB table without exposing it to the internet.
Question 50 · No. 376 · Single choice

A company has a reporting application that runs on an Amazon EC2 instance in an isolated developer account on AWS. The application needs to retrieve data during non-peak company hours from an Amazon Aurora PostgreSQL database that runs in the company’s production account. The company's security team requires that access to production resources complies with AWS best security practices. A database administrator needs to provide the reporting application with access to the production database. The company has already configured VPC peering between the production account and developer account. The company has also updated the route tables in both accounts with the necessary entries to correctly set up VPC peering. What must the database administrator do to finish providing connectivity to the reporting application?

Answer: A

Prev 12345