LeetCode/Hackerrank style algo question. You probably wont be asked to or won't have to implement all of it. I was asked to describe a method, I presented an idea, and then got most of the way with an implementation before running out of time. They were happy with the attempt
C Software Developer Interview Questions
3,500 c software developer interview questions shared by candidates
First round was mostly on resume and behavioral questions like strength ,weakness, conflict situation you came across, one thing that we can learn from you, one thing that you are proud of, one thing that you thunk you need to improve on, how often have you in end ti end development. Second round: Skype interview with HR, hiring manager and Tech person. A debug question on Google doc shared page(Check for malloc and free issues) How can you solve an issue in the system?
I got four questions. *Find the missing terms in a array. *Check the string is Palindrome or not (Used user defined functions) *Find the LCM of all the elements of a given array. *Count the number repeated number of character. (You can not use simple array .you have to allocate everything dynamically in each n every program).
Was about my patent "Fire finder"
How do websites work, how user interacts with server from his browser.
The questions were about data structures,threads,networking, algorithms.If you're well prepared I think it won't be a problem to pass.
Given a string and a separator return an array of words (the string splitted by the separator without spaces). You must do it in ONE PASS (not O(n))
Mostly talked about my projects
correct one line of the program in order to get the right result.
mutual exclusion pointer callock mallock oops concept.
Viewing 61 - 70 interview questions