I applied through an employee referral. The process took 1 day. I interviewed at Sigaram (Chennai) in Jul 2020
Interview
This was a phone call interview, where i was a asked to speak about an interesting project of mine, followed by a coding question. I was also asked about my personal interests which were like an assessment for my communication skill. I basically applied for the role of front-end developer through a refferal.
Interview questions [1]
Question 1
Given a n*n matrix, assume 4*4 and it's all filled with red balls initially, upon the first click, the first ball changes to blue, a click on second ball changes it to blue, however a click on the third ball, changes it to blue and returns the first ball to red. Code the following in HTML,CSS,JS.