Answer - A and B.
The AWS Documentation mentions the following.
Key Condition Expression.
To specify the search criteria, you use a key condition expression-a string that determines the items to be read from the table or index.
You must specify the partition key name and value as an equality condition.
Option C is incorrect since you need to mention the partition key and not the sort key.
Option D is incorrect since this is used to filter results further.