Add office photos
Employer?
Claim Account for FREE

Cleartrip

3.4
based on 171 Reviews
Filter interviews by

10+ Interview Questions and Answers

Updated 12 Dec 2024

Q1. 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 have attributes like speed and color, and methods like accele...read more

Add your answer

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

Add your answer

Q3. 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 prices over the past 3 days.

  • Moving Average is commonly used i...read more

Add your answer

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

Add your answer
Discover null interview dos and don'ts from real experiences

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

Add your answer

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

Add your answer
Are these interview questions helpful?

Q7. 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 notification system for confirming bookings and sending updates to ...read more

Add your answer

Q8. 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-critical workloads can further reduce costs, although they...read more

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. 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 configurations include HTTP, TCP, and exec probes.

Add your answer

Q10. Whats 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: Addressing any concerns or doubts the customer may have.

  • Closing d...read more

Add your answer
Asked in
SDE Interview

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

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at null

based on 10 interviews in the last 1 year
Interview experience
3.8
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

4.4
 • 425 Interview Questions
3.7
 • 192 Interview Questions
4.0
 • 156 Interview Questions
3.6
 • 150 Interview Questions
3.8
 • 139 Interview Questions
4.2
 • 129 Interview Questions
View all
Top Cleartrip Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter