MCQ’s based were basically asked on Vanilla Javascript and frameworks like AngularJS and React. There were around 20-25 questions combined on these.(level – medium).
Machine coding section comprises of building a chess like game using HTML, Plain CSS(not any preprocessor like Sass or less) and Vanilla JS(not frameworks) but not same complexity as we play real chess. This round was a great mess and frustrating as the browser version on which I have to write code was IE6- IE7. Every css property we used nowadays like flexbox, grid, box-sizing etc not worked on this. Great relieve for me was that I can use google for searching. After so excruciating pain on searching for around 45 min, I’m able to build game but it didn’t comprises of all features they have asked in the question. But it was about near to completion.