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 16 Jul 2025
Popular Designations

34 Interview questions

A Senior Associate was asked 6mo ago
Q. How did you handle product management?
Ans. 

My product handling experience has been excellent, with a focus on efficiency and accuracy.

  • Implemented efficient product handling processes to streamline operations

  • Ensured accurate inventory management and tracking

  • Trained team members on proper product handling techniques

  • Utilized technology to improve product handling efficiency, such as barcode scanning systems

View all Senior Associate interview questions
A Business Analyst was asked 7mo 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 7mo 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 7mo 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 9mo 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 9mo 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
Are these interview questions helpful?
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
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

OLX Interview Experiences

62 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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

  • Q1. Product knowledge Market knowledge
  • Q2. Take Ownership Problem solving
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. Salary related Question
  • Q2. Work balance cover up

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
  • Ans. 

    I have over 5 years of experience in customer success and sales management, focusing on enhancing dealer relationships and driving growth.

    • Managed a portfolio of 50+ dealer accounts, achieving a 20% increase in sales within one year.

    • Developed training programs for dealers, resulting in a 30% improvement in product knowledge and customer satisfaction.

    • Collaborated with cross-functional teams to streamline processes, reduc...

  • Answered by AI
  • 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

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
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 42 interview experiences

Difficulty level

Easy 36%
Moderate 60%
Hard 4%

Duration

Less than 2 weeks 80%
2-4 weeks 8%
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.4k Interviews
Swiggy Interview Questions
3.7
 • 475 Interviews
Lenskart Interview Questions
3.2
 • 365 Interviews
Info Edge Interview Questions
3.9
 • 348 Interviews
Udaan Interview Questions
3.9
 • 347 Interviews
Zepto Interview Questions
3.5
 • 296 Interviews
Oyo Rooms Interview Questions
3.2
 • 232 Interviews
Uber Interview Questions
4.2
 • 156 Interviews
Ola Cabs Interview Questions
3.3
 • 145 Interviews
View all

OLX Reviews and Ratings

based on 683 reviews

3.8/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

4.0

Salary

3.2

Job security

3.6

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 683 Reviews and Ratings
Key Accounts Manager - Telesales

Gurgaon / Gurugram

1-6 Yrs

₹ 3.5-4.5 LPA

Territory Sales Manager - Karnal

Karnal

6-11 Yrs

Not Disclosed

Territory Sales Manager - OEM

Delhi/Ncr

4-8 Yrs

Not Disclosed

Explore more jobs
Key Account Manager
151 salaries
unlock blur

₹3.5 L/yr - ₹8 L/yr

Dealer Success Manager
129 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Accounts Manager
107 salaries
unlock blur

₹2.7 L/yr - ₹6.8 L/yr

Software Engineer
63 salaries
unlock blur

₹18.6 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.6
Compare

eBay

4.0
Compare

Tokopedia

4.1
Compare

Amazon

4.0
Compare
write
Share an Interview