Candidatei-me online. O processo levou mais de 1 semana. Fui entrevistado pela Bari's Technology Solution (Carachi) em jun. de 2025
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 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.