Q. 1
Immersive Technologies
Difficulty: Hard
(1 Mark)
What defines a 'Digital Twin' in disaster management and industrial engineering?
💡
Step-by-Step Explanation & Concept Rationale
Digital Twins synchronize live physical sensor feeds (water levels, seismic tremor, structural stress) with 3D simulation models for predictive analysis.
Q. 2
Immersive Technologies
Difficulty: Medium
(1 Mark)
What is the primary difference between a static 3D BIM/CAD model and a true 'Digital Twin'?
💡
Step-by-Step Explanation & Concept Rationale
The defining characteristic of a Digital Twin is continuous live data synchronization between the physical and virtual realms.
Q. 3
Immersive Technologies
Difficulty: Hard
(1 Mark)
What is 'OGC 3D Tiles' open standard (developed by Cesium)?
💡
Step-by-Step Explanation & Concept Rationale
3D Tiles uses spatial hierarchical data structures (bounding volume hierarchies) to stream multi-gigabyte country-wide city terrain seamlessly over the web.
Q. 4
Immersive Technologies
Difficulty: Hard
(1 Mark)
In 3D geospatial simulation engines (Cesium for Unreal / Unity), what is the 'Double-Precision Floating Point Problem' (Coordinate Jitter)?
💡
Step-by-Step Explanation & Concept Rationale
Without double-precision or local coordinate re-centering, virtual rescue vehicles shake and jitter violently when positioned thousands of kilometers from the world origin.
Q. 5
Immersive Technologies
Difficulty: Hard
(1 Mark)
What is 'ECEF' (Earth-Centered, Earth-Fixed) coordinate system in planetary 3D simulation?
💡
Step-by-Step Explanation & Concept Rationale
ECEF coordinates provide a unified mathematical framework for placing 3D satellites, aircraft, and ground assets anywhere on the planetary globe.
Q. 6
Immersive Technologies
Difficulty: Medium
(1 Mark)
What is 'WGS84' (World Geodetic System 1984)?
💡
Step-by-Step Explanation & Concept Rationale
WGS84 defines Earth's geometric shape as an oblate spheroid, serving as the universal reference for geo-registering disaster maps.
Q. 7
Immersive Technologies
Difficulty: Medium
(1 Mark)
What is 'DEM' (Digital Elevation Model) in geospatial 3D terrain modeling?
💡
Step-by-Step Explanation & Concept Rationale
DEM elevation grids are converted into 3D heightfield terrains for simulating flood inundation, mudslides, and mountainous rescue routes.
Q. 8
Immersive Technologies
Difficulty: Hard
(1 Mark)
What is the difference between 'DEM', 'DSM' (Digital Surface Model), and 'DTM' (Digital Terrain Model)?
💡
Step-by-Step Explanation & Concept Rationale
DSM is essential for drone collision avoidance and urban flood line analysis where buildings act as physical barriers.
Q. 9
Immersive Technologies
Difficulty: Hard
(1 Mark)
What is 'CityGML' open data standard developed by OGC?
💡
Step-by-Step Explanation & Concept Rationale
CityGML structures buildings into semantic components (roofs, walls, windows, rooms), allowing automated seismic vulnerability analysis of entire cities.
Q. 10
Immersive Technologies
Difficulty: Hard
(1 Mark)
In CityGML standards, what is 'LOD 3' (Level of Detail 3)?
💡
Step-by-Step Explanation & Concept Rationale
LOD 3 provides the precise exterior architectural detail needed for structural damage assessment and window-level sniper/drone simulation.
Q. 11
Immersive Technologies
Difficulty: Medium
(1 Mark)
What is 'WebXR Device API' standardized by the W3C?
💡
Step-by-Step Explanation & Concept Rationale
WebXR enables instant, zero-install emergency command dashboards accessible from any VR headset, tablet, or smartphone web browser.
Q. 12
Immersive Technologies
Difficulty: Medium
(1 Mark)
What are the three session modes supported by the WebXR Device API?
💡
Step-by-Step Explanation & Concept Rationale
Developers request specific session modes via `navigator.xr.requestSession('immersive-vr')`.
Q. 13
Immersive Technologies
Difficulty: Medium
(1 Mark)
What is 'Three.js' in Web 3D and WebXR development?
💡
Step-by-Step Explanation & Concept Rationale
Three.js abstracts low-level WebGL shaders and buffer arrays into intuitive Scene, Camera, Mesh, and WebXRManager objects.
Q. 14
Immersive Technologies
Difficulty: Medium
(1 Mark)
What is 'Babylon.js' in enterprise WebXR applications?
💡
Step-by-Step Explanation & Concept Rationale
Babylon.js provides comprehensive out-of-the-box WebXR interaction managers, physics engines (Havok/Cannon), and enterprise Digital Twin tooling.
Q. 15
Immersive Technologies
Difficulty: Hard
(1 Mark)
What is 'WebGPU' and how does it revolutionize WebXR and browser-based 3D simulation?
💡
Step-by-Step Explanation & Concept Rationale
WebGPU brings native desktop-class GPU compute shaders (particles, mass fluid simulation, AI neural inference) directly inside web browsers.
Q. 16
Immersive Technologies
Difficulty: Medium
(1 Mark)
What is 'A-Frame' in WebXR development?
💡
Step-by-Step Explanation & Concept Rationale
A-Frame makes WebXR authoring accessible by wrapping Three.js in declarative HTML markup.
Q. 17
Immersive Technologies
Difficulty: Medium
(1 Mark)
What is 'React Three Fiber' (R3F)?
💡
Step-by-Step Explanation & Concept Rationale
R3F combines modern React state management with 3D WebXR rendering, ideal for building interactive telemetry dashboards.
Q. 18
Immersive Technologies
Difficulty: Medium
(1 Mark)
What is 'MQTT' (Message Queuing Telemetry Transport) in Digital Twin IoT architectures?
💡
Step-by-Step Explanation & Concept Rationale
MQTT brokers aggregate thousands of field sensor telemetry packets per second, feeding real-time status into the 3D disaster digital twin.
Q. 19
Immersive Technologies
Difficulty: Hard
(1 Mark)
What is 'WebRTC' (Web Real-Time Communication) in collaborative XR and remote assistance?
💡
Step-by-Step Explanation & Concept Rationale
WebRTC powers real-time remote drone video feeds and collaborative spatial voice chat between frontline rescue workers and the command center.
Q. 20
Immersive Technologies
Difficulty: Hard
(1 Mark)
What is 'Client-Side Prediction and Server Reconciliation' in multiplayer networked XR simulation?
💡
Step-by-Step Explanation & Concept Rationale
Client prediction guarantees instant responsiveness for the local user while preventing multiplayer teleportation jitter and cheating.
Q. 21
Immersive Technologies
Difficulty: Hard
(1 Mark)
What is 'Entity Component System' (ECS) architecture in high-performance simulation engines?
💡
Step-by-Step Explanation & Concept Rationale
ECS (e.g. Unity DOTS, Unreal Mass Entity) allows simulating 100,000 autonomous evacuating crowd agents at 60+ FPS.
Q. 22
Immersive Technologies
Difficulty: Hard
(1 Mark)
What is 'Data-Oriented Technology Stack' (DOTS) in Unity?
💡
Step-by-Step Explanation & Concept Rationale
DOTS maximizes hardware utilization, running massive disaster physics calculations with zero Garbage Collector allocations.
Q. 23
Immersive Technologies
Difficulty: Hard
(1 Mark)
What is 'Burst Compiler' in Unity DOTS?
💡
Step-by-Step Explanation & Concept Rationale
Burst compiles mathematics algorithms to run at C++ or raw assembly performance directly inside Unity C#.
Q. 24
Immersive Technologies
Difficulty: Hard
(1 Mark)
What is 'Spatial Audio Networking / Audio Culling' in massive multiplayer XR environments?
💡
Step-by-Step Explanation & Concept Rationale
Spatial audio culling allows virtual emergency command centers with hundreds of participants to communicate in localized breakout clusters without server choking.
Q. 25
Immersive Technologies
Difficulty: Hard
(1 Mark)
What is 'ISO 23247' international standard?
💡
Step-by-Step Explanation & Concept Rationale
ISO 23247 provides the formal architectural blueprint for building scalable, interoperable enterprise digital twins.
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.