What would you do to get a group of international students involved at a fund raiser event?
Technology Interview Questions
24,959 technology interview questions shared by candidates
Q: Given two strings a = "congratulations" b = "pills" Find the first char from b exists in a. They were expecting O(n)
Something like the following: Given an array of strings, group the anagrams together. For example, Input: ["eat", "tea", "tan", "ate", "nat", "bat"], Output: [ ["ate","eat","tea"], ["nat","tan"], ["bat"] ]
what are the time complexity of linked list on search/insert/delete
how to check if a linked list is circular
If you have 100 continuous numbers, one number is missing, how do you find it?
You are working in a team, and one particular member is not pulling his weight, what do you do?
How will you design a car inventory?
Hirevue has not-so-standard behavioral questions.
CoderPad interview is around 1 hour. The interviewer is very friendly and helpful. 1: Simple string manipulation. count the number of characters in the string. very easy. 2: Find pairs that sum up to a certain number in an array. 3. Calculate the probability of chess game---I wasn't able to finish this question I'm using C++ and finish the first 2 questions very fast. The interviewer seems to be amazed by my methods. So he asked me if i wanted to try question 3. I tried question 3, but wasn't able to finish it and only explained my logic. So if you prefer C++, you can prepare by getting familiar with c++ string and algorithm class. very useful.
Viewing 2241 - 2250 interview questions