exam questions

Exam AWS Certified Solutions Architect - Professional All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional exam

Exam AWS Certified Solutions Architect - Professional topic 1 question 366 discussion

In DynamoDB, to get a detailed listing of secondary indexes on a table, you can use the ______ action.

  • A. BatchGetItem
  • B. TableName
  • C. DescribeTable
  • D. GetItem
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
In DynamoDB, DescribeTable returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.
Reference:
http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/SecondaryIndexes.html

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
SkyZeroZx
2 years, 1 month ago
Selected Answer: C
DescribeTable is logical option in this case
upvoted 1 times
...
niau
3 years, 5 months ago
Selected Answer: C
C. DescribeTable
upvoted 1 times
...
cldy
3 years, 8 months ago
C. DescribeTable
upvoted 4 times
...
gingerbytes
3 years, 8 months ago
C. To get a detailed listing of secondary indexes on a table, use the DescribeTable operation. DescribeTable returns the name, storage size, and item counts for every secondary index on the table. These values are not updated in real time, but they are refreshed approximately every six hours.
upvoted 2 times
...
JAGUARCODE
3 years, 10 months ago
Answer is A. In DynamoDB, DescribeTable returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table. http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/SecondaryIndexes.html
upvoted 1 times
Sreenikv
3 years, 9 months ago
Describe Table is given as answer for option C.
upvoted 1 times
...
JAGUARCODE
3 years, 9 months ago
The answer is "DescribeTable"!!
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...