Implementing and Operating Cisco Data Center Core Technologies (DCCOR) — Question 49
Which behavior defines streaming telemetry as a push model in Cisco devices?
Answer options
- A. Events and network changes generate telemetry data
- B. Monitoring clients are pulling data from the network to see real-time statistics
- C. JSON encoded telemetry data is transported using the gRPC protocol
- D. The network devices send data in JSON or GPB format to configure endpoints
Correct answer: A
Explanation
The correct answer is A because streaming telemetry pushes data out when events or changes occur, rather than waiting for a request. Options B describes a pull model where clients request data, while C and D discuss data formatting and transport methods but do not define the push model behavior.