Easy warm-up
Start with your experience and a small technical exercise so you can settle in and think out loud.
Founder-led · live 1:1 · 90 minutes
You already work with modern software, cloud, and AI. This relaxed, mentor-led interview gives us a clear baseline—without the pressure or performance theater of a hiring loop.
One paid session. No long-term commitment. Your rate is confirmed before scheduling.
I will watch how you frame ambiguity, read code, debug, implement, test, reason about systems, communicate tradeoffs, and evaluate AI suggestions.
You will leave knowing what is already strong, what is holding you back, and what to work on first.
Edward Mabonga
Founder, Pristone Academy
The 90-minute experience
You will work aloud through four interview-style rounds with Edward. The pace adapts to you: support is available when you need it, and deeper backup questions are ready when you move quickly.
Start with your experience and a small technical exercise so you can settle in and think out loud.
Read, correct, implement, and test a familiar problem. Backup questions raise the ceiling if it feels easy.
Build an architecture from requirements, then respond to changing constraints and bonus scenarios.
Use and challenge AI advice, verify assumptions, and show that you remain the decision-maker.
The interview loop
The questions are deliberately approachable on the surface. The signal comes from how you clarify, reason, test, adapt, and explain—not from recognizing a trick.
Settle into the session before the difficulty rises.
You will explain a project or technical decision you know well, then work through a short, low-pressure code exercise.
This is intentionally easy. It is a calibration round, not a trap.
Read first. Explain second. Change the code only after you have a model.
function fibonacci(n) {
if (n <= 1) return 1;
return fibonacci(n - 1)
+ fibonacci(n - 2);
}
If the baseline is easy, Edward will introduce deeper follow-ups on scale, exactness, performance, and production use. You will not be held back by the starter question.
Architecture begins with questions and constraints—not boxes and vendor names.
Design a service where users upload documents, ask questions about them, and receive answers with citations to the source material.
Bonus constraints are introduced live if you fly through the baseline. Naming a RAG stack is not enough; the diagnostic tests the engineering reasoning underneath it.
The skill is not getting an answer. It is knowing whether the answer deserves trust.
Evaluate AI-generated advice about the system you designed. Decide what to accept, reject, test, or rewrite—and explain why.
The round measures engineering judgment with AI, not prompt tricks or memorized terminology.
What you keep
Even if you do not continue into mentorship, the diagnostic is designed to leave you with a useful account of where you are and what should happen next.
Observed strengths and gaps across decomposition, coding, debugging, testing, systems, communication, AI judgment, and independence.
Specific behaviors from the session, including where you were independent, where prompting helped, and which risks were otherwise easy to miss.
The smallest set of development priorities most likely to create meaningful progress—ordered rather than dumped into a generic curriculum.
A recommended six-to-eight-week opening phase, including practice, independent work, and evidence that the new capability transfers.
An honest recommendation for session frequency and scope based on your goal, baseline, and rate of progression.
A clear view of whether long-term mentorship is the right investment—or whether a narrower sprint or independent plan makes more sense.
If we continue
The exact sequence is earned from the diagnostic. The common arc moves from strong foundations toward independent performance under ambiguity and interview pressure.
Problem decomposition, code reading, debugging, implementation, testing, data structures, and deliberate practice.
APIs, data, concurrency, failure boundaries, observability, and the difference between toy correctness and production confidence.
Requirements, constraints, design alternatives, tradeoffs, distributed systems, cloud, and production AI workloads.
Unfamiliar problems, mock interviews, design communication, project explanations, and progressively less guidance from Edward.
Why this is different
The standard is simple: can you handle a problem you have not seen before with less guidance, clearer reasoning, and better technical decisions?
No fixed sequence chosen before anyone has watched you work. The diagnostic determines what deserves attention.
Tools change. The mentorship develops the engineering model that lets you evaluate and use new tools well.
Mock interviews become a test of capability already built—not a substitute for the underlying engineering work.
The decision today
Reserve one diagnostic. Get a serious second opinion and a development plan. Decide on long-term mentorship only after you have seen the quality of the session and the evidence it produces.
Questions worth answering
No. Your existing experience is part of the evidence. The point is to locate the next constraint precisely, not erase what you already know or force you through introductory material you do not need.
No. You are encouraged to think aloud, ask clarifying questions, state uncertainty, and explain how you would find an answer. The purpose is diagnosis and development, not pass or fail.
The diagnostic needs a clean baseline of your own mental model first. AI is then introduced intentionally so Edward can evaluate whether it improves your reasoning or replaces it.
No. The diagnostic stands on its own. Any continuing engagement is recommended and scoped afterward based on the evidence, your goals, and the pace that makes sense.
Come ready to think aloud and work through unfamiliar material. You may bring questions about your development goals, but you do not need to study a hidden answer key or memorize a system-design template.