AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
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
3.9

based on 93 Reviews

Play video Play video Video summary
  • About
  • Reviews
    93
  • Salaries
    462
  • Interviews
    17
  • Jobs
    29
  • Benefits
    2
  • Photos
    18

Filter interviews by

Tripjack Interview Questions and Answers

Updated 9 May 2025
Popular Designations

7 Interview questions

A React Js Frontend Developer was asked 7mo ago
Q. 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

View all React Js Frontend Developer interview questions
A React Js Frontend Developer was asked 7mo ago
Q. Explain the concepts of debouncing and throttling and how you would implement them.
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 ...

View all React Js Frontend Developer interview questions
A QA Engineer was asked 7mo ago
Q. Tell us about threads.
Ans. 

Threads are lightweight processes within a program that can run concurrently, allowing for multitasking and improved performance.

  • Threads share the same memory space within a process

  • Threads can communicate with each other through shared memory or message passing

  • Examples of threading libraries include pthreads in C/C++ and Java's Thread class

View all QA Engineer interview questions
A QA Engineer was asked 7mo ago
Q. Define polymorphism.
Ans. 

Polymorphism is the ability of a single function or method to operate on different types of data.

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

  • It enables a single interface to represent multiple data types.

  • Examples include method overloading and method overriding in object-oriented programming.

View all QA Engineer interview questions
A Sdet Automation Test Engineer was asked 9mo ago
Q. How would you explain graph traversal?
Ans. 

Traversal of graphs involves visiting each vertex and edge in a graph in a systematic way.

  • Traversal can be done using algorithms like Depth First Search (DFS) or Breadth First Search (BFS).

  • DFS explores as far as possible along each branch before backtracking, while BFS explores neighbors before moving on.

  • Traversal can be used to find paths, cycles, connected components, or perform other graph operations.

  • Example: T...

View all Sdet Automation Test Engineer interview questions
A SDE was asked
Q. Given the head of a singly linked list, reverse the list, and return the reversed list.
Ans. 

Reverse a linked list by changing the direction of the pointers.

  • Iterate through the list and change the direction of the pointers

  • Keep track of the previous, current and next nodes

  • Set the next pointer of the current node to the previous node

  • Move to the next node and repeat until the end of the list is reached

View all SDE interview questions
A SDE was asked
Q. What is the workflow of an API?
Ans. 

API workflow involves request, processing, and response.

  • Client sends a request to the API endpoint

  • API processes the request and performs necessary actions

  • API sends a response back to the client

  • API may also authenticate and authorize the request

  • API may also log the request and response for future reference

View all SDE interview questions
Are these interview questions helpful?

Tripjack Interview Experiences

17 interviews found

React Js Frontend Developer Interview Questions & Answers

user image Anonymous

posted on 25 Nov 2024

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
  • Add your answer
  • Q2. Ask Basic HTML and CSS questions
  • Add your answer
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
    Add your answer
  • 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
    Add your answer

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

Anonymous

Sdet Automation Test Engineer Interview Questions & Answers

user image Aryan Mahajan

posted on 27 Sep 2024

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

I had verbal quant and pseudocode questions for first aptitude round

Round 2 - Coding Test 

The questions are from linked list and basics of trees

Round 3 - Technical 

(2 Questions)

  • Q1. It was one to on interviwew reverse a linked list
  • Add your answer
  • Q2. How would ypu explain the traversal of graphs
  • Ans. 

    Traversal of graphs involves visiting each vertex and edge in a graph in a systematic way.

    • Traversal can be done using algorithms like Depth First Search (DFS) or Breadth First Search (BFS).

    • DFS explores as far as possible along each branch before backtracking, while BFS explores neighbors before moving on.

    • Traversal can be used to find paths, cycles, connected components, or perform other graph operations.

    • Example: Traver...

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 8 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Leetcode asy to med problems with some apti

Round 2 - One-on-one 

(2 Questions)

  • Q1. Define polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

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

    • It enables a single interface to represent multiple data types.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
    Add your answer
  • Q2. Tell us about threads
  • Ans. 

    Threads are lightweight processes within a program that can run concurrently, allowing for multitasking and improved performance.

    • Threads share the same memory space within a process

    • Threads can communicate with each other through shared memory or message passing

    • Examples of threading libraries include pthreads in C/C++ and Java's Thread class

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be thorogh with oops and java

Skills evaluated in this interview

Anonymous

Group Product Manager Interview Questions & Answers

user image Anonymous

posted on 7 Sep 2024

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. My background - my work experience & some of it on my specific KRAs
  • Add your answer
Round 2 - Case Study 

Which is your favorite product and why?

Interview Preparation Tips

Topics to prepare for Tripjack Group Product Manager interview:
  • Product Design
Anonymous

Software Developer Intern Interview Questions & Answers

user image Anonymous

posted on 16 Jan 2025

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

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

They took a pen and paper test consisting of three coding question ranging from leetcode, easy, medium and hard.

Round 2 - Technical 

(2 Questions)

  • Q1. SQL based question
  • Add your answer
  • Q2. Core subject related questions
  • Add your answer
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 5 Mar 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I appeared for an interview in Feb 2025.

Round 1 - Technical 

(1 Question)

  • Q1. 1 dsa questions and questions about past ex and java spring boot
  • Add your answer
Anonymous

Backend Developer Interview Questions & Answers

user image Anonymous

posted on 10 Jan 2025

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

(1 Question)

  • Q1. 2 Dsa questions
  • Add your answer
Anonymous

Manager Talent Acquisition Interview Questions & Answers

user image Anonymous

