Wego | Technical Lead | Bengaluru
Summary
I interviewed for a Technical Lead position at Wego in Bengaluru. The interview was conducted on Replit and involved debugging and optimizing methods within an existing Java codebase related to flights and routes. I used multithreading for performance improvement but faced issues during execution. I was ultimately rejected.
Full Experience
Round 1: It was conducted on replit last year. Interviewers were from Singapore.
There was an already written codebase. I had to make changes in implementation of the method to make the testcases pass.
Code was in Java about flights, routes etc.
I solved the first part.
The second part was to improve the performance of a method. I used multithreading but faced issue with running the code. They say they got my approach.
At the end, I asked them about the DBs, tech stack that the team is working on. They go khi khi khi khi, a very condescending laugh. Unsure why.
Verdict: Rejected
Interview Questions (2)
Debug and Implement Method for Flight Routes
Given an already written Java codebase related to flights, routes, etc., I had to make changes in the implementation of a method to make the test cases pass.
Optimize Method Performance using Multithreading
Given an existing method, I was tasked with improving its performance. My chosen approach involved using multithreading.