Me postulé a través de una recomendación de un empleado. El proceso tomó 2 semanas. Acudí a una entrevista en Mortgage Magic (Dhaka) en ene 2025
Entrevista
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
Preguntas de entrevista [1]
Pregunta 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;
}