Ho presentato la mia candidatura tramite un'agenzia di reclutamento personale. Ho sostenuto un colloquio presso BDC (Montréal, QC) nel mese di ott 2019
Colloquio
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.
Domande di colloquio [1]
Domanda 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.