Microsoft
DP-420
100 Minutes
144
Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB
A: 8
B: 12
C: 46
D: 48
A: Create a single container that stores author items and book items, and then items that represent the relationship between the authors and their books.
B: Create three containers, one that stores author items, a second that stores book items, and a third that stores items that represent the relationship between the authors and their books.
C: Create two containers, one that stores author items and another that stores book items. Embed a list of each author's books in the corresponding author item.
D: Create a single container that stores author items and book items. Embed a list of each author's books in the
A: all the properties of the updated items
B: only the partition key and the changed properties of the updated items
C: all the properties of the original items and the updated items
D: only the changed properties and the system-defined properties of the updated items
A: Update the document of each family member by using a transactional batch operation.
B: Update the document of each family member separately by using a patch operation.
C: Update the document of each family member separately and set the consistency level to strong.