1.

The message in pub/sub is an opaque blob of ________(a) Bits(b) Bytes(c) Word(d) NibbleThis question was posed to me by my college professor while I was bunking the class.The question is from Publishing Messages to the Cloud in section Working with the Cloud of IOT

Answer»

Right ANSWER is (B) BYTES

Best explanation: The message in pub/sub is an opaque blob of bytes, and as such, you must SEND a bytes object in python 3.



Discussion

No Comment Found

Related InterviewSolutions