Exam Questions & Answers 2026/2027 | Latest
Verified Exam (Rationales)
Question 1. Which layer of the IoT architecture is responsible for collecting data
from the physical environment through sensors and actuators?
A. Network Layer
B. Perception Layer
C. Application Layer
D. Middleware Layer
Correct Answer: B
Rationale:
The Perception Layer (also known as the Sensing Layer) is the lowest layer in the IoT
architecture. It consists of physical devices such as sensors, actuators, and RFID tags that
interact directly with the environment to collect data (temperature, motion, humidity,
etc.) or perform actions. The Network Layer (A) is responsible for transmitting the
collected data. The Application Layer (C) provides user-facing services. The Middleware
Layer (D) acts as a bridge between the network and application layers, handling data
management and communication.
Question 2. Which communication protocol is specifically designed for low-power,
low-bandwidth IoT devices and operates on top of the IEEE 802.15.4 standard?
A. HTTP
B. MQTT
C. Zigbee
D. FTP
Correct Answer: C
Rationale:
Zigbee is a wireless communication protocol built on the IEEE 802.15.4 standard. It is
specifically designed for low-power, low-data-rate, and short-range applications,
making it ideal for home automation, sensor networks, and other IoT use cases. HTTP
(A) and FTP (D) are heavyweight protocols designed for the traditional internet and are
,not optimized for constrained devices. MQTT (B) is a messaging protocol that can run
over various network transports, including Zigbee, but it is not itself the underlying
standard.
Question 3. In the context of IoT, what does the term "actuator" refer to?
A. A device that measures a physical quantity
B. A device that converts an electrical signal into a physical action
C. A protocol for device-to-device communication
D. A cloud-based service for data storage
Correct Answer: B
Rationale:
An actuator is a component of an IoT system that receives a control signal (typically
electrical) and converts it into a physical action, such as moving a robotic arm, opening a
valve, or turning on a light. A device that measures a physical quantity (A) is a sensor. A
protocol for communication (C) is a set of rules, like MQTT. A cloud-based service (D) is
a platform for storage and computing, not a physical device.
Question 4. Which of the following is a key characteristic of the Constrained
Application Protocol (CoAP)?
A. It is a text-based protocol similar to HTTP.
B. It uses a publish-subscribe model.
C. It is designed for use over UDP.
D. It requires a persistent TCP connection.
Correct Answer: C
Rationale:
CoAP (Constrained Application Protocol) is a specialized web transfer protocol designed
for use with constrained nodes and networks. It is built on top of UDP (User Datagram
Protocol) rather than TCP, which reduces overhead and latency. It uses a
request/response model similar to HTTP (A is incorrect as it's binary, not text-based like
HTTP). MQTT uses a publish-subscribe model (B is incorrect). CoAP is designed to avoid
persistent connections to save energy (D is incorrect).
Question 5. What is the primary function of an IoT gateway?
A. To sense physical data from the environment
B. To provide a user interface for data visualization
,C. To act as a bridge between IoT devices and the cloud
D. To store all data permanently on the edge
Correct Answer: C
Rationale:
An IoT gateway serves as an intermediary between IoT devices (like sensors and
actuators) and the cloud or central data center. It performs protocol translation, data
filtering, preprocessing, and secure transmission of data to the cloud. Sensing data (A) is
the job of endpoint devices. Data visualization (B) is typically done in the application
layer or cloud dashboards. While some gateways may have limited storage, their
primary function is not permanent data storage (D); that is typically handled by the
cloud.
Question 6. Which of the following best describes the "Edge Computing"
paradigm in IoT?
A. Processing all data in a centralized cloud data center
B. Processing data near the source of generation to reduce latency
C. Storing all data on the IoT device indefinitely
D. Using only wired connections for data transmission
Correct Answer: B
Rationale:
Edge computing refers to the practice of processing data at or near the "edge" of the
network, meaning close to the source of data generation (the IoT devices). This
approach reduces latency, conserves network bandwidth, and improves response times
for time-sensitive applications. Processing all data in a centralized cloud (A) is the
opposite of edge computing. Storing data indefinitely on the device (C) is not the goal.
Using only wired connections (D) is unrelated to the concept of edge computing.
Question 7. What is the role of the MQTT protocol in an IoT ecosystem?
A. It provides a secure shell for remote device access.
B. It is a lightweight publish-subscribe messaging protocol.
C. It is a protocol for assigning IP addresses dynamically.
D. It is a standard for physical connector types.
Correct Answer: B
Rationale:
MQTT (Message Queuing Telemetry Transport) is a lightweight, publish-subscribe
, network protocol that transports messages between devices. It is designed for
connections with remote locations where a small code footprint is required and/or
network bandwidth is limited. It uses a broker to manage topics and message
distribution. SSH (A) is for secure remote access. DHCP (C) is for IP address assignment.
Physical connectors (D) are hardware standards, not protocols.
Question 8. Which of the following is NOT a typical challenge in IoT security?
A. Resource constraints of IoT devices
B. Lack of physical security of devices
C. Standardization of security protocols
D. Unlimited processing power of edge devices
Correct Answer: D
Rationale:
IoT devices are typically constrained in terms of processing power, memory, and battery
life, which makes implementing robust security measures challenging (A is a real
challenge). Many IoT devices are deployed in unsecured physical locations, making them
vulnerable to tampering (B is a real challenge). The lack of universally adopted security
standards across the fragmented IoT landscape is a major challenge (C is a real
challenge). Unlimited processing power (D) is not a challenge; it is the opposite of the
typical constraint.
Question 9. What is a "digital twin" in the context of IoT?
A. A duplicate physical device used for backup
B. A virtual representation of a physical object or system
C. A type of encryption algorithm for IoT data
D. A protocol for device-to-device communication
Correct Answer: B
Rationale:
A digital twin is a virtual model designed to accurately reflect a physical object. In IoT,
sensors on the physical object collect data (e.g., temperature, performance) that is fed
into the digital twin, which can then be used for simulation, analysis, and predictive
maintenance. It is not a physical backup (A). It is not an encryption algorithm (C). It is
not a communication protocol (D).
Question 10. Which wireless technology is most commonly associated with short-
range, low-power, and low-data-rate IoT applications like wearables and beacons?