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.
Senior Software Development Engineer Interview Questions
1,242 senior software development engineer interview questions shared by candidates
Standard array of technical questions for the industry, but focusing more on the approach to a problem than knowing the correct answers immediately
A lot of behavioral questions. Technical and coding questions are focused on CS fundamentals.
algorithms, design, data structures, behavioral
What is a binary tree, Tables / indexes in ORacle
Tell me about yourself
Emphasis on cultural fit along with technical background
1. General testing concepts. 2. 2 Algorithm questions that need to compile and run successfully in the online compiler.
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.
1. You have been given a pointer to one of the nodes in Linkedlist which has to be deleted. There is no head pointer 2. Questions on bitwise operator.
Viewing 871 - 880 interview questions