Questions about your AI workflow
"How do you use AI?" is asked in almost every Android interview in 2026. The question looks simple, but the interviewer is really checking three things:
1. Real experience or surface-level? The difference between a candidate who describes a concrete workflow and one who says "yes, I use it" shows immediately.
2. Engineering judgement? What they delegate, what they don't, and why.
3. A sense of responsibility? Their attitude to code the agent wrote.
The strongest answer structure: a concrete workflow → boundaries → verification layers → a real example.
| Weak answer | Strong answer |
|---|---|
| "I use Copilot and Claude, they help a lot." | "The repo has a CLAUDE.md and a review skill; my daily workflow is…" |
| "AI can write anything." | "I don't delegate crypto or payment logic, because a mistake compiles and passes tests." |
| "I don't trust AI." | "Trust isn't the question — the question is where the verification layers sit." |
| "I've become twice as fast." | "We finally got tests onto untested modules — that work always used to slip." |
The single most impressive element is a concrete case where you rejected the agent's suggestion. It demonstrates technical judgement and that you don't defer to the tool blindly. Prepare one such story: what was proposed, why you rejected it, what you did instead.
📚 Sources and documentation
- Claude Code best practicesofficialcode.claude.com
- Common workflowsofficialcode.claude.com