Trendlyne Full Stack Developer interview questions
Updated 4 Apr 2023
based on 2 ratings
Difficulty
Average
Experience
Very positive
How others got an interview
100%
Applied online
Applied online
Interview search
2 interviews
Trendlyne interviews FAQs
Full Stack Developer applicants have rated the interview process at Trendlyne with 3 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 100% positive. This is according to Glassdoor user ratings.
Here are the most commonly searched roles for interview reports -
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.
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
Interview questions [1]
Question 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.