Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

101.

XMPP creates _________ identity.(a) device(b) email(c) message(d) dataI have been asked this question in an online interview.The query is from XMPP Protocol in chapter Internet Principles of IOT

Answer»

The correct choice is (a) device

For explanation I WOULD SAY: XMPP creates a device IDENTITY ALSO called a Jabber ID. In MQTT, identities are created and managed separately in BROKER implementations.

102.

Does MQTT support security.(a) True(b) FalseThe question was asked at a job interview.This interesting question is from MQTT Protocol in division Internet Principles of IOT

Answer»

The correct CHOICE is (a) True

The EXPLANATION is: YES, You can PASS a user name and password with an MQTT packet in V3.1 of the PROTOCOL.

103.

Who created MQTT?(a) Robert Cailliau(b) Tim Berners-Lee(c) Andy Stanford-Clark(d) Vint CerfThe question was asked in an international level competition.My question is based upon MQTT Protocol topic in portion Internet Principles of IOT

Answer»

Correct CHOICE is (c) Andy Stanford-Clark

Best explanation: MQTT is created by Andy Stanford-Clark in It was ORIGINALLY DEVELOPED by IBM and is now an OPEN standard.

104.

Do CoAP has memory?(a) True(b) FalseThis question was posed to me in exam.My query is from CoAP Protocol topic in section Internet Principles of IOT

Answer»

The correct answer is (a) True

Explanation: The nodes have 8-bit MICROCONTROLLERS with SMALL AMOUNT of ROM and RAM, while constrained network such as IPv6 over Low-power Wireless Personal AREA Network OFTEN high packet error rates and a typical throughput of 10s of kbit/s.

105.

How many asynchronous multiprocessor protocols are present?(a) 4(b) 3(c) 2(d) 5This question was addressed to me in quiz.This is a very interesting question from USART Protocol in chapter Internet Principles of IOT

Answer»

The correct answer is (c) 2

The explanation is: Both asynchronous multiprocessor protocols, the idel line and the address bit microprocessor MODE allow efficient DATA transfer between MULTIPLE communication SYSTEMS.

106.

What is the speed of the 8250 UART?(a) 4800bits/sec(b) 1200bits/sec(c) 12000bit/sec(d) 9600bits/secThe question was posed to me in an interview for job.This intriguing question originated from UART Protocol topic in chapter Internet Principles of IOT

Answer»

Right CHOICE is (d) 9600bits/sec

To explain: The 8250 UART has ONE character BUFFER for the receiver and the transmitter each, which meant that communications software performed poorly at speed above 9600bits/sec, ESPECIALLY it operating under a multitasking system or if handling interrupts from disk controllers.

107.

UART is similar to _________(a) SPI protocol(b) I2C protocol(c) HTTP protocol(d) MQTT protocolI have been asked this question in quiz.This key question is from UART Protocol in division Internet Principles of IOT

Answer»

Right option is (B) I2C protocol

To EXPLAIN I would say: UART(Universal Asynchronous Receiver/Transmitter) is a SMALL, efficient communication device, similar to I2C.

108.

Hardware address is known as _________(a) MAC address(b) IP Address(c) Network Interface Card(d) Address Resolution ProtocolI have been asked this question in an online interview.Question is taken from MAC Address in division Internet Principles of IOT

Answer»

Correct answer is (a) MAC address

The best explanation: Along with an IP address there is also a hardware address. Typically it is tied to a key connection device in your computer called the NETWORK INTERFACE card. Every NIC has a hardware address that’s KNOWN as MAC, for Media Access Control.

109.

_________ does not provide reliable end to end communication.(a) TCP(b) UDP(c) Both TCP and UDP(d) Neither TCP nor UDPI have been asked this question in an interview for job.Query is from Transport Layer in chapter Internet Principles of IOT

Answer»

The CORRECT choice is (b) UDP

The EXPLANATION is: TCP, not UDP, provides reliable end to end communication, i.e. error recovery by MEANS of error detecting code and automatic REPEAT request PROTOCOL.

110.

IP is connectionless.(a) True(b) FalseI have been asked this question in quiz.My doubt is from Network Layer topic in portion Internet Principles of IOT

Answer»

The correct CHOICE is (a) True

Explanation: IP is connectionless, is that a DATA packet can travel from a sender to a receiver WITHOUT the RECIPIENT having to send an acknowledgment connection-oriented protocols exits at other, higher layers of the OSI model.

111.

IRC stands for __________(a) Internet Reduce Chat(b) Interconnection Relay Chat(c) Internet Relay Chat(d) Interconnect Reduce ChatI have been asked this question in a national level competition.The origin of the question is XMPP Protocol in chapter Internet Principles of IOT

