J'ai passé un entretien chez Amoga Software (Bengaluru)
Entretien
1st online exam in Mettl ( apptitude and reasoning and english )
2nd round online Technical in Mettl ( javaScript and python )
3rd technical interview in office ( list, map, tuple, set, array vs list )
4th HR disscussion
J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Amoga Software (Bengaluru) en mars 2023
Entretien
In a recent online Python interview, two fundamental questions were asked. The first focused on sorting a bunch of numbers using efficient algorithms or built-in Python methods like sorted() or sort(), while ensuring edge cases were handled. The second question involved implementing a queue using lists or sets, emphasizing queue operations such as enqueue, dequeue, and maintaining order (FIFO). The interviewer tested the candidate’s understanding of data structures, logical thinking, and Python’s capabilities. These questions are common in interviews and help assess how well a candidate can apply core concepts to solve practical programming problems in real-time scenarios.
Questions d'entretien [1]
Question 1
They asked me two core Python questions:
1. How to sort a list of numbers efficiently.
2. How to implement a queue using a list or set.
The focus was on understanding sorting logic and queue operations (like enqueue and dequeue), which are common topics to test data structure knowledge and problem-solving ability in interviews.