There are 2 technical rounds and 1 Fitment round. 1R(Easy/Medium): Java, oops, stream, multithreading basically Core Java and Java, Then 2 coding questions 1. Return true/false if a^2 + b^2=C is possible, where we will be given C as input (if C=5, return true, 1*1 + 2*2 = 5). 2. Jump game 1 from leetcode, given an array of int check if we can reach/cross last index. 2R(Hard): It's a pure System design interview where some concepts of java of DSA coding questions could be asked depending upon the interviewer. I was asked to design PRACTO including features like ordering and delivering the Medicines as well. 3R(General Discussion): Its was fitment round similar to Managerial round, where they asked me about my hobbies and anything that is not on my resume. Also gave me problem statement like how will you open 10k dominos stores in your city and near by cities (crowded region or less crowded region). How and why they asked, then if there are 3 categories in pizza menu, what would add to a new category according to your city, like if I'm in south India I would add Dosa pizza etc again why and how will it impact other categories. Basically they look at your thought process and thinking ability.
Anonimo
Go through Exponent (youtube channel for System Design), solve easy medium questions on leetcode for DSA(Go through strivers AtoZ DSA playlist)