Free AWS-Certified-Database-Specialty Exam Dumps

No Installation Required, Instantly Prepare for the AWS-Certified-Database-Specialty exam and please click the below link to start the AWS-Certified-Database-Specialty Exam Simulator with a real AWS-Certified-Database-Specialty practice exam questions.
Use directly our on-line AWS-Certified-Database-Specialty exam dumps materials and try our Testing Engine to pass the AWS-Certified-Database-Specialty which is always updated.

  • Exam Code: AWS-Certified-Database-Specialty
  • Exam Title: AWS Certified Database - Specialty
  • Vendor: Amazon
  • Exam Questions: 157
  • Last Updated: June 29th,2024

Question 1

A gaming company has implemented a leaderboard in AWS using a Sorted Set data structure within Amazon ElastiCache for Redis. The ElastiCache cluster has been deployed with cluster mode disabled and has a replication group deployed with two additional replicas. The company is planning for a worldwide gaming event and is anticipating a higher write load than what the current cluster can handle.
Which method should a Database Specialist use to scale the ElastiCache cluster ahead of the upcoming event?

Correct Answer:B

Question 2

An internet advertising firm stores its data in an Amazon DynamoDb table. Amazon DynamoDB Streams are enabled on the table, and one of the keys has a global secondary index. The table is encrypted using a customer-managed AWS Key Management Service (AWS KMS) key.
The firm has chosen to grow worldwide and want to duplicate the database using DynamoDB global tables in a new AWS Region.
An administrator observes the following upon review:
AWS-Certified-Database-Specialty dumps exhibit No role with the dynamodb: CreateGlobalTable permission exists in the account.
AWS-Certified-Database-Specialty dumps exhibit An empty table with the same name exists in the new Region where replication is desired.
AWS-Certified-Database-Specialty dumps exhibit A global secondary index with the same partition key but a different sort key exists in the new Region where replication is desired.
Which settings will prevent you from creating a global table or replica in the new Region? (Select two.)

Correct Answer:AB

Question 3

A company runs a customer relationship management (CRM) system that is hosted on-premises with a MySQL database as the backend. A custom stored procedure is used to send email notifications to another system when data is inserted into a table. The company has noticed that the performance of the CRM system has decreased due to database reporting applications used by various teams. The company requires an AWS solution that would reduce maintenance, improve performance, and accommodate the email notification feature.
Which AWS solution meets these requirements?

Correct Answer:D
RDS event subscriptions do not cover "data is inserted into a table" - see https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Events.Messages.html We can use stored procedure to invoke Lambda function - https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.Lambda.html

Question 4

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

Correct Answer:CDE

Question 5

A significant automotive manufacturer is switching a mission-critical finance application's database to Amazon DynamoDB. According to the company's risk and compliance policy, any update to the database must be documented as a log entry for auditing purposes. Each minute, the system anticipates about 500,000 log entries. Log entries should be kept in Apache Parquet files in batches of at least 100,000 records per file.
How could a database professional approach these needs while using DynamoDB?

Correct Answer:D