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
1,848 infrastructure engineer interview questions shared by candidates
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.
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?
Go through some text, pull out the most common words
Ask one algorithm problem.
If a large sequence of commits are in the main (master) branch of a git repository and only a subset are desired for a new branch, how would you create that new branch?
Coding Question: A buys food for $100 shares among B, C, D and A. B buys groceries for $50 shares among C & D. Print how much each owes in format: A owes $x, B owes $y etc.
Viewing 1 - 10 interview questions