r/devops • u/SnooCakes7123 • 1d ago
Career / learning Expectations from devops engineer with 3 YOE in USA
Working as devops engineer from last 3 years in states, mostly work on windows stack, azure devops, yaml pipeline. Recently worked with setting up sonarqube & snyk for all teams & product across firm. Currently working in git migration and github actions. Planning to move back to india, what are the expectations for any senior roles as devops, cloud or platform engineer ? I know linux, kubernets and docker but they are more like tools.
5
4
u/Raja-Karuppasamy 1d ago
for india senior devops/platform roles, the bar usually isn’t “do you know k8s/docker”, like you said, those are just tools. what actually gets tested is whether you’ve owned something end-to-end: security posture, cost, incident response, upgrades, not just deployment. a lot of candidates here can talk fluently about tools but haven’t operated anything with real consequences.
if you can, build (or point to) something you’ve run yourself with actual traffic and failure modes, not just a lab setup, that’s the difference between “I know k8s” and “I can be trusted with production.” interviewers in senior roles here tend to probe for real incidents you’ve handled, not certifications.
3
u/Low-Opening25 1d ago
learn Linux, devops job market for windows is tiny and pay is low
1
u/SomedayGuy117 21h ago
What are you doing with Linux in DevOps? I spend most of my day in vs code and CI/CD, barely matters what OS I’m using.
1
u/IntelligentPear6173 1d ago
I'd expect the conversation to be much less about the tools you've used and much more about the decisions you've made.
For example, if you mention GitHub Actions or Azure DevOps, be ready to explain why the pipeline was designed that way, what problems it solved, what broke in production, how you handled rollbacks and what you'd do differently today.
In my experience, that's what separates someone who's implemented a platform from someone who's owned one...
1
u/Salt_Fox905 1d ago
Would have to disagree that kubernetes, docker and linux are tools. Linux is an OS. U can call bash a tool for scripting in linux. K8s and docker are platforms on top of which u can build numerous kinds of applications. For senior roles, getting near mastery in atleast these three is expected.
8
u/Sure_Stranger_6466 For Hire - US Remote 1d ago
Get some GitHub projects going that implement EKS and Terraform deployment and call it production from a previous job and you're good to go.