JN0-252 · Question #7
JN0-252 Question #7: Real Exam Question with Answer & Explanation
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 client
Question
Exhibit
Options
- ASOAP
- BWebSocket
- CWebhook
- DRESTful
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.
Community Discussion
No community discussion yet for this question.
