Interview prep — behavioural stories and resume lines

STAR-format stories from your projects and the resume bullets that survive a recruiter's ten-second scan.

🎯 Module 6 6 min read Not started

The technical bar is only half. The other half is "can this person communicate what they did, learn from failures, and work with a team?" Senior agentic AI roles always include behavioural rounds — sometimes from the hiring manager, sometimes from a panel.

This file gives you:

  1. The STAR-L structure for behavioural answers.
  2. 6 behavioural stories you should rehearse, mapped to common questions.
  3. Resume bullets that signal seniority for agentic AI roles.
  4. A 30-day job-hunt sprint plan.

1. STAR-L — the structure that wins

For every story, deliver:

  • Situation: 1 sentence of context.
  • Task: what was at stake / your responsibility.
  • Action: 3-5 specific things you did.
  • Result: numbers + impact.
  • Learning: what you would do differently next time.

Most candidates skip Action ("we built it") or Result ("it worked"). Specifics + numbers win.


2. The 6 stories you must have rehearsed

Pick from your portfolio projects. Each story should be 90-120 seconds spoken.

Story A — "Tell me about a complex agentic project you shipped."

Map to: Project 2 (multi-tool agent) or Project 3 (multi-agent crew). Cover architecture, eval, observability, one hard decision, one failure recovered from.

Story B — "Tell me about a time you had to debug a flaky AI system."

Map to: a real bug — retrieval drift, infinite loop, prompt cache invalidation, etc. Demonstrate the trace-driven workflow: observe → hypothesise → reproduce → fix → add eval.

Story C — "Tell me about a time cost was a constraint."

Map to: Project 4 (vLLM) or any cost-cutting story. Quantify spend before/after. Mention 2-3 levers you pulled (caching, cascade, smaller model).

Story D — "Tell me about a safety / risk decision you made."

Map to: a HIL flow you added, a guardrail that blocked something dangerous, a refusal you handled gracefully. Include OWASP LLM Top 10 awareness.

Story E — "Tell me about working with non-engineers (PMs, designers, domain experts)."

Map to: how you scoped a feature with PMs, ran an annotation cycle with domain experts, or translated business requirements into evals.

Story F — "Tell me about a time you disagreed with a teammate."

Map to: a healthy technical disagreement (e.g., "they wanted to fine-tune; I argued for RAG until evals proved otherwise"). Show that you used data, not ego.

Rehearse these out loud, ideally recorded, until each fits in <2 minutes.


3. Resume bullets that work in 2026

Replace vague verbs with specifics + numbers. Examples that signal seniority:

  • Designed and shipped a LangGraph-based multi-tool agent serving 6 internal teams; cut average resolution time 38% (from 5.2 to 3.2 days) over 8 weeks.
  • Reduced LLM cost per support ticket by 67% by introducing Anthropic prompt caching, model cascading (Haiku → Sonnet), and trimming context windows.
  • Built a hybrid RAG (BM25 + dense + Cohere rerank-3 + contextual chunking) over 40k policy docs; lifted Recall@5 from 0.72 to 0.94 (RAGAS) and Faithfulness from 0.81 to 0.93.
  • Wrapped the agent in an MCP server consumed by Claude Desktop and Cursor for internal users; standardised tool catalog, eliminated 4 bespoke integrations.
  • Fine-tuned Llama 3.1 8B on 2,300 SQL pairs with QLoRA via Unsloth; deployed on vLLM with FP8 quantization on a single L40S; replaced GPT-4.1-mini for routine SQL, saving $4.6k/mo at +2 pp accuracy.
  • Established eval gate (DeepEval + RAGAS) in GitHub Actions; auto-blocks PRs that drop Faithfulness or Tool-Correctness below thresholds.
  • Drove the OWASP LLM Top 10 review for production agent; layered NeMo Guardrails, Microsoft Presidio, and Llama Guard 3; brought adversarial test pass rate to 100% on 60 cases.
  • Set up LangSmith + Phoenix observability with per-tenant tagging; built three Grafana dashboards (health, quality, cost) used in weekly reviews.

Patterns to copy:

  • Verb (impact) + scope + technique + number.
  • Each bullet stands alone — recruiters scan vertically.
  • Avoid jargon you cannot defend.
  • Order bullets by impact, not chronology.

4. Cover-letter structure (1 page)

Paragraph 1: hook. Concrete project + result. Paragraph 2: why this company / role specifically — show you read the JD. Paragraph 3: two technical decisions you made that demonstrate the "depth" they want. Paragraph 4: ask for the conversation. End with a link to your portfolio.

Keep it under 250 words. Hiring managers skim.


5. The 30-day job-hunt sprint

After capstone, run this sprint.

Week 1 — assets

  • Portfolio README polished + 90-second video for capstone.
  • Resume rewritten with the bullet patterns above.
  • LinkedIn updated. Open to work signal on (private to recruiters).
  • Personal site / Notion page with capstone, projects, posts.

Week 2 — outreach

  • Apply to 8-12 well-targeted roles per day. Quality > quantity.
  • Send personalised LinkedIn DMs to engineers at target companies (not recruiters): "I built X, would love your honest feedback."
  • Post 1-2 technical write-ups (LinkedIn / X / Medium) summarising a specific lesson from a project.

Week 3 — interviews

  • Schedule mocks with 2 friends + 1 paid mentor (Pramp / Interviewing.io / Pramp).
  • Run 2 system-design rehearsals with a peer.
  • Have all 6 STAR-L stories ready and timed.

Week 4 — close

  • Send thoughtful thank-you notes (with a useful link, not generic).
  • Negotiate competing offers. Mention base, equity, signing, learning budget.
  • Pick the role that maximises learning + ownership, not just compensation.

6. Final advice

  • Honesty wins. "I have not done X yet, but here is how I would approach it" is far stronger than bluffing.
  • Have an opinion. Senior engineers are paid for opinions backed by experience. Practise stating "I would choose A over B because…" decisively.
  • Show artefacts. Diagrams, dashboards, eval tables. Visuals make you memorable.
  • Bring questions back. Always ask the interviewer about their real technical challenges. It signals genuine interest.
  • Recover gracefully. When you stumble, name it ("Let me restart that"), reset, and continue. Composure under pressure is itself a senior signal.

You have built the skills. Now go tell the story.

Sign in to save your progress and earn badges.