312-50V12 · Question #35
Susan, a software developer, wants her web API to update other applications with the latest information. For this purpose, she uses a user-defined HTTP callback or push APIs that are raised based on…
The correct answer is B. Webhooks. Webhooks are user-defined HTTP callbacks or push APIs that allow applications to communicate with each other in real-time. They are triggered by specific events and send data to other applications automatically when those events occur. In this scenario, Susan is using webhooks…
Question
Options
- AWeb shells
- BWebhooks
- CREST API
- DSOAP API
How the community answered
(47 responses)- B94% (44)
- C2% (1)
- D4% (2)
Explanation
Webhooks are user-defined HTTP callbacks or push APIs that allow applications to communicate with each other in real-time. They are triggered by specific events and send data to other applications automatically when those events occur. In this scenario, Susan is using webhooks to update other applications with the latest information and provide real-time data to users.
Topics
Community Discussion
No community discussion yet for this question.