Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Cinnova Technologies nel mese di gen 2022
Colloquio
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.
Domande di colloquio [5]
Domanda 1
Q
if(1 == 1)
if(1 == 'one')
if(1 = 1)
if(1===1)
if(1==='1')
which is true ,and why?