Answer»

Correct OPTION is (c) Internet Relay Chat

Easiest explanation: The XMPP extension for MULTI user chat can be seen a COMPETITOR to Internet Relay Chat, although IRC is far simpler, has far fewer FEATURES, and is far widely used.

112.

What are the key components of a M2M system?(a) Vortex DDS(b) Smart Homes(c) Sensors and Wi-Fi(d) ProtocolsI had been asked this question in an international level competition.The above asked question is from MQTT Protocol in division Internet Principles of IOT

Answer»

Correct OPTION is (c) Sensors and Wi-Fi

Easy EXPLANATION: Following are the key components of a M2M system.

Sensors

RFID (Radio Frequency IDENTIFICATION)

Wi-Fi

Autonomic COMPUTING.

113.

CoAP is a specialized _________ protocol.(a) Web Transfer(b) Power(c) Application(d) ResourceI have been asked this question in an interview for internship.This intriguing question comes from CoAP Protocol topic in portion Internet Principles of IOT

Answer»

The correct ANSWER is (a) WEB Transfer

The best I can explain: The CoAP is a specialized web transfer protocol for use with CONSTRAINED nodes and constrained networks.

114.

Which has a half duplex communication?(a) Queued SPI(b) Microwire(c) Microwire/plus(d) Quad SPIThe question was posed to me during an internship interview.My question is taken from SPI Protocol in portion Internet Principles of IOT

Answer» CORRECT CHOICE is (b) MICROWIRE

To EXPLAIN: Microwire often SPELLED uwire, is essential a predecessor od SPI and a trademark of National Semiconductor. It is subset of SPI: half duplex, and using SPI mode 0.
115.

Which mode is highly compatible and simply tightens?(a) Fast mode(b) High speed mode(c) Ultra fast mode(d) Both fast and high speed modeThe question was asked in quiz.Asked question is from I2C Protocol topic in chapter Internet Principles of IOT

Answer» RIGHT choice is (a) Fast MODE

Best explanation: Fast mode is highly compatible and simply tightens several of the timing parameters to ACHIEVE 400 kbit/s speed.
116.

Inter Integrated Circuit is a _____________(a) Single master, single slave(b) Multi master, single slave(c) Single master, multi slave(d) Multi master, multi slaveThis question was addressed to me in homework.My query is from I2C Protocol topic in portion Internet Principles of IOT

Answer»

The correct CHOICE is (d) MULTI master, multi slave

To elaborate: I2C pronounced as I-squared-C, is a multi master, multi salve. It is typically used for attaching lower-speed peripheral IC’s to processors and micro controllers in short DISTANCE, INTRA band COMMUNICATION.

117.

In idle line multiprocessor mode, a precise idle period can be generated to create efficient address character identifiers.(a) True(b) FalseThis question was addressed to me in an internship interview.My enquiry is from USART Protocol in section Internet Principles of IOT

Answer»

Right choice is (a) True

Explanation: In IDLE LINE MULTIPROCESSOR mode, a precise idle period can be GENERATED to create efficient address CHARACTER identifiers.

118.

What is the protocol used by USART?(a) RS232(b) RS232C(c) RS485(d) RS422This question was addressed to me during an interview.This interesting question is from USART Protocol in section Internet Principles of IOT

Answer»

Right choice is (b) RS232C

For explanation: RS232C is a long established standard (“C” is the current version) that DESCRIBES the physical interface and protocol for relatively LOW speed serial data COMMUNICATION between computers and relates devices.

119.

IEEE standards for Institute of Electrical and Electronics Engineers.(a) False(b) TrueThis question was posed to me in my homework.My doubt stems from MAC Address topic in chapter Internet Principles of IOT

Answer»

Right option is (b) True

To elaborate: MAC ADDRESSES are formed ACCORDING to the RULES of one of three numbering name SPACES managed by the INSTITUTE of Electrical and Electronics Engineers(IEEE).

120.

VLSM stands for ________(a) Version Length Subnet Masking(b) Variable Length Subnet Masking(c) Variable Length Surface Masking(d) Version Length Surface MaskingI had been asked this question by my school principal while I was bunking the class.My doubt is from IP Address in portion Internet Principles of IOT

Answer»

Correct choice is (b) Variable Length SUBNET MASKING

The explanation is: The class system of the address SPACE was replaced with CLASSLESS Inter – Domain Routing in 1993. CIDR is based on variable length Subnet Masking to ALLOW allocation and routing based on arbitrary length prefixes.

121.

