It's about a list of parent/child pairs, then print out the family tree. input: [<a,b>,<b,c>,<a,e>] output: a b c e
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,481 software engineer interview questions shared by candidates
2) You have 10 jars containing 100 marbles each. One jar has marbles weighing 1.1 grams. The other jars have marbles weighing 1.0 grams. The marbles all look alike. What is the minimum number of weighs on a scale to find out which jar has the heavy marbles.
How to compute top k numbers in an array?
A graph BFS question and A question of building a stack
something related to artifacts.
General high level system designs for use cases
What is difference between == and ===
Given a binary search tree find the kth smallest element.
Given an nxn matrix of numbers in ascending order in both dimensions how would you go about finding if the number y is in the matrix.
How to fashion a SQL query to connect the departures and arrivals of boarding passes to make one contiguous journey.
Viewing 1591 - 1600 interview questions