I applied through a staffing agency. I interviewed at BDC (Montreal, QC) in Oct 2019
Interview
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.
Interview questions [1]
Question 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.