It was a lot of, "give me an example in your previous work experience did you have to handle a situation." They ask about 5 questions.
Developer C Interview Questions
5,469 developer c interview questions shared by candidates
How to find the minimum of a function, given the range of an input number.
What is the different between B- and B+ tree?
some basic linux command lines
Describe a good git commit (message)?
What all projects are you worked on? Why you wnat to join us?
min stack value reverse a linked list other standard C questions
Some questions and practical examples were legitimate, like multithreading behavior leading to zombie processes. Some were rather synthetic or just examples of bad code that you should never see anyway, like what would this do: int i = 5; int x =10; i+++++j;
the classic question of writing the "atoi" function
(technical interview) You have two arrays: A and B. A contains ints and B has pairs: (element from A, the number of elements that are larger than that element and to the right of it in A). for example: A = [4,3,5] B = [(5,0), (3,1), (4,1)] Given array B, recreate array A
Viewing 5161 - 5170 interview questions