Me postulé a través de una agencia de empleos. Acudí a una entrevista en BDC (Montreal, QC) en oct 2019
Entrevista
Worst interview I ever had, the 2 interviewer did nothing to make me feel comfortable. very cold. start with .net very deep questions, after the second question you are so demolish that you cannot answer the rest. I really feel like they where enjoying the torture.
Preguntas de entrevista [1]
Pregunta 1
question like: ArrayList list = new ArrayList();
for (i =0; i < 10000;i++)
{
list.add(i);
}
do you see a problem here ? you add to answer that this list is slower than the new List object and there is a danger of mixing different object type in the same list. I didn't event think of that because you are looking for the catch. and it goes on like this the hole interview.