Hey everyone! I have a technical interview coming up next week where I'll be doing live coding sessions on Terraform, MySQL, and Bash. The recruiter mentioned these topics, and I'm curious about what kinds of questions typically come up. For example, will I need to code an ECS cluster from scratch using Terraform without any documentation? Will I be asked to write MySQL JOIN queries or create tables from the ground up? Any insights would be really helpful!
5 Answers
Have you thought about how you'll manage your state files in Terraform? That's a common point of discussion too.
They might grill you on foundational topics that you should already know. Expect questions like "write a VPC with subnets and an RDS instance" or "join these two tables seamlessly." It’s not about tricking you; they want to see if you're comfortable diving into these tasks without running for a Stack Overflow search.
For Bash, you might encounter simpler tasks like parsing a log file to count errors, which shouldn't be too overwhelming.
You can expect to cover some standard areas. For Terraform, they might ask you how to set up and provision resources, plus some advanced logic with locals or loops. If it's a specific cloud service, sometimes they check if you understand the difference between additive and declarative configurations.
As for MySQL, they could ask you to perform simple joins, and getting bonus points for using a CTE is likely there too.
The Bash part will usually include things like simple error handling, the common Linux tools, or writing a quick script to format data or extract information. Just make sure you're up to speed on these basics!
They're definitely going to notice right away if you're not regularly using Terraform commands. Familiarity is key here!
If you're looking for more resources, check out my Terraform interview guide for some good prep tips!

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically