Prompt Engineering Interview Pack - Hard Questions Only
Level: Hard How to use: These questions test failure diagnosis and production tradeoffs, not just prompt-writing basics.
Interview Questions
Staff Engineer
- A prompt says "never invent prices" but the model still sometimes attaches the wrong price to a recommendation. What would you do?
- The model keeps returning malformed JSON even after stronger format instructions. How would you fix the system?
- Recommendation prompts became much better after adding many examples, but latency doubled. How would you recover?
Principal Engineer
- How would you design prompts and workflow boundaries for a user message that mixes order support and recommendations in one turn?
- How would you harden prompts against injection attempts without making the assistant over-refuse normal questions?
- What would you change if long conversation history keeps crowding out the retrieved evidence in the final prompt?
SRE
- If FM timeout rates rise during peak traffic, what prompt changes help, and what changes belong outside the prompt?
- How would you distinguish a prompt problem from a retrieval problem when FAQ answers become vague or inconsistent?
Applied Scientist
- In what cases is prompt optimization the wrong first response to a model-quality problem?
- How would you evaluate whether a prompt change improved trust instead of only improving style?