DFS on HTML nodes
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,816 software engineer interview questions shared by candidates
Whats the Big O Value of a merge sort?
Q: Every city has a calendar with different holiday periods. You may travel to another city only at the weekend. What is the maximum days of holiday that you can get in a year.
Find the coordinates of the rectangle which is parallel to axis and has minimum area.
2 Medium questions. (chosen language c++) 1. Implement code for a class representing a number in digits, with ++ operator to raise by 1. 2. You have unsorted array. You must design algorithm to create array where every even value is greater than it's odd neighbors. So if a(i) is value at index i (=0,1,2...n), the result must hold that: a1 < a2 > a3 < a4 > a5... etc'
Given an array of strings in which elements are mixture of * and #s. Find out the minimum coverage of # of this array.
Data structures, algorithms, distributed systems
Find number of reciprocated edges in directed graph.
Fermi estimation problem. Implement LRU cache. On-site coding session. (Essentially create an RSS feed reader that sends URL information to an excerpt generation site, and somehow persist which feed entries have already been read so they aren't counted as new feeds the next time you run the program.)
What is your dream Company?
Viewing 2981 - 2990 interview questions