Me postulé en línea. Acudí a una entrevista en IBM (Nueva Delhi) en abr 2023
Entrevista
After clearing all the rounds, I even had the discussion of the offer with the respective team. After waiting for more than 2 weeks getting a rejection email without any proper reason.
Preguntas de entrevista [1]
Pregunta 1
Basic Java questions, Spring Core, Spring MVC, Spring Boot, Spring Cloud
The interview process includes an initial HR screening, a technical assessment covering Java, Spring Boot, Microservices, SQL, and frontend technologies, followed by coding and system design rounds. Final discussions evaluate problem-solving, communication skills, project experience, and cultural fit.
Counter value incremented inside transaction. If transaction fails, class value updated?
@Service
public class PaymentService {
private int counter = 0;
@Transactional
public void processPayment() {
counter++;
paymentRepository.save(payment);
throw new RuntimeException("Failed");
}
}
The interview process begins with an online exam to evaluate technical knowledge and problem-solving skills. Candidates who qualify proceed to a virtual interview, where they discuss their experience, explain concepts, solve problems, and demonstrate communication skills with the interview panel.
First Second Hacker ran link assement where 2 question 1 is programing another one is SQL query.after submit IBM HR team call me for 1 to 1 interview with panel.