I applied online. The process took 2 weeks. I interviewed at Razer (Singapore) in Mar 2024
Interview
The SQL questions in the basic assessment are challenging, making it a rigorous test of SQL knowledge. Additionally, the test delves into the reasons behind one's interest in data and analytics.
Normal process of interview with questions like tell me about yourself and why do you want to work for Razer.
Technical questions on SQL involve basic questions such as type of joins.
I was asked about myself, then asked about my coding projects and subsequently asked some technical SQL interview questions. The interviewer was calm and nice, and the interview lasted about 30-45 minutes.
Interview questions [1]
Question 1
Given a dataset of orders (OrderID, Item, Date), if I want to know which items to upsell other items to, I need to know which items I should pair all items with. How can I do this and what does the final table look like?