Infrastructure Engineer Interview Questions

Infrastructure Engineer Interview Questions

Infrastructure engineers are responsible for building and maintaining digital networks. In your interview for an infrastructure engineer position, be prepared to answer technical questions about IT systems and software. Interviewers may also ask non-technical questions to assess your communication and time-management skills.

Top Infrastructure Engineer Interview Questions & How to Answer

Question 1

Question No. 1: How do you communicate complex issues to non-engineer colleagues or clients?

How to answer
How to answer: Interviewers use this question to assess your ability to communicate IT information to colleagues and clients from non-IT backgrounds. List and describe the verbal and written communication strategies you have used in the past to break down difficult concepts into understandable chunks.
Question 2

Question No. 2: What are the positive and negative aspects of working within an Agile construct?

How to answer
How to answer: Agile is one of the most popular project management and software development approaches used by IT teams. This question allows interviewers to assess your understanding of the Agile environment as well as your approach to teamwork and interpersonal communication. If possible, use previous work experience to elaborate on the benefits and issues you have experienced while working within an Agile environment.
Question 3

Question No. 3: How do you produce high-quality work when you have several projects to complete?

How to answer
How to answer: Infrastructure engineers must juggle all of their projects while simultaneously dealing with infrastructure issues requiring immediate attention. Interviewers use this question to assess your time-management skills and your ability to work well under pressure. List and discuss planning tools that you use on the job and how you handle emergency issues.

3,731 infrastructure engineer interview questions shared by candidates

Q1. SQL Given tables: employees(id, unixname,team,role,days_since_started) projects(id,name,....) commits(id,file_path,proj_id,auth_id,timestamp) Find the number of unique employees per project per month? Q2. Imagine you have a CSV file: john_doe,android,ios,infra bob_law,is,backend jane_doe,frontend ------------------------------ Containing,for each employee, a list of projects he/she works on Write a script/function/else that reads data from CSV file and creates a data structure that stores, for each project, a list of employees who work on it.
avatar

Data Scientist Infrastructure

Interviewed at Meta

3.6
13 Feb 2018

Q1. SQL Given tables: employees(id, unixname,team,role,days_since_started) projects(id,name,....) commits(id,file_path,proj_id,auth_id,timestamp) Find the number of unique employees per project per month? Q2. Imagine you have a CSV file: john_doe,android,ios,infra bob_law,is,backend jane_doe,frontend ------------------------------ Containing,for each employee, a list of projects he/she works on Write a script/function/else that reads data from CSV file and creates a data structure that stores, for each project, a list of employees who work on it.

Write a program in Python to calculate tax if Salary and Tax Brackets are given as list in the form [ [10000, .3],[20000, .2], [30000, .1], [None, .1]]. You don’t know in the beginning how many tax brackets are there. You have to test for all of them.
avatar

Data Scientist Infrastructure

Interviewed at Meta

3.6
1 Apr 2018

Write a program in Python to calculate tax if Salary and Tax Brackets are given as list in the form [ [10000, .3],[20000, .2], [30000, .1], [None, .1]]. You don’t know in the beginning how many tax brackets are there. You have to test for all of them.

Viewing 1 - 10 interview questions

Glassdoor has 3,731 interview questions and reports from Infrastructure engineer interviews. Prepare for your interview. Get hired. Love your job.