### Question 5 Which of the following best describes the permissions granted by this policy? ```json { "Version": "2012-10-17", "Statement": [{ "Effect": "Allow", "Action": [ "dynamodb:GetItem", "dynamodb:PutItem", "dynamodb:Query" ], "Resource": "arn:aws:dynamodb:us-west-2:123456789012:table/Orders" }] } ``` | AWS Certified CloudOps Engineer – Associate Quiz - LeetQuiz