Envié una solicitud electrónica. Acudí a una entrevista en IBS Software (Bangalore Rural) en jul 2024
Entrevista
I had interview at ibs software as java developer, there 3 rounds but i have attened two rounds ,second round was failed they have asked write java 8 program for find department has max employees and project,java,spring boot,mvc,java 8 related questions, its great experience for me, but i didn't selecetd for hr round, some how i have dissppointed, be confidence at interview, give anwsers clearly and more innovatily
Preguntas de entrevista [1]
Pregunta 1
Java 8 related Questions,lamdas,Functional interface,spring boot annotations,mvc,sql queries
Solicité el puesto a través de una agencia de empleo. Acudí a una entrevista en IBS Software en ago 2025
Entrevista
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
Preguntas de entrevista [1]
Pregunta 1
Java Stream API and it uses and asked to write one example problem
Solicité el puesto a través de un captador. Acudí a una entrevista en IBS Software (Cochín) en jun 2025
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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.