Evidence LedgerTechnical career workspace
Aarav Demo data

Results

Scores are estimates, not hiring predictions.

Times shown in IST.

17 Sep 2026, 01:48 · Backend engineering · Senior · General calibrated coverage (IST)

Published · revision 1

Interview feedback

Assessment details

Strong evidence-led diagnosis. The next improvement is to make trade-off boundaries and rejected alternatives more explicit.

88% evidence confidence

Scoring rubric: technical-core-v1

81readiness estimate
out of 100

Competencies

3 evidenced
78/100

system design

Meets
Review answer feedback· system design
Supporting evidence· system design
“I would first establish request shape, tenant fairness, burst size and failure tolerance. I would compare a token bucket at the gateway with per-tenan…”
turns[0].answer · SHA-256 1cdbd8355e40
84/100

data systems

Meets
Review answer feedback· data systems
Supporting evidence· data systems
“I would capture the slow query and execution plan before changing indexes. I would compare row estimates with actuals, inspect buffer reads, lock wait…”
turns[1].answer · SHA-256 4a6f0b5c5e11
81/100

reliability

Meets
Review answer feedback· reliability
Supporting evidence· reliability
“I would stop or roll back the rollout using the deployment marker rather than debating dashboards. I would preserve logs and traces, compare affected …”
turns[2].answer · SHA-256 380e90957cea

Your answers

3 submitted
Answer 1

Design a rate-limited API for a bursty B2B workload. Start with constraints and the first trade-off you would validate.

Show feedback

system design

The answer establishes evidence before action and connects the decision to an observable outcome.

Your submitted answer

I would first establish request shape, tenant fairness, burst size and failure tolerance. I would compare a token bucket at the gateway with per-tenant counters in Redis, choose the simplest policy that preserves fairness, and validate it using rejected-request rate, queue time and downstream saturation.

Answer 2

A PostgreSQL query regresses after data grows tenfold. Walk through your diagnosis and the evidence you would collect.

Show feedback

data systems

The answer establishes evidence before action and connects the decision to an observable outcome.

Your submitted answer

I would capture the slow query and execution plan before changing indexes. I would compare row estimates with actuals, inspect buffer reads, lock waits and table statistics, then reproduce against representative volume. I would test the smallest index or query change and verify p95 latency and write amplification.

Answer 3

A deployment increases error rate but dashboards disagree. How do you protect users and establish what changed?

Show feedback

reliability

The answer establishes evidence before action and connects the decision to an observable outcome.

Your submitted answer

I would stop or roll back the rollout using the deployment marker rather than debating dashboards. I would preserve logs and traces, compare affected cohorts and verify the rollback at the user-facing SLI. Once stable, I would reconcile metric definitions and record the missing alert or release guard.

Review transcript and corrections

Confirmed transcript

Revision 1

3 segments

Evidence for result revision 1.

Correct transcription only. Saves retain earlier versions; material changes request a new evaluation.

  1. Segment 1

    100% confidence

    I would first establish request shape, tenant fairness, burst size and failure tolerance. I would compare a token bucket at the gateway with per-tenant counters in Redis, choose the simplest policy that preserves fairness, and validate it using rejected-request rate, queue time and downstream saturation.

    Correct transcription errors, not your original answer.

  2. Segment 2

    100% confidence

    I would capture the slow query and execution plan before changing indexes. I would compare row estimates with actuals, inspect buffer reads, lock waits and table statistics, then reproduce against representative volume. I would test the smallest index or query change and verify p95 latency and write amplification.

    Correct transcription errors, not your original answer.

  3. Segment 3

    100% confidence

    I would stop or roll back the rollout using the deployment marker rather than debating dashboards. I would preserve logs and traces, compare affected cohorts and verify the rollback at the user-facing SLI. Once stable, I would reconcile metric definitions and record the missing alert or release guard.

    Correct transcription errors, not your original answer.