Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by OLX Team. If you also belong to the team, you can get access from here

OLX Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

OLX Interview Questions and Answers

Updated 12 Jun 2025
Popular Designations

35 Interview questions

A Business Analyst was asked 6mo ago
Q. What is the difference between RANK and DENSE_RANK?
Ans. 

Rank assigns unique ranks to each distinct value, while Dense Rank assigns consecutive ranks to each distinct value.

  • Rank does not skip ranks when there are ties, while Dense Rank does

  • Rank will have gaps in ranks if there are ties, while Dense Rank will not

  • Rank function is used to assign a unique rank to each distinct row, while Dense Rank function is used to assign consecutive ranks to each distinct row

View all Business Analyst interview questions
A Dealer Success Manager was asked 6mo ago
Q. How many kits were you selling?
Ans. 

I used to sell kits for various purposes.

  • I sold kits for automotive maintenance, first aid, home improvement, etc.

  • I had experience selling kits with different components and price points.

  • I focused on understanding customer needs and recommending the right kit for them.

View all Dealer Success Manager interview questions
A Dealer Success Manager was asked 6mo ago
Q. When and where did you receive your education?
Ans. 

I completed my education at XYZ University, where I earned a degree in Business Administration, focusing on customer relations and sales strategies.

  • Graduated from XYZ University with a Bachelor's in Business Administration.

  • Specialized in Customer Relationship Management, enhancing my skills in dealer success.

  • Participated in internships that provided hands-on experience in sales and customer service.

  • Attended worksh...

View all Dealer Success Manager interview questions
A Technology Intern was asked 8mo ago
Q. Given an array containing only 0s, 1s, and 2s, sort the array in-place.
Ans. 

The question is asking for a variation of sorting an array containing 0s, 1s, and 2s.

  • Use a three-way partitioning algorithm to sort the array in a single pass.

  • Keep track of three pointers - low, mid, and high to partition the array.

  • Example: Input array = [0, 1, 2, 1, 0], Output array = [0, 0, 1, 1, 2]

View all Technology Intern interview questions
A Technology Intern was asked 8mo ago
Q. Given a string s, return the longest palindromic substring in s.
Ans. 

A palindromic substring is a string that reads the same forwards and backwards.

  • Use dynamic programming to find the longest palindromic substring.

  • Start by considering each character as the center of a potential palindrome.

  • Expand outwards from each center to check for palindromic substrings.

  • Keep track of the longest palindrome found so far.

  • Example: Input 'babad', Output 'bab' or 'aba'.

View all Technology Intern interview questions
A Software Development Engineer 3 was asked
Q. Design a system similar to Datadog or New Relic.
Ans. 

Design a monitoring and analytics platform like Datadog for real-time performance tracking and alerting.

  • User Interface: Create a dashboard for visualizing metrics, logs, and traces.

  • Data Collection: Use agents to collect data from servers, applications, and cloud services.

  • Storage: Implement a time-series database for efficient storage and retrieval of metrics.

  • Alerting: Set up customizable alerts based on thresholds...

View all Software Development Engineer 3 interview questions
A Dealer Success Manager was asked
Q. Where are you from?
Ans. 

I hail from a vibrant city known for its rich culture, diverse community, and thriving economy, which shapes my professional outlook.

  • I grew up in a city that is famous for its historical landmarks, such as the Old Town Square.

  • The local cuisine is a blend of various cultures, offering unique dishes that reflect our diversity.

  • The community is very supportive, with numerous local events that foster connections among ...

View all Dealer Success Manager interview questions
Are these interview questions helpful?
An Evaluator was asked
Q. How many types of engine smoke are there?
Ans. 

There are three types of engine smoke: black, white, and blue.

  • Black smoke indicates incomplete combustion of fuel.

  • White smoke indicates coolant or water in the combustion chamber.

  • Blue smoke indicates oil burning in the combustion chamber.

  • Examples: A car emitting black smoke may have a clogged air filter, while white smoke may indicate a blown head gasket.

View all Evaluator interview questions
A Data Entry Operator was asked
Q. What is your designation?
Ans. 

Designation refers to the job title or position held by an employee in an organization.

  • Designation is a term used to describe the job title or position held by an employee in an organization.

  • It is often used interchangeably with job title.

  • Examples of designations include Manager, Executive, Analyst, etc.

View all Data Entry Operator interview questions
A Service Advisor was asked
Q. What is a transmission system?
Ans. 

