Conduct an in-depth interview with a software engineer or team lead, asking more complex questions about system design, data structures, and algorithms.
Engineer Developer Interview Questions
3,858 engineer developer interview questions shared by candidates
Is Anagram, Java 8, OOPS
what Spring boot Annotations you have used
What is your highest qualification
explain how the internet works
First question was on the projects i had worked on in my last company as I had applied on 2.5 years experience. After that some questions to write code: SQL: que1: Get counts of people belonging to different cities from a table having, table.Sno, table.Name, Table.city que2: What is nomalization in the DB and how do we achieve that. C#: que3: What are static class and static methods? que4: How does garbage collection works on static class? que5: What are heap and stack memories? que6: Using LINQ Sort a given list of strings. que7: How do we make our code thread safe? que8: Explain thread synchronisation and its techniques. que9: When do we use interfaces and when abstract classes? que10: What are delegates in c#.
about thr oops concepts in java
Tell me about a time you faced pushback
Two was coding question at the time of interview, asked on java, C++ and Python
You are given an m x n integer matrix matrix with the following two properties Each row is sorted in non-decreasing order. The first integer of each row is greater than the last integer of the previous Given an integer target, return true if target is in matrix or false otherwise You must write a solution in O(log(m * n)) time complexity. Input: matrix = [ 11,3, 5, 7], [10,11,16,20], [23,30,34,60]], target =3 Output: true
Viewing 2521 - 2530 interview questions