Upload Button Icon Add office photos

Filter interviews by

Treebo Hotels Senior Software Developer Test Engineer Interview Questions and Answers

Updated 16 Aug 2022

Treebo Hotels Senior Software Developer Test Engineer Interview Experiences

1 interview found

I applied via Recruitment Consulltant and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java Program related to 2D array
  • Q2. Simple String Manipulation programs
Round 2 - Technical 

(1 Question)

  • Q1. Ranging from Java, Selenium to RestAssured, SQL, Puzzles & all sorts of things. Lasted 1.5hrs. Interviewer insisted on extending the interveiw.
Round 3 - Technical 

(1 Question)

  • Q1. About projects i've worked on. my career goals, etc. More of managerial round than Technical(Short)

Interview Preparation Tips

Topics to prepare for Treebo Hotels Senior Software Developer Test Engineer interview:
  • Java
  • Selenium
  • REST API
  • SQL
  • Puzzles
Interview preparation tips for other job seekers - Be prepared with basics and have some hands on Coding. You'll be able to crack the interviews, no rocketry involved.

Interview questions from similar companies

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

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

Round 1 - Coding Test 

1 hour duration. Sliding window problem. On hacker rank platform. Expected to write a working code and solve it optimally/scalable solution.

Round 2 - Technical 

(1 Question)

  • Q1. Again a coding test. LLD + hash map. 1 hour on hacker rank.
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 Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Computer Fundamentals

Round 2 - Technical 

(1 Question)

  • Q1. Flatten a binary tree
  • Ans. 

    Flatten a binary tree by converting it into a linked list in-place.

    • Use a recursive approach to flatten the binary tree.

    • Traverse the tree in a pre-order manner and keep track of the previous node.

    • Set the left child of each node to null and the right child to the next node in the linked list.

    • Example: Input: 1 -> 2 -> 5 -> 3 -> 4 -> null, Output: 1 -> null -> 2 -> null -> 3 -> null -> 4 -> null -> 5 -> null

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Question on dsa and string theory along with oops concepts

Round 2 - Technical 

(1 Question)

  • Q1. Question on java strings and arrays
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. How much year of experience do you have

Interview Preparation Tips

Interview preparation tips for other job seekers - As a Fresher don't directly say that you have no experience at all, do some actual projects that showcase your skills

I applied via Company Website and was interviewed in Apr 2022. There were 6 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Assignment 

Naaptol

Round 3 - Assignment 

Naaptol

Round 4 - Aptitude Test 

Naaptol

Round 5 - Case Study 

Study ing information

Round 6 - One-on-one 

(5 Questions)

  • Q1. Which place are you studying
  • Q2. Which subject are u interested
  • Q3. Which place are you born
  • Q4. Iam born in chamadala(v),jaladhanki (m)
  • Q5. Are you complete your graduation

Interview Preparation Tips

Interview preparation tips for other job seekers - Naaptol shopping information is very well..

I applied via campus placement at Indian Institute of Technology (IIT), Roorkee and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Linked List, Stack, BST

Interview Preparation Tips

Interview preparation tips for other job seekers - be ready with ds algo and have some side projects
Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
Not Selected

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Coding Test 

It was a 1 hour Technical screening round, coding question in java (you cna choose your own language). They asked a difficult version of regex matching question (Leetcode medium-hard).

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

I applied via Internshala and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Easy to medium, can solve with leetcode medium

Round 2 - One-on-one 

(2 Questions)

  • Q1. Number of islands count
  • Ans. 

    Count the number of islands in a grid of '1's and '0's

    • Iterate through the grid and for each '1' encountered, perform a depth-first search to mark all connected '1's as visited

    • Increment the island count for each new island found

    • Ensure to handle boundary cases and check for visited nodes

  • Answered by AI
  • Q2. First and last index of a particular element in an array
  • Ans. 

    Find the first and last index of a specific element in an array of strings.

    • Iterate through the array and keep track of the index of the first and last occurrence of the element.

    • Return the first and last index once the iteration is complete.

    • Example: Array ['apple', 'banana', 'apple', 'orange'], element 'apple' - First index: 0, Last index: 2.

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. 2 question on Data structure and algorithms (easy-medium and medium level questions)
  • Q2. Related to array and matrix
Round 2 - Technical 

(2 Questions)

  • Q1. This also contained discussion on last company project and some basic question regarding different tech stack used. Then asked 2 questions on Data structure and algorithms (both medium level questions)
  • Q2. Related to stack and linked list
Round 3 - One-on-one 

(2 Questions)

  • Q1. This was the Hiring Manager round. He asked different questions related to general programming like - Rest, Http, Websockets, TCP. Asked some questions from past company projects. Then asked one easy-mediu...
  • Q2. Programming and Math related topics

Interview Preparation Tips

Topics to prepare for Tokopedia Software Engineer interview:
  • Data Structures
  • Algorithms
  • Programming
  • Operating Systems
Interview preparation tips for other job seekers - Should be well prepared for Data structure and Algorithm questions

Treebo Hotels Interview FAQs

How many rounds are there in Treebo Hotels Senior Software Developer Test Engineer interview?
Treebo Hotels interview process usually has 3 rounds. The most common rounds in the Treebo Hotels interview process are Technical.
What are the top questions asked in Treebo Hotels Senior Software Developer Test Engineer interview?

Some of the top questions asked at the Treebo Hotels Senior Software Developer Test Engineer interview -

  1. Ranging from Java, Selenium to RestAssured, SQL, Puzzles & all sorts of things....read more
  2. Java Program related to 2D ar...read more
  3. Simple String Manipulation progr...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Oyo Rooms Interview Questions
3.3
 • 226 Interviews
MakeMyTrip Interview Questions
3.7
 • 121 Interviews
Agoda Interview Questions
3.7
 • 62 Interviews
MagicPin Interview Questions
3.1
 • 48 Interviews
FabHotels Interview Questions
3.0
 • 33 Interviews
Yatra Interview Questions
3.4
 • 31 Interviews
Stylebaazar Interview Questions
3.9
 • 30 Interviews
Tokopedia Interview Questions
4.0
 • 27 Interviews
Airbnb Interview Questions
3.8
 • 22 Interviews
View all
Territory Sales Manager
178 salaries
unlock blur

₹3.6 L/yr - ₹9 L/yr

Area Operation Manager
55 salaries
unlock blur

₹4.1 L/yr - ₹9.7 L/yr

Territory Sales Leader
25 salaries
unlock blur

₹6.1 L/yr - ₹12.7 L/yr

Senior Executive
21 salaries
unlock blur

₹2.8 L/yr - ₹6 L/yr

Assistant Manager
19 salaries
unlock blur

₹4.5 L/yr - ₹8.8 L/yr

Explore more salaries
Compare Treebo Hotels with

Oyo Rooms

3.3
Compare

FabHotels

3.0
Compare

Goibibo

4.3
Compare

MakeMyTrip

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