50 AWS Certified DBS-C01 Past Questions with Answers

50 Free AWS Certified Database Specialty (DBS-C01) Past Questions with Answers

Practice the AWS Certified Database Specialty (DBS-C01) Past Questions with Answers. Questions and Answers set by our experts and you will get the correct answers to the DBS-C01 AWS Certified Database Specialty. Prepare yourself for the exam ahead and test your knowledge and readiness.

0%
1

AWS Certified Database Specialty (DBS-C01) Part 3

AWS Certified Database Specialty (DBS-C01)

AWS Certified Database Specialty (DBS-C01) Part 3

Questions will be picked at random from the question bank.

You can use the NEXT button to move to the next question, use the PREV button to move to the previous question, the CLEAR button to clear any answer of your choice and you have the FINISH button to end the exam if you choose to.

Any question not answered before the end of the exam time, will be marked as wrong and the exam will end by itself. So try to attempt all questions on time.

Goodluck!

1 / 50

A large automobile company is migrating the database of a critical financial
application to Amazon DynamoDB. The company's risk and compliance policy
requires that every change in the database be recorded as a log entry for audits.
The system is anticipating more than 500,000 log entries each minute. Log entries
should be stored in batches of at least 100,000 records in each file in Apache
Parquet format. How should a database specialist implement these requirements
with DynamoDB?

2 / 50

A gaming company is developing a new mobile game and decides to store the data for each user
in Amazon DynamoDB. To make the registration process as easy as possible, users can log in with
their existing Facebook or Amazon accounts. The company expects more than 10,000 users. How
should a database specialist implement access control with the LEAST operational effort?

3 / 50

The Amazon CloudWatch metric for FreeLocalStorage on an Amazon Aurora MySQL DB instance
shows that the amount of local storage is below 10 MB. A database engineer must increase the
local storage available in the Aurora DB instance. How should the database engineer meet this
requirement?

4 / 50

A company uses Amazon Aurora for secure financial transactions. The data must always be
encrypted at rest and in transit to meet compliance requirements. Which combination of actions
should a database specialist take to meet these requirements? (Choose two.)

5 / 50

A database specialist deployed an Amazon RDS DB instance in Dev-VPC1 used by
their development team. Dev-VPC1 has a peering connection with Dev-VPC2 that
belongs to a different development team in the same department. The networking
team confirmed that the routing between VPCs is correct; however, the database
engineers in Dev-VPC2 are getting a timeout connections error when trying to
connect to the database in Dev-VPC1. What is likely causing the timeouts?

6 / 50

A company uses an Amazon RDS for PostgreSQL DB instance for its customer relationship
management (CRM) system. New compliance requirements specify that the database must be
encrypted at rest. Which action will meet these requirements?

7 / 50

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?

8 / 50

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.)

9 / 50

A company migrated one of its business-critical database workloads to an Amazon Aurora Multi-AZ
DB cluster. The company requires a very low RTO and needs to improve the application recovery
time after database failovers. Which approach meets these requirements?

10 / 50

A company has an application that uses an Amazon DynamoDB table to store user data. Every
morning, a single-threaded process calls the DynamoDB API Scan operation to scan the entire table
and generate a critical start-of-day report for management. A successful marketing campaign
recently doubled the number of items in the table, and now the process takes too long to run and
the report is not generated in time. A database specialist needs to improve the performance of the
process. The database specialist notes that, when the process is running, 15% of the table’s
provisioned read capacity units (RCUs) are being used. What should the database specialist do?

11 / 50

A company is moving its fraud detection application from on premises to the AWS Cloud and is
using Amazon Neptune for data storage. The company has set up a 1 Gbps AWS Direct Connect
connection to migrate 25 TB of fraud detection data from the on-premises data center to a
Neptune DB instance. The company already has an Amazon S3 bucket and an S3 VPC endpoint,
and 80% of the company’s network bandwidth is available. How should the company perform this
data load?

12 / 50

A financial company recently launched a portfolio management solution. The backend of the
application is powered by Amazon Aurora with MySQL compatibility. The company requires an RTO
of 5 minutes and an RPO of 5 minutes. A database specialist must configure an efficient disaster
recovery solution with minimal replication lag. Which approach should the database specialist take
to meet these requirements?

