Candidatei-me por indicação de um funcionário. O processo levou 3 dias. Fui entrevistado pela Network Marvels (Thāne) em nov. de 2025
Entrevista
It was based on basics of rdbms, dsa, html/css, python programming, past projects and experiences as well as coding on paper and explaining my thought process and around the topics mentioned above.
Perguntas de entrevista [1]
Pergunta 1
they asked me about async await, where to put the await. Write a query to find max value in the given table, talk about the one time you had to push yourself to make a project, leetcode medium question on find Lowest Common Ancestor, html syntax for form and reversing a linked list.
Candidatei-me pessoalmente. O processo levou 2 dias. Fui entrevistado pela Network Marvels (Bombaim) em ago. de 2025
Entrevista
The interview questions focused on SQL, data structures, basic operating system concepts, networking fundamentals, and web programming, covering both theoretical understanding and practical problem-solving skills across these essential core technical domains.
Fiz uma entrevista na empresa Network Marvels (Bombaim).
Entrevista
The interview process was fairly easy, with a mix of basic data structures and algorithms (DSA) questions, but the main focus was on SQL programming. They emphasized writing optimized queries and working with real-world database scenarios. Since I was comfortable with both DSA and SQL, I found the process straightforward and smooth.
Perguntas de entrevista [1]
Pergunta 1
I had an interview recently where they asked me this SQL question:
You have two tables: Users (id, name, email) and Orders (id, user_id, amount, created_at). Write a SQL query to find the top 3 users who have spent the most in total on orders in the last 6 months."
It caught me off guard a bit. How would you approach this?