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.
Summary
Attended a Java Developer interview at Nomura in 2025. The process included multiple rounds of technical and behavioral questions, with a focus on problem-solving and Java fundamentals. The candidate was not offered the position.
Full Experience
My interview at Nomura for the Java Developer role in 2025 was a multi-stage process. The first round was a coding challenge where I was asked to solve a problem related to array manipulation. The second round involved a technical interview focusing on Java concepts like multithreading and collections. The final round was a behavioral interview discussing past projects and problem-solving approaches. While the technical questions were challenging, I felt I performed well, but I was not offered the position.
Interview Questions (2)
Determine whether a given string is a palindrome, considering only alphanumeric characters and ignoring cases. For example, 'A man, a plan, a canal: Panama' should return true.
Summary
Attended a Java Developer interview at Nomura in 2025, focusing on core Java concepts and problem-solving skills. The interview process included a coding round with a challenging problem, and the candidate was not offered a position.
Full Experience
Recently, I went through the Java Developer interview process at Nomura in 2025. The interview was conducted online, and I was given a coding problem to solve. The question required me to implement a solution that handled a specific scenario involving data processing and algorithmic logic. I spent some time thinking about the problem and tried to come up with an efficient approach. However, I wasn't able to fully solve the problem within the time limit. The interviewers were very helpful and provided some hints, which helped me understand the problem better. Despite the effort, I didn't receive an offer for the position.
Interview Questions (1)
The coding problem required me to implement a solution that handled a specific scenario involving data processing and algorithmic logic. The exact problem details were not provided in the video, but the candidate described a scenario where a set of data needed to be processed and a specific algorithm was required to achieve the desired outcome.