Upload Button Icon Add office photos

Filter interviews by

Trendlyne Technologies React Js Frontend Developer Interview Questions and Answers

Updated 25 Mar 2023

Trendlyne Technologies React Js Frontend Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Hirist and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Intial pre screening with basic questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Detailed questions on JavaScript, HTML, CSS, React Js

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on basics of HTML, CSS, JavaScript and try to be crisp on answers

Interview questions from similar companies

I was interviewed before Mar 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

  • Q1. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Ans. 

    Detect if a singly linked list forms a cycle by checking if a node's next points back to a previous node.

    • Use Floyd's Cycle Detection Algorithm to determine if there is a cycle in the linked list.

    • Maintain two pointers, one moving at double the speed of the other, if they meet at any point, there is a cycle.

    • If one of the pointers reaches the end of the list (null), there is no cycle.

  • Answered by AI
  • Q2. 

    Next Greater Element Problem Statement

    Given a list of integers of size N, your task is to determine the Next Greater Element (NGE) for every element. The Next Greater Element for an element X is the firs...

  • Ans. 

    Find the Next Greater Element for each element in a list of integers.

    • Iterate through the list of integers from right to left.

    • Use a stack to keep track of elements for which the Next Greater Element is not yet found.

    • Pop elements from the stack until a greater element is found or the stack is empty.

    • Assign the Next Greater Element as the top element of the stack or -1 if the stack is empty.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. How would you design an ATM machine?
  • Ans. 

    Designing an ATM machine involves considering user interface, security measures, transaction processing, and hardware components.

    • User interface should be intuitive and easy to navigate for users of all ages.

    • Implement security measures such as PIN entry, card authentication, and encryption to protect user data.

    • Transaction processing should be fast and reliable, with options for cash withdrawals, deposits, transfers, and...

  • Answered by AI
Round 3 - HR 

Round duration - 45 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNAGroww interview preparation:Topics to prepare for the interview - DSA, Database Systems, OOP, Operating Systems, Computer NetworksTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice DSA daily
Tip 2 : Try to think of the solution first before jumping to the solution
Tip 3 : Go through interview experience
Tip 4 : Have mock interviews

Application resume tips for other job seekers

Tip 1 : Know in depth what is there in your resume
Tip 2 : Mention your skills and work properly

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Apr 2023.

Round 1 - Aptitude Test 

Coding snippets and object oriented concepts

Round 2 - Technical 

(5 Questions)

  • Q1. What is oops concepts what is difference between get and post
  • Ans. 

    OOPs concepts refer to Object-Oriented Programming concepts like inheritance, encapsulation, polymorphism, and abstraction. GET and POST are HTTP methods used for sending data to a server.

    • OOPs concepts include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation involves bundling data and methods that operate on the data...

  • Answered by AI
  • Q2. What is inheritance and polymorphism
  • Ans. 

    Inheritance is a mechanism in OOP where a class inherits properties and behaviors from another class. Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Inheritance allows a class to inherit attributes and methods from another class, promoting code reusability.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass, enabling flexibil...

  • Answered by AI
  • Q3. What is annotations ,
  • Ans. 

    Annotations are metadata added to code to provide additional information or instructions.

    • Annotations are used in Java to provide metadata about classes, methods, variables, etc.

    • They can be used for documentation purposes, code analysis, or to generate code.

    • Examples include @Override, @Deprecated, and @SuppressWarnings annotations.

  • Answered by AI
  • Q4. What is rest Controller
  • Ans. 

    A rest controller is a component in a web application that handles incoming HTTP requests and returns appropriate responses.

    • Handles HTTP requests and maps them to appropriate handler methods

    • Typically used in RESTful web services to implement CRUD operations

    • Can be implemented using frameworks like Spring MVC in Java

  • Answered by AI
  • Q5. What is hash map?
  • Ans. 

    A hash map is a data structure that stores key-value pairs and allows for efficient retrieval of values based on their keys.

    • Hash maps use a hash function to map keys to indexes in an array, where the corresponding values are stored.

    • They offer constant-time average case complexity for inserting, deleting, and searching for elements.

    • Examples of hash map implementations include HashMap in Java and unordered_map in C++.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - not Any

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Why you want to switch
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Desire to work on new technologies and projects

    • Opportunity for career advancement

    • Seeking a better work-life balance

    • Interested in a different company culture or team dynamic

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. Basic Questions of Oops and MVC

I applied via Referral and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Banking and mortgage industry questions. Us mortgage industry, Loan process and life cycle. Loan types
Round 2 - One-on-one 

(1 Question)

  • Q1. Mortgage related questions.
Round 3 - HR 

(1 Question)

  • Q1. Behavioural questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be prepared regarding mortgage industry questions.

I applied via Naukri.com and was interviewed before Mar 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 
Round 3 - HR 