The transmission system is responsible for transferring power from the engine to the wheels of a vehicle.

  • The transmission system consists of various components such as the gearbox, clutch, and driveshaft.

  • It allows the driver to change gears and control the speed and torque of the vehicle.

  • There are different types of transmission systems, including manual, automatic, and continuously variable transmissions.

  • For exam...

View all Service Advisor interview questions

OLX Interview Experiences

60 interviews found

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Variation of sort 0,1,2
  • Ans. 

    The question is asking for a variation of sorting an array containing 0s, 1s, and 2s.

    • Use a three-way partitioning algorithm to sort the array in a single pass.

    • Keep track of three pointers - low, mid, and high to partition the array.

    • Example: Input array = [0, 1, 2, 1, 0], Output array = [0, 0, 1, 1, 2]

  • Answered by AI
  • Q2. Longest palindromic substring
  • Ans. 

    A palindromic substring is a string that reads the same forwards and backwards.

    • Use dynamic programming to find the longest palindromic substring.

    • Start by considering each character as the center of a potential palindrome.

    • Expand outwards from each center to check for palindromic substrings.

    • Keep track of the longest palindrome found so far.

    • Example: Input 'babad', Output 'bab' or 'aba'.

  • Answered by AI
  • Q3. Core qns (DBMS+OS+OOPS+CN)+ high level of project
Round 2 - Technical 

(2 Questions)

  • Q1. Deep dive discussion on projects(No DSA qns)
  • Q2. Asking why you used only that techstack on project ,what are your difficulties on project and who advised you to use that techstack

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference Between Rank and Dense Rank
  • Ans. 

    Rank assigns unique ranks to each distinct value, while Dense Rank assigns consecutive ranks to each distinct value.

    • Rank does not skip ranks when there are ties, while Dense Rank does

    • Rank will have gaps in ranks if there are ties, while Dense Rank will not

    • Rank function is used to assign a unique rank to each distinct row, while Dense Rank function is used to assign consecutive ranks to each distinct row

  • Answered by AI
  • Q2. Some Basic Joins
  • Q3. Socks Pair Puzzle Qustions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare BASIC SQL and some puzzles questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Work experience in field
  • Ans. 

    I have 5 years of experience working in the automotive industry, specifically in dealer management roles.

    • Managed relationships with dealers to drive sales and increase profitability

    • Implemented strategies to improve dealer performance and customer satisfaction

    • Trained dealers on new products and services to enhance their sales capabilities

  • Answered by AI
  • Q2. Sell kitni karte the
  • Ans. 

    I used to sell kits for various purposes.

    • I sold kits for automotive maintenance, first aid, home improvement, etc.

    • I had experience selling kits with different components and price points.

    • I focused on understanding customer needs and recommending the right kit for them.

  • Answered by AI
  • Q3. Education kab or kaha se
  • Ans. 

    I completed my education at XYZ University, where I earned a degree in Business Administration, focusing on customer relations and sales strategies.

    • Graduated from XYZ University with a Bachelor's in Business Administration.

    • Specialized in Customer Relationship Management, enhancing my skills in dealer success.

    • Participated in internships that provided hands-on experience in sales and customer service.

    • Attended workshops o...

  • Answered by AI

Asst Store Interview Questions & Answers

user image Anonymous

posted on 12 Jun 2025

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. Girjesh Kumar Mishra
  • Q2. Store assistant
  • Q3. Store work all
  • Q4. Store material Maintenance
  • Q5. Store register maintenance

Interview Preparation Tips

Interview preparation tips for other job seekers - Store assistant
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. Previous experience
  • Q2. Dealership onboarding
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(4 Questions)

  • Q1. Why you want to switch from your current role
  • Q2. What is your current CTC
  • Q3. Working experience
  • Q4. What is your Notice period
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell something about yourself
  • Q2. Your current position

Interview Preparation Tips

Interview preparation tips for other job seekers - Be fare less, be honest give your 100%

Security Engineer Interview Questions & Answers

user image Vivek Rajput

posted on 24 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Cloud Security, Encryption
  • Q2. Coding and scripting
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Other 

(1 Question)

  • Q1. Asked about my experience and worked at first

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice job
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Favourite Product. Metrics you would track.
  • Ans. 

    My favorite product is the iPhone. Metrics I would track include user engagement, retention rate, customer satisfaction, and revenue growth.

    • User engagement: tracking daily active users, time spent on the device, and frequency of app usage.

    • Retention rate: monitoring how many users continue to use the product over time.

    • Customer satisfaction: collecting feedback through surveys, reviews, and customer support interactions.

    • ...

  • Answered by AI

