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.

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!