Upload Button Icon Add office photos

Cleartrip

Compare button icon Compare button icon Compare

Filter interviews by

Cleartrip Interview Questions, Process, and Tips

Updated 25 Feb 2025

Top Cleartrip Interview Questions and Answers

View all 11 questions

Cleartrip Interview Experiences

Popular Designations

18 interviews found

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 Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Easy 3 coding questions, 1on tree, 1on string,1 on Linked list merging

Round 2 - Technical 

(2 Questions)

  • Q1. They mainly on DSA questions and they focus on the trees ,bst tree implementation and linked list
  • Q2. Linked list odd and even separation and then concatenation., 2string of two versions we need to find minimum without using inbuilt function.

Interview Preparation Tips

Interview preparation tips for other job seekers - I was good interview they mainly focused on tree if you had good knowledge in it , it would be better.

Software Development Engineer Intern Interview Questions asked at other Companies

Q1. Say you're dealing with really long integers. They're too long to fit into a regular datatype, so linked lists are used to store them, with each node of the list containing one digit. Now the problem is, given two linked lists, i.e. two rea... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about basic introductions
  • Ans. 

    Basic introductions involve greeting someone and providing your name and possibly some additional information about yourself.

    • Start by greeting the person, such as 'Hello' or 'Hi'

    • Provide your name, such as 'My name is John'

    • Optionally, share some additional information about yourself, like 'I work as a Customer Support Executive at XYZ Company'

    • End with a question or statement to continue the conversation, like 'How can I

  • Answered by AI
  • Q2. Tell me about inhand salary
  • Ans. 

    Inhand salary refers to the amount of money an employee receives after deductions such as taxes and other withholdings.

    • Inhand salary is the actual amount an employee takes home after deductions for taxes, insurance, and other benefits.

    • It is different from the gross salary, which is the total amount before deductions.

    • Inhand salary can vary based on factors such as tax rates, insurance premiums, and other deductions.

    • Empl...

  • Answered by AI
Round 2 - One-on-one 

(3 Questions)

  • Q1. Brief introduction
  • Q2. Tell me about family backgrounds
  • Ans. 

    My family background is diverse and includes a mix of cultures and traditions.

    • My family consists of members from different cultural backgrounds.

    • We celebrate various holidays and traditions from different cultures.

    • Family gatherings often involve a blend of different cuisines and customs.

  • Answered by AI
  • Q3. Why you want to join this company
  • Ans. 

    I am impressed by the company's reputation for excellent customer service and innovative solutions.

    • Company's reputation for excellent customer service

    • Innovative solutions offered by the company

    • Opportunity for growth and development in the company

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for it.good environment

Customer Support Executive Interview Questions asked at other Companies

Q1. Understanding customer problems,whT i know about BPO nd how they work,how i will handle a difficult nd angry customer,i can satisfied my client.
View answer (21)
Cleartrip Interview Questions and Answers for Freshers
illustration image

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 11 Sep 2024

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(7 Questions)

  • Q1. Explain Moving Average
  • Ans. 

    Moving Average is a statistical technique used to analyze data points by creating a series of averages of different subsets of the full data set.

    • Moving Average helps in smoothing out fluctuations in data to identify trends over time.

    • It is calculated by taking the average of a specific number of data points within a defined window.

    • For example, a 3-day moving average for stock prices would be the average of the stock pri...

  • Answered by AI
  • Q2. Explain Decorators
  • Ans. 

    Decorators in Python are functions that modify the behavior of other functions.

    • Decorators are denoted by the @ symbol followed by the decorator function name.

    • They allow you to add functionality to an existing function without modifying its code.

    • Common use cases include logging, timing, and authentication.

    • Example: @decorator_function def function_to_decorate(): pass

  • Answered by AI
  • Q3. Explain Object Oriented Programming
  • Ans. 

    Object Oriented Programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP focuses on creating objects that interact with each other to solve complex problems.

    • Objects have attributes (data) and methods (functions) that can manipulate the data.

    • Encapsulation, inheritance, and polymorphism are key principles of OOP.

    • Example: In a car simulation program, a 'Car' object can hav...

  • Answered by AI
  • Q4. Explain classes objects
  • Ans. 

    Classes are blueprints for creating objects in object-oriented programming.

    • Classes define the properties and behaviors of objects

    • Objects are instances of classes

    • Classes can inherit properties and behaviors from other classes

    • Classes can have constructors to initialize objects

    • Classes can have methods to perform actions

  • Answered by AI
  • Q5. Explain Functions
  • Ans. 

    Functions are blocks of code that perform a specific task and can be reused multiple times in a program.

    • Functions help in organizing code and making it more modular.

    • They can take input parameters and return output values.

    • Functions can be called multiple times from different parts of the program.

    • Examples: summing two numbers, finding the maximum value in a list.

  • Answered by AI
  • Q6. Pandas and Numpy
  • Q7. Swap L1 and L5 in a list
  • Ans. 

    Swap L1 and L5 in a list

    • Create a temporary variable to store the value of L1

    • Assign the value of L5 to L1

    • Assign the value of the temporary variable to L5

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cleartrip Data Analyst interview:
  • Advanced Python
  • Advanced SQL
  • Advanced Excel
