exam questions

Exam MS-600 All Questions

View all questions & answers for the MS-600 exam

Exam MS-600 topic 2 question 1 discussion

Actual exam question from Microsoft's MS-600
Question #: 1
Topic #: 2
[All MS-600 Questions]

HOTSPOT -
You have an app that uses the Microsoft Graph API.
The app will perform the following actions in sequence:
✑ Update a user's city to Redmond.
✑ Retrieve the current user's profile.
You need to implement batching for the app.
Which HTTP methods should you use in the batch request? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: POST -
POST https://graph.microsoft.com/v1.0/$batch

Box 2: PATCH -
PATCH updates a resource with new values.

Box 3: GET -
GET read data from a resource.
Reference:
https://docs.microsoft.com/en-us/graph/json-batching

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Povnello
11 months, 4 weeks ago
Answer is correct.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...