LetsTransport | Software Developer Backend | Bangalore

letstransport logo
letstransport
Software Developer Backendbangalore
January 19, 20232 reads

Summary

I experienced the interview process at LetsTransport for a Software Developer Backend role in Bangalore. The process included an Online Assessment, a Technical Round, and a Techno Managerial Round with the CTO, featuring specific LeetCode problems like '24 Game' and 'Celebrity Problem'.

Full Experience

I went through the interview process at LetsTransport for a Software Developer Backend position in Bangalore. The hiring process started with an Online Assessment which comprised two questions, one based on Dynamic Programming and another on Graphs. Following that, I had a Technical Round where I was asked one Math question and one Graph question, both of which felt like standard LeetCode problems of easy to medium difficulty. The final stage was a Techno Managerial Round with the CTO, which focused on discussing my projects and fundamental Computer Science concepts.

Interview Questions (2)

Q1
24 Game
Data Structures & AlgorithmsHard

I was given an array of four integers and asked to determine if it's possible to use arithmetic operations (+, -, *, /) and parentheses to achieve the result 24. Each number must be used exactly once, and division can result in fractions.

Q2
Find the Celebrity
Data Structures & AlgorithmsMedium

The problem involved finding a 'celebrity' among N people. A celebrity is defined as someone who is known by everyone else but does not know anyone himself. I had access to a bool knows(a, b) function. The task was to find the celebrity in O(N) time and space complexity, returning -1 if no such person exists.

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!