Interview preparation tips for other job seekers - The Job Description Listed Excel, SQL Data Visualization as key skills and python would be an add on. But all questions were asked on advanced python which may not be relevant for data analysis.

Skills evaluated in this interview

Top Cleartrip Data Analyst Interview Questions and Answers

Q1. Explain Object Oriented Programming
View answer (1)

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Assignment 

LLD : One problem statement was given to design a system and we were expected to write modal class, service class, design patterns, exception handling and extensible code. then zip and submit in google form. we were given 2-3 hrs for this.

Extended interview: after the review your code and if it is shortlisted they will call u for further discussion on the code u have written. 30-40min.

Round 2 - Technical 

(3 Questions)

  • Q1. Dp question :house robber-> solved
  • Q2. Matrix -easy->solved
  • Q3. Sliding window:array->only discussed the approach
Round 3 - HM 

(1 Question)

  • Q1. 2 puzzles, questions related to java and spring. in this i could answer some questions
Round 4 - HR 

(1 Question)

  • Q1. Previous ex, why u want to switch, hobbies and interest, challenges in work.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for java and spring technical and dsa.

Software Development Engineer 1 Interview Questions asked at other Companies

Q1. 4. Design a system for making table reservations at a restaurant.
View answer (1)

Cleartrip interview questions for popular designations

 Software Development Engineer 1

 (2)

 Data Analyst

 (2)

 Customer Support Executive

 (1)

 Applications Engineer

 (1)

 Software Developer

 (1)

 Legal Manager

 (1)

 Software Tester

 (1)

 Legal Advisor

 (1)

SDE Interview Questions & Answers

user image Anonymous

posted on 12 Dec 2024

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

I applied via Job Portal and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

DSA, tree questions basic

Round 2 - System Design 

(1 Question)

  • Q1. Instagram clone with bonus functionalities for like comment
  • Ans. 

    Develop an Instagram clone with additional features for liking and commenting.

    • Implement a like button for users to like posts

    • Allow users to leave comments on posts

    • Include notifications for likes and comments

    • Implement a search functionality to find specific posts or users

  • Answered by AI

SDE Interview Questions asked at other Companies

Q1. Return Subsets Sum to K Problem Statement Given an integer array 'ARR' of size 'N' and an integer 'K', return all the subsets of 'ARR' which sum to 'K'. Explanation: A subset of an array 'ARR' is a tuple that can be obtained from 'ARR' by r... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

My mobile number is XXXXX

Round 2 - Aptitude Test 

Online and all the interview are good one they asked easy question

Round 3 - One-on-one 

(3 Questions)

  • Q1. They asked the question in both language English and hindi
  • Q2. They given the braked to fresher
  • Q3. Environment culture is very good and I like office job not online job in any state weather in Dehradun or in Delhi

Interview Preparation Tips

Interview preparation tips for other job seekers - Good job seekars

Legal Advisor Interview Questions asked at other Companies

Q1. cheaking of plan sheet how sucsses in week.
View answer (1)

Jobs at Cleartrip

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain probe types in Kubernetes deployment ?
  • Ans. 

    Probe types in Kubernetes deployment are used to determine the health of containers.

    • Kubernetes supports two types of probes: liveness and readiness probes.

    • Liveness probes are used to determine if a container is running properly.

    • Readiness probes are used to determine if a container is ready to serve traffic.

    • Probes can be configured with different parameters like initial delay, timeout, and period.

    • Examples of probe confi

  • Answered by AI
  • Q2. Strategies for cost optimization in cloud computing ?
  • Ans. 

    Strategies for optimizing costs in cloud computing include rightsizing resources, using reserved instances, leveraging spot instances, and implementing automation.

    • Rightsizing resources to match workload demands can help avoid over-provisioning and unnecessary costs.

    • Utilizing reserved instances for predictable workloads can provide significant cost savings compared to on-demand pricing.

    • Leveraging spot instances for non-...

  • Answered by AI

Skills evaluated in this interview

Lead DevOps Engineer Interview Questions asked at other Companies

Q1. Tell me your day to day activity comprising DevOps. How do you implemented CI-CD Pipeline? How does Branching and Merging taken place in your organization? How to work on Jenkins pipeline, What type of pipeline used? What are checks for any... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself

Customer Care Executive Interview Questions asked at other Companies

Q1. What would you do if you win 1billion dollar lottey?
View answer (39)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Machine coding round

