Saturday, September 21, 2024
Google search engine
HomeData Modelling & AIOLA Cabs Interview Experience | Set 4 (For SDE 2)

OLA Cabs Interview Experience | Set 4 (For SDE 2)

I was recently interviewed for SDE 2 position at OlaCabs.

Round 1 (around 1 hour)
Design and implement a logging library. Preferred language was Java.
– There can be multiple appenders – like file, network, db etc. Should be easy to add appenders.
– Library should be easily configurable.
– Message format should be configurable.
– Logger should not add additional overhead.
– Must log to all appenders simultaneously.

Round 2 (around 1 hour)
Discussion on the design and the code you have written in round 1.
Was asked questions like concurrency handling etc.

Round 3 (1 hour)
– Application monitoring – how will you handle data coming from various applications?
– Ola operates within city limits (a fixed area). How to determine a user is inside that area and then show him available cabs. (Simpler problem is how to determine whether a point is inside a ploygon or not).
Given an array containing 0,1,2. Sort them maintaining the order in which they were in the original array.

Round 4(Managerial Round – 45 mins)
Basic questions like – your strengths, weeknesses, best moment, worst moment, why want to change, why ola?

Overall it was a good experience.

If you like neveropen and would like to contribute, you can also write an article and mail your article to review-team@geeksforgeeks.org. See your article appearing on the neveropen main page and help other Geeks.

Related Practice Problems

Feeling lost in the world of random DSA topics, wasting time without progress? It’s time for a change! Join our DSA course, where we’ll guide you on an exciting journey to master DSA efficiently and on schedule.
Ready to dive in? Explore our Free Demo Content and join our DSA course, trusted by over 100,000 neveropen!

Dominic Rubhabha-Wardslaus
Dominic Rubhabha-Wardslaushttp://wardslaus.com
infosec,malicious & dos attacks generator, boot rom exploit philanthropist , wild hacker , game developer,
RELATED ARTICLES

Most Popular

Recent Comments