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#.
Software Engineer Developer Interview Questions
3,279 software engineer developer interview questions shared by candidates
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
Time complexity of my solutions.
What is difference btw ETL and ELT?
Oops,Collections, java8,string array,Microservices, Springboot Besic concept
Describe How You Deploy Your project using jenkins ,and how jenkins automate the process
simple app. for simulating stock market
Viewing 2121 - 2130 interview questions