J'ai postulé via la recommandation d'un employé. Le processus a pris 2 semaines. J'ai passé un entretien chez Newfold Digital (Toronto, ON) en juin 2024
Entretien
I was referred to Newfold Digital by a friend, and a recruiter reached out to me for an interview. The process started with a screening interview where the recruiter asked basic questions about my experience to assess my fit for the role. They mentioned there would be only one technical round, and a decision would be made afterward.
During the technical interview, two engineering managers joined the call. The first question was a programming challenge, and the second was specific to React. However, I was not informed beforehand that I would need to code locally or on a platform of my choice, which I learned only during the interview. I opted for JSFiddle for JavaScript and CodeSandbox for React. Setting up CodeSandbox took a few minutes out of my one-hour interview, which I found significant since the evaluation seemed to focus on the speed of arriving at an optimized solution.
The interviewers were not very supportive when I was implementing the solution. Unlike my experience with big tech companies, where interviewers typically guide you, here, they interrupted me with irrelevant questions that made me nervous and fumble. The interview process felt rigid and didn't seem to genuinely assess my knowledge.
After the interview, I was ghosted by the recruiter for a few weeks. When I followed up, I didn't receive any response, which left a negative impression of the entire process.
Questions d'entretien [2]
Question 1
Given an array of integers, write a function that finds the indices of two elements in the array such that their sum is equal to a given target number. If such a pair exists, return the indices as an array. If there are multiple pairs, return the first pair. If no such pair exists, return null.
Create a React application with a UserCard component to display user information, a list page showing a collection of UserCard components, and a detail page with additional user details, fetching the user data from an external API.