1. OA round - 58 apptitude questions on google form.
2. Coding round - given a question to solve and create a wesite in aprox 1-2 hour with using any AI tool.
3. Interview - Asked about projects
It was an on campus drive. The first round was of Aptitude and 80 of 200 were shortlisted for Round 2. The Round 2 was AI based problem solution for given problem statement. Futher only 20 were shortlisted for interview. Only 1 round of interview. They specifically required a web developer and I was of ML domain so they did not offer me.
I applied online. The process took 1 day. I interviewed at Valuefy Solutions in Sept 2025
Interview
It was a technical round with an AI bot called BabbleBots
It was decent, I wouldn't call too easy or too difficult. I am not sure if AI was able to understand properly the things I articulated, as a human would. I didn't get a selection call or mail for further rounds, it's been a week.
Interview questions [3]
Question 1
JS
---
1. obj is passed to fn => when fn is modifying it - how to remove ref
2. spread operator only deep copies 1 layer, how to handle enitre deep copy
3. if we have setTimeout with 0 ms then how will EventLoop handle
DBMS
----
1. How to ensure safe money transfer between bank accounts ? my answer ACID
2. In a social media app - I have to store posts. then will I choose SQL or NoSQL justify
NodeJS
------
1. if a object in utility file gets updated and the update is not received by other files reading this service, how is nodejs module caching involved ? and how to ensure proper state management in nodejs
2. how to process a large csv file which is causing load and delay, without offloading to another service ?
3. how to serve a video to user ? it's crashing ?
4. if we get memory out of heap ? how will I debug and what role does os has to play in it ?