For example, what is your biggest mistake? Describe a time when you have to make a significant changes to a project? Describe a situation where you do something beyond expectation?
Engineer Interview Questions
844,385 engineer interview questions shared by candidates
What is reflector and load balancing
In a typical database query, how would you speed up an sql query that consisted of many conditions ANDED (&&) together?
Given a singly linked list, how can you find if there is a loop in the list?
In the coding test I was asked to implement Wrap Text algorithm. Given a long string and a line width, modify the string to put new line so that a line has at most line width amount of character and no line break is given in the middle of a word. I was not allowed to use split function.
A programming question ? Related to excel spread sheet. The question goes this way. columns will go infinitely : A , B.......................Z,AA,AB............AZ,AAA................ZZZZ so interviewer wanted me to choose a programming language of choice and pass the column name and print corresponding column number. A - 1 B- 2 Z - 26 AA - 27 1 + 26 AZA - 1 + 26 + 26 +
There were no questions asked that surprised me. They asked if I were willing to work on Saturdays.
Where do you see yourself in 5 years
if (5<6<2) { console.log(true); }
Remove duplicated char within a String
Viewing 1961 - 1970 interview questions