Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 226
Which action do webhooks enable an application to perform?
Answer options
- A. Increase the request rate limit.
- B. Populate the application with restricted data.
- C. Receive real-time data.
- D. Implement a push model.
Correct answer: D
Explanation
Webhooks facilitate a push model by allowing applications to receive updates automatically when certain events occur, rather than having to poll for changes. Options A and B are incorrect as they do not pertain to the core functionality of webhooks, and option C, while related to real-time capabilities, does not capture the essence of the push model that webhooks implement.