nomura logo

Nomura Interviews

3 experiences72 reads4 questions100% success rate
Nomura Java Developer Real Interview Questions 2025
nomura logo
Nomura
java developerunspecifiedno offer
December 19, 202518 reads

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)

Q1
Find Triplet in Stream with Threshold
data structures & algorithmsmedium

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.

Nomura Java Developer Interview Questions 2025
nomura logo
Nomura
java developernullno offer
December 15, 202525 reads

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)

Q1
Find Maximum in Rotated Sorted Array
data structures & algorithmsmedium

Given a rotated sorted array, find the maximum element. For example, in the array [3,4,5,1,2], the maximum is 5.

Q2
Check if a String is a Palindrome
data structures & algorithmsmedium

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.

Nomura Java Developer Interview Questions 2025
nomura logo
Nomura
java developernullno offer
December 14, 202529 reads

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)

Q1
Data Processing and Algorithmic Logic Problem
data structures & algorithmshard

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.

Have a Nomura Interview Experience to Share?

Help other candidates by sharing your interview experience. Your insights could make the difference for someone preparing for their dream job at Nomura.