The interview consisted of just a technical C++ with the bonus of having 3D algebra and graphics-related questions. The overall impression of the test was that it was very difficult unless one has certain knowledge about the aforementioned subjects.
Junior C Developer Interview Questions
172 junior c developer interview questions shared by candidates
Tell me about your bachelor thesis.
Q: Programming related. How would you solve this problem (array sorting)
Describe a difficult situation you faced in your previous job and how did you handled it
- What is Unit testing? - How would you remove duplicate code
you have 3 presorted very large arrays. Find the first common element amongst them. No duplicates in each of the array.
How do you consider a code as a "bad code"?
Given a partially sorted array (it has an unsorted part in it) design an algorithm that finds the start and end indices of the unsorted part of that array in linear time.
C questions, pointers, functions, OOP concepts
They ask me about different data structures, sql functions,etc.
Viewing 31 - 40 interview questions