nerdexam
EC-Council

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…

Submitted by miguelv· Mar 4, 2026Web Application Hacking

Question

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 trigger events; when invoked, this feature supplies data to other applications so that users can instantly receive real-time information. Which of the following techniques is employed by Susan?

Options

  • AWeb shells
  • BWebhooks
  • CREST API
  • DSOAP API

How the community answered

(47 responses)
  • B
    94% (44)
  • C
    2% (1)
  • D
    4% (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

#web API#webhooks#real-time updates

Community Discussion

No community discussion yet for this question.

Full 312-50V12 Practice