Upload Button Icon Add office photos

Filter interviews by

Ola Cabs Sdet Lead Interview Questions and Answers

Updated 11 Oct 2023

Ola Cabs Sdet Lead Interview Experiences

1 interview found

Sdet Lead Interview Questions & Answers

user image Anonymous

posted on 11 Oct 2023

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected
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 - One-on-one 

(3 Questions)

  • Q1. Personal and Technical Round
  • Q2. Detail assessment on functional acumen
  • Q3. Projects done in relevant area
  • Ans. 

    I have led multiple projects in test automation, performance testing, and CI/CD implementation.

    • Led a team in developing automated test scripts using Selenium for web applications

    • Implemented performance testing using JMeter to identify bottlenecks in the system

    • Set up CI/CD pipelines using Jenkins for continuous integration and deployment

    • Worked on integrating test automation with Docker containers for efficient testing

    • Co...

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

(1 Question)

  • Q1. Technical Round Questions Personal and Professional

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Gasstation problem on letcode
  • Q2. LCS problem on leetcode
Round 2 - Coding Test 

Quick sort for numbers from 0 to million

Interview Preparation Tips

Interview preparation tips for other job seekers - LC easy should be fine
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Medium level problem solving questions were asked which was basically related to string and arrays, DS
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Puzzles aptitude check

Round 2 - Coding Test 

Puzzles syntax check

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Selenium,Rest assured ,API,java
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Coding conecpt, apti

Round 2 - Technical 

(1 Question)

  • Q1. Basic dsa, puzzles
Round 3 - Technical 

(1 Question)

  • Q1. Basic dsa, dbms

Sde1 Interview Questions & Answers

Uber user image Anonymous

posted on 12 Jun 2023

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in May 2023. 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 - Coding Test 

Very Easy questions just do it

Round 3 - One-on-one 

(4 Questions)

  • Q1. What is your introduction
  • Q2. Why SDE 1 only not SDE 2
  • Ans. 

    SDE 1 is an entry-level position where candidates gain foundational skills before advancing to SDE 2.

    • SDE 1 focuses on learning and building foundational skills in software development.

    • SDE 2 requires more experience and expertise in software development.

    • Advancing from SDE 1 to SDE 2 is a common career progression in tech companies.

    • SDE 1 roles often involve working on smaller projects or components of larger projects.

    • SDE...

  • Answered by AI
  • Q3. If bully happens will you bully someone
  • Ans. 

    No, I believe in standing up against bullying and supporting those who are being bullied.

    • I do not support bullying in any form and believe in treating others with respect and kindness.

    • I would try to intervene and help the person being bullied, either by talking to the bully or seeking help from a teacher or supervisor.

    • I believe in creating a positive and inclusive environment where everyone feels safe and respected.

  • Answered by AI
  • Q4. If taken leave can you work 7 days a week

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep yourself you only and you will get a wholesome of 60 LPA

I was interviewed in Mar 2022.

Round 1 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

1 Medium/Easy DSA questions were asked similar to Leetcode.

I was expected to come up with the most optimal solution for the same. I completed the code and explained in 45 mins.

In the remaining time, I was asked questions from Computer Science fundamentals and Java

  • Q1. Unique Element In Sorted Array

    Nobita wants to impress Shizuka by guessing her lucky number.

    Shizuka gave Nobita a sorted list of ‘N’ numbers such that every number occurred twice in the list except Shiz...

  • Ans. 

    As the array was sorted we can make use of this information to use Binary Search.


    // EXPLANATION:-
    // Suppose array is [1, 1, 2, 2, 3, 3, 4, 5, 5]
    // we can observe that for each pair, 
    // first element takes even position and second element takes odd position
    // for example, 1 is appeared as a pair,
    // so it takes 0 and 1 positions. similarly for all the pairs also.

    // this pattern will be missed when single element is ...

  • Answered Anonymously
Round 2 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

Low-level system design round. 
Expected to come up with a running code.

  • Q1. LRU Cache

    Design and implement a data structure for Least Recently Used (LRU) cache to support the following operations:

    1. get(key) - Return ...
  • Ans. 

    Tip 1 : Ask clarification questions
    Tip 2 : Try and think in terms of brute force and then gradually optimize your solution
    Tip 3 : Ensure to check for edge cases
    Tip 4 : Ensure to be thorough with data structures, algorithms and system design concepts.

  • Answered Anonymously
Round 3 - HR 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

Standard behavioural questions by HR

  • Q1. Basic HR Question

    The hiring manager was asking about my past work experiences and past projects in my previous company.

  • Ans. 

    Ensure that you are thorough with the design of your project at your current organization.

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 2 in GurgaonEligibility criteriaAbove 1 years of experienceLenskart interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Break down the total topics based on your comfort and ease and try and master one topic at a time
Tip 2 : Try and up solve
Tip 3 : Always try and come up with multiple solutions for a DSA question starting from brute force to optimal solution.