(8 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why should we hire you?
  • Q5. Why are you looking for a change?
  • Q6. Where do you see yourself in 5 years?
  • Q7. What are your strengths and weaknesses?
  • Q8. Tell me about yourself.
Round 4 - One-on-one 

(1 Question)

  • Q1. Related to previous job, and other common interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, honest and ready for situational questions

I was interviewed in Nov 2020.

Interview Questionnaire 

1 Question

  • Q1. Why to leave previous organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready for some tricky questions. There would be 3 rounds apart from HR round. Overall be chill since everybody is supportive.

I applied via Referral and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Objective test based upon amplitude mental ability questions.

Round 2 - One-on-one 

(3 Questions)

  • Q1. Second round would be a Personal interview with Team leader and if selected then a PI with Manager
  • Q2. Why you want to join better?
  • Q3. Can a model like better execute in Indian Market?
  • Ans. 

    Yes, a well-designed model can better execute in the Indian market.

    • A model that takes into account the unique characteristics of the Indian market can perform better.

    • Factors such as cultural nuances, language, and consumer behavior should be considered.

    • For example, a model that incorporates regional languages and dialects can better connect with consumers.

    • Similarly, a model that accounts for the importance of family an...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. What is Fannie Mae? What is Freddie Mac? Explain and Difference between the two.
  • Ans. 

    Fannie Mae and Freddie Mac are government-sponsored enterprises that provide liquidity to the mortgage market.

    • Fannie Mae and Freddie Mac buy mortgages from lenders and package them into securities that are sold to investors.

    • Fannie Mae was created in 1938 and Freddie Mac in 1970.

    • Fannie Mae is a nickname for the Federal National Mortgage Association and Freddie Mac is a nickname for the Federal Home Loan Mortgage Corpora...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Gather some brief knowledge about US Mortgage before the interview and about Better's journey in the market. Be confident in what you are bringing to the table and defend it accordingly.

I applied via LinkedIn and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Tell me something about yourself?
  • Q2. Why you want to switch from Indian banking to US mortgage?
  • Ans. 

    I want to switch from Indian banking to US mortgage because it offers new challenges, growth opportunities, and a chance to work in a different market.

    • I am seeking new challenges and opportunities for growth in my career.

    • Working in the US mortgage industry will allow me to gain valuable experience in a different market.

    • I am excited about the prospect of learning about the intricacies of the US mortgage system and apply...

  • Answered by AI
  • Q3. Tell me what you know about US mortgage?
  • Ans. 

    US mortgage is a loan taken to purchase a property, secured by the property itself.

    • Mortgage interest rates are influenced by the economy and credit score.

    • There are different types of mortgages such as fixed-rate, adjustable-rate, and FHA loans.

    • The down payment required for a mortgage can vary from 3% to 20% depending on the lender and type of loan.

    • Defaulting on a mortgage can result in foreclosure and the loss of the p...

  • Answered by AI
  • Q4. If you come up with a policy and the senior management is ok with it but your team members are against it. How will you cope up with that situation?
  • Ans. 

    I will try to understand the reasons behind their opposition and address their concerns while also explaining the benefits of the policy.

    • I will schedule a meeting with the team members to discuss their concerns and try to understand their perspective.

    • I will explain the rationale behind the policy and how it aligns with the company's goals.

    • I will address their concerns and try to find a middle ground that satisfies both...

  • Answered by AI
  • Q5. What challenges you faced in your current role and how you overcome that?

Interview Preparation Tips

Interview preparation tips for other job seekers - * Good communication skill.
* It should reflect that you are interested in learning and your eagerness to learn.
* Good work on situation based questions is very important.

Trendlyne Technologies Interview FAQs

How many rounds are there in Trendlyne Technologies React Js Frontend Developer interview?
Trendlyne Technologies interview process usually has 3 rounds. The most common rounds in the Trendlyne Technologies interview process are Resume Shortlist, Technical and One-on-one Round.
What are the top questions asked in Trendlyne Technologies React Js Frontend Developer interview?

Some of the top questions asked at the Trendlyne Technologies React Js Frontend Developer interview -

  1. Detailed questions on JavaScript, HTML, CSS, React...read more
  2. Intial pre screening with basic questi...read more

Tell us how to improve this page.

Trendlyne Technologies React Js Frontend Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Groww Interview Questions
3.8
 • 65 Interviews
Edelweiss Interview Questions
3.9
 • 58 Interviews
Better.com Interview Questions
3.0
 • 53 Interviews
Indiafilings Interview Questions
3.5
 • 27 Interviews
Leap Finance Interview Questions
4.0
 • 25 Interviews
Wishup Interview Questions
4.2
 • 23 Interviews
Lentra AI Interview Questions
2.8
 • 21 Interviews
View all
Full Stack Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Content Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Full Stack Engineer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Trendlyne Technologies with

Moneycontrol.com

2.5
Compare

Marketsmojo

2.4
Compare

TickerPlant

3.1
Compare

Equitymaster

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview