Ho presentato la mia candidatura tramite un'agenzia di reclutamento personale. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso IBS Software (Bengaluru) nel mese di giu 2025
Colloquio
4 rounds
1. Coding test (1 easy question based on stack)
2. Tech Interview 1 ( Java, OOPS, Design patterns, Functional Interfaces)
3. Tech Interview 2
4. HR round to discuss salary along with behavorial questions
1
Altre recensioni di colloqui per Software Engineer - Java Developer presso IBS Software
Ho presentato la mia candidatura tramite un'agenzia di reclutamento personale. Ho sostenuto un colloquio presso IBS Software nel mese di ago 2025
Colloquio
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
Domande di colloquio [1]
Domanda 1
Java Stream API and it uses and asked to write one example problem
Ho presentato la mia candidatura tramite un selezionatore. Ho sostenuto un colloquio presso IBS Software (Kochi) nel mese di giu 2025
Colloquio
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.
Domande di colloquio [1]
Domanda 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.