Version 6 of IP address has how many bits.(a) 64 bits(b) 128 bits(c) 32 bits(d) 256 bitsI had been asked this question in homework.My question is based upon IP Address in chapter Internet Principles of IOT

Answer»

Right OPTION is (b) 128 bits

The explanation is: Because of the growth of the Internet and the DEPLETION of available IPV4 address, a new version of IP(IPV6), using 128 nits for the IP address, was DEVELOPED in 1995, and standardized as RFC 2460 in 1998. IPV6 deployment has been ongoing since the mid 2000s.

122.

Reoccurring problems can be achieved using __________(a) DNS(b) Telnet(c) BOOTP(d) PatternsThis question was addressed to me in an online quiz.This intriguing question originated from Application Layer topic in chapter Internet Principles of IOT

Answer»

Correct CHOICE is (d) Patterns

For explanation: There are commonly reoccurring problems that occur in the design and IMPLEMENTATION of communication protocol and can be addressed by patterns from SEVERAL different pattern languages: Pattern Language for APPLICATION Level Communication Protocol etc.

123.

TCP and UDP are called ________(a) Application protocols(b) Session protocols(c) Transport protocols(d) Network protocolsThis question was posed to me in exam.This is a very interesting question from Transport Layer in division Internet Principles of IOT

Answer»

The correct option is (C) Transport protocols

Easiest EXPLANATION: Above the network layer, we FIND TCP and UDP, the two transport protocols. TCP is used for most of our human INTERACTIONS with the web. UDP is also BETTER suited for real-time data applications such as voice and video.

124.

RIP stands for ________(a) Reduced Information Protocol(b) Routing Internet Protocol(c) Routing Information Protocol(d) Reduced Internet ProtocolI had been asked this question by my school principal while I was bunking the class.My doubt is from Network Layer topic in division Internet Principles of IOT

Answer»

Right answer is (c) Routing Information Protocol

Explanation: The Routing Information Protocol is one of the OLDEST distance vector routing protocols which EMPLOY the hop COUNT as a routing METRIC.

125.

How many messages will HQTTP will send in 1024?(a) All(b) 256(c) 240(d) 514I had been asked this question in an interview for job.Asked question is from HTTP Protocol topic in chapter Internet Principles of IOT

Answer» CORRECT answer is (c) 240

Explanation: It is less reliable, only 240(3G)/524(WIFI) MESSAGES were received out of TOTAL of 1024 messages.
126.

All operating modes work under ____________(a) 11 kbit/s(b) 100 kbit/s(c) 15 kbit/s(d) 150 kbit/sI got this question during an interview for a job.This intriguing question originated from I2C Protocol in division Internet Principles of IOT

Answer»

Correct option is (B) 100 kbit/s

For EXPLANATION: There are several operating modes for I2C communication. All are COMPATIBLE in that the 100 kbit/s STANDARD MODE is always used.

127.

SDA is having a ____________transition when the clock line SCL is high.(a) high to low(b) low to high(c) low to low(d) high to highI had been asked this question in exam.Question is from I2C Protocol in division Internet Principles of IOT

Answer»

The correct answer is (a) high to low

To explain I would say: SDA is having a high to low transition when the clock line SCL is high. Under normal CIRCUMSTANCES this does not happen as you can see in the subsequent clock PULSES that the data line is STABLE in one STATE, EITHER high or low when the clock line is high.

128.

Which error occurs when UART transmitter has completed sending a character and the transmit buffer is empty?(a) Overrun error(b) Underrun error(c) Framing error(d) Break conditionThe question was asked in an internship interview.This intriguing question originated from UART Protocol in portion Internet Principles of IOT

Answer»

The correct option is (b) Underrun ERROR

To explain: An Under RUN error occurs when UART transmitter has completed sending a character and the TRANSMIT buffer is empty. In asynchronous mode this is treated as an indication that no data remains to be TRANSMITTED.

129.

What is WD1402A?(a) SPI(b) USART(c) SPIUART(d) I2CI had been asked this question in homework.My doubt is from UART Protocol topic in division Internet Principles of IOT

Answer»

Right answer is (c) SPIUART

Best EXPLANATION: WD1402A is the FIRST single chip UART on general sale. INTRODUCED about 1971. COMPATIBLE chip included the Fairchild TR1402A and the general instruments AY-5-1013.

130.

Services provided by application layer?(a) Web chat(b) Error control(c) Connection services(d) Congestion controlI had been asked this question in exam.The doubt is from Application Layer in portion Internet Principles of IOT

Answer»

Right option is (a) Web chat

Easy EXPLANATION: There are MANY services PROVIDED by application layer:

