I applied online. The process took 1+ week. I interviewed at Bari's Technology Solution (Karāchi) in June 2025
Interview
The interviewer asked detailed OOP questions with strong reasoning. Some .NET questions. Then I was given a basic difficulty coding question. In the end, one output guessing from code snippet.
Interview questions [1]
Question 1
Difference between Abstract Classes and Interfaces
Difference between string and string builder.
4 pillars of OOP.
Coding question: Print alternative odd numbers in reverse from a given number as input. For example, if 1000 is the number then alternative odds will be 999, 995, 991, and so on. Had to do this using recursion.