13 / 50

A large company has a variety of Amazon DB clusters. Each of these clusters has various
configurations that adhere to various requirements. Depending on the team and use case, these
configurations can be organized into broader categories. A database administrator wants to make
the process of storing and modifying these parameters more systematic. The database
administrator also wants to ensure that changes to individual categories of configurations are
automatically applied to all instances when required. Which AWS service or feature will help
automate and achieve this objective?

14 / 50

A company wants to migrate its Microsoft SQL Server Enterprise Edition database instance from onpremises 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?

15 / 50

A database specialist must create nightly backups of an Amazon DynamoDB table in a missioncritical workload as part of a disaster recovery strategy. Which backup methodology should the
database specialist use to MINIMIZE management overhead?

16 / 50

A large gaming company is creating a centralized solution to store player session state for multiple
online games. The workload required key-value storage with low latency and will be an equal mix of
reads and writes. Data should be written into the AWS Region closest to the user across the games’
geographically distributed user base. The architecture should minimize the amount of overhead
required to manage the replication of data between Regions. Which solution meets these
requirements?

17 / 50

A company is developing a new web application. An AWS CloudFormation template was created as
a part of the build process. Recently, a change was made to an AWS::RDS::DBInstance resource in
the template. The CharacterSetName property was changed to allow the application to process
international text. A change set was generated using the new template, which indicated that the
existing DB instance should be replaced during an upgrade. What should a database specialist do
to prevent data loss during the stack upgrade?

18 / 50

A company is using Amazon Aurora PostgreSQL for the backend of its application.
The system users are complaining that the responses are slow. A database
specialist has determined that the queries to Aurora take longer during peak
times. With the Amazon RDS Performance Insights dashboard, the load in the
chart for average active sessions is often above the line that denotes maximum
CPU usage and the wait state shows that most wait events are IO:XactSync. What
should the company do to resolve these performance issues?

19 / 50

A company is running a website on Amazon EC2 instances deployed in multiple Availability Zones
(AZs). The site performs a high number of repetitive reads and writes each second on an Amazon
RDS for MySQL Multi-AZ DB instance with General Purpose SSD (gp2) storage. After
comprehensive testing and analysis, a database specialist discovers that there is high read latency
and high CPU utilization on the DB instance. Which approach should the database specialist to take
to resolve this issue without changing the application?

20 / 50

A company has an ecommerce web application with an Amazon RDS for MySQL DB instance. The
marketing team has noticed some unexpected updates to the product and pricing information on
the website, which is impacting sales targets. The marketing team wants a database specialist to
audit future database activity to help identify how and when the changes are being made. What
should the database specialist do to meet these requirements? (Choose two.)

21 / 50

A company is using an Amazon RDS for MySQL DB instance for its internal applications. A security
audit shows that the DB instance is not encrypted at rest. The company’s application team needs to
encrypt the DB instance. What should the team do to meet this requirement?

22 / 50

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?

23 / 50

A company wants to migrate its on-premises MySQL databases to Amazon RDS for MySQL. To
comply with the company’s security policy, all databases must be encrypted at rest. RDS DB
instance snapshots must also be shared across various accounts to provision testing and staging
environments. Which solution meets these requirements?

24 / 50

A company is releasing a new mobile game featuring a team play mode. As a
group of mobile device users play together, an item containing their statuses is
updated in an Amazon DynamoDB table. Periodically, the other users’ devices read
the latest statuses of their teammates from the table using the BatchGetltemn
operation. Prior to launch, some testers submitted bug reports claiming that the
status data they were seeing in the game was not up-to-date. The developers are
unable to replicate this issue and have asked a database specialist for a
recommendation. Which recommendation would resolve this issue?

25 / 50

A ride-hailing application uses an Amazon RDS for MySQL DB instance as persistent storage for
bookings. This application is very popular and the company expects a tenfold increase in the user
base in next few months. The application experiences more traffic during the morning and evening
hours. This application has two parts: An in-house booking component that accepts online
bookings that directly correspond to simultaneous requests from users. A third-party customer
relationship management (CRM) component used by customer care representatives. The CRM uses
queries to access booking data. A database specialist needs to design a cost-effective database
solution to handle this workload. Which solution meets these requirements?

26 / 50

