nerdexam
Microsoft

MS-600 · Question #151

You are developing an app that will display all the users returned in a Microsoft Graph query. The entire dataset is too large, and you receive the following response. How should you retrieve the…

The correct answer is E. Send an HTTP GET request to the @odata.nextLink value. https://docs.microsoft.com/en-us/graph/query-parameters

Build apps with Microsoft Graph

Question

You are developing an app that will display all the users returned in a Microsoft Graph query. The entire dataset is too large, and you receive the following response. How should you retrieve the next page of data?

Exhibit

MS-600 question #151 exhibit

Options

  • ASend an HTTP PATCH request to the @odata.context value.
  • BSend an HTTP GET request that contains the id value.
  • CSend an HTTP GET request that contains the skiptoken value.
  • DAppend the skip query parameter to the last request.
  • ESend an HTTP GET request to the @odata.nextLink value.

How the community answered

(33 responses)
  • A
    3% (1)
  • B
    15% (5)
  • C
    3% (1)
  • D
    6% (2)
  • E
    73% (24)

Explanation

https://docs.microsoft.com/en-us/graph/query-parameters

Topics

#Microsoft Graph#OData pagination#nextLink#query parameters

Community Discussion

No community discussion yet for this question.

Full MS-600 Practice