Standard array of technical questions for the industry, but focusing more on the approach to a problem than knowing the correct answers immediately
Senior Development Engineer Interview Questions
1,589 senior development engineer interview questions shared by candidates
A lot of behavioral questions. Technical and coding questions are focused on CS fundamentals.
Write an iterative method (on the whiteboard) to provide an in-oder traversal of a binary search tree.
Given a set of rectangles of fixed heights and widths, write an application that will fit as many of them as possible into a squire of the specified size.
Insert value in linked list at given position. How would you test it?
The interviewer asked all the work that I described in my resume.
immutable class (seemed the most important question)
algorithms, design, data structures, behavioral
Selenium question, c# code palindrome and duplicate string. Manual testing questions related to bug life cycle and STLC
Round 3: Skype - Retrieve the number of employees working in each department - SELECT department_id, COUNT(*) FROM employees GROUP BY department_id; - Unix/Linux Command to find replace a text for all the files in the given directory Ans: find ./ -type f -exec sed -i 's/string1/string2/g' {} \; - Unix/Linux Command to Find only ERRORS in the log files.
Viewing 1101 - 1110 interview questions