I applied through other source. I interviewed at Graymatics (Singapore) in May 2024
Interview
The interview was focused on HTML, CSS, and basic JavaScript fundamentals. It also included a simple Python sorting question. While the interview was easy overall, I faced some challenges understanding the interviewer's Indian accent.
Interview questions [1]
Question 1
What is a tag in HTML?
Can you give some examples of common HTML tags?
How can you target specific elements with CSS?
What does a comma (,) do when separating selectors in CSS?
What is the Document Object Model (DOM)?
How can you access and manipulate elements within the DOM using JavaScript?