Distinguish the purpose from the tool list
A vacancy listing containers, infrastructure configuration and a cloud provider may still be unclear about the actual job. Ask who uses the work and what outcome the role owns. Maintaining deployment scripts, responding to incidents and designing an internal developer platform are related but different responsibilities.
Google’s SRE books describe reliability engineering practices. The CNCF platform glossary provides definitions around internal platforms. Use these primary references to clarify concepts, then compare the employer’s own description.
Build evidence that includes failure
| Project element | What it demonstrates |
|---|---|
| Repeatable deployment | Another person can create the same environment |
| Health and error signals | A failure can be detected rather than guessed |
| Recovery procedure | The service can return to a known state |
| User-facing documentation | Another developer can use the capability |
This is an editorial practice plan, not a certification rubric. A local demonstration does not prove production operating experience. Label its environment and limitations honestly.
For a fictional small API, deliberately make a dependency unavailable and observe the response. Record what the monitoring detects and what a user experiences. Restore the dependency and check whether data or queued work needs reconciliation. Do not claim uptime results from a short demo.
Treat the platform as a product
A platform has users with tasks to complete. A deployment template is useful only if a developer can understand it, obtain the right access and recover when something goes wrong. Gather feedback from actual users if the project has them; otherwise describe the user scenario as hypothetical.
A tool catalog without a supported path can increase cognitive load. Explain which choices the platform standardizes and which remain with the application team. This boundary is often more important than the number of integrated tools.
Ask operational questions before accepting a role
Clarify incident duties, escalation, work outside normal hours and ownership of shared systems. Ask how the team learns from failures and how reliability work is prioritized against feature delivery.
Prepare to explain tradeoffs with the system-design guide. For distributed teams, the remote-work guide focuses on written context and handoffs. Neither guide substitutes for the employment terms and local requirements relevant to your situation.
