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

Clear (1)

Tripjack QA Engineer Interview Questions and Answers

Updated 8 Nov 2024

Tripjack QA Engineer Interview Experiences

1 interview found

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
  • 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

Interview Preparation Tips

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

Skills evaluated in this interview

Interview questions from similar companies

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 Dec 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Java: oops concepts in java? how do you initialise private elements of a class? Ways to define strings in java? exceptions in java? difference between exception and error? checked and unchecked exception? ...
  • Ans. 

    Questions on Java, API testing, Selenium, and SQL

    • Java: OOPs concepts, initializing private elements, defining strings, exceptions, difference between exception and error, checked and unchecked exceptions

    • API testing: Testing POST query, drawbacks, response codes

    • Selenium: Assert vs verify, drawbacks, implicit and dynamic wait, types of testing supported, types of x-path

    • SQL: Select query

  • Answered by AI
  • Q2. Program: String reverse? count no. of words in given string? swap two np. without temp variable?
  • Ans. 

    Answering programming questions related to string manipulation.

    • To reverse a string, use a loop to iterate through the string and append each character to a new string in reverse order.

    • To count the number of words in a string, split the string into an array using whitespace as the delimiter and return the length of the array.

    • To swap two numbers without a temp variable, use arithmetic operations to perform the swap. For

  • Answered by AI
Round 3 - Coding Test 

Technical Round 2:
what is POJO?
Scenario based questions on selenium testing?
program to print first non repeating character in a string?
Program on substring(),split()
Program to implement linkedHashMap?
what is load balancer?
status code 503 and 505?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well wrt java, selenium and testNG. If have mentioned API testing then be thoroughly prepared with that too.
All the best.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Architecture of Automation and java basics
Round 2 - Coding Test 

Real time problems and solutioning

Round 3 - Aptitude Test 

Logical and basics of web and API. fittment

Interview Preparation Tips

Interview preparation tips for other job seekers - strong concepts in JAVA
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Dec 2022.

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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Selenium related interview questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. To find the kth minimum element from BST
  • Ans. 

    To find the kth minimum element from a Binary Search Tree (BST)

    • Perform an in-order traversal of the BST to get elements in sorted order

    • Return the kth element from the sorted list

    • Time complexity: O(n) where n is the number of nodes in the BST

  • Answered by AI
  • Q2. Basic OOPs question like inheritance encapsulation
Round 2 - Technical 

(2 Questions)

  • Q1. In a BST two numbers are swapped find swapped nos.
  • Ans. 

    To find swapped numbers in a BST, perform inorder traversal and keep track of previous node.

    • Perform inorder traversal of the BST

    • Keep track of the previous node while traversing

    • If at any point, the current node's value is less than the previous node's value, those are the swapped numbers

  • Answered by AI
  • Q2. What you did in college projects
Round 3 - One-on-one 

(2 Questions)

  • Q1. Puzzles: find the fastest 3 horses in 25 horse race with a race and 5 horses can be run at a time
  • Q2. Weakness and strength. how a friend will describe you

Interview Preparation Tips

Topics to prepare for Ixigo.com Software Engineer interview:
  • java
  • dsa
  • puzzle
  • tree
Interview preparation tips for other job seekers - DSA and system design are needed

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Implement an iterator to flatten 2D vector

Round 2 - One-on-one 

(1 Question)

  • Q1. Find shortest path to get all keys
  • Ans. 

    Use Dijkstra's algorithm to find the shortest path to get all keys

    • Implement Dijkstra's algorithm to find the shortest path in a graph

    • Consider the keys as nodes in the graph and the paths between keys as edges

    • Keep track of the keys collected and update the shortest path accordingly

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice algorithmic questions

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Case Study 

Emails to the host and guests.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Why you are perfect fit?
  • Ans. 

    I have the necessary skills, experience, and passion for the role.

    • I have relevant experience in the industry

    • I possess the required skills and qualifications

    • I am passionate about the work and eager to contribute

    • I have a track record of success in similar roles

  • Answered by AI
  • Q2. Why you want to change?
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Desire for new challenges and learning experiences

    • Opportunity for career advancement

    • Seeking a better work-life balance

    • Interest in exploring different industries or sectors

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready to face rejection if you are not confident in speaking.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It was 1 hour long and was asked to pass all the test cases.

Round 2 - Technical 

(1 Question)

  • Q1. System Design with basic of OOP and OS
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2021. 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 Resume tips
Round 2 - Coding Test 

Coding Rond consisted of 3 questions

Round 3 - One-on-one 

(3 Questions)

  • Q1. 1. Data structures and algorithms
  • Q2. 2. Computer fundamentals
  • Q3. Revise all cs fundamentals

Interview Preparation Tips

Interview preparation tips for other job seekers - Just polish your DSA concepts and projects in your resume

I applied via Campus Placement and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Coding Test 

3 data structure problem with medium to hard level leetcode type.

Round 2 - One-on-one 

(2 Questions)

  • Q1. 1st question was on vertical order traversal in a tree. it was from gfg he also told me to optimise it
  • Q2. 2nd question was from leetcode ie meeting rooms ll , medium question

Interview Preparation Tips

Interview preparation tips for other job seekers - do data structure practise from striver sheet as the ask dsa the most
Contribute & help others!
anonymous
You can choose to be anonymous

Tripjack Interview FAQs

How many rounds are there in Tripjack QA Engineer interview?
Tripjack interview process usually has 2 rounds. The most common rounds in the Tripjack interview process are One-on-one Round and Coding Test.
What are the top questions asked in Tripjack QA Engineer interview?

Some of the top questions asked at the Tripjack QA Engineer interview -

  1. tell us about thre...read more
  2. Define polymorph...read more

Recently Viewed

INTERVIEWS

JCB

No Interviews

INTERVIEWS

Su-Kam Power Systems

No Interviews

INTERVIEWS

Exicom

No Interviews

INTERVIEWS

Amara Raja Energy & Mobility

No Interviews

INTERVIEWS

Sony

No Interviews

INTERVIEWS

Tripjack

No Interviews

INTERVIEWS

Exicom

20 top interview questions

DESIGNATION

INTERVIEWS

JCB

No Interviews

INTERVIEWS

JCB

No Interviews

Tell us how to improve this page.

Tripjack QA Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Oyo Rooms Interview Questions
3.3
 • 217 Interviews
MakeMyTrip Interview Questions
3.7
 • 122 Interviews
BCD Travel Interview Questions
4.3
 • 111 Interviews
Thomas Cook Interview Questions
3.7
 • 44 Interviews
Yatra Interview Questions
3.4
 • 31 Interviews
RedBus Interview Questions
4.2
 • 31 Interviews
EaseMyTrip.com Interview Questions
4.4
 • 26 Interviews
Airbnb Interview Questions
3.8
 • 23 Interviews
View all

Fast track your campus placements

View all
Executive Accountant
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Travel Consultant
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Travel Consultant
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Tripjack with

MakeMyTrip

3.7
Compare

Cleartrip

3.4
Compare

Yatra

3.4
Compare

Goibibo

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