Upload Button Icon Add office photos

Cleartrip

Compare button icon Compare button icon Compare

Filter interviews by

Cleartrip Interview Questions and Answers for Experienced

Updated 1 Apr 2025

Cleartrip Interview Experiences for Experienced

Popular Designations

6 interviews found

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

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)
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,
  • Q2. Tds taxation position

Executive Accountant Interview Questions asked at other Companies

Q1. What is the file extension name which is created by the TDS Return software
View answer (4)
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)

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)

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)

I appeared for an interview before Dec 2019.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself , explain web architecture, what is cookie and session? Every question on manual testing. What is the process we are following for software release? Do you know about agile method? E...
  • Q2. Most weakest and strongest moments in your work

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare extra and Present your best relevant knowledge

Software Tester Interview Questions asked at other Companies

Q1. Which is a best technique to generate automated test report ?
View answer (1)

Jobs at Cleartrip

View all

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. SQL and Excel were the key that helped me get this job.
  • Q2. Puzzles

I applied via Walk-in and was interviewed before Feb 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 tips
Round 2 - Aptitude Test 
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - easy to crack they will ask qestions

Data Analyst Interview Questions & Answers

Impact Guru user image Shubham Upadhyay

posted on 19 Apr 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Difference between rank and dense rank
  • Ans. 

    Rank assigns unique ranks to each distinct value, while dense rank does not leave gaps between ranks.

    • Rank assigns unique ranks to each distinct value in a dataset

    • Dense rank does not leave gaps between ranks, assigning consecutive ranks to values with the same rank

    • For example, if values are 10, 20, 20, 30, then rank would be 1, 2, 2, 4 and dense rank would be 1, 2, 2, 3

  • Answered by AI
  • Q2. How will merge multiple file in python
  • Ans. 

    Merge multiple files in Python using pandas.concat() or pd.merge() functions.

    • Use pandas.concat() function to merge multiple files vertically (row-wise).

    • Use pd.merge() function to merge multiple files horizontally (column-wise) based on a common column.

    • Ensure that the files have compatible column names and data types before merging.

    • Handle any missing or duplicate values appropriately during the merging process.

    • Consider ...

  • Answered by AI
  • Q3. Data frame explain in detail
  • Ans. 

    A data frame is a two-dimensional data structure in which data is stored in rows and columns.

    • Data frames are commonly used in programming languages like R and Python for data analysis.

    • Each column in a data frame represents a variable, while each row represents an observation.

    • Data frames can contain different types of data, such as numeric, character, and factor.

    • Data frames can be created from various sources like CSV f

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(3 Questions)

  • Q1. Sql questions mostly about windows function, aggregate, using having clause in group, union vs union all, mostly basics about sql.
  • Q2. Power Bi questions - measures in powerbi, calculate, dashboard, excel vs powerbi.
  • Q3. Assesment 5 question based on sql and excel. Easy questions like second highest salary, manager salary, count a's.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through some questions for interview on data analyst role and read those, this thing will help you to understand many concepts. Not very hard interview also the interviewer is helpful.

Cleartrip Interview FAQs

How many rounds are there in Cleartrip interview for experienced candidates?
Cleartrip interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the Cleartrip interview process for experienced candidates are Technical, Resume Shortlist and Product Management.
How to prepare for Cleartrip interview for experienced candidates?
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, Java and Reconciliation.
What are the top questions asked in Cleartrip interview for experienced candidates?

Some of the top questions asked at the Cleartrip interview for experienced candidates -

  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 probe types in Kubernetes deploymen...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 for Experienced

based on 5 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

MagicBricks Interview Questions
4.4
 • 308 Interviews
Tracxn Interview Questions
3.1
 • 102 Interviews
Zolo Interview Questions
3.4
 • 54 Interviews
Netmeds.com Interview Questions
3.6
 • 42 Interviews
Carwale Interview Questions
3.5
 • 41 Interviews
Uplers Interview Questions
4.0
 • 41 Interviews
Impact Guru Interview Questions
3.7
 • 40 Interviews
Yahoo Interview Questions
4.6
 • 29 Interviews
View all

Cleartrip Reviews and Ratings

based on 193 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 193 Reviews and Ratings
Product Designer I

Bangalore / Bengaluru

2-3 Yrs

Not Disclosed

Business Development Executive

Jaipur,

Jodhpur

3-8 Yrs

Not Disclosed

Assistant Manager - Finance Operations

Bangalore / Bengaluru

6-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
37 salaries
unlock blur

₹7 L/yr - ₹15.5 L/yr

Senior Software Engineer
30 salaries
unlock blur

₹9.2 L/yr - ₹33 L/yr

Assistant Manager
29 salaries
unlock blur

₹5.5 L/yr - ₹12.9 L/yr

Travel Consultant
22 salaries
unlock blur

₹1.8 L/yr - ₹6.2 L/yr

Senior Executive
21 salaries
unlock blur

₹4 L/yr - ₹13.5 L/yr

Explore more salaries
Compare Cleartrip with

MakeMyTrip

3.7
Compare

MagicBricks

4.4
Compare

Videocon d2h

3.9
Compare

Netmeds.com

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