Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam H12-891 All Questions

View all questions & answers for the H12-891 exam

Exam H12-891 topic 1 question 95 discussion

Actual exam question from Huawei's H12-891
Question #: 95
Topic #: 1
[All H12-891 Questions]

gRPC is a language-neutral, platform-neutral, and open source remote RPC system and supports the service methods of unary RPCs and streaming RPCs. Which of the following service methods are not supported by gRPC? (Choose all that apply.)

  • A. rpc Cancel(CancelArgs) returns(Cancel Reply) {};
  • B. rpc Subscribe(SubsArgs) stream returns(Subs Reply) {};
  • C. rpc stream LotsOfGreetings(HelloRequest) returns (HelloResponse) {};
  • D. rpc dataPublish(stream serviceArgs) returns(stream serviceArgs) {};
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
6702b63
1 month, 1 week ago
The syntax is not correct in b and c must be: B. rpc Subscribe(SubsArgs) returns(stream SubsReply) {}; C. rpc LotsOfGreetings(stream HelloRequest) returns (HelloResponse) {};
upvoted 1 times
6702b63
1 month, 1 week ago
sintax in "a" is wrong too
upvoted 1 times
...
...
7c3a129
10 months, 2 weeks ago
Selected Answer: D
AL are supported
upvoted 2 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 ...