Find the maximum sum possible in an array of positive integers by selecting the elements in such a way that no two elements are next to each other.
Engineer Software Interview Questions
419,688 engineer software interview questions shared by candidates
For a two-dimensional array of arbitrary size (not guaranteed to be square) containing binary values, find the total number of rectangles defined by four corners and parallel to the array's dimensions.
What is the Heapsort algorithm based on?
Convert string "1234" into a number without using library functions
Given an array of integers, find the length of the shortest subsequence that sums up to over a certain threshold.
Most phones now have full keyboards. Before there there three letters mapped to a number button. Describe how you would go about implementing spelling and word suggestions as people type.
How will you determine two graphs are the same?
How would you sort 10 million phone numbers?
What is the difference between a linked list and an array?
SQL (weight: 10%) Consider the table below: table A ( id integer primary key, name varchar(20), age integer ) Write a query to return the list of unique names from table A
Viewing 2401 - 2410 interview questions