1. SIMPLE mail transfer protocol

2. File transfer

3. Web transfer

4. Web chat etc.

131.

Transport layer is which layer in OSI model?(a) Fourth layer(b) Third layer(c) Second layer(d) Fifth layerI have been asked this question during an interview.I'm obligated to ask this question of Transport Layer in division Internet Principles of IOT

Answer» CORRECT choice is (a) Fourth LAYER

Best explanation: The transport layer is the fourth layer from the bottom in the OSI REFERENCE model. It is responsible for message delivery from PROCESS.
132.

XMPP feature such as federation across domains used to implement the Internet of Things.(a) True(b) FalseThe question was asked in an online quiz.I want to ask this question from XMPP Protocol in division Internet Principles of IOT

Answer»

Right option is (a) True

The best I can EXPLAIN: XMPP features such as FEDERATION across domains, public/subscriber, authentication and its security EVEN for mobile endpoints are being used to implement the INTERNET of THINGS.

133.

CoAP is specialized in ___________(a) Internet applications(b) Device applications(c) Wireless applications(d) Wired applicationsThe question was posed to me in an interview.My question is based upon CoAP Protocol in chapter Internet Principles of IOT

Answer» CORRECT choice is (a) Internet applications

For EXPLANATION I would say: CONSTRAINED Application Protocol (CoAP) is a specialized Internet Application Protocol for constrained devices, as defined in RFC 7228.
134.

On wireless networks ________ filtering is the security measure.(a) OUI(b) IP(c) NIC(d) MACI got this question in my homework.I'm obligated to ask this question of MAC Address in chapter Internet Principles of IOT

Answer»

Correct ANSWER is (d) MAC

To explain: On wireless NETWORKS, a process called MAC filtering is a security measure to prevent unwanted network ACCESS by hackers and intruders. In MAC ADDRESS filtering, the router is configured to accept traffic only from specific MAC addresses.

135.

The original transport protocol for XMPP.(a) FCP(b) TCP(c) MCP(d) HCPI have been asked this question in an online interview.My doubt is from XMPP Protocol in division Internet Principles of IOT

Answer»

The CORRECT answer is (B) TCP

The explanation: The original and native transport protocol for XMPP is Transmission Control Protocol (TCP), USING open ENDED XML stream over long-lived TCP connections.

136.

Which layer is CoAP?(a) Control layer(b) Transport layer(c) Service layer(d) Application layerThe question was asked in class test.The doubt is from CoAP Protocol in chapter Internet Principles of IOT

Answer»

Correct choice is (c) SERVICE layer

To explain: In intelligent NETWORK and cellular network, service layer is a conceptual layer within a network service provider architecture. CoAP is a service layer PROTOCOL that is INTENDED for use in resource-constrained internet devices, such as wireless SENSOR network nodes.

137.

Do SPI have internal flash?(a) True(b) FalseI got this question in semester exam.I'd like to ask this question from SPI Protocol topic in division Internet Principles of IOT

Answer»

Correct answer is (a) True

The best explanation: eSPI SLAVES are allowed to use the eSPI master as a PROXY to PERFORM FLASH operations on a standard SPI flash memory slave on behalf of the requesting eSPI slave.

138.

MOSI means __________(a) Line for master to send data to the slave(b) Line for the slave to send data to the master(c) Line for the clock signal(d) Line for the master to select which slave to send data toThe question was posed to me during an online interview.This intriguing question originated from SPI Protocol topic in portion Internet Principles of IOT

Answer» RIGHT answer is (a) LINE for master to send data to the slave

To explain: MOSI is the LOGIC signal. The data will be SENT to the slave from master.
139.

SDLC stands for ___________(a) Synchronous Data Link Control(b) Synchronous Data Level Control(c) Synchronous Data Level Coordinator(d) Synchronous Data Link CoordinatorI got this question during a job interview.I'm obligated to ask this question of USART Protocol in portion Internet Principles of IOT

Answer»

The CORRECT option is (a) Synchronous DATA Link Control

The explanation is: Synchronous Data Link Control synchronous link LAYER protocols, which were with synchronous voice frequency modems. These protocols were DESIGNED to make the best use of bandwidth when modems were ANALOG devices.

140.

Application layer interacts directly with the ________(a) front user(b) end user(c) sensors(d) wired linkThe question was asked during a job interview.The origin of the question is Application Layer topic in portion Internet Principles of IOT

Answer»

Right choice is (b) END user

The explanation: In perception layer SENSOR networks are deployed on VARIOUS locations. Network layer CONTAINS Wireless or wired link. while APPLICATION layer interacts directly with the end user.

