Nomura Java Developer Real Interview Questions 2025
Summary
Applied for Java Developer role at Nomura in 2025. The interview process included a coding round with a problem-solving question and a final interview with a technical panel. The candidate was not offered a position.
Full Experience
After applying for the Java Developer role at Nomura, I was invited to a coding round where I had to solve a problem related to data structures. The problem involved finding a specific pattern in a stream of data, which I managed to solve using a hash map approach. The interview panel then asked about my experience with Java frameworks and design patterns. I discussed my experience with Spring Boot and REST APIs. The final interview included a technical discussion on concurrency and thread safety, which I found challenging. Despite my efforts, I was not offered a position.
Interview Questions (1)
Given a stream of integers, find a triplet (a, b, c) such that the absolute difference between a and b is less than or equal to a given threshold, and the absolute difference between b and c is also less than or equal to the threshold. The solution should efficiently handle large data streams.