I applied online. I interviewed at Adhoc Softwares
Interview
They ask you to 5k and said we check your performance by 1month and afterwards we will on-board you.Even though we performance good for 1 month they will not on-boarding.Without any prior information they ask to attend interview and told u should not perform well.
Other Python Developer interview reviews for Adhoc Softwares
I applied online. I interviewed at Adhoc Softwares (Coimbatore South) in Mar 2026
Interview
I went through two rounds as part of the selection process.
In the first round, I had an interaction with the HR, which included basic technical questions on Python, Django, and Next.js. The discussion focused on my understanding of core concepts, practical usage, and familiarity with these technologies.
In the second round, I was given a hands-on task to build a web application using Django for the backend and Next.js for the frontend. This round evaluated my ability to design, develop, and integrate a full-stack application, including handling APIs, routing, and data flow between the frontend and backend.
Interview questions [1]
Question 1
Write a program to store numbers from 1 to 100 in an array. Divide each element of the array by 5. From the resulting values, consider only the odd numbers and compute their sum. Finally, display the resultant sum.