Write a function that takes 2 arguments: a binary tree and an integer n, it should return the n-th element in the inorder traversal of the binary tree.
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 No. 1: How do you communicate complex issues to non-engineer colleagues or clients?
Question No. 2: What are the positive and negative aspects of working within an Agile construct?
Question No. 3: How do you produce high-quality work when you have several projects to complete?
3,731 infrastructure engineer interview questions shared by candidates
Flip one coin 10 times and obtain one H, what is the p value and null hypothesis?
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.
Questions about multi-threads, which I do not have much experience with. After telling them lack of familiarity on the subject, the interviews understand me and ask other questions instead.
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.
Given 2 very large numbers, each of which is so large it can only be represented as an array of integers, write a function to multiply them.
What technology do you think will be in every house by 2020?
CV screening and take-home assignment
What resources do linux cgroups manage?
Nothing out of the ordinary in the first interview
Viewing 1 - 10 interview questions