ExamGecko
Question list
Search
Search

Question 281 - 200-901 discussion

Report
Export

Which action do webhooks enable an application to perform?

A.

Increase the request rate limit.

Answers
A.

Increase the request rate limit.

B.

Populate the application with restricted data.

Answers
B.

Populate the application with restricted data.

C.

Receive real-time data.

Answers
C.

Receive real-time data.

D.

Implement a push model.

Answers
D.

Implement a push model.

Suggested answer: C

Explanation:


Simplifying the wording: Webhook enables the app to ( push or receive real time) . The clients should receive real time but the app pushes.

Simplifying the wording: Webhook enables the app to ( push or receive real time) . The clientsWebhooks enable applications to receive real-time data by providing a mechanism for oneapplication to send data to another as soon as an event happens. This is done through HTTPcallbacks, where an event in the source system triggers an HTTP POST request to a predefinedURL in the destination system. This allows the destination system to process the dataimmediately, ensuring real-time updates.

asked 07/10/2024
Chad Remick
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first