Multiple Choice
An application stores payroll information nightly in DynamoDB for a large number of employees across hundreds of offices. Item attributes consist of individual name, office identifier, and cumulative daily hours. Managers run reports for ranges of names working in their office. One query is. "Return all Items in this office for names starting with A through E". Which table configuration will result in the lowest impact on provisioned throughput for this query?
A) Configure the table to have a hash index on the name attribute, and a range index on the office identifier
B) Configure the table to have a range index on the name attribute, and a hash index on the office identifier
C) Configure a hash index on the name attribute and no range index
D) Configure a hash index on the office Identifier attribute and no range index
Correct Answer:

Verified
Correct Answer:
Verified
Q394: You are inserting 1000 new items every
Q395: After launching an instance that you intend
Q396: A company's ecommerce website is experiencing massive
Q397: A developer converted an existing program to
Q398: A Developer is storing sensitive data generated
Q400: A Developer is writing a Linux-based application
Q401: Amazon S3 has the following structure: S3://BUCKET/FOLDERNAME/FILENAME.zip
Q402: A company is developing a web application
Q403: Which statements about DynamoDB are true? (Choose
Q404: A Developer is creating an application that