J'ai postulé via la recommandation d'un employé. Le processus a pris 2 semaines. J'ai passé un entretien chez Mortgage Magic (Dhâkâ) en janv. 2025
Entretien
they ask me about basic front end and also some question on data structure and algorithom spacally tree related question.ask about pointer and use of it and deep drive on it.overall the interview process wes well decorated
Questions d'entretien [1]
Question 1
What will be the output produced by the following C code:
int main()
{
int array[5][5];
printf("%d",( (array == *array) && (*array == array[0]) ));
return 0;
}