Interview Prep: Senior & Architect Questions¶
Section status: outline
This page is scoped but not yet written in full prose. The sections below define what it will cover — these questions test architectural judgment across a whole organization, not a single playbook.
What It Will Cover¶
- "How would you design an Ansible project structure that a 30-engineer organization can safely contribute to, without one team's changes breaking another's environment?" — ties to Project Layout and Multi-Environment Inventory
- "When would you recommend Terraform + Ansible + Kubernetes together, versus one tool trying to do all three jobs?" — ties to What Is Ansible?
- "How would you introduce Ansible Vault or an external secret manager into an organization that currently has secrets scattered across plaintext files and Slack messages?" — ties to Secrets and Vault
- "A team wants to publish an internal collection that ten other teams will depend on — what does your review process for changes to it look like?" — ties to Publishing Collections and Production Role Design
- "How do you decide when a growing shell-script-based deployment process should be replaced with Ansible, versus when it shouldn't be?" — tests judgment, not a reflexive "always use Ansible"
Next¶
Return to Interview Preparation, or continue to Quick Reference.