J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 5 semaines. J'ai passé un entretien chez Symsoft Solutions (Sacramento, CA) en mars 2019
Entretien
I met with a recruiter at my college career fair. I got contacted about a week later to schedule an on-site technical interview. My interview was with three software engineers. First, we talked about my programming experience and previous projects. Then, I was asked to write a few functions on a white board. The interviewers were very polite, and they asked me a lot of questions. A few weeks after the interview, I was contacted by email that I did not get the position.
Questions d'entretien [1]
Question 1
Write a function that can find and return the first repeated integer in an array with only numbers 1-5.
J'ai postulé en ligne. Le processus a pris 3 jours. J'ai passé un entretien chez Symsoft Solutions (Sacramento, CA) en sept. 2023
Entretien
One video interview and a question that needs to be solved in any framework. I did everything right and then no reply. After that I waited some days but no response at all. I keep waiting for a reply but they just ghosted me.
Questions d'entretien [1]
Question 1
Q: What did you do in previous job? Q: What tech stack did you use?
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 jour. J'ai passé un entretien chez Symsoft Solutions (Sacramento, CA) en mai 2022
Entretien
Initial interview and then a technical interview. The initial interview, you just talk about yourself and your experience. The technical interview is someone else interviews you . You open a blank document and answer this:
const array = [7,2,8,9,4,2,5,8,6,1,2,3]
array.filter(x < 3)
const string = ["m", "a", "d", "a", "m"]
for(i = 0; i < string.length; i++){
console.log(i)
}