Smart Sensing & IoT

Change Setup
📘 Comprehensive Syllabus & Examination Guide

Smart Sensing & IoT

Official curriculum roadmap, subject/topic distribution, negative marking rules, pacing guidelines, and solved sample questions.

🎯 Mapped Subjects & Topic Question Distribution

Total Question Pool 100%
410 MCQs
Combined Active Syllabus
IoT Architecture, WSN & Wireless Protocols
82 MCQs
Topic Pool
Embedded Systems & Sensor Interfacing
82 MCQs
Topic Pool
UAV Avionics, Payloads & Flight Regulations
82 MCQs
Topic Pool
Radar Systems, Remote Sensing & Signal Processing
82 MCQs
Topic Pool
LiDAR, Optical & Environmental Smart Sensing
82 MCQs
Topic Pool
📊 Question Pool Structure
410 MCQs across fundamental, intermediate, and advanced concept tiers.
⚡ Recommended Pacing
45 to 60 seconds per MCQ. Flag complex problems and preserve 10 minutes for final revision.
⚖️ Scoring & Negative Marking
+1 mark per correct answer. In competitive tests with negative marking, -0.25 applies for incorrect guesses.

💡 Strategic Preparation & Exam Hall Guidelines

To maximize your score on Smart Sensing & IoT, candidates are advised to follow a structured three-pass approach. In the First Pass, solve all direct recall and formula-based questions within 30 seconds each to secure foundational marks. In the Second Pass, tackle multi-step analytical and quantitative reasoning problems. In the Third Pass, review marked questions and verify calculations.

Practice with the interactive player below to evaluate your speed and accuracy under real exam pressure. Every question features full mathematical formulas, step-by-step worked solutions, and conceptual explanations vetted by Apex Rankers Academy subject matter specialists.

Ready to test your knowledge? Launch interactive 1-by-1 practice with instant feedback, bookmarking, and step-by-step rationales.
Solved Blueprint Examples

📝 Pre-Rendered Solved Sample Questions & Detailed Solutions

Showing 10 solved representative questions

Review the solved problems below to understand question phrasing, answer choices, and step-by-step solution logic prior to starting the full interactive practice drill:

