Free MS-600 Exam Braindumps (page: 5)

Page 5 of 26

You have an application that uses the Microsoft Graph API. You need to configure the application to retrieve the groups to which the current signed-in user belongs. The results must contain the extended priorities of the groups.
Which URI should you use?

  1. https://graph.microsoft.com/v1.0/me/getMemberObjects
  2. https://graph.microsoft.com/v1.0/me/getMemberGroups
  3. https://graph.microsoft.com/v1.0/me/memberOf
  4. https://graph.microsoft.com/v1.0/me/checkMemberGroups

Answer(s): B

Explanation:

Get member groups returns all the groups that the specified user, group, or directory object is a member of. This function is transitive.


Reference:

https://docs.microsoft.com/en-us/graph/api/directoryobject-getmembergroups



HOTSPOT
You are developing an Azure function to provision a team in Microsoft Teams. You need to create a group named Project A, add a classification of Private to the group, and then convert Project A to a team group.
How should you complete the REST requests? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

  1. See explaination section for answer.

Answer(s): A

Explanation:

Box 1: post

You need to create a group named Project A.
The following example creates an Office 365 group.
POST https://graph.microsoft.com/v1.0/groups
Content-type: application/json
Content-length: 244
{
"description": "Self help community for library",
"displayName": "Library Assist",
"groupTypes": [
"Unified"
],
"mailEnabled": true,
"mailNickname": "library",
"securityEnabled": false
}
Box 2: PATCH
Add a classification of Private to the group.
You can set the classification property in a PATCH request for the group, if do not set it in the initial POST request that creates the group.
Box 3: put
Then convert Project A to a team group.
Syntax: PUT /groups/{id}/team


Reference:

https://docs.microsoft.com/en-us/graph/api/group-post-groups https://docs.microsoft.com/en-us/graph/api/resources/group https://docs.microsoft.com/en-us/graph/api/team-put-teams



DRAG DROP
You are developing a web app that will display emails from the Microsoft 365 mailbox of the current signed-in user.
For performance reasons, you do not want all the emails to be loaded simultaneously, rather page- by-page as the user navigates the app.
You plan to display 30 emails per page. The most recent emails must be displayed first. How should you complete the query parameters for the REST request to display the third page of emails? To answer, drag the appropriate query parameters to the correct targets. Each query parameter may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.
Exhibit A:



Exhibit B:

  1. Please refer to Exhibit B for answer.

Answer(s): A

Explanation:

Box 1: top
Number of items to return in a result
Box 2: skip
$skip Indexes into a result set. Also used by some APIs to implement paging and can be used together with $top to manually page results.
Incorrect Answers:
·$select
To specify a different set of properties to return than the default set provided by the Graph, use the $select query option. The $select option allows for choosing a subset or superset of the default set returned. For example, when retrieving your messages, you might want to select that only the from and subject properties of messages are returned.
·$search
To restrict the results of a request that match a search criterion, use the $search query parameter. You cannot use $filter or $orderby in a $search request.


Reference:

https://developer.microsoft.com/en-us/graph/docs/overview/query_parameters



HOTSPOT
You need to retrieve a list of the last 10 files that the current user opened from Microsoft OneDrive. The response must contain only the file ID and the file name. Which URI should you use to retrieve the results? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Exhibit A:




Exhibit B:

  1. Please refer to Exhibit B for answer.

Answer(s): A

Explanation:

"graph.microsoft.com" "drive" onedrive
Box 1: root
/root - The root folder for the drive.
Box 2: $select=id,name
To specify a different set of properties to return than the default set provided by the Graph, use the $select query option. The $select option allows for choosing a subset or superset of the default set returned. For example, when retrieving your messages, you might want to select that only the from and subject properties of messages are returned.


Reference:

https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/addressing- driveitems
https://developer.microsoft.com/en-us/graph/docs/overview/query_parameters



Page 5 of 26



Post your Comments and Discuss Microsoft MS-600 exam with other Community members:

Vivik commented on June 08, 2021
This exam is very hard. Study these questions from the this exam dumsp well. I would not have apssed without these exam dumps questions.
INDIA
upvote

Rajesh commented on August 19, 2020
I thought due to low price the quality would be bad. But I was wrong. The PDF questions are well formatted and the Free Xengine Engine Simulator Test Engine is really Free.
UNITED STATES
upvote