Divide a number by 7 without using division/modulo operators.
Engineer Software Interview Questions
419,688 engineer software interview questions shared by candidates
What is the difference between a Running time exception and a normal exception
How will you store a large list of phone numbers ? What data structures will you use?
Write code for Anagram
Coding questions will be very basic like FizzBuzz program, Prime number... etc.
Given a string s (1<=s.length()<=1000), return the shortest substring that is only occurring once. Examples: s="aabbabbaab" gives either "bab" or "baa" s="aaaa" gives "aaaa"
Unexpected question - Guess the number I am thinking of which is between 1 and 100 by asking minimal Yes or No questions.
First interview was a personality interview. Second was personality again. Third Technical. Fourth with the COO. In the technical, I was asked to debug two code snippets. I was also given 30 minutes to perform a list of technical tasks in Windows.
You and the interviewer play a game. There are piles of stones on a table, each with a different number of stones. On your turn, you can take from the table any positive number of stones from any single pile. The person who takes the last stone wins. What's your move?
Remove a node in a singly linked list, which is pointed to, in O(1). If you know the trick, its easy, otherwise, you can only do O(N).
Viewing 2321 - 2330 interview questions