Basics of OOPs, C#, SQL Server
Lead Software Developer Interview Questions
2,137 lead software developer interview questions shared by candidates
How will you optimise the Stored Procedure?
Terminal commands of Linux OS
Java, Spring Boot, Microservices questions
1) Company project 2) how to handle check exception in static 3) hash map in java 8 4) difference between Comparable and Comparator 5) what is class loader 7) How many annotation you know 6) @Schedule 7) @inject 8) Time Complexity 9) Exception in Microservices 10) 5,12,13,5,18,21,10,3,21 remove the duplicates and arrange the remaining in descending order 11) SQL query to find the average salary of employees in each department from the Employee table select dept, avg(salary) as AVG_SALARY from Employee group by dept;
How will you store values such that the top n max element can be retrieved in O(1) time. (heaps) Given a large number of files and their generations at periodic intervals based on months, how will you store the information of their generation such that for any given month, you can retrieve the files generated in that month or months, also assuming that the order in which they are generated are always constant. (by mapping them to boolean values and performing AND and OR and NOT)
Actual coding problems, design patterns
They continue the questios based on the candidate previous experience and project they explain
Look for the LoadBalancer exercise. It's always the same.
C++, C#, WPF
Viewing 2121 - 2130 interview questions