Upload Button Icon Add office photos

Cleartrip

Compare button icon Compare button icon Compare

Filter interviews by

Cleartrip Interview Questions and Answers

Updated 1 Apr 2025
Popular Designations

8 Interview questions

An Executive Accountant was asked 3mo ago
Q. Tell me about your experience at your previous company.
Ans. 

In my previous role, I managed financial reporting, budgeting, and compliance, enhancing efficiency and accuracy in accounting processes.

  • Led a team of 5 accountants, improving monthly close process by 20%.

  • Implemented a new budgeting software that reduced preparation time by 30%.

  • Conducted quarterly audits, ensuring compliance with GAAP and reducing discrepancies by 15%.

  • Collaborated with cross-functional teams to st...

View all Executive Accountant interview questions
A SDE was asked 6mo ago
Q. 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

View all SDE interview questions
A Lead DevOps Engineer was asked 8mo ago
Q. 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 ...

View all Lead DevOps Engineer interview questions
A Lead DevOps Engineer was asked 8mo ago
Q. What are some 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...

View all Lead DevOps Engineer interview questions
A Data Analyst was asked 9mo ago
Q. 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.

View all Data Analyst interview questions
A Data Analyst was asked 9mo ago
Q. Explain classes and 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

View all Data Analyst interview questions
An Applications Engineer was asked
Q. 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 noti...

View all Applications Engineer interview questions
Are these interview questions helpful?
A Sales Manager was asked
Q. What is the Sales cycle like?
Ans. 

The sales cycle involves prospecting, qualifying leads, presenting solutions, handling objections, closing deals, and following up with customers.

  • Prospecting: Identifying potential customers and reaching out to them.

  • Qualifying leads: Determining if the leads are a good fit for the product or service.

  • Presenting solutions: Demonstrating how the product or service can meet the customer's needs.

  • Handling objections: Ad...

View all Sales Manager interview questions

Cleartrip Interview Experiences

20 interviews found

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

I appeared for an interview 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

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
  • Q3. Explain Object Oriented Programming
  • 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

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.

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

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. 2D Dp question
  • Q2. House Robber 3
  • Q3. News Aggregator System
  • Q4. Machine Coding Round
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Experience previous company,
  • Ans. 

    In my previous role, I managed financial reporting, budgeting, and compliance, enhancing efficiency and accuracy in accounting processes.

    • Led a team of 5 accountants, improving monthly close process by 20%.

    • Implemented a new budgeting software that reduced preparation time by 30%.

    • Conducted quarterly audits, ensuring compliance with GAAP and reducing discrepancies by 15%.

    • Collaborated with cross-functional teams to streaml...

  • Answered by AI
  • Q2. Tds taxation position
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.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself

Top trending discussions

View All
Indian Startups
2w
a senior executive
One of the best sources for Startup investment: DAHEJ(DOWRY)
You won't believe my senior has a good corporate job with over 10 years of experience. But suddenly resigned just a few days after his wedding. We all thought maybe he got married and wants to spend his time with his wife, and decided to go to his place to give him a proper farewell. All of us got shocked after knowing that he left because his father-in-law gifted him a fat cash amount and a car in the name of "blessings." He’s using the money to fund his startup and the car for "business movement." I mean seriously? People are now using dowry as startup capital and walking around acting like CEOs, playing boss with someone else’s money. Bas, shaadi karo aur apne sapne chalu karo, courtesy sasural. I don't know feeling inspired? Or disgusted?
Got a question about Cleartrip?
Ask anonymously on communities.

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 One-on-one Round.
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, Java, Accounting, Business Development and SQL.
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.

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 24 interview experiences

Difficulty level

Easy 13%
Moderate 67%
Hard 20%

Duration

Less than 2 weeks 71%
2-4 weeks 21%
4-6 weeks 7%
View more

Interview Questions from Similar Companies

MagicBricks Interview Questions
4.2
 • 335 Interviews
Tracxn Interview Questions
3.1
 • 105 Interviews
Practo Interview Questions
3.1
 • 77 Interviews
Zolo Interview Questions
3.3
 • 57 Interviews
Netmeds.com Interview Questions
3.6
 • 47 Interviews
Impact Guru Interview Questions
3.6
 • 46 Interviews
Uplers Interview Questions
3.9
 • 43 Interviews
Carwale Interview Questions
3.5
 • 43 Interviews
Yahoo Interview Questions
4.6
 • 30 Interviews
View all

Cleartrip Reviews and Ratings

based on 200 reviews

3.5/5

Rating in categories

3.2

Skill development

3.4

Work-life balance

3.4

Salary

2.9

Job security

3.3

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 200 Reviews and Ratings
Assistant Manager
31 salaries
unlock blur

₹8 L/yr - ₹14.5 L/yr

Software Engineer
25 salaries
unlock blur

₹8 L/yr - ₹16.1 L/yr

Senior Software Engineer
23 salaries
unlock blur

₹9.2 L/yr - ₹33 L/yr

Senior Executive
22 salaries
unlock blur

₹4 L/yr - ₹11.9 L/yr

Finance Executive
17 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Cleartrip with

MakeMyTrip

3.6
Compare

MagicBricks

4.2
Compare

Videocon d2h

3.9
Compare

Netmeds.com

3.6
Compare
write
Share an Interview