ZebPay Interview Experience

The interview lasted around 1 hour, Questions that were asked in ZebPay were of medium level.

In the one-hour timeframe, the interviewer asked 2 questions one was on Javascript, and the other question was on ReactJS.

Question 1 on ReactJS:

The interviewer shared me the below image and asked me to create a Blink Clink Game.

Blick Click Game

Below is the video on how the Blick Click Game should work, this is the basic game that I was able to code within 40 minutes of the interview. Solving the question within the timeframe is one of the expectations that the interviewer will look at.

Below is the YouTube video link where I solved this question, feel free to refer to the video.

Link to the Blog: Create a Blick click game – Machine coding round

Question 2 on Javascript:

The interviewer asked me to create a polyfill for the map array method, and within 10 minutes, I was able to create a basic map polyfill. Below is the link to the YouTube video were I solved this question.

Link to the Blog: Creating a polyfill for the map array method in javascript