A company developed a new application that is deployed on Amazon EC2 instances behind an
Application Load Balancer. The EC2 instances use the security group named sg-application-servers.
The company needs a database to store the data from the application and decides to use an
Amazon RDS for MySQL DB instance. The DB instance is deployed in private DB subnet. What is the
MOST restrictive configuration for the DB instance security group?

27 / 50

An online retail company is planning a multi-day flash sale that must support processing of up to
5,000 orders per second. The number of orders and exact schedule for the sale will vary each day.
During the sale, approximately 10,000 concurrent users will look at the deals before buying items.
Outside of the sale, the traffic volume is very low. The acceptable performance for read/write
queries should be under 25 ms. Order items are about 2 KB in size and have a unique identifier. The
company requires the most cost-effective solution that will automatically scale and is highly
available. Which solution meets these requirements?

28 / 50

An online shopping company has a large inflow of shopping requests daily. As a result, there is a
consistent load on the company’s Amazon RDS database. A database specialist needs to ensure the
database is up and running at all times. The database specialist wants an automatic notification
system for issues that may cause database downtime or for configuration changes made to the
database. What should the database specialist do to achieve this? (Choose two.)

29 / 50

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?

30 / 50

A company is migrating a mission-critical 2-TB Oracle database from on premises to Amazon
Aurora. 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.)

31 / 50

A company’s ecommerce website uses Amazon DynamoDB for purchase orders. Each order is made
up of a Customer ID and an Order ID. The DynamoDB table uses the Customer ID as the partition
key and the Order ID as the sort key. To meet a new requirement, the company also wants the
ability to query the table by using a third attribute named Invoice ID. Queries using the Invoice ID
must be strongly consistent. A database specialist must provide this capability with optimal
performance and minimal overhead. What should the database administrator do to meet these
requirements?

32 / 50

A banking company recently launched an Amazon RDS for MySQL DB instance as part of a proofof-concept project. A database specialist has configured automated database snapshots. As a part
of routine testing, the database specialist noticed one day that the automated database snapshot
was not created. Which of the following are possible reasons why the snapshot was not created?
(Choose two.)

33 / 50

An electric utility company wants to store power plant sensor data in an Amazon
DynamoDB table. The utility company has over 100 power plants and each power
plant has over 200 sensors that send data every 2 seconds. The sensor data
includes time with milliseconds precision, a value, and a fault attribute if the
sensor is malfunctioning. Power plants are identified by a globally unique
identifier. Sensors are identified by a unique identifier within each power plant. A
database specialist needs to design the table to support an efficient method of
finding all faulty sensors within a given power plant. Which schema should the
database specialist use when creating the DynamoDB table to achieve the fastest
query time when looking for faulty sensors?

34 / 50

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 offpeak 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?

35 / 50

A company has a 20 TB production Amazon Aurora DB cluster. The company runs a large batch job
overnight to load data into the Aurora DB cluster. To ensure the company’s development team has
the most up-to-date data for testing, a copy of the DB cluster must be available in the shortest
possible time after the batch job completes. How should this be accomplished?

36 / 50

An online advertising company uses an Amazon DynamoDb table as its data store.
The table has Amazon DynamoDB Streams enabled and has a global secondary
index on one of the keys. The table is encrypted using an AWS Key Management
Service (AWS KMS) customer managed key. The company has decided to expand
its operations globally and wants to replicate the database in a different AWS
Region by using DynamoDB global tables. Upon review, an administrator notices
the following: No role with the dynamodb: CreateGlobalTable permission exists in
the account. An empty table with the same name exists in the new Region where
replication is desired. A global secondary index with the same partition key but a
different sort key exists in the new Region where replication is desired. Which
configurations will block the creation of a global table or the creation of a replica
in the new Region? (Choose two.)

37 / 50

A retail company manages a web application that stores data in an Amazon DynamoDB table. The
company is undergoing account consolidation efforts. A database engineer needs to migrate the
DynamoDB table from the current AWS account to a new AWS account. Which strategy meets these
requirements with the LEAST amount of administrative work?

38 / 50

A company is migrating its on-premises database workloads to the AWS Cloud. A
database specialist performing the move has chosen AWS DMS to migrate an
Oracle database with a large table to Amazon RDS. The database specialist notices
that AWS DMS is taking significant time to migrate the data. Which actions would
improve the data migration speed? (Choose three.)