posted on 9 May 2025

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

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Can you provide your self-introduction and a brief overview of your professional background?
  • Ans. 

    I am an experienced Talent Acquisition Manager with a strong background in recruiting top talent across various industries.

    • Diverse Recruitment Experience: I have successfully recruited for roles in technology, healthcare, and finance, adapting strategies to meet specific industry needs.

    • Data-Driven Approach: I utilize analytics to track recruitment metrics, such as time-to-fill and candidate quality, ensuring continuous...

  • Answered by AI
    Add your answer
  • Q2. What is the process of your work?
  • Ans. 

    The talent acquisition process involves sourcing, screening, interviewing, and onboarding candidates to meet organizational needs.

    • Sourcing Candidates: Utilize various channels like job boards, social media, and networking events to attract potential candidates. For example, using LinkedIn to find passive candidates.

    • Screening Resumes: Review applications and resumes to shortlist candidates based on qualifications and ex...

  • Answered by AI
    Add your answer
Anonymous

Interview Questions & Answers

user image Anonymous

posted on 15 Sep 2024

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Normal discussion regarding the company.

Round 2 - HR 

(1 Question)

  • Q1. Scenario based questions on PM
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself.
Anonymous

Management Trainee Interview Questions & Answers

user image Anonymous

posted on 23 Apr 2025

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

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. Introduce yourself!
  • Ans. 

    I am a dedicated management trainee with a passion for leadership, problem-solving, and driving team success through innovative strategies.

    • Educational Background: Graduated with a degree in Business Administration from XYZ University, where I was involved in various leadership roles.

    • Internship Experience: Completed a summer internship at ABC Corp, where I assisted in project management and improved team efficiency by 2...

  • Answered by AI
    Add your answer
  • Q2. What is Maslow's Hierarchy of Needs?
  • Ans. 

    Maslow's Hierarchy of Needs is a psychological theory that categorizes human needs into five levels, from basic to advanced.

    • 1. Physiological Needs: Basic survival needs like food, water, and shelter.

    • 2. Safety Needs: Security and protection from physical and emotional harm.

    • 3. Love and Belongingness: Social relationships, friendships, and family connections.

    • 4. Esteem Needs: Recognition, self-esteem, and respect from othe...

  • Answered by AI
    Add your answer
Anonymous

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.
More about working at Tripjack
  • HQ - Mumbai, Maharashtra, India
  • Travel & Tourism
  • 501-1k Employees (India)
  • Hospitality

Tripjack Interview FAQs

How many rounds are there in Tripjack interview?
Tripjack interview process usually has 2-3 rounds. The most common rounds in the Tripjack interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Tripjack interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Tripjack. The most common topics and skills that interviewers at Tripjack expect are Customer Service, Amadeus, Sales, B2B Sales and Communication Skills.
What are the top questions asked in Tripjack interview?

Some of the top questions asked at the Tripjack interview -

  1. how would ypu explain the traversal of gra...read more
  2. what is the work flow of an ...read more
  3. What is Maslow's Hierarchy of Nee...read more
How long is the Tripjack interview process?

The duration of Tripjack interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Tripjack Interviews By Designations

  • Tripjack Management Trainee Interview Questions
  • Tripjack National Sales Manager Interview Questions
  • Tripjack Product Manager Interview Questions
  • Tripjack Assistant Manager Interview Questions
  • Tripjack Software Developer Interview Questions
  • Tripjack Backend Developer Interview Questions
  • Tripjack Consultant Interview Questions
  • Tripjack Software Developer Intern Interview Questions
  • Show more
  • Tripjack QA Engineer Interview Questions
  • Tripjack Supervisor Interview Questions

Interview Questions for Popular Designations

  • Executive Interview Questions
  • Team Lead Interview Questions
  • Intern Interview Questions
  • Software Developer Interview Questions
  • Senior Associate Interview Questions
  • Sales Executive Interview Questions
  • Consultant Interview Questions
  • Java Developer Interview Questions
  • Show more
  • Accountant Interview Questions
  • Manager Interview Questions

Overall Interview Experience Rating

4.2/5

based on 25 interview experiences

Difficulty level

Easy 9%
Moderate 91%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

BCD Travel
BCD Travel Interview Questions
4.3
 • 113 Interviews
Country Holidays Inn & Suites
Country Holidays Inn & Suites Interview Questions
4.2
 • 110 Interviews
Thomas Cook
Thomas Cook Interview Questions
4.0
 • 63 Interviews
Yatra
Yatra Interview Questions
3.3
 • 33 Interviews
Satguru Travels and Tour Services
Satguru Travels and Tour Services Interview Questions
3.0
 • 30 Interviews
BLS International Services
BLS International Services Interview Questions
3.8
 • 16 Interviews
Headout
Headout Interview Questions
4.0
 • 13 Interviews
American Express Global Business Travel
American Express Global Business Travel Interview Questions
4.3
 • 13 Interviews
FCm Travel Solutions
FCm Travel Solutions Interview Questions
3.2
 • 11 Interviews
WWICS Group
WWICS Group Interview Questions
3.3
 • 11 Interviews
View all

Tripjack Reviews and Ratings

based on 93 reviews

3.9/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

3.7

Salary

3.7

Job security

3.6

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 93 Reviews and Ratings
Jobs at Tripjack
 Tripjack
Senior Software Developer

Noida,

Gurgaon / Gurugram

+1

4-9 Yrs

Not Disclosed

 Tripjack
Engineering Manager

Delhi/Ncr

7-10 Yrs

₹ 6-12 LPA

 Tripjack
Inside Sales Executive

Mumbai,

Mumbai

2-7 Yrs

₹ 2-4.3 LPA

Explore more jobs
Tripjack Salaries in India
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

Thomas Cook

4.0
Compare
BCD Travel

BCD Travel

4.3
Compare
Yatra

Yatra

3.3
Compare
Riya Travel

Riya Travel

3.6
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Tripjack Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter