Upload Button Icon Add office photos

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

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)

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. Longest Increasing SubsequenceFor a given array with N elements, you need to find the length of the longest subsequence from the array such that all the elements of the subsequence are sorted in strictly increasing order. Strictly Increasin... read more
View answer (5)
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)

Cleartrip interview questions for popular designations

 Data Analyst

 (2)

 Software Development Engineer 1

 (2)

 Applications Engineer

 (1)

 Customer Care Executive

 (1)

 Customer Support Executive

 (1)

 Lead DevOps Engineer

 (1)

 Legal Advisor

 (1)

 Legal Manager

 (1)

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
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at University Vishveshvaraya College of Engineering (UVCE) 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)

Jobs at Cleartrip

View all
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 SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
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. Missing NumberYou are given an array/list ‘BINARYNUMS’ that consists of ‘N’ distinct strings which represent all integers from 0 to N in binary representation except one integer. This integer between 0 to ‘N’ whose binary representation is ... read more
View answer (4)

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.

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
 • 227 Interviews
MakeMyTrip Interview Questions
3.7
 • 121 Interviews
Tracxn Interview Questions
3.1
 • 100 Interviews
Expedia Group Interview Questions
3.8
 • 81 Interviews
MagicBricks Interview Questions
3.4
 • 57 Interviews
Yatra Interview Questions
3.4
 • 31 Interviews
Ixigo.com Interview Questions
3.7
 • 22 Interviews
Airbnb Interview Questions
3.8
 • 22 Interviews
Goibibo Interview Questions
4.3
 • 6 Interviews
trivago Interview Questions
4.2
 • 2 Interviews
View all

Cleartrip Reviews and Ratings

based on 180 reviews

3.4/5

Rating in categories

3.2

Skill development

3.3

Work-life balance

3.4

Salary

2.7

Job security

3.3

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 180 Reviews and Ratings
Senior Business Development Executive

Bangalore / Bengaluru

3-7 Yrs

Not Disclosed

Senior Executive - Business Development

Guwahati

5-10 Yrs

Not Disclosed

Senior Business Development Executive

Guwahati

4-9 Yrs

₹ 5-7.5 LPA

Explore more jobs
Software Engineer
37 salaries
unlock blur

₹7 L/yr - ₹15.5 L/yr

Assistant Manager
32 salaries
unlock blur

₹5.5 L/yr - ₹14.5 L/yr

Senior Software Engineer
31 salaries
unlock blur

₹8 L/yr - ₹32.8 L/yr

Senior Executive
25 salaries
unlock blur

₹4 L/yr - ₹11.9 L/yr

Travel Consultant
22 salaries
unlock blur

₹1.8 L/yr - ₹6.2 L/yr

Explore more salaries
Compare Cleartrip with

MakeMyTrip

3.7
Compare

Yatra

3.4
Compare

Goibibo

4.3
Compare

Ixigo.com

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