Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 168
In which two ways is an application characterized when interacting with a webhook? (Choose two.)
Answer options
- A. receiver
- B. transaction monitor
- C. codec
- D. processor
- E. listener
Correct answer: A, E
Explanation
The correct answers are A and E because a receiver is responsible for accepting the incoming webhook requests, while a listener is actively waiting for and processing these requests. The other options, like transaction monitor, codec, and processor, do not specifically describe the roles in webhook interactions.