exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 276 discussion

Actual exam question from Cisco's 350-901
Question #: 276
Topic #: 1
[All 350-901 Questions]

How is client code that consumes gRPC telemetry implemented, assuming that the preferred language is able to be chosen?

  • A. Leverage a Thrift code generator to parse a Thrift IDL.
  • B. Compile the protocol buffers IDL.
  • C. Review the Swagger API documentation to build client code.
  • D. Parse the OpenAPI spec model.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
[Removed]
10 months, 1 week ago
Selected Answer: B
I asked ChatGPT. B. Compile the protocol buffers IDL. How confident are you in your answer? I am highly confident in my answer as gRPC uses Protocol Buffers as the Interface Definition Language (IDL) to define the schema of the service and data types. The Protocol Buffers IDL is used to generate client and server code in multiple languages including C++, C#, Go, Java, JavaScript, Objective-C, PHP, Python, Ruby, Dart, and more. The other options you've listed are not related to gRPC or Protocol Buffers.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...