What is systems engineering?
Engineer Interview Questions
935,492 engineer interview questions shared by candidates
What would you do if you had four projects, one due today, one due in a week, one due in a month and one due in a year?
What is the source IP of an end user node requesting a DHCP packet. What are the 4 types of DHCP packets.
Design a data structure where insertion, deletion, data access and get random element are all done in O(1), i.e., constant time. (Without using STL or Hash tables)
Difference between an array list and a linked list.
Write a function to remove repeated spaces from a string (ex: "one two three four" -> "one two three four")
Given a list of coins and the a total amount. Calculate the minimum number of coins can be used to reach the total amount.
Examples of teamwork etc. general questions like that
Give 2 coding solutions on returning an array by removing duplicates. One solution with O(n^2) and the other Linear.
Given an array whose elements are sorted, return the index of a the first occurrence of a specific integer. Do this in sub-linear time. I.e. do not just go through each element searching for that element.
Viewing 1781 - 1790 interview questions