exam questions

Exam MS-600 All Questions

View all questions & answers for the MS-600 exam

Exam MS-600 topic 5 question 11 discussion

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

HOTSPOT -
You have an application that employees use to schedule vacations. The application sets an automatic reply and an out-of-office event in the employees' Microsoft
365 calendar.
Employees who access the application from a mobile device report that the application is slow to make changes.
You need to replace the application calls to use a batched request. Automatic reply must be set only if an out-of-office event is set successfully.
How should you complete 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:

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
zodraz
1 year, 1 month ago
Should be in this order: POST (https://learn.microsoft.com/en-us/graph/json-batching) => Batch requests are always sent using a POST to the /$batch endpoint. 1 (https://learn.microsoft.com/en-us/graph/json-batching#sequencing-requests-with-the-dependson-property) => Automatic reply must be set only if an out-of-office event is set successfully. POST (https://learn.microsoft.com/en-us/graph/api/user-post-events?view=graph-rest-1.0&tabs=http) PATCH (https://learn.microsoft.com/en-us/graph/api/user-update-mailboxsettings?view=graph-rest-1.0&tabs=http)
upvoted 4 times
lesiris
1 year, 1 month ago
I agree, so answer is POST POST 1 PATCH
upvoted 2 times
...
...
WhatsUppppp
1 year, 4 months ago
The provided answer is wrong, any ideas? POST seems to be correct for the first section And below, why do we have an OOF event from 2019 and set an automatic reply for 2020? Why should we delete an old calendar entry like in the provided answer? tbh this makes no sense to me
upvoted 3 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 ...