I applied online. The process took 4 weeks. I interviewed at Antra
Interview
The interview process is about 45 mins and ask about some basic OOP concepts and an easy leetcode coding question. After that I was asked to write a sql query to find the second largest record from a table.
It has 3 steps, the first one is, they will explain how the company operates and asks you if you accept it, then on the second round you will have a C# code test, it is not hard, once you have passed the second round the final one will be to answer the OOP questions.
Interview questions [3]
Question 1
(My question was to put all the negative number to the front without sorting the array { 5, 2, 7, -4, 3, -8, -10 })
SQL => What is Normalization
What is Left Join, Inner Join, and Right join
C# => Abstract vs Interface
Class Vs Abstract
What is MVC
How to add database in C#