Examlex

Solved

An Engineer Must Change from Using NETCONF for Streaming Telemetry

question 30

Multiple Choice

An engineer must change from using NETCONF for streaming telemetry to telemetry data using gRPC framework because NETCONF uses XML for message and payload encoding. Which two messages and payload encodings does gNMI use? (Choose two.)


Definitions:

Posttest Loop

A loop structure that guarantees execution of its block at least once by testing its condition at the end of an iteration instead of at the beginning, typically exemplified by the do-while loop.

Do-while

A control flow statement in programming that executes a block of code at least once and then repeats the loop as long as a specified condition is true.

Actual Parameters

Values that are passed to a function when it is called.

Actual Arguments

The actual values or expressions passed to a function or procedure at the time of call.

Related Questions