DFS on HTML nodes
Engineer Software Interview Questions
419,802 engineer software 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