OYO Interview Experience | Set 11 (For 2 years experienced)

Round 1: Skype
Questions mostly on the technology you have worked on and algorithms.

Round 2-5 (in person)

And few Java concepts questions.

Round 3:

1. Problem statement: Given a log file with sessionID, source pageId, destn pageID and Timestamp at which the page is visited. Identify all the pages that are linked and find the minimum count of the page to visit to reach P2 from P1 – Use Graph and apply BFS.

2. Design Tank Game – Identify all the classes, member variable, methods and relationship between each class. A design pattern can be applied.
Ref: https://www.youtube.com/watch?v=K6VBLJ4AR2Q

Questions on java concepts, design pattern and multithreading.

Round 5 (Hiring Manager):
Questions were mainly from resume, behavioral questions, design, and databases concept(join, query)

Note: You have to write the code on paper in each round.


Contact Us