Software Engineer Developer Interview Questions

3,279 software engineer developer interview questions shared by candidates

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#.
avatar

Software Engineer/.NET Developer

Interviewed at Philips

3.8
Jan 17, 2019

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#.

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
avatar

Software Engineer - Java Developer

Interviewed at EPAM Systems

4
May 20, 2024

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 2121 - 2130 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 3,279 interview questions and reports from Software engineer developer interviews. Prepare for your interview. Get hired. Love your job.