J'ai postulé en ligne. J'ai passé un entretien chez Cinnova Technologies en janv. 2022
Entretien
I get through an initial online interview process. It was about javascript-based questions, simple programming-based, and Database queries. Simple tests just basic stuff for judging our understanding and problem-solving skills.
Questions d'entretien [5]
Question 1
Q
if(1 == 1)
if(1 == 'one')
if(1 = 1)
if(1===1)
if(1==='1')
which is true ,and why?