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
3.8

based on 649 Reviews

Filter interviews by

OLX Software Development Engineer 3 Interview Questions and Answers

Updated 28 Apr 2024

OLX Software Development Engineer 3 Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Link List operations and result

Round 2 - Technical 

(1 Question)

  • Q1. Design Datadog, a new relic

Interview Preparation Tips

Topics to prepare for OLX Software Development Engineer 3 interview:
  • DSA
Interview preparation tips for other job seekers - Don't forget what you study in college.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. They were looking for a person with expertise in maven, so initial questions were targeted towards maven and dependencies.
  • Q2. Find the equilibrium number was asked for DSA
  • Q3. Implement a singleton patter
  • Q4. Java based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I was told that this round was different as they were looking for someone with expertise. Interviewer suggested that java questions are more relevant and that's why was more oriented towards that.
I'd say be prepared for anything, DSA rounds can become discussion and design rounds at any point, so having some knowledge about all aspects
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Find in 2d matrix II
  • Ans. 

    Search for a target value in a 2D matrix and return true if found, false otherwise.

    • Start from the top right corner or bottom left corner for efficient search

    • Use binary search in each row or column to narrow down the search space

    • Handle edge cases like empty matrix or target not found

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Regular Expression Matching

Skills evaluated in this interview

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

Find lowest common ancestor in tree

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Test contains 26 questions for me 13 are java based 13 are c++ based

Round 2 - Technical 

(2 Questions)

  • Q1. Indexing in dbms
  • Ans. 

    Indexing in DBMS is a technique to improve the performance of queries by creating a data structure that allows for faster retrieval of data.

    • Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition.

    • Types of indexes include clustered, non-clustered, unique, and composite indexes.

    • Examples of indexing techniques include B-tree, hash, and bitmap indexes.

    • Indexing can...

  • Answered by AI
  • Q2. Find whether two strings are or not anagrams
  • Ans. 

    Check if two strings are anagrams by comparing the sorted characters in each string.

    • Sort the characters in both strings and compare if they are equal.

    • Ignore spaces and punctuation when comparing the strings.

    • Example: 'listen' and 'silent' are anagrams.

    • Example: 'hello' and 'world' are not anagrams.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Inorder traversal without recursion
  • Ans. 

    Use a stack to simulate the recursive inorder traversal process

    • Create an empty stack to store nodes

    • Start with the root node and push it onto the stack

    • While the stack is not empty, keep traversing left and pushing nodes onto the stack

    • Once you reach a leaf node, pop it from the stack, print its value, and move to its right child

    • Repeat the process until all nodes have been visited

  • Answered by AI
  • Q2. How to make a class final
  • Ans. 

    To make a class final, use the 'final' keyword in the class declaration.

    • Use the 'final' keyword before the 'class' keyword in the class declaration

    • A final class cannot be subclassed or extended

    • Final classes are often used for utility classes or classes that should not be modified

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Minimum Knight Moves (LC Medium)
  • Q2. OS, CN, DB concepts like multithreading, semaphore, tcp vs udp, transaction and ACId properties. Java concepts like stack vs heap(memory), error vs exception. Any 1 Project discussion for 10 mins

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the fundamental concepts of operating systems and databases. Refer to the company-tagged questions from LC.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic questions only.

Round 2 - Technical 

(2 Questions)

  • Q1. Basic questions like, how react works?
  • Q2. What is the equivalent of ReactDOM in mobile application development?
  • Ans. 

    The equivalent of ReactDOM in mobile application development is React Native.

    • React Native is a framework for building mobile applications using React.

    • It allows developers to write code in JavaScript and render native components.

    • Just like ReactDOM in web development, React Native handles rendering components to the screen.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Closure
  • Ans. 

    Closure is a function that captures the environment in which it was created, allowing it to access variables from that environment even after the function has finished executing.

    • Closure allows a function to access variables from its outer scope even after the function has finished executing.

    • It is created when a function is defined within another function and the inner function references variables from the outer functi...

  • Answered by AI
  • Q2. Flat nested array
Round 2 - Technical 

(2 Questions)

  • Q1. Machine coding questions
  • Q2. Das based questions
Round 3 - HR 

(2 Questions)

  • Q1. Simple questions
  • Q2. Simple questions one on one
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

BFS Implementation of a jug question.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Few hashmap questions
  • Q2. Object Oriented Programming questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was an online assessment. Some coding questions. Some cs fundamental mcqs. SQL query, Rest Api question.

Round 2 - Assignment 

An assignment to create a game using nodejs/ go lang/ java.

Round 3 - Technical 

(2 Questions)

  • Q1. Discussion related to Assignment. Told some changes and told to add some more functionalities.
  • Q2. Some APIS were given. It was case study. You had to show the dishes to a customer according to his preferences.

OLX Interview FAQs

How many rounds are there in OLX Software Development Engineer 3 interview?
OLX interview process usually has 2 rounds. The most common rounds in the OLX interview process are Coding Test and Technical.

Tell us how to improve this page.

OLX Software Development Engineer 3 Salary
based on 4 salaries
₹30 L/yr - ₹60 L/yr
21% more than the average Software Development Engineer 3 Salary in India
View more details

OLX Software Development Engineer 3 Reviews and Ratings

based on 2 reviews

4.6/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

5.0

Salary

4.0

Job security

4.0

Company culture

5.0

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Dealer Success Manager
161 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Key Account Manager
141 salaries
unlock blur

₹3.5 L/yr - ₹9.2 L/yr

Accounts Manager
124 salaries
unlock blur

₹2.7 L/yr - ₹7 L/yr

Team Lead
71 salaries
unlock blur

₹3.5 L/yr - ₹11.2 L/yr

Senior Accounts Manager
70 salaries
unlock blur

₹3.9 L/yr - ₹8 L/yr

Explore more salaries
Compare OLX with

Quikr

3.8
Compare

eBay

3.8
Compare

Tokopedia

4.1
Compare

Flipkart

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