Do you know design patterns?
C Software Developer Interview Questions
3,500 c software developer interview questions shared by candidates
Some problem solving questions which were average and expected, a lot of C/C++ related questions which required experience with the language
For the coding interview on HacherRank, I just needed to know about arrays, hash maps, and graph data structure. The interview on headquarters was mostly questions on OOP, then one coding question, a version Best Time to Buy and Sell Stock
home assignment to do a tic tac toe game and then OOP questions
They asked me to design a racing game. What components I would need to create that racing game and to briefly implement some of them in pseudo code. They were specifically looking for answers regarding what would happen if your vehicle was out of bounds, how would you determine whether a racer was knocked out by another vehicle or whether it was self inflicted. An additional question they asked was how would you handle score submission and consistency between client and server side to prevent user interference in the process and to maintain data integrity.
sorting an array of int by the max value of the two numbers which have the same beginning digit and same ending digit.
Some questions on algorithms, performance, and statistics.
string related code
how will you interact with customer on call if you realize that team has not completed the task.
Word permutation program
Viewing 3391 - 3400 interview questions