I applied online. I interviewed at Cinnova Technologies in Jan 2022
Interview
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.
Interview questions [5]
Question 1
Q
if(1 == 1)
if(1 == 'one')
if(1 = 1)
if(1===1)
if(1==='1')
which is true ,and why?