Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Tripjack Team. If you also belong to the team, you can get access from here

Tripjack Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Tripjack React Js Frontend Developer Interview Questions and Answers

Updated 25 Nov 2024

Tripjack React Js Frontend Developer Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Javascript and React Questions
  • Q2. Ask Basic HTML and CSS questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Debouncing and throttling Implementation
  • Ans. 

    Debouncing and throttling are techniques to control the rate of function execution in JavaScript, enhancing performance.

    • Debouncing delays the execution of a function until after a specified wait time has elapsed since the last time it was invoked.

    • Example of debouncing: A search input that waits for the user to stop typing for 300ms before sending a request.

    • Throttling ensures a function is executed at most once in a spe...

  • Answered by AI
  • Q2. File manger System in React
  • Ans. 

    A file manager system in React allows users to upload, download, organize, and manage files within a web application.

    • Use React components to create a user interface for file management

    • Implement features like file upload, download, delete, and organize files into folders

    • Utilize libraries like react-dropzone for file upload functionality

    • Store file data in a database or cloud storage for persistence

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I was misinformed by HR. She told me that it will be a managerial round, so i prepared for that but when it comes to interview it was a machine coding round. But still interviewer was really good and supportive but HR misleads me.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
4d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Tripjack?
Ask anonymously on communities.

Interview questions from similar companies

Interview Preparation Tips

Skill Tips: To crack Yatra interview Java, Data Structures and Algorithms concepts should be clear.
Skills: Java, Data structures, Algorithm
College Name: na

React Js Frontend Developer Interview Questions Asked at Other Companies

asked in Simform
Q1. 1. What is difference between abstract class and interface ?
asked in Simform
Q2. What is the difference between a primary key and a unique key?
asked in Simform
Q3. What is an arrow function in JavaScript?
asked in TCS
Q4. How can we mimic lifecycle methods using useEffect in functional ... read more
asked in Simform
Q5. 5. Why we require interface and what is interface in java ?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Discussion about Hashmaps.
  • Q2. How to make Spring Applications?
  • Ans. 

    Spring applications can be made using Spring Boot, which simplifies the setup and configuration process.

    • Use Spring Initializr to create a new Spring Boot project

    • Add dependencies in the pom.xml file for required Spring modules

    • Create Java classes with annotations like @Controller, @Service, @Repository, etc.

    • Define application properties in application.properties or application.yml file

    • Run the application using the main m...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Discussion about Goals.
  • Q2. Discussed points from Resume

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Coding Test 

Second number from array

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

Interview Questionnaire 

3 Questions

  • Q1. What is the difference between __proto__ and prototype
  • Ans. 

    The __proto__ is a property that points to the prototype of an object, while prototype is a property of a constructor function.

    • The __proto__ property is used to access the prototype of an object.

    • The prototype property is used to add properties and methods to a constructor function.

    • The __proto__ property is deprecated and should not be used in production code.

    • Changes to the prototype of a constructor function will affec...

  • Answered by AI
  • Q2. Css related questions
  • Q3. PWS related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Core javascript should be on fingers tip.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic question javascripsts and react.js

I applied via Approached by Company and was interviewed before Nov 2021. There were 2 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 - HR 

(2 Questions)

  • Q1. 1) Details to travel related work experience in past
  • Q2. 2) Why do you want to join Thomas Cook

Interview Preparation Tips

Interview preparation tips for other job seekers - They hire more on actual work than tag of past company
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. They asked me one question.why select in this company.

I applied via Monster and was interviewed in Dec 2017. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. They are asked question tell about yourself in general questions.

Interview Preparation Tips

General Tips: I attend in interview last candidate so just 5 minits faced HR interview.
Skills: Analytical Skills
Duration: 1-4 weeks

Interview Preparation Tips

Round: Test
Experience: 1. Rotate a matrix by 90 degrees clockwise.( He asked me have you heard of question.I said Yes.Then he asked me to code)2. Find vertical sum of nodes present in same vertical line in binary tree. ( He again asked me have you heard of question. I have heard it but didn’t remember the approach. It took some time and then I started telling my approach.He aasked me to write code and question regarding get sums from left to right , for which I made use of linked hashmap)
Overall It was very cool for me
Total Questions: 2

Round: Test
Experience: 1.Reverse K blocks of nodes in linked list.There are two interviewers this time, probably, guy was senior he was asking me question.He was very particular in coding. Checked every edge case.and asked me evrything.Initially I told the approach and then started coding.2.Find min in stack in O(1)Pretty straightforward written code.Again he checked all edge cases with my code.3. Then asked about counting sort and its code.4. And a simple question on array sorting.

Round: HR Interview
Experience: I thought this was last round as they have said like.She asked me about my strengths and challenges I faced.How I overcame through it1.Basic question on oops concepts.(runtime polymorphism).
2.Design tables for getting all employees under manager. I screwed it little bit.But some how I got answer which I was not satisfied as well.I was expecting result either yes/no.But they called me for another round of interview may be because of my expected salary which was high compared to my previous.

Round: Technical Interview
Experience: 1.Given “aaabbbccc” it should return “a3b3c3″ in place. Initially I explained brute force approach then he said array has 2n space.I was able to remember approach for quicksort and started explaining after which I grew confident on it.He was satisfied.Questions on time complexity of algo and space complexity discussions.2.Again a question on OOPs.This time I was completely wrong in answering it.I thought interview with yatra was closing for me.He was not satisified much with this.Luckily, there was another round with manager.

Round: Other Interview
Experience: 1.He asked me to find words which are having particular pattern.Then I said it was KMP algo. Can I explain it ?? I started explaining approach, may be he was busy with something, he asked me to write pseudo code.He left the room for 15 mins then he came back I had almost completed the code, which he was satisified.Some basic questions on spring ( my previous work was related to it). Then my expected salary and my position If I got selected in yatra were discussed.

College Name: NA

Tripjack Interview FAQs

How many rounds are there in Tripjack React Js Frontend Developer interview?
Tripjack interview process usually has 2 rounds. The most common rounds in the Tripjack interview process are Technical and One-on-one Round.
What are the top questions asked in Tripjack React Js Frontend Developer interview?

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

  1. Debouncing and throttling Implementat...read more
  2. File manger System in Re...read more
  3. Ask Basic HTML and CSS questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

2/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

BCD Travel Interview Questions
4.3
 • 113 Interviews
Thomas Cook Interview Questions
3.9
 • 63 Interviews
Yatra Interview Questions
3.3
 • 33 Interviews
Headout Interview Questions
4.0
 • 13 Interviews
View all
Senior Travel Consultant
33 salaries
unlock blur

₹2.5 L/yr - ₹5.7 L/yr

Executive Accountant
33 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Travel Consultant
25 salaries
unlock blur

₹2.7 L/yr - ₹6.1 L/yr

Software Developer
19 salaries
unlock blur

₹8 L/yr - ₹13 L/yr

Senior Executive
10 salaries
unlock blur

₹3.3 L/yr - ₹6.2 L/yr

Explore more salaries
Compare Tripjack with

Thomas Cook

4.0
Compare

BCD Travel

4.3
Compare

Yatra

3.3
Compare

Riya Travel

3.6
Compare
write
Share an Interview