Application resume tips for other job seekers

Tip 1 : Try to keep it short and crisp.
Tip 2 : Always make the entries chronological with the most recent experiences coming first followed by past experiences.

Final outcome of the interviewSelected

Skills evaluated in this interview

SDE-2 Interview Questions & Answers

OLX user image Anonymous

posted on 3 May 2022

Round 1 - One-on-one 

(1 Question)

  • Q1. Data structure related question
Round 2 - One-on-one 

(2 Questions)

  • Q1. Nodejs related questions
  • Q2. Promises Async Await Events emitter
  • Ans. 

    Promises, async/await, and event emitters are all ways to handle asynchronous operations in JavaScript.

    • Promises provide a way to handle asynchronous operations by returning a promise object that can be resolved or rejected.

    • Async/await is a syntax for working with promises that makes code easier to read and write.

    • Event emitters allow you to create custom events that can be triggered and listened for in your code.

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

(2 Questions)

  • Q1. System design related question
  • Q2. Design a system like facebook
  • Ans. 

    Design a system like Facebook

    • Create a user registration and login system

    • Implement a news feed for users to see updates from friends

    • Allow users to create and join groups

    • Include features like messaging, commenting, and liking posts

    • Implement privacy settings for users to control who can see their content

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

(1 Question)

  • Q1. System design and behavioral

Interview Preparation Tips

Interview preparation tips for other job seekers - Practise DSA easy and medium question
Practice some HLD questions
Microservices related conecpts

Skills evaluated in this interview

SDE-2 Interview Questions & Answers

Flipkart user image Shubham Jain

posted on 14 Jan 2023

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

I applied via Recruitment Consulltant and was interviewed in Aug 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

2 Coding questions both easy-medium level.
1. Based on the Sliding Window
2. Graph Question

Round 3 - Assignment 

A simple feed platform, which supports some basic functionality. The main point of this round was to see how well a candidate architect the application.

Round 4 - One-on-one 

(4 Questions)

  • Q1. Basic discussion around the project & past experience.
  • Q2. Design a 2/3rd Winning game.
  • Ans. 

    Design a 2/3rd Winning game.

    • The game should have a clear win condition

    • The win condition should be achievable in 2/3rd of the total game time

    • The game should have a balanced difficulty level

    • The game should have a clear feedback system for the player

    • Examples: Chess, Tic Tac Toe, Connect Four

  • Answered by AI
  • Q3. Discussion around how would you scale a application.
  • Q4. NoSQL vs SQL difference
  • Ans. 

    NoSQL is non-relational and schema-less while SQL is relational and has a fixed schema.

    • NoSQL databases are horizontally scalable and can handle large amounts of unstructured data.

    • SQL databases are vertically scalable and are better suited for structured data with complex relationships.

    • NoSQL databases are often used in web applications, while SQL databases are commonly used in enterprise applications.

    • Examples of NoSQL d...

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

(3 Questions)

  • Q1. Hiring Manager round
  • Q2. Basic discussions around past work, past processes, what are your future aspirations etc.
  • Q3. This round was mainly for seeing the culture fitment of a candidate.

Interview Preparation Tips

Topics to prepare for Flipkart SDE-2 interview:
  • Data Structures
  • Algorithms
  • System Design
  • Microservices
  • Java
  • Spring Boot
Interview preparation tips for other job seekers - Prepare well for Data structures & Algorithms.
Along with that, you should be well-versed in System design concepts.

Skills evaluated in this interview

Ola Cabs Interview FAQs

How many rounds are there in Ola Cabs Sdet Lead interview?
Ola Cabs interview process usually has 3 rounds. The most common rounds in the Ola Cabs interview process are One-on-one Round and Resume Shortlist.
What are the top questions asked in Ola Cabs Sdet Lead interview?

Some of the top questions asked at the Ola Cabs Sdet Lead interview -

  1. Projects done in relevant a...read more
  2. Technical Round Questions Personal and Professio...read more
  3. Detail assessment on functional acu...read more

Tell us how to improve this page.

Sdet Lead Interview Questions from Similar Companies

View all
Ola Cabs Sdet Lead Salary
based on 11 salaries
₹14 L/yr - ₹42 L/yr
5% less than the average Sdet Lead Salary in India
View more details

Ola Cabs Sdet Lead Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

2.0

Salary

2.0

Job security

1.0

Company culture

2.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Driver
741 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

CAR Driver
558 salaries
unlock blur

₹1 L/yr - ₹6.5 L/yr

Assistant Manager
244 salaries
unlock blur

₹5 L/yr - ₹17.4 L/yr

Business Development Executive
231 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Team Lead
227 salaries
unlock blur

₹2.3 L/yr - ₹7.6 L/yr

Explore more salaries
Compare Ola Cabs with

Uber

4.2
Compare

Meru cabs

4.0
Compare

Zoomcar

3.6
Compare

Rapido

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