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.
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,685 software engineer 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