Engine Infrastructure & Security

High-Performance Architecture Built for Zero Latency & Precision

ExamsWave pairs lightweight serverless delivery with relational blueprint mapping and tokenized authorization to deliver enterprise-grade assessment experiences.

01 Test Engine Core

Zero-Latency Client State Management

During active exam sessions, question states and candidate selections are managed asynchronously in client memory and synchronized periodically with our primary database cluster. This architecture completely eliminates page reloads and latency during critical test windows.

  • Non-blocking Async Sync: Auto-saves test progress continuously to mitigate connectivity loss.
  • Optimized Payloads: Compact JSON response structures minimize bandwidth overhead.
blueprint_assembler.json
JSON Configuration
{
  "blueprint_id": 104,
  "time_limit_minutes": 120,
  "subjects": [
    { "name": "Clinical Nursing", "weight": 0.40 },
    { "name": "Pharmacology", "weight": 0.60 }
  ],
  "shuffle_answers": true
}
02 Developer Platform

RESTful Enterprise API for Partner Integrations

Partner organizations receive tokenized API access credentials (ew_live_*) allowing enterprise Learning Management Systems (LMS) and custom applications to retrieve exam blueprints and dynamically stream question banks on demand.

  • Secure Authentication: Tokenized HTTP Bearer headers protect endpoints against unauthorized calls.
  • Real-time Streaming: Direct dynamic integration with institutional question banks.
GET /api/v1/questions.php
REST Response
// Header: Authorization: Bearer ew_live_9f8a3b...

{
  "status": 200,
  "data": {
    "question_id": 8492,
    "options": ["A", "B", "C", "D"],
    "explanation_provided": true
  }
}

System Benchmarks & Reliability

Enterprise-ready metrics backing the ExamsWave delivery network.

99.9%

Guaranteed Uptime SLA

High-availability PHP & MySQL query clustering with automated redundancy.

< 100ms

Global Response Latency

Optimized indexing, localized edge caching, and fast session routing.

256-Bit

Security Encryption Standard

Bcrypt hashing for credentials combined with end-to-end TLS/SSL transport security.