I applied online. The process took 1 week. I interviewed at Agentifai in Aug 2025
Interview
Overall, the process was technical and practical. It reflected real tasks from the job and tested problem-solving and coding skills rather than just theoretical knowledge. The interviewers were professional, and they provided clear guidance about what they expected.
Interview questions [1]
Question 1
1. CRUD over HTTPS: They asked questions about implementing RESTful endpoints (POST, GET, PUT, DELETE) and handling HTTP requests correctly.
2. Code organization: They emphasized writing clean code, making each function do one clear job. This tested my ability to structure code for maintainability.
3. Callback function challenge: There was a small coding exercise involving streams and callbacks, where I had to select a random element fairly from a stream of data.