ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 50 - MCD - Level 2 discussion

Report
Export

Which pattern can a web API use to notify its client of state changes as soon as they occur?

A.
HTTP Webhock
Answers
A.
HTTP Webhock
B.
Shared database trigger
Answers
B.
Shared database trigger
C.
Schedule Event Publisher
Answers
C.
Schedule Event Publisher
D.
ETL data load
Answers
D.
ETL data load
Suggested answer: A

Explanation:

A web API can use HTTP Webhook to notify its client of state changes as soon as they occur. A webhook is an HTTP callback that allows an API to send real-time notifications to another system or application when an event happens. The client registers a URL with the API where it wants to receive notifications, and then the API sends an HTTP request to that URL with information about the event.

Reference: https://docs.mulesoft.com/connectors/webhook/webhook-connector

asked 18/09/2024
Rick van der Slot
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first