Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Trendlyne

      Is this your company?

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Trendlyne reviews | Trendlyne jobs | Trendlyne salaries | Trendlyne benefits
      Trendlyne interviewsTrendlyne Python/Django Developer interviewsTrendlyne interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Top companies for "Compensation and Benefits" near you

      avatar
      US Navy
      4.0★Compensation and benefits
      avatar
      Amazon
      3.7★Compensation and benefits
      avatar
      Huawei Technologies
      3.6★Compensation and benefits
      avatar
      Citi
      3.6★Compensation and benefits

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Python/Django Developer Interview

      25 Jul 2024
      Anonymous interview candidate
      Bengaluru

      Other Python/Django Developer interview reviews for Trendlyne

      Python/Django Developer Interview

      7 May 2024
      Anonymous interview candidate
      No offer
      Negative experience
      Average interview

      Application

      I interviewed at Trendlyne

      Interview

      Initial Screening: The process begins with an initial screening where the interviewer evaluates your resume/CV and possibly conducts a brief introductory call to discuss your background, skills, and interests. Multiple-Choice Test: You're provided with a multiple-choice test consisting of questions related to programming concepts, algorithms, data structures, and possibly specific technologies relevant to the role. The test might cover topics such as JavaScript, React.js, Next.js, HTML/CSS, Node.js, database fundamentals, etc. You're expected to answer the questions within a specified time frame. After completing the test, you submit your answers, but the interviewer doesn't provide immediate feedback regarding your performance. Technical Test: If you pass the multiple-choice test or meet certain criteria, you're invited to a technical test, which could be a coding challenge or a project-based assessment. For a coding challenge, you may be given a set of programming problems to solve within a limited time period, using your preferred programming language. Alternatively, you might be asked to work on a small project or task that simulates real-world scenarios relevant to the position. You complete the technical test according to the instructions provided and submit your solution within the given timeframe.

      Interview questions [1]

      Question 1

      "What is a prime number?" "How would you iterate through a list in Python?" "How can you merge two lists in Python using an in-built function?" "What will be the output of the following Python code? my_tuple = (1, 2, 3, 4, 5) my_tuple[2] = 10 print(my_tuple) A) (1, 2, 10, 4, 5) B) (1, 2, 3, 10, 5) C) Error: 'tuple' object does not support item assignment. D) Error: 'tuple' object has no attribute 'insert'."
      1 Answer
      4
      No offer
      Negative experience
      Easy interview

      Application

      I applied online. The process took 2 days. I interviewed at Trendlyne (Bengaluru) in Apr 2024

      Interview

      First call is to more to know about professional experience and django framework and after scheduling the test there were only 5 basic questions related to python and django. After tat I have not heard any response.

      Interview questions [1]

      Question 1

      Function to know if a number is prime?
      Answer question