Define what lab work is...
Engineers Interview Questions
843,473 engineers interview questions shared by candidates
What about the company interested you to apply
How would you triage and go about fixing infrastructure problems? Giving an input file, get the number of lines matching a specific piece of text using bash scripting. Give the percentage of lines in the file that match that string.
Give an example of real world scenario where you see inheritance?
2 Coding questions, providing complete solution is the main thing they want and not the optimization.
Tell me 3 hobbies. Not 2 or 4, only 3.
How does some technical stuff work
45 min Frontend question with HTML CSS and JavaScript. Have to make something.
write algorithm which will reverse array, without using std tools
1) I have class hierarchy and should create array of different instances of this hierarchy. They asked me to write a function which iterates this array and executes different methods according to the instance class. I suggested that downcasting is a bad idea and that it can violate Liskov substitution rule of the SOLID principles, and this problem should be solved using collections and generics, but they did not accept this answer 2) Create Queue N size using only N size array. 3) some Java concurrency related questions: synchronized volatile, atomic, etc....
Viewing 2281 - 2290 interview questions