I applied through college or university. The process took 2 days. I interviewed at IBM (Bhubaneshwar) in Oct 2017
Interview
There was 1 round of aptitude, and 1 round of English. Those who qualified through aptitude round was only eligible for English. Aptitude was difficult and needs good preparation. Next was Interview round. In my case, they took only 1 interiview mixed with both Computer Science and HR questions. Be accurate and to the point. Don't bluff, be honest. If you don't know any answer, say that you don't know it. Its an easy interview process.
Interview questions [4]
Question 1
What would you choose for a password field in JAVA, a character array or String?
Your manager comes before 2 days of project submission and says that he is not satisfied with the end result the team has produces. How would you respond?
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.