Upload Button Icon Add office photos

Filter interviews by

TripStack Interview Questions and Answers

Updated 7 Aug 2024

TripStack Interview Experiences

Popular Designations

4 interviews found

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

I applied via Campus Placement and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Object Oriented Programming
  • Q2. Calculate square root of given number
  • Ans. 

    Use a mathematical formula or built-in function to calculate the square root of a given number.

    • Use Math.sqrt() function in JavaScript to calculate square root

    • For example, Math.sqrt(16) will return 4

  • Answered by AI
  • Q3. What are API and its usage, types
  • Ans. 

    API stands for Application Programming Interface. It is a set of rules and protocols for building and interacting with software applications.

    • APIs allow different software applications to communicate with each other.

    • There are different types of APIs such as RESTful APIs, SOAP APIs, and GraphQL APIs.

    • APIs can be used to access data from a server, send data to a server, or perform specific actions within an application.

    • Exa...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic programming concepts, good coding skills, API & know your resume

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)

Team Lead Interview Questions & Answers

user image Sandesh Salunke

posted on 4 Apr 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

2 Hrs Hacker Rank platform given. Currency denomination question

Round 2 - Technical 

(2 Questions)

  • Q1. SOLID Principal
  • Q2. Problem solving

Interview Preparation Tips

Interview preparation tips for other job seekers - Design and coding skills will get checked

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Will ask any medium or easy leetcode questions... mine was to get the longest subset of identical characters and also to give it's length without using the in built length function.

Will ask you to optimise the code as much as possible will ask what is your BigO of your code.

Round 2 - Case Study 

How will you solve and make a bridge crossing system, which have some constraints like during rush hours no heavy transport is allowed.

Round 3 - One-on-one 

(3 Questions)

  • Q1. Few .NET and DBMS terminology
  • Q2. Asked, how will you solve something when you are stuck in the code
  • Q3. Have you researched about the company
  • Ans. 

    Yes, I have researched about the company.

    • Researched company history, mission, and values

    • Reviewed recent news and press releases

    • Explored company culture and employee reviews

    • Examined products/services offered by the company

    • Looked into the company's competitors and market position

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Why you are moving out of old organisation
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Desire for new challenges and learning opportunities

    • Looking for career advancement and growth

    • Seeking a better work-life balance

    • Company culture or values misalignment

    • Relocation to a new city or country

  • Answered by AI
  • Q2. What are steps will you take, if your peer is performing not upto the mark
  • Ans. 

    Address the issue directly with the peer and offer support and guidance to help improve their performance.

    • Have a one-on-one conversation with the peer to discuss their performance and identify any challenges they may be facing.

    • Provide constructive feedback and offer resources or training to help them improve.

    • Set clear expectations and goals for improvement, and follow up regularly to track progress.

    • Offer mentorship or ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just, work on leetcode solids frequent asked sql queries thats it.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

I applied via LinkedIn and was interviewed in Oct 2022. There were 5 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 

3 sections ...very limited time...analytical, logical reasoning and English passages

Round 3 - Technical 

(2 Questions)

  • Q1. Product Strategy, Product Vision, Current product explanation, APIs
  • Q2. Agile Methodologies, Behavioural Questions
Round 4 - Technical 

(1 Question)

  • Q1. Product roadmap, behavioural questions
Round 5 - HR 

(1 Question)

  • Q1. API , Product management fitment question, checked LinkedIn profile and matches tittle

Interview Preparation Tips

Interview preparation tips for other job seekers - Make your LinkedIn profile clean which match the job you are applying.

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (27)

TripStack interview questions for popular designations

 Software Engineer

 (1)

 Product Manager

 (1)

 Senior Software Engineer

 (1)

 Team Lead

 (1)

Jobs at TripStack

View all

Interview questions from similar companies

I applied via Referral and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic concept question.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics should be clear. Some scenario based questions based on business rules and FDMEE data load

I applied via Naukri.com and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude and English test

Round 2 - Technical 

(1 Question)

  • Q1. Technical round to test technical skills
Round 3 - HR 

(1 Question)

  • Q1. This was fun. It'll take few minutes.

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to prepare hard.company will be taking people on basis of their technology requirements and needs

Analyst Interview Questions & Answers

Wipro user image Anonymous

posted on 23 Feb 2021

Interview Questionnaire 

1 Question

  • Q1. Previous Project Experience

I applied via Company Website and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is recursion ? what is inheritance? what is heap? write a code to find the largest element in an array?
  • Ans. 

    Recursion is a process in which a function calls itself. Inheritance is a mechanism in OOP where a class inherits properties of another class. Heap is a region of memory used for dynamic memory allocation.

    • Recursion can be used to solve problems that can be broken down into smaller sub-problems.

    • Inheritance allows for code reuse and helps in creating a hierarchy of classes.

    • Heap is used for dynamic memory allocation in la...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not loose your confidence till the end of the interview and be clear with your voice .

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Basic questions only ... regarding job and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ... always say the truth ... never try to fake your details

I applied via Naukri.com and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why are you looking for job change
  • Q2. Question about job profile

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for interview as selection process can be time consuming

TripStack Interview FAQs

How many rounds are there in TripStack interview?
TripStack interview process usually has 3 rounds. The most common rounds in the TripStack interview process are Technical, HR and Coding Test.
How to prepare for TripStack 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 TripStack. The most common topics and skills that interviewers at TripStack expect are Online Sales, SQL, DFMEA, Troubleshooting and Customer Service.
What are the top questions asked in TripStack interview?

Some of the top questions asked at the TripStack interview -

  1. What are steps will you take, if your peer is performing not upto the m...read more
  2. What are API and its usage, ty...read more
  3. Calculate square root of given num...read more

Tell us how to improve this page.

TripStack Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all

TripStack Reviews and Ratings

based on 20 reviews

3.4/5

Rating in categories

2.8

Skill development

3.2

Work-life balance

2.9

Salary

2.6

Job security

3.0

Company culture

2.5

Promotions

2.7

Work satisfaction

Explore 20 Reviews and Ratings
Senior Accountant

Mumbai

8-9 Yrs

Not Disclosed

Team Lead- Agent Quality Assurance

Mumbai

3-5 Yrs

Not Disclosed

Technical Architect

Pune

12-14 Yrs

Not Disclosed

Explore more jobs
Software Developer
25 salaries
unlock blur

₹4.2 L/yr - ₹6.5 L/yr

Software Engineer2
20 salaries
unlock blur

₹8 L/yr - ₹22 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹25 L/yr - ₹29 L/yr

Web Developer
11 salaries
unlock blur

₹4 L/yr - ₹5 L/yr

Software Engineer
9 salaries
unlock blur

₹4.4 L/yr - ₹7 L/yr

Explore more salaries
Compare TripStack with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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