Round 2 - Technical 

(2 Questions)

  • Q1. Explain your project
  • Ans. 

    Developed a web application for managing inventory and sales for a retail store

    • Used React.js for front-end development

    • Implemented Node.js for back-end functionality

    • Utilized MongoDB for database management

  • Answered by AI
  • Q2. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills

    • Team player with excellent communication skills

  • Answered by AI

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Product Management 

(3 Questions)

  • Q1. Program management questions
  • Q2. Product feasibility questions
  • Q3. Technical Architecture presentation questions

Interview Preparation Tips

Interview preparation tips for other job seekers - 5 rounds conducted where Head of strategy & program guaranteed your next round will be HR round but had a technical and product round additional plus HR culture round before technical round. I had flunked in Tech round because I’m from commerce background and interviewer asked me to create Architecture of any feature. I told them right from the beginning that I was from a non-technical background but still this happened. After investigating 5 hours with cancellation, rescheduling and raising hopes of selection; it was a rejection.

Senior Program Manager Interview Questions asked at other Companies

Q1. How do you manage conflicts within your functional teams during program management?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Design a flight booking system with flight inventory and funds
  • Ans. 

    Design a flight booking system with flight inventory and funds

    • Create a database to store flight inventory including flight details, availability, and pricing

    • Implement a user interface for customers to search for flights, select seats, and make bookings

    • Incorporate a payment gateway for customers to pay for their bookings

    • Include a feature for managing funds, tracking payments, and generating invoices

    • Implement a notificat...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cleartrip Applications Engineer interview:
  • Springboot
  • Java
  • Microservices
  • Design
Interview preparation tips for other job seekers - Prepare for building a microservice with in memory db

Skills evaluated in this interview

Applications Engineer Interview Questions asked at other Companies

Q1. Minimum Special Sum Problem You are given an array ARR of length N. There are two operations defined for each index i in the array: FIRST_SUM(i): Calculates the sum of the first i numbers. LAST_SUM(i): Calculates the sum of the last N-i+1 ... read more
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

Cleartrip Interview FAQs

How many rounds are there in Cleartrip interview?
Cleartrip interview process usually has 2 rounds. The most common rounds in the Cleartrip interview process are Technical, Coding Test and HR.
How to prepare for Cleartrip 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 Cleartrip. The most common topics and skills that interviewers at Cleartrip expect are Excel, Accounting, Business Development, Communication Skills and Java.
What are the top questions asked in Cleartrip interview?

Some of the top questions asked at the Cleartrip interview -

  1. Design a flight booking system with flight inventory and fu...read more
  2. Strategies for cost optimization in cloud computin...read more
  3. Explain Object Oriented Programm...read more
How long is the Cleartrip interview process?

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

Recently Viewed

SALARIES

Worldline Global Services

SALARIES

London Stock Exchange Group

SALARIES

Worldline Global Services

LIST OF COMPANIES

Discover companies

Find best workplace

SALARIES

Arcadia Consulting Services

INTERVIEWS

Worldline Global Services

No Interviews

SALARIES

Arcadia Consulting Services

SALARIES

Paralaxiom Technologies

SALARIES

Worldline Global Services

REVIEWS

Inteva Products

No Reviews

Tell us how to improve this page.

Cleartrip Interview Process

based on 22 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

Oyo Rooms Interview Questions
3.3
 • 218 Interviews
MakeMyTrip Interview Questions
3.7
 • 122 Interviews
Tracxn Interview Questions
3.1
 • 100 Interviews
Expedia Group Interview Questions
3.8
 • 75 Interviews
InvestoXpert Interview Questions
4.5
 • 62 Interviews
Yatra Interview Questions
3.4
 • 31 Interviews
Airbnb Interview Questions
3.8
 • 23 Interviews
Ixigo.com Interview Questions
3.6
 • 21 Interviews
Goibibo Interview Questions
4.3
 • 6 Interviews
trivago Interview Questions
4.2
 • 2 Interviews
View all

Cleartrip Reviews and Ratings

based on 184 reviews

3.4/5

Rating in categories

3.1

Skill development

3.3

Work-life balance

3.3

Salary

2.7

Job security

3.2

Company culture

2.8

Promotions

3.2

Work satisfaction

Explore 184 Reviews and Ratings
Senior Business Development Executive

Bangalore / Bengaluru

3-7 Yrs

Not Disclosed

Senior Manager - Strategy

Bangalore / Bengaluru

6-9 Yrs

Not Disclosed

Senior Executive - Business Development

Guwahati

5-10 Yrs

Not Disclosed

Explore more jobs
Software Engineer
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Travel Consultant
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Cleartrip with

MakeMyTrip

3.7
Compare

Yatra

3.4
Compare

Goibibo

4.3
Compare

Ixigo.com

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent