The interview process started with an online application, followed by a short screening and then a technical interview. The technical round focused mostly on practical SQL questions and some basic Python coding. They asked about joins, aggregations, and writing queries to solve real-world scenarios. Overall the interviewers were polite and professional, but the questions were quite detailed and time-boxed, so the experience felt challenging.
Questions d'entretien [1]
Question 1
Write a SQL query to find the total number of orders and total revenue per customer, sorted by revenue in descending order.