Question 64 of 315
Single answerYou are creating an App Engine application that uses Cloud Datastore as its persistence layer. You need to retrieve several root entities for which you have the identifiers. You want to minimize the overhead in operations performed by Cloud Datastore. What should you do?
✓ACreate the Key object for each Entity and run a batch get operation
BCreate the Key object for each Entity and run multiple get operations, one operation for each entity
CUse the identifiers to create a query filter and run a batch query operation
DUse the identifiers to create a query filter and run multiple query operations, one operation for each entity
✓
Correct Answer: A
Create the Key object for each Entity and run a batch get operation
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.