How do you prepare for Machine coding rounds ?

As you must be aware there is a recent trend in Indian coding interviews, where there is a design problem and you should be able to write production ready code for a command line application.
General expectations is to use Object Oriented Design Principles and industry level modularity and code quality.

In LLD interviews, you are generally expected to write only skeleton code, not a working solution, but in this Machine coding you are expected to write a fully functional application in 90-120 min.

Flipkart,Uber,Swiggy conduct these Machine coding rounds.

How do you guys prepare for it ?

Since this round is language specific and you are obviously expected to be good in that language, which language would you choose ?

Popular questions include

  1. Design Parking Lot
  2. Design Splitwise application

There are many resources online for DS/Algo rounds or High Level System Design rounds, but there seems to be a dearth of resources for this Machine coding round.

Comments (10)