exam questions

Exam SC-200 All Questions

View all questions & answers for the SC-200 exam

Exam SC-200 topic 4 question 19 discussion

Actual exam question from Microsoft's SC-200
Question #: 19
Topic #: 4
[All SC-200 Questions]

You have a Microsoft 365 E5 subscription.

You have a PowerShell script that queries the unified audit log.

You discover that the query returns only the first page of results due to server-side paging.

You need to ensure that you get all the results.

Which property should you query in the results?

  • A. @odata.context
  • B. @odata.count
  • C. @odata.nextLink
  • D. @odata.deltaLink
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
Adel614
1 month, 1 week ago
Selected Answer: C
C. @odata.nextLink "When there's at least one more page of data available, Microsoft Graph returns an @odata.nextLink property in the response that contains a URL to the next page of results." Ref: https://learn.microsoft.com/en-us/graph/paging?tabs=javascript#server-side-paging
upvoted 1 times
...
a_kto_to
2 months ago
Selected Answer: C
✅ Correct Answer: odata.nextLink Yes, odata.nextLink is the correct property to query to retrieve all paginated results from the unified audit log in Microsoft 365.
upvoted 1 times
...
MCWDSR
3 months, 2 weeks ago
Selected Answer: C
To ensure that you get all the results from your PowerShell script querying the unified audit log, you should query the @odata.nextLink property. This property provides the URL to the next page of results, allowing you to retrieve all the data by following the links until there are no more pages. The correct answer is C. @odata.nextLink.
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 ...