exam questions

Exam MS-600 All Questions

View all questions & answers for the MS-600 exam

Exam MS-600 topic 3 question 6 discussion

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

You are developing a front end web app.
You want to display the current username as part of the user interface.
You need to retrieve the current username from Microsoft Graph by using a REST request. The solution must minimize the amount of information returned.
To which URI should you send the request?

  • A. https://graph.microsoft.com/v1.0/me?$select=displayName
  • B. https://graph.microsoft.com/v1.0/me?$search=displayName
  • C. https://graph.microsoft.com/v1.0/users/[email protected]/people?$select=displayName
  • D. https://graph.microsoft.com/v.1.0/me
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
developersource
Highly Voted 1 year, 4 months ago
Answer is A, to retrieve the minimal information
upvoted 14 times
...
Maria06
Most Recent 10 months, 1 week ago
D is the only that retrieve UserName. To retrieve the current user's username: https://graph.microsoft.com/v1.0/me?$select=userPrincipalName
upvoted 2 times
...
bjornerikasen
12 months ago
Selected Answer: D
Answer is D, the question asks for username and A only provides DisplayName. Therefor D is the only that retrieve UserName.
upvoted 4 times
...
ravimcchandra
1 year ago
Selected Answer: A
{ "@odhttps://www.examtopics.com/exams/microsoft/ms-600/view/5/#ata.context": "https://graph.microsoft.com/v1.0/$metadata#users(displayName)/$entity", "displayName": "Megan Bowen" }
upvoted 1 times
...
MadddinTribleD
1 year, 1 month ago
Selected Answer: A
A for minimal info
upvoted 2 times
...
Contactfornitish
1 year, 2 months ago
Selected Answer: A
Minimal info
upvoted 3 times
...
Mrt_Ferrazzo
1 year, 3 months ago
Answer is A
upvoted 3 times
...
Pipas_Peladas
1 year, 3 months ago
Selected Answer: A
Minimal information
upvoted 4 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 ...