Given a sorted array, what is the best way to search whether a value exists in array
Intern Interview Questions
249,971 intern interview questions shared by candidates
Why are you interested in this position?
Can you tell me about yourself?
Why Dot Foods?
Why are you interested in Labatt?
Tell me about a time you had to deal with a difficult team member
depth first search of a array in a non-recursive manner without using extra memory
I was given a short function in C (dictated because we were hanging on a phone): int foo(int a) { int result = 0; while (a >>= 1) result += 1 return result } And my task was to say what's wrong with this function, what's its purpose and what would I write my colleague who submitted it for a code review
Complete a project with this
Provide an instance where you were faced with a new challenge and describe how you overcame that challenge, preferably engineering related
Viewing 1451 - 1460 interview questions