Global Structuring Analyst
Global Structuring Analyst Interview Questions and Answers
Updated 12 Aug 2025

Asked in Nomura Holdings
1d ago

Q. Describe a probability and modeling approach to guess a number between 1 and 64, minimizing the number of attempts.
Ans.
Minimize tries to guess a number between 1 and 64 using a binary search strategy.
Use binary search: Guess the middle number (32) first.
If the guess is too high, focus on the lower half (1-31).
If the guess is too low, focus on the upper half (33-64).
Repeat the process, halving the range each time.
In the worst case, it takes 6 tries (2^6 = 64).
Are these interview questions helpful?
Interview Experiences of Popular Companies

3.9
• 397 Interviews

3.7
• 73 Interviews

3.5
• 13 Interviews

Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories
Share an Interview
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

