Pointer-games in C, implementing a cash-memory data structure and some matrix puzzles.
Student Engineer Interview Questions
1,502 student engineer interview questions shared by candidates
find the longest palindrom in a string.
Q: Difference between process and thread Q: Java inheritance basics Q: Write post-order traversal Q: Print random number with one instance of every digit [0,9]
The first question was to tell about a project you had done, the second was to explain how to sort 4 numbers with a "machine" built out of small "machines" that sort 2 numbers, the third was to pick a design for a program of a stop-watch, the last question was about a code of two threads and what result it prints out.
Build data structure than can store information about people and relationship. (was given quite a fluid description and expected to fill in the details as needed or as understood.) Then was question about data structure I built, e.g. how would I search for things.
sort an array using js
What are your previous experience with technologies mentioned in the job description.
Several high-level technical questions regarding the requirements of the position Questions regarding previous work
2nd round is apparently leetcode style questions, but first round they asked me about my projects in detail
CS Q: Write a program that maintains "timers", that works like JS "set timeout". I.e. maintain a "queue" with timers and write a function "addTimer" that gets an *absolute time* and callback function (to execute when timer is over) and pushes it to the queue.
Viewing 491 - 500 interview questions