Dealer Success Manager Interview Questions & Answers

user image Rabbani Basha K

posted on 22 Dec 2023

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

I applied via LinkedIn and was interviewed in Jun 2023. There were 4 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 - HR 

(3 Questions)

  • Q1. Tell about Self introduction and going with resume
  • Q2. Why you left the previous job
  • Q3. Expected salary
Round 3 - Asm 

(3 Questions)

  • Q1. You should achieve the target by EOM
  • Q2. You are belongs to which place
  • Ans. 

    I hail from a vibrant city known for its rich culture, diverse community, and thriving economy, which shapes my professional outlook.

    • I grew up in a city that is famous for its historical landmarks, such as the Old Town Square.

    • The local cuisine is a blend of various cultures, offering unique dishes that reflect our diversity.

    • The community is very supportive, with numerous local events that foster connections among resid...

  • Answered by AI
  • Q3. Are you ready to relocate
Round 4 - Behavioral 

(3 Questions)

  • Q1. What about your experience
  • Q2. What about your family
  • Q3. Asking about past company experience details

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview schedule will happen easy process. It was not difficult. But some of sr.managements asking difficult questions.

Top trending discussions

View All
Career Growth
2w
a senior executive
I am asking weird career advice? Please suggest!
Hi guys! I am an IT professional and have currently shifted to MUMBAI, my dream city. Because I always wanted to become an actor, from my college curriculum in drama, I developed my acting skills. Though I’ve built a stable life here with a good income and lifestyle. But being in Mumbai makes that dream feel closer than ever. Lately, I’ve been seeing regular casting ads in newspapers, and it’s tempting to try auditioning. But ever since Sushant Singh Rajput’s case, I do feel a certain fear. What if I lose both my job and mental peace if things don’t go well? How can I explore acting without risking everything I’ve built? Is there a middle path to follow both dreams?
FeedCard Image
Got a question about OLX?
Ask anonymously on communities.

OLX Interview FAQs

How many rounds are there in OLX interview?
OLX interview process usually has 2-3 rounds. The most common rounds in the OLX interview process are One-on-one Round, Resume Shortlist and HR.
How to prepare for OLX 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 OLX. The most common topics and skills that interviewers at OLX expect are Product Engineering, Sales, Inspection, Trade and Management.
What are the top questions asked in OLX interview?

Some of the top questions asked at the OLX interview -

  1. So, the role that we are offering is for market research . Here is a situation:...read more
  2. Design a database schema for a chat application where user can send message to ...read more
  3. Write sql to retrieve all unread messages when user sign...read more
What are the most common questions asked in OLX HR round?

The most common HR questions asked in OLX interview are -

  1. Where do you see yourself in 5 yea...read more
  2. Why are you looking for a chan...read more
  3. What are your strengths and weakness...read more
How long is the OLX interview process?

The duration of OLX 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 40 interview experiences

Difficulty level

Easy 35%
Moderate 61%
Hard 4%

Duration

Less than 2 weeks 83%
2-4 weeks 4%
4-6 weeks 4%
6-8 weeks 4%
More than 8 weeks 4%
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.0
 • 5.3k Interviews
Swiggy Interview Questions
3.8
 • 464 Interviews
Lenskart Interview Questions
3.2
 • 354 Interviews
Udaan Interview Questions
3.9
 • 346 Interviews
Zepto Interview Questions
3.5
 • 289 Interviews
Oyo Rooms Interview Questions
3.3
 • 227 Interviews
Uber Interview Questions
4.2
 • 155 Interviews
Ola Cabs Interview Questions
3.3
 • 145 Interviews
CarDekho Group Interview Questions
3.7
 • 79 Interviews
View all

OLX Reviews and Ratings

based on 680 reviews

3.8/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

4.0

Salary

3.2

Job security

3.6

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 680 Reviews and Ratings
Key Account Manager
151 salaries
unlock blur

₹3.2 L/yr - ₹8.4 L/yr

Dealer Success Manager
130 salaries
unlock blur

₹3 L/yr - ₹6.1 L/yr

Accounts Manager
107 salaries
unlock blur

₹2.7 L/yr - ₹6.8 L/yr

Software Engineer
63 salaries
unlock blur

₹12 L/yr - ₹32 L/yr

Senior Accounts Manager
60 salaries
unlock blur

₹3.9 L/yr - ₹8 L/yr

Explore more salaries
Compare OLX with

Quikr

3.7
Compare

eBay

4.0
Compare

Tokopedia

4.1
Compare

Amazon

4.0
Compare
write
Share an Interview