exam questions

Exam MS-600 All Questions

View all questions & answers for the MS-600 exam

Exam MS-600 topic 2 question 26 discussion

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

HOTSPOT -
You have a Microsoft 365 tenant that contains a user named User1 and a group named Group1.
You need to create a Microsoft Graph API query that returns the following information:
✑ All the calendar events of User1
✑ The details of Group1
The solution must meet the following requirements:
✑ Minimize the amount of data returned.
✑ Minimize the number of calls executed against the Microsoft Graph API.
How should you complete the query? 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: /me/calendars/events?..
"graph/Microsoft/com" "calendar/events?"
Example: A user's calendar in the default calendarGroup.

POST /me/calendars/{id}/events -
POST /users/{id | userPrincipalName}/calendars/{id}/events
Box 2: events?select..
Box 3: "/groups?filterג€¦'Group1')"
Use a filter to see only Group1.
Reference:
https://docs.microsoft.com/en-us/graph/api/calendar-post-events?view=graph-rest-1.0&tabs=http

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
WhatsUppppp
Highly Voted 8 months, 4 weeks ago
Awnser seems to be false: In the First Select should be "https://graph.microsoft.com/v1.0/$batch"
upvoted 30 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 ...