Tell me about a time your bosses asked you do something you disagreed with and you did something different.
Software Development Interview Questions
37,302 software development interview questions shared by candidates
Typical SDE interview
An array of strings, and each string is connected by an edge if they differ by one character. Find if there is a path between two strings.
How to reverse a string
print the number ordered by the level in a binary tree
reverse linked list, 1-2-3-4-5 to 5-4-3-2-1
Print out all the possible words that can be formed from a phone number.
Describe your role in your project and the most difficult part of it and how you handled it.
(1)Given string is palindrome or not(Inlace without using extra buffer) (2)Given a number n - give me the first n prime numbers (Improve efficiency of code) (3)Fizz-buzz type question (4)Given a string(for e.g.,abc) and an array of strings(s1,s2,....sn) -> return an array of boolean values based on if a string s1 can be made from the characters of string(abc) (5)Find the duplicates in an array. (6)Given an architecture of an application - find the best ways to test it and make sure that how can we deliver quality products. (7)Behavioral questions like conflict with a team-member etc.
Real time project development assessment
Viewing 1001 - 1010 interview questions