Question: Which statement accurately describes global secondary indexes in DynamoDB?

  1. The global secondary indexes in DynamoDB are consistent, and are not guaranteed to return correct results.
  2. The global secondary indexes in DynamoDB are transactionally consistent, and are guaranteed to return correct results.
  3. The global secondary indexes in DynamoDB are partially consistent, and are not guaranteed to return correct results.
  4. The global secondary indexes in DynamoDB are eventually consistent, and are not guaranteed to return correct results.

Answer: The correct answer of the above question is Option D:The global secondary indexes in DynamoDB are eventually consistent, and are not guaranteed to return correct results.