Divide a number by 7 without using division/modulo operators.
Software Engineer Interviews
Software Engineer Interview Questions
Software engineers write programs to design and develop computer software. Interviews are highly technical, so come ready to work through coding problems and math brainteasers. The specific questions you are asked will depend on what type of programming position you are looking for. Try researching a specific software discipline such as web development, application development, or system development.
Top Software Engineer Interview Questions & How to Answer
Question #1: How would you describe your programming task process?
Question #2: Which programming languages do you know and prefer?
Question 3: What is an example of a successful project that you completed?
419,642 software engineer 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