ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 133 - DBS-C01 discussion

Report
Export

A company has an application that uses an Amazon DynamoDB table to store user dat a. 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?

A.
Enable auto scaling for the DynamoDB table.
Answers
A.
Enable auto scaling for the DynamoDB table.
B.
Use four threads and parallel DynamoDB API Scan operations.
Answers
B.
Use four threads and parallel DynamoDB API Scan operations.
C.
Double the table’s provisioned RCUs.
Answers
C.
Double the table’s provisioned RCUs.
D.
Set the Limit and Offset parameters before every call to the API.
Answers
D.
Set the Limit and Offset parameters before every call to the API.
Suggested answer: B

Explanation:


https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Scan.html#Scan.ParallelScan

asked 16/09/2024
Rok Nemec
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first