39 / 50

A startup company is building a new application to allow users to visualize their on-premises and
cloud networking components. The company expects billions of components to be stored and
requires responses in milliseconds. The application should be able to identify: The networks and
routes affected if a particular component fails. The networks that have redundant routes between
them. The networks that do not have redundant routes between them. The fastest path between
two networks. Which database engine meets these requirements?

40 / 50

A database specialist was alerted that a production Amazon RDS MariaDB instance with 100 GB of
storage was out of space. In response, the database specialist modified the DB instance and added
50 GB of storage capacity. Three hours later, a new alert is generated due to a lack of free space on
the same DB instance. The database specialist decides to modify the instance immediately to
increase its storage capacity by 20 GB. What will happen when the modification is submitted?

41 / 50

A company recently acquired a new business. A database specialist must migrate an unencrypted
12 TB Amazon RDS for MySQL DB instance to a new AWS account. The database specialist needs to
minimize the amount of time required to migrate the database. Which solution meets these
requirements?

42 / 50

A company has an AWS CloudFormation template written in JSON that is used to launch new
Amazon RDS for MySQL DB instances. The security team has asked a database specialist to ensure
that the master password is automatically rotated every 30 days for all new DB instances that are
launched using the template. What is the MOST operationally efficient solution to meet these
requirements?

43 / 50

A database specialist is managing an application in the us-west-1 Region and wants to set up
disaster recovery in the us-east-1 Region. The Amazon Aurora MySQL DB cluster needs an RPO of 1
minute and an RTO of 2 minutes. Which approach meets these requirements with no negative
performance impact?

44 / 50

A company is building a software as a service application. As part of the new user sign-on workflow,
a Python script invokes the CreateTable operation using the Amazon DynamoDB API. After the call
returns, the script attempts to call PutItem. Occasionally, the PutItem request fails with a
ResourceNotFoundException error, which causes the workflow to fail. The development team has
confirmed that the same table name is used in the two API calls. How should a database specialist
fix this issue?

45 / 50

A company released a mobile game that quickly grew to 10 million daily active
users in North America. The game's backend is hosted on AWS and makes
extensive use of an Amazon DynamoDB table that is configured with a TTL
attribute. When an item is added or updated, its TTL is set to the current epoch
time plus 600 seconds. The game logic relies on old data being purged so that it
can calculate rewards points accurately. Occasionally, items are read from the
table that are several hours past their TTL expiry. How should a database specialist
fix this issue?

46 / 50

A company has a production environment running on Amazon RDS for SQL Server
with an in-house web application as the front end. During the last application
maintenance window, new functionality was added to the web application to
enhance the reporting capabilities for management. Since the update, the
application is slow to respond to some reporting queries. How should the
company identify the source of the problem?

47 / 50

A company has two separate AWS accounts: one for the business unit and another for corporate
analytics. The company wants to replicate the business unit data stored in Amazon RDS for MySQL
in us-east-1 to its corporate analytics Amazon Redshift environment in us-west-1. The company
wants to use AWS DMS with Amazon RDS as the source endpoint and Amazon Redshift as the
target endpoint. Which action will allow AVS DMS to perform the replication?

48 / 50

A company has applications running on Amazon EC2 instances in a private subnet with no internet
connectivity. The company deployed a new application that uses Amazon DynamoDB, but the
application cannot connect to the DynamoDB tables. A developer already checked that all
permissions are set correctly. What should a database specialist do to resolve this issue while
minimizing access to external resources?

49 / 50

A company hosts an internal file-sharing application running on Amazon EC2 instances in VPC_A.
This application is backed by an Amazon ElastiCache cluster, which is in VPC_B and peered with
VPC_A. The company migrates its application instances from VPC_A to VPC_B. Logs indicate that
the file-sharing application no longer can connect to the ElastiCache cluster. What should a
database specialist do to resolve this issue?

50 / 50

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?

Your score is

0%

Leave a Comment

Your email address will not be published. Required fields are marked *

Certifications Exam Prep
Scroll to Top
This Website/App is solely sponsored, developed by me. Please donate to help me pay for server and website renewal.
This is default text for notification bar