📖 Tier 1: Prepare & Study Guide ✓ 100% Solved with Rationales

UAV Avionics, Payloads & Flight Regulations (Smart Sensing & IoT) Solved Questions & Notes (2026) - Apex Rankers

Smart Sensing, IoT & Autonomous Systems > Smart Sensing & IoT > UAV Avionics, Payloads & Flight Regulations

82 Total Solved Questions
~123 mins Estimated Reading Time
1 Subject Areas / Chapters
Select Topic Area / Chapter: Click any section below to switch questions

UAV Avionics, Payloads & Flight Regulations

100%
Showing 25 of 82 (30%)
🎯 Practice
Jump:
Q. 1 Smart Sensing & IoT
Difficulty: Medium (1 Mark)
What are the 4 fundamental aerodynamic forces acting on an unmanned aircraft during steady, unaccelerated level flight?
A
Lift, Weight (Gravity), Thrust, and Drag (Lift = Weight, Thrust = Drag)
✓ Correct
B
Pitch, Roll, Yaw, and Surge
C
Voltage, Current, Resistance, and Power
D
Pressure, Temperature, Density, and Humidity
💡 Step-by-Step Explanation & Concept Rationale
In steady level flight, Lift generated by wings/rotors equals total aircraft Weight, and Forward Thrust generated by motors equals aerodynamic Drag.
Q. 2 Smart Sensing & IoT
Difficulty: Hard (1 Mark)
How does a standard Quadcopter ('X' configuration) achieve Yaw rotation (turning left or right) without tilting its body?
A
By speeding up one diagonally opposing pair of clockwise (CW) motors and slowing down the counter-clockwise (CCW) pair, creating net reactive aerodynamic torque
✓ Correct
B
By tilting all 4 motors mechanically with servos
C
By deploying physical aerodynamic rudders on the arms
D
By reversing the rotation direction of two motors instantly
💡 Step-by-Step Explanation & Concept Rationale
Torque reaction from accelerating two CW propellers over CCW propellers induces pure yaw rotation around the vertical Z-axis without translational movement.
Q. 3 Smart Sensing & IoT
Difficulty: Medium (1 Mark)
What is the primary operational advantage of a 'VTOL Fixed-Wing Hybrid' (Vertical Take-Off and Landing) drone in emergency disaster reconnaissance?
A
It takes off and lands vertically in tight spaces without a runway, then transitions to efficient fixed-wing forward flight for multi-hour, multi-hundred-kilometer coverage
✓ Correct
B
It is cheaper to manufacture than a basic toy quadcopter
C
It produces zero motor noise
D
It operates without batteries using solar wind only
💡 Step-by-Step Explanation & Concept Rationale
VTOL hybrids combine the hovering precision and tight launch capability of multirotors with the extreme endurance and range of fixed-wing aircraft.
Q. 4 Smart Sensing & IoT
Difficulty: Hard (1 Mark)
In fixed-wing aerodynamics, what causes an 'Aerodynamic Stall'?
A
Exceeding the Critical Angle of Attack ($lpha_{crit} pprox 14^\circ ext{--}18^\circ$), causing airflow to separate from the upper wing surface and causing catastrophic loss of lift
✓ Correct
B
Running out of battery electricity in mid-air
C
Flying too fast through cold rain clouds
D
Turning the aircraft upside down deliberately
💡 Step-by-Step Explanation & Concept Rationale
Stall occurs when the wing's angle to the incoming relative airflow is too steep, causing turbulence and sudden loss of lift regardless of airspeed.
Q. 5 Smart Sensing & IoT
Difficulty: Medium (1 Mark)
What is 'Ground Effect' experienced by multirotors and helicopters when hovering close to the ground (within 1 rotor diameter)?
A
A reduction in induced airflow velocity and tip vortex size that increases rotor thrust efficiency, requiring less motor power to hover near the ground than at altitude
✓ Correct
B
A strong magnetic attraction pulling the drone down
C
Electrical interference from soil minerals
D
A visual optical distortion seen in camera feeds
💡 Step-by-Step Explanation & Concept Rationale
Ground effect creates an air cushion beneath the propellers, reducing battery drain during low-altitude hover over flat surfaces.
Q. 6 Smart Sensing & IoT
Difficulty: Medium (1 Mark)
What is 'Pixhawk' open hardware standard in autonomous UAV systems?
A
An open-hardware reference flight controller architecture equipped with redundant IMUs, barometers, and high-reliability STM32 microcontrollers running PX4 or ArduPilot
✓ Correct
B
A commercial handheld drone remote controller
C
A satellite radio receiver antenna
D
A plastic propeller manufacturing brand
💡 Step-by-Step Explanation & Concept Rationale
Pixhawk standardizes open-source autopilot hardware, providing triple-redundant sensors and fail-safe co-processors for enterprise and military drones.
Q. 7 Smart Sensing & IoT
Difficulty: Hard (1 Mark)
What is 'PX4 Autopilot' vs 'ArduPilot'?
A
Two world-leading open-source flight control software stacks: PX4 features a modular microkernel architecture (NuttX RTOS); ArduPilot is a mature, highly configurable monolithic flight engine
✓ Correct
B
PX4 is for 4-rotor drones; ArduPilot is for airplanes only
C
PX4 is written in Java; ArduPilot in Python
D
There is no difference in their codebase
💡 Step-by-Step Explanation & Concept Rationale
PX4 and ArduPilot support multirotors, planes, VTOLs, rovers, and submarines, communicating with Ground Control Stations via MAVLink.
Q. 8 Smart Sensing & IoT
Difficulty: Medium (1 Mark)
What is 'MAVLink' (Micro Air Vehicle Link) protocol (v1 and v2)?
A
A very lightweight, header-efficient binary message-marshaling protocol used for bidirectional communication between flight controllers, companion computers, and Ground Control Stations (GCS)
✓ Correct
B
An encrypted satellite telephone network
C
A video streaming codec like H.264
D
An internet protocol for web browsing
💡 Step-by-Step Explanation & Concept Rationale
MAVLink transmits telemetry packets (GPS position, battery voltage, attitude Euler angles, mission waypoints) with checksum validation and minimal bandwidth overhead.
Q. 9 Smart Sensing & IoT
Difficulty: Hard (1 Mark)
What is 'MAVLink v2' major improvements over legacy MAVLink v1?
A
24-bit message IDs (supporting >16 million messages), 128-bit payload signature authentication (anti-tampering/spoofing), and zero-byte payload truncation compression
✓ Correct
B
MAVLink v2 uses uncompressed text like XML
C
MAVLink v2 only works over fiber optic cables
D
MAVLink v2 eliminates checksums
💡 Step-by-Step Explanation & Concept Rationale
MAVLink v2 provides cryptographic packet signing to prevent malicious hijacking of disaster relief drones over wireless telemetry links.
Q. 10 Smart Sensing & IoT
Difficulty: Medium (1 Mark)
What is 'QGroundControl' (QGC) and 'Mission Planner'?
A
Full-featured open-source Ground Control Station (GCS) software running on laptops/tablets used to plan automated 3D survey grids, monitor live telemetry, and control UAV fleets
✓ Correct
B
Video editing tools for drone cameras
C
Computer games for training drone pilots
D
Software for designing 3D drone frames in CAD
💡 Step-by-Step Explanation & Concept Rationale
GCS software displays moving satellite maps, live video feeds, mission waypoints, and critical health alarms for drone operators.
Q. 11 Smart Sensing & IoT
Difficulty: Hard (1 Mark)
What is a 'Companion Computer' (e.g. NVIDIA Jetson Orin Nano / Raspberry Pi 4) mounted on an autonomous drone?
A
An onboard high-performance single-board computer connected to the flight controller (via UART/Ethernet MAVLink) to run heavy computer vision AI, obstacle avoidance, and SLAM in real time
✓ Correct
B
A spare backup flight controller
C
A small computer monitor held by the pilot
D
A toy laptop for entertainment
💡 Step-by-Step Explanation & Concept Rationale
The companion computer processes 4K thermal video and deep learning models (e.g. YOLO human detection) and sends autonomous trajectory corrections to the flight controller.
Q. 12 Smart Sensing & IoT
Difficulty: Hard (1 Mark)
What is 'MAVROS' in autonomous robotics and UAV research?
A
A ROS (Robot Operating System) node package that bridges MAVLink-enabled flight controllers (PX4/ArduPilot) with ROS topics, services, and node graphs
✓ Correct
B
A brand of brushless drone motors
C
An operating system for smartwatches
D
A mechanical tool for repairing drone arms
💡 Step-by-Step Explanation & Concept Rationale
MAVROS allows ROS-based SLAM, path planning, and autonomous swarm algorithms to seamlessly control physical drone autopilots.
Q. 13 Smart Sensing & IoT
Difficulty: Hard (1 Mark)
What is 'RTK-GNSS' (Real-Time Kinematic Global Navigation Satellite System) in drone aerial surveying?
A
A carrier-phase differential positioning technology where a stationary base station transmits phase corrections to the drone rover via telemetry link, achieving centimeter-level ($1 ext{--}2 ext{ cm}$) 3D accuracy
✓ Correct
B
A satellite television dish mounted on a drone
C
A system for measuring drone battery temperature
D
A radar system detecting obstacles
💡 Step-by-Step Explanation & Concept Rationale
RTK eliminates the need for manual Ground Control Points (GCPs), enabling instant centimeter-accurate 3D flood and landslide photogrammetry mapping.
Q. 14 Smart Sensing & IoT
Difficulty: Hard (1 Mark)
What is 'PPK' (Post-Processed Kinematic) GNSS surveying compared to RTK?
A
Logging raw carrier-phase satellite observables on the drone and base station during flight, then computing differential corrections offline after landing without requiring a real-time radio link
✓ Correct
B
PPK is performed in real-time during flight; RTK is offline
C
PPK only works with GLONASS satellites
D
PPK is 100 times less accurate than standard GPS
💡 Step-by-Step Explanation & Concept Rationale
PPK is preferred in deep mountain canyons where real-time radio telemetry links between base station and drone are frequently blocked by terrain.
Q. 15 Smart Sensing & IoT
Difficulty: Hard (1 Mark)
What is 'Dual-Antenna GNSS Heading' on enterprise survey UAVs?
A
Using two GNSS antennas mounted at opposite ends of the airframe to calculate precise True North yaw heading derived from carrier phase baseline, completely immune to magnetic interference
✓ Correct
B
Having two antennas to listen to two radio stations
C
An antenna for internet and an antenna for TV
D
A backup antenna in case one falls off
💡 Step-by-Step Explanation & Concept Rationale
Dual-antenna GNSS heading operates flawlessly near high-voltage power lines, iron bridges, and steel ships where standard magnetic compasses suffer catastrophic failure.
Q. 16 Smart Sensing & IoT
Difficulty: Medium (1 Mark)
What is 'EO/IR Gimbal Payload' (Electro-Optical / Infrared) in search and rescue drones?
A
A 3-axis gyro-stabilized camera pod combining a high-zoom visible-light RGB camera (EO) and a long-wave thermal infrared (LWIR) thermal core (IR) for 24/7 survivor detection
✓ Correct
B
An electric motor that powers drone propellers
C
An emergency parachute deployment mechanism
D
An audio loudspeaker broadcasting siren sounds
💡 Step-by-Step Explanation & Concept Rationale
Thermal infrared detects the body heat signatures of trapped flood victims and lost hikers at night and through dense smoke.
Q. 17 Smart Sensing & IoT
Difficulty: Hard (1 Mark)
What is 'Uncooled VOx Microbolometer' in drone thermal imaging cameras (e.g. FLIR Boson)?
A
A Vanadium Oxide thermal sensor array that absorbs Long-Wave Infrared radiation (8-14 $\mu m$) and measures temperature-dependent resistance changes without requiring cryogenic cooling
✓ Correct
B
A camera flash that illuminates dark rooms
C
A cooled liquid nitrogen detector for satellites
D
A visible-light CMOS camera sensor
💡 Step-by-Step Explanation & Concept Rationale
Uncooled microbolometers are lightweight, low-power, and compact, making them the universal standard for tactical drone thermal night vision.
Q. 18 Smart Sensing & IoT
Difficulty: Medium (1 Mark)
What is 'Optical Zoom vs Digital Zoom' in disaster reconnaissance cameras?
A
Optical zoom uses motorized physical glass lens elements to magnify distant objects with zero loss of image resolution; Digital zoom crops and interpolates pixels, degrading image quality
✓ Correct
B
Optical zoom is digital; Digital zoom is physical
C
Optical zoom makes images black and white
D
There is no visual difference between them
💡 Step-by-Step Explanation & Concept Rationale
High-power 30x-40x optical zoom gimbals allow drones to inspect damaged bridge cracks and reading license plates from a safe standoff distance of 500 meters.
Q. 19 Smart Sensing & IoT
Difficulty: Hard (1 Mark)
What is a 'Tethered Drone System' in emergency incident command communications?
A
A multirotor connected to a ground station via a continuous high-voltage micro-tether cable that supplies continuous electrical power and gigabit fiber-optic communications indefinitely (24/7 hover)
✓ Correct
B
A drone tied to a dog leash for walking
C
A drone towed behind an emergency vehicle on a rope
D
A battery charging cable plugged in before flight
💡 Step-by-Step Explanation & Concept Rationale
Tethered drones serve as continuous, unjammable elevated relay towers, providing 24/7 persistent surveillance and Wi-Fi/LTE cellular repeaters over disaster zones.
Q. 20 Smart Sensing & IoT
Difficulty: Medium (1 Mark)
What is 'Drop-Release Mechanism' (Payload Dispenser) on disaster relief UAVs?
A
A servo-actuated mechanical latch that can remotely release emergency medical kits, blood supplies, water purifiers, or life-saving flotation rings at precise GPS coordinates
✓ Correct
B
A mechanism that drops the drone battery in an emergency
C
A tool for dropping drone landing gear
D
An automatic parachute deployment system
💡 Step-by-Step Explanation & Concept Rationale
Payload drop systems deliver insulin, anti-venom, and communication radios directly to stranded victims cut off by raging floodwaters.
Q. 21 Smart Sensing & IoT
Difficulty: Hard (1 Mark)
What is 'BVLOS' (Beyond Visual Line of Sight) in UAV flight operations?
A
Operating an unmanned aircraft beyond the direct visual line-of-sight distance of the human remote pilot, relying entirely on onboard avionics, telemetry, and detect-and-avoid (DAA) sensors
✓ Correct
B
Flying a drone with blindfolds on
C
Flying a drone only during night hours
D
Flying a drone inside a closed building
💡 Step-by-Step Explanation & Concept Rationale
BVLOS operations enable long-range automated flood surveys, pipeline inspections, and cross-country medical deliveries spanning tens to hundreds of kilometers.
Q. 22 Smart Sensing & IoT
Difficulty: Medium (1 Mark)
What is 'VLOS' (Visual Line of Sight) vs 'EVLOS' (Extended Visual Line of Sight)?
A
VLOS requires the pilot to maintain direct unaided eyesight with the drone; EVLOS uses trained Visual Observers (VOs) in continuous radio contact to extend operational visual range
✓ Correct
B
VLOS is for airplanes; EVLOS is for multirotors
C
VLOS requires binoculars; EVLOS requires telescopes
D
There is no legal difference in aviation rules
💡 Step-by-Step Explanation & Concept Rationale
EVLOS allows disaster response teams to relay visual lookout coverage along a 5-kilometer river levee without violating civil aviation regulations.
Q. 23 Smart Sensing & IoT
Difficulty: Hard (1 Mark)
What is 'UTM' (Unmanned Aircraft System Traffic Management) in modern national airspace?
A
A digital, automated air traffic management infrastructure designed to coordinate, deconflict, and authorize high-density commercial and emergency drone flights safely alongside manned aircraft
✓ Correct
B
An underwater torpedo missile system
C
A university flight training curriculum
D
An engine maintenance manual for aircraft
💡 Step-by-Step Explanation & Concept Rationale
UTM systems provide automated flight plan approvals, dynamic geofence updates around active wildfires, and strategic airspace deconfliction.
Q. 24 Smart Sensing & IoT
Difficulty: Hard (1 Mark)
What is 'ADS-B In / ADS-B Out' (Automatic Dependent Surveillance-Broadcast)?
A
ADS-B Out periodically broadcasts an aircraft's GPS position, altitude, and velocity over 1090 MHz / 978 MHz; ADS-B In receives these broadcasts to alert the drone of approaching manned aircraft
✓ Correct
B
A satellite television broadcast format
C
An audio intercom system for pilots
D
A wireless battery charging protocol
💡 Step-by-Step Explanation & Concept Rationale
ADS-B In receivers on disaster drones provide automated Detect-and-Avoid (DAA), automatically descending or holding position when medical rescue helicopters approach.
Q. 25 Smart Sensing & IoT
Difficulty: Medium (1 Mark)
What is 'Remote ID' (FAA Part 89 / EASA Standard) in civil drone regulations?
A
A mandatory 'digital license plate' requirement where drones continuously broadcast their serial number, real-time 3D location, velocity, and pilot location over BLE/Wi-Fi for public safety
✓ Correct
B
A physical metal plate engraved with a phone number
C
A passport carried by the drone pilot
D
A secret password known only to the military
💡 Step-by-Step Explanation & Concept Rationale
Remote ID allows law enforcement and disaster authorities to identify airborne drones and pinpoint the exact physical location of unauthorized drone pilots.
Study Stream Progress: Showing 25 of 82 Questions (30%)
Jump to:

Ready to Test Your Retention & Speed?

Now that you have reviewed the study questions and rationales, test yourself in our interactive 1-by-1 practice engine or take the full official timed mock exam.