Sample Question 1
IoT Architecture, WSN & Wireless Protocols Medium • Smart Sensing & IoT
In the 3-tier IoT architecture, which layer is responsible for data acquisition from physical transducers and edge actuation?
A Perception / Sensing Layer
B Network / Transport Layer
C Application / Presentation Layer
D Business / Analytics Layer
✓ Correct Answer: A - Perception / Sensing Layer
📖 Step-by-Step Solution & Conceptual Rationale:
The Perception Layer consists of physical sensors (temperature, seismic, water level), actuators, and RFID/barcode tags that interact directly with the physical environment.
Sample Question 2
IoT Architecture, WSN & Wireless Protocols Hard • Smart Sensing & IoT
What is the primary physical layer modulation technique used by LoRa (Long Range) wireless technology?
A Chirp Spread Spectrum (CSS) modulation
B Orthogonal Frequency Division Multiplexing (OFDM)
C Binary Phase Shift Keying (BPSK)
D Frequency Hopping Spread Spectrum (FHSS) only
✓ Correct Answer: A - Chirp Spread Spectrum (CSS) modulation
📖 Step-by-Step Solution & Conceptual Rationale:
LoRa utilizes Chirp Spread Spectrum (CSS), where data is encoded using linear chirps (up-chirps and down-chirps) to provide exceptional resistance to multipath fading and Doppler shifts.
Sample Question 3
IoT Architecture, WSN & Wireless Protocols Hard • Smart Sensing & IoT
In LoRaWAN networks, what is 'Spreading Factor' (SF7 to SF12), and what is the trade-off of using higher spreading factors (e.g. SF12)?
A Higher SF increases link budget and communication range (higher sensitivity) at the expense of lower data rates and longer time-on-air (higher battery consumption)
B Higher SF increases data rate but reduces transmission range
C Higher SF consumes less battery power and sends data faster
D Higher SF eliminates the need for gateways
✓ Correct Answer: A - Higher SF increases link budget and communication range (higher sensitivity) at the expense of lower data rates and longer time-on-air (higher battery consumption)
📖 Step-by-Step Solution & Conceptual Rationale:
SF12 provides up to ~15-20 km range and -137 dBm sensitivity, but transmits at only ~250 bps, increasing airtime and battery usage.
Sample Question 4
IoT Architecture, WSN & Wireless Protocols Medium • Smart Sensing & IoT
Which LoRaWAN Device Class is designed for ultra-low power battery operation where the node only opens two short receive windows (RX1 and RX2) immediately after uplink transmission?
A Class A (All / Battery Powered End-devices)
B Class B (Beacon / Synchronized receive slots)
C Class C (Continuous / Mains powered listen mode)
D Class D (Direct device-to-device mode)
✓ Correct Answer: A - Class A (All / Battery Powered End-devices)
📖 Step-by-Step Solution & Conceptual Rationale:
Class A is the most energy-efficient mode because the radio transceiver remains in deep sleep mode until the sensor wakes up to transmit an uplink packet.
Sample Question 5
IoT Architecture, WSN & Wireless Protocols Medium • Smart Sensing & IoT
What is the difference between LoRaWAN Class B and Class C devices?
A Class B opens scheduled receive windows synchronized by gateway beacons; Class C keeps its receiver continuously open except when transmitting
B Class B is for satellites; Class C is for mobile phones
C Class B operates on 5 GHz; Class C operates on 2.4 GHz
D Class B has zero latency; Class C has 10 second delay
✓ Correct Answer: A - Class B opens scheduled receive windows synchronized by gateway beacons; Class C keeps its receiver continuously open except when transmitting
📖 Step-by-Step Solution & Conceptual Rationale:
Class C devices offer lowest downlink latency because they listen constantly, but require continuous mains electrical power.
Sample Question 6
IoT Architecture, WSN & Wireless Protocols Medium • Smart Sensing & IoT
What transport layer protocol does MQTT (Message Queuing Telemetry Transport) operate on top of, and what is its default unencrypted TCP port?
A TCP (Transmission Control Protocol); Port 1883
B UDP (User Datagram Protocol); Port 53
C HTTP; Port 80
D SCTP; Port 443
✓ Correct Answer: A - TCP (Transmission Control Protocol); Port 1883
📖 Step-by-Step Solution & Conceptual Rationale:
MQTT is a lightweight publish-subscribe messaging protocol that runs over reliable TCP connection on Port 1883 (or TLS Port 8883).
Sample Question 7
IoT Architecture, WSN & Wireless Protocols Hard • Smart Sensing & IoT
In MQTT messaging, what does 'QoS Level 1' (At least once) guarantee?
A The message is guaranteed to arrive at the broker/subscriber at least once, with delivery confirmed via PUBACK packet, though duplicates may occur
B The message is delivered at most once with no acknowledgment (fire and forget)
C The message is delivered exactly once using a 4-way handshake (PUBLISH, PUBREC, PUBREL, PUBCOMP)
D The message is dropped if bandwidth drops below 1 Mbps
✓ Correct Answer: A - The message is guaranteed to arrive at the broker/subscriber at least once, with delivery confirmed via PUBACK packet, though duplicates may occur
📖 Step-by-Step Solution & Conceptual Rationale:
QoS 0 is 'At most once', QoS 1 is 'At least once' (PUBACK), and QoS 2 is 'Exactly once' (4-step handshake).
Sample Question 8
IoT Architecture, WSN & Wireless Protocols Hard • Smart Sensing & IoT
In MQTT protocol, what is the 'Last Will and Testament' (LWT) feature used for in disaster telemetry?
A A pre-configured message stored on the broker that is automatically published to subscribers if the sensor node ungracefully disconnects or suffers sudden power failure
B A legal document signed by the sensor manufacturer
C A message sent right before a planned software update
D An encryption key for securing data
✓ Correct Answer: A - A pre-configured message stored on the broker that is automatically published to subscribers if the sensor node ungracefully disconnects or suffers sudden power failure
📖 Step-by-Step Solution & Conceptual Rationale:
LWT allows central disaster management servers (NEOC) to instantly detect when a river flood sensor has been destroyed or swept away by floodwaters.
Sample Question 9
IoT Architecture, WSN & Wireless Protocols Hard • Smart Sensing & IoT
What is CoAP (Constrained Application Protocol), and how does its transport layer architecture differ from MQTT?
A CoAP is a RESTful request/response protocol (GET, POST, PUT, DELETE) running over UDP (Port 5683) with minimal 4-byte header overhead for resource-constrained microcontrollers
B CoAP runs over TCP only with 100-byte headers
C CoAP uses publish-subscribe architecture over WebSockets
D CoAP is a video streaming protocol
✓ Correct Answer: A - CoAP is a RESTful request/response protocol (GET, POST, PUT, DELETE) running over UDP (Port 5683) with minimal 4-byte header overhead for resource-constrained microcontrollers
📖 Step-by-Step Solution & Conceptual Rationale:
CoAP brings web architecture (URIs and REST methods) to microcontrollers over UDP, avoiding TCP connection establishment overhead.
Sample Question 10
IoT Architecture, WSN & Wireless Protocols Medium • Smart Sensing & IoT
What is 'Confirmable Message' (CON) in CoAP protocol?
A A message that requires an explicit Acknowledgment (ACK) packet from the receiver, providing reliable transport over connectionless UDP with exponential backoff retransmission
B A message encrypted with a password
C A broadcast message sent to all devices
D A message confirming user identity
✓ Correct Answer: A - A message that requires an explicit Acknowledgment (ACK) packet from the receiver, providing reliable transport over connectionless UDP with exponential backoff retransmission
📖 Step-by-Step Solution & Conceptual Rationale:
CoAP CON messages implement lightweight reliability on top of UDP without incurring the continuous state overhead of TCP.
Practice All 410 Questions Interactively Test your knowledge in real-time with continuous progress saving, instant scoring, and performance analytics.