JN0-252 · Question #7
Click the Exhibit button. The exhibit displays the connection flow for an API interaction sequence. Which API type is displayed?
The correct answer is C. Webhook. The diagram displays the concept of a webhook interaction. The client sends an initial request to the server (Step 1: Request/Response). After that, the server asynchronously sends events or updates to the client (Steps 2 and 3: Event notifications), without requiring the…
Question
Click the Exhibit button. The exhibit displays the connection flow for an API interaction sequence. Which API type is displayed?
Exhibit
Options
- ASOAP
- BWebSocket
- CWebhook
- DRESTful
How the community answered
(32 responses)- A6% (2)
- B9% (3)
- C81% (26)
- D3% (1)
Explanation
The diagram displays the concept of a webhook interaction. The client sends an initial request to the server (Step 1: Request/Response). After that, the server asynchronously sends events or updates to the client (Steps 2 and 3: Event notifications), without requiring the client to poll for updates continuously. This asynchronous "push" behavior is characteristic of webhooks, where the server pushes updates to the client.
Topics
Community Discussion
No community discussion yet for this question.
