Friday 22 December 2023

IOT(Internet of Things) Multiple choice Questions and Answers

IOT(Internet of Things) Multiple choice Questions and Answers 

1. AMQP is a protocol of which layer?





ANSWER= (B) Application Layer

 

2.Which of the following is NOT a feature of the AMQP protocol?





ANSWER= (A) Closed Standard

 

3. There are a total of _________ number of AMQP frame types are defined that are used to initiate, control, and tear down the transfer of messages between two peers.





ANSWER= (C) Nine

 

4. The function/functions of the Queue component of the AMQP protocol is/are -





ANSWER= (D) Both (b) and (c)

 

5. In the context of XMPP, which of the following correctly defines BOSH?





ANSWER= (B) HTTP binding

 

6. Does MQTT support event-driven architecture?



ANSWER= (A) Yes

 

7. Which of the following is the acronym for “Extensible Messaging and Presence Protocol”?





ANSWER= (C) XMPP

 

8. An IoT network requires communication mechanism, which is capable of synchronous as well as asynchronous communication. The mechanism should support both request-response, as well as publish-subscribe models. Which of the following protocol would be best suited for such a mechanism?




ANSWER= (B) CoAP

 

9. Which of the following technique is used to transmit data frames in Beacon-enabled IEEE 802.15.4 networks?





ANSWER= (B) slotted CSMA/CA

 

10. What is the maximum size of hop limit in 6LoWPAN packet format?





ANSWER= (A) 8-bit unsigned integer

 

11. Which of the following is based on the publish-subscribe model?





ANSWER= (A) MQTT

 

12. In MQTT, a topic to which a client is subscribed is updated in the form of messages and distributed by the _______?





ANSWER= (B) Message Broker

 

13. Which of the following is used when more than one level needs to be subscribed, such as the entire sub-tree, i.e., a multilevel wildcard?





ANSWER= (B) #

 

14. The CoAP protocol is designed for -.





ANSWER= (C) Machine-to-Machine (M2M) applications

 

15. Which of the following statements is/are false?
Statement – I: IEEE 802.15.4 is a well-known standard for low data-rate Wireless Personal Area Network (WPAN).
Statement – II: IEEE 802.15.4 standard operates in the ISM band.





ANSWER= (D) None of these

 

16. The IEEE 802.15.4 establishes functionalities in which layers?





ANSWER= (D) Physical and Data Link Layers

 

17. State whether the following statement is True or False.
Statement: Similar to traditional barcodes and QR codes, RFID tag data cannot be read outside the line-of-sight.



ANSWER= (A) False

No comments:

Post a Comment

Understanding Dependency Injection in Spring: A Simple Guide

When developing applications, it is typical for one class to rely on another for proper operation. For example, an automobile need an engine...