141.

The best example for interoperability at the application layer is?(a) Data(b) Net(c) File(d) WebThe question was asked in a national level competition.This interesting question is from Application Layer in portion Internet Principles of IOT

Answer» CORRECT answer is (d) WEB

To ELABORATE: The best example of interoperability at the application layer is web. The web made the INTERNET successful by creating an open, simple and HIGHLY interoperabe layer where data can be exchanged between servers and consumed by applications.
142.

ARQ stands for __________(a) Automatic Repeat Request(b) Automatic Request Repeat(c) Application Repeat Request(d) Application Request RepeatI have been asked this question during an internship interview.My question is from Transport Layer topic in portion Internet Principles of IOT

Answer»

The correct option is (a) Automatic Repeat Request

The explanation: TCP, not UDP, provide end to end communication, i.e. error recovery by MEANS of error detecting code and automatic repeat request protocol. The ARQ protocol ALSO provides FLOW control, which may be COMBINED with congestion avoidance.

143.

UDP packets are called as _________(a) Segments(b) Checksum(c) Frames(d) DatagramsThe question was posed to me during an interview.I would like to ask this question from Transport Layer topic in section Internet Principles of IOT

Answer»

Right choice is (d) DATAGRAMS

The explanation is: UDP is a very simple PROTOCOL, and does not PROVIDE virtual circuits, nor reliable communication, deleting these functions to the application PROGRAM. UDP PACKETS are called datagrams, rather than segments.

144.

The network layer contains which hardware device?(a) Routers, Bridges(b) Bridges only(c) Bridges and switches(d) Routers, Bridges and SwitchesThe question was asked during a job interview.The origin of the question is Network Layer topic in section Internet Principles of IOT

Answer»

The correct CHOICE is (d) Routers, Bridges and Switches

The explanation is: This layer contains hardware DEVICES such as routers, bridges, firewalls, and switches, but it actually creates a logical IMAGE of the most efficient communication ROUT and implements it with a PHYSICAL medium.

145.

Which level is the network layer in the OSI model?(a) Third level(b) Fourth level(c) Second level(d) Fifth layerThis question was addressed to me in a national level competition.This key question is from Network Layer topic in section Internet Principles of IOT

Answer»

Correct CHOICE is (a) Third level

Easiest EXPLANATION: The NETWORK layer is the third level of the OPEN system interconnection model and the layer that provides data routing paths for network communication.

146.

Buffer overrun can be reduced by using what?(a) Traffic control(b) Flow control(c) Byte orientation(d) Data integrityI got this question in semester exam.This intriguing question originated from Transport Layer topic in portion Internet Principles of IOT

Answer»

Right choice is (b) Flow control

The EXPLANATION: Devices at each end of a network connection often have no WAY of knowing each other’s capabilities in terms of data throughput and can THEREFORE send data faster than the receiving devices is able to buffer or process it. In these cases, buffer overruns can cause COMPLETE communication breakdowns.

147.

Which protocol provides server push?(a) SPI(b) MQTT(c) CoAP(d) HTTPThis question was addressed to me during an interview for a job.Asked question is from HTTP Protocol in division Internet Principles of IOT

Answer»

The correct ANSWER is (d) HTTP

To explain: FINALLY, HTTP/2 INTRODUCES the notion of server PUSH. Concretely this means the server can provide content to clients without having to wait for them to send a REQUEST.

148.

Which of the following is the disadvantage in SPI?(a) Full duplex communication(b) Push pull drivers(c) Unidirectional signals(d) More pinsThe question was posed to me during a job interview.My enquiry is from SPI Protocol in section Internet Principles of IOT

Answer»

Correct option is (d) More pins

Easiest explanation: REQUIRES more pins on IC PACKAGE than I2C, EVEN in the THREE wire VARIANT.

149.

Which of the following is an advantage of SPI?(a) No start and stop bits(b) Use 4 wires(c) Allows for single master(d) Error checking is not presentThe question was asked in homework.The query is from SPI Protocol in portion Internet Principles of IOT

Answer»

Correct answer is (a) No START and stop bits

Best explanation: As we don’t have start and stop bits, so the DATA can be STREAMED continuously WITHOUT interruption.

150.

A request from client is basically made of ______(a) Method(b) Task(c) Event(d) SignalI have been asked this question in unit test.My query is from HTTP Protocol topic in section Internet Principles of IOT

Answer»

Correct choice is (a) METHOD

Explanation: HTTP is a request/ response protocol where CLIENTS request information from a server and the server responds to these requests accordingly. A request is MADE up of a method, a resource, some headers, and some OPTIONAL content.