Tesco | SDE2

tesco logo
tesco
SDE IIOngoing
March 6, 20242 reads

Summary

I interviewed for an SDE2 position at Tesco, which involved multiple rounds focusing on data structures & algorithms, system design, and managerial discussions. I was asked to solve 'Merge Intervals' and design an 'Inventory System'.

Full Experience

My interview process for the SDE2 role at Tesco consisted of four distinct rounds. The first round was dedicated to Data Structures & Algorithms, where I encountered a medium-level coding problem and was also quizzed on Java-specific questions. This was followed by a System Design round, which required me to design an Inventory System, drawing inspiration from large-scale e-commerce platforms like Amazon or Flipkart. The subsequent two rounds were with the Hiring Manager and then HR, completing the interview process.

Interview Questions (2)

Q1
Merge Intervals
Data Structures & AlgorithmsMedium

Given an array of intervals where intervals[i] = [starti, endi], merge all overlapping intervals, and return an array of the non-overlapping intervals that cover all the intervals in the input.

Q2
Design an Inventory System
System DesignHard

Design a scalable and robust inventory management system, similar to those used by large e-commerce platforms like Amazon or Flipkart. Consider key components such as stock updates, order fulfillment, multi-location support, and ensuring real-time consistency.

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!