exam questions

Exam MS-600 All Questions

View all questions & answers for the MS-600 exam

Exam MS-600 topic 7 question 1 discussion

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

How can you validate that the JSON notification message is sent from the Microsoft Graph service?

  • A. The ClientState must match the value provided when subscribing.
  • B. The user_guid must map to a user ID in the Azure AD tenant of the customer.
  • C. The tenant ID must match the tenant ID of the customer's Office 365 tenant.
  • D. The subscription ID must match the Azure subscription used by ADatum.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
clientState specifies the value of the clientState property sent by the service in each notification. The maximum length is 128 characters. The client can check that the notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each notification.
Note: A subscription allows a client app to receive notifications about changes to data in Microsoft Graph.
Reference:
https://docs.microsoft.com/en-us/graph/api/resources/subscription

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
tfulanchan
10 months, 2 weeks ago
Selected Answer: A
Although clientState is not required, you must include it to comply with our recommended change notification handling process. Setting this property will allow you to confirm that change notifications you receive originate from the Microsoft Graph service. https://learn.microsoft.com/en-us/graph/webhooks?tabs=http
upvoted 2 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 ...