I applied in-person. I interviewed at Mypcot Infotech (Mumbai) in Dec 2025
Interview
The interview was good enough , Although I couldn't able to crack it up coz the interviewer got good expectation and I lack at basic syntax error hence I couldn't able to complete the question on time , but the interviewer was a very good guy and it was nice having this interview.
Interview questions [2]
Question 1
Create a component in React js , name it add_to_cart component and the component will have a button which will add item (number here) in the cart (variable here) the max item user can add will be 15 and minimum 1 ,
Create a js program such that is will take number as an input and check weather it is a prime number or not , if it is not a prime number then return the next closest prime number otherwise return the number .