J'ai postulé via un recruteur. Le processus a pris 5 jours. J'ai passé un entretien chez IBS Software (Kochi) en oct. 2022
Entretien
3 rounds of interview. 2 tech and one manager. From multiple feedback of my friends and my experience what i have learnt is that, when it comes to interviews for guys the interviewer becomes stubborn and when a woman is being interviewed the interviewer tends to be more of Shaiju Damodaran.
Questions asked to me are mentioned below, few questions asked to my female friends with the same experience are, changes in java8, arraylist vs array, why do we use springboot, static keyword, why string is immutable, final vs finalize vs finally. Throw vs throws, while vs dowhile.
J'ai postulé via une agence de recrutement. J'ai passé un entretien chez IBS Software en août 2025
Entretien
The technical interview round included a combination of question-and-answer sessions, coding challenges, and basic SQL query problems. The Q&A section focused on assessing my understanding of core concepts relevant to the role, while the coding portion tested my problem-solving skills and logical thinking through hands-on programming tasks. Additionally, I was asked to write and interpret simple SQL queries to evaluate my grasp of database fundamentals
Questions d'entretien [1]
Question 1
Java Stream API and it uses and asked to write one example problem
J'ai postulé via un recruteur. J'ai passé un entretien chez IBS Software (Kochi) en juin 2025
Entretien
The interview process includes four rounds: a coding test, technical interview, manager discussion, and HR discussion. The entire selection process will be conducted in face-to-face mode at the designated location.
Questions d'entretien [1]
Question 1
You are required to design and implement a stack data structure that supports the following operations, all in O(1) time complexity:
1️⃣ push(x) — Pushes an integer x onto the stack.
2️⃣ pop() — Removes the element on the top of the stack.
3️⃣ top() — Gets the top element of the stack.
4️⃣ getMin() — Retrieves the minimum element currently in the stack.
5️⃣ getMax() — Retrieves the maximum element currently in the stack.