I had a 10-minute telephonic interview with the CEO, followed by a coding round conducted over Google Meet. During the telephonic round, I had the opportunity to speak with the CEO and discuss my experience and skills relevant to the position. After the phone call, I had the coding round, which was conducted remotely using Google Meet.
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Trendlyne
Colloquio
The whole process was structured properly.
There were 2 rounds as below:
- Screening round (30 min max) -> Few basic questions from Django & Python
- Technical round (1 hour 30 min) -> Few good questions from Django ORM, Python DS, Problem Solving Questions
Domande di colloquio [1]
Domanda 1
Given an array of numbers which have few duplicates. You need to write a program to return a array with unique elements. Also make sure this should be inplace which means you can't use any other data structures.