Upload Button Icon Add office photos

Nomura Holdings

Compare button icon Compare button icon Compare

Filter interviews by

Nomura Holdings Intern Interview Questions and Answers

Updated 15 Feb 2025

Nomura Holdings Intern Interview Experiences

4 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 11 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Logical & reasoning questions

Round 2 - Technical 

(1 Question)

  • Q1. Java, oops, scenario based questions

Intern Interview Questions & Answers

user image Anonymous

posted on 15 Feb 2025

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Aptitude Test 

Aptitude test including english, math, general aptitude and tech questions.

Round 2 - Technical 

(1 Question)

  • Q1. About academic Projects
Round 3 - Technical 

(1 Question)

  • Q1. Technical round
Round 4 - HR 

(1 Question)

  • Q1. General discussion

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. Case. There is a housing society “The wasteful society”, you coll ... read more
Q2. Which programming language you are comfortable with?
asked in Deloitte
Q3. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q4. Huffman Coding Challenge Given an array ARR of integers containin ... read more
asked in Accenture
Q5. A marketing strategy case. Client is a perfume seller in Jaipur. ... read more

Intern Interview Questions & Answers

user image Anonymous

posted on 28 Jun 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Experience with programming languages like Java, Python, and C++

    • Completed internships at tech companies such as Google and Microsoft

  • Answered by AI
  • Q2. Why do you want to join Nomura?
  • Ans. 

    I want to join Nomura because of its reputation for excellence in the financial industry and the opportunity to work with top professionals.

    • Nomura is a leading global financial services firm with a strong reputation for excellence.

    • I am impressed by Nomura's commitment to innovation and cutting-edge technology.

    • I am excited about the opportunity to work with top professionals in the industry at Nomura.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Question about excel and GST
  • Q2. Question related to Ind AS 116 and 109

Intern Interview Questions & Answers

user image Anonymous

posted on 27 Sep 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

All the basic english, maths and aptitude questions

Round 3 - Technical 

(3 Questions)

  • Q1. Design schema for University
  • Ans. 

    Schema design for a University

    • Entities: Student, Professor, Course, Department, University

    • Relationships: Student enrolls in Course, Professor teaches Course, Department offers Courses, University has Departments

    • Attributes: Student (ID, Name, GPA), Professor (ID, Name, Department), Course (ID, Name, Department, Credits), Department (ID, Name, Head), University (Name, Location)

  • Answered by AI
  • Q2. How packet transfer takes place in tcp
  • Ans. 

    Packet transfer in TCP involves segmenting data, adding headers, sending packets, acknowledging receipt, and retransmitting if necessary.

    • Data is segmented into packets with headers added for source and destination information

    • Packets are sent over the network to the destination

    • The receiver acknowledges receipt of packets and requests retransmission if needed

    • TCP ensures reliable delivery by reordering packets and handlin...

  • Answered by AI
  • Q3. Program to validate date
  • Ans. 

    A program to validate a date input by the user

    • Check if the input date follows the format MM/DD/YYYY

    • Validate if the month is between 1 and 12

    • Validate if the day is within the range based on the month and year (taking leap years into account)

    • Ensure the year is a valid 4-digit number

  • Answered by AI

Skills evaluated in this interview

Nomura Holdings interview questions for designations

 Analyst

 (19)

 Senior Analyst

 (2)

 Senior Associate

 (2)

 Technology

 (1)

 Production Analyst

 (1)

 Associate

 (1)

 Quality Analyst

 (1)

 Sales Support Analyst

 (1)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

Social media Advantages & Dis advantages

Round 2 - One-on-one 

(4 Questions)

  • Q1. Family background
  • Q2. Self Introduction
  • Q3. College experience
  • Q4. Why U choose finance
  • Ans. 

    I chose finance because of my passion for analyzing data, making informed decisions, and helping individuals and businesses achieve their financial goals.

    • Passion for analyzing data and making informed decisions

    • Interest in helping individuals and businesses achieve financial goals

    • Enjoyment of working with numbers and problem-solving

    • Opportunity for growth and advancement in the finance industry

  • Answered by AI

I appeared for an interview in Sep 2016.

Interview Questionnaire 

9 Questions

  • Q1. How does Internet work?
  • Ans. 

    The Internet is a global network of computers that communicate with each other using standardized protocols.

    • The Internet is made up of millions of interconnected devices, including computers, servers, routers, and switches.

    • Data is transmitted over the Internet in the form of packets, which are small units of information.

    • The Internet uses a set of protocols, such as TCP/IP, to ensure reliable and efficient communication...

  • Answered by AI
  • Q2. Difference between http and https?
  • Ans. 

    HTTP is unsecured while HTTPS is secured with SSL/TLS encryption.

    • HTTP stands for Hypertext Transfer Protocol, while HTTPS stands for Hypertext Transfer Protocol Secure.

    • HTTP operates on port 80, while HTTPS operates on port 443.

    • HTTP data is transmitted in plain text, while HTTPS data is encrypted using SSL/TLS.

    • HTTPS provides authentication, integrity, and confidentiality of data exchanged between a client and a server.

    • W...

  • Answered by AI
  • Q3. What is white and black box testing?
  • Ans. 

    White box testing is a method of testing where the internal structure and implementation details of the software are known and tested. Black box testing is a method of testing where the internal structure and implementation details of the software are unknown and only the inputs and outputs are tested.

    • White box testing is also known as clear box testing, glass box testing, or structural testing.

    • It focuses on testing th...

  • Answered by AI
  • Q4. Write the code to print the pattern that was provided?
  • Ans. 

    Print a pattern using code

    • Use nested loops to iterate through rows and columns

    • Use string concatenation to build each row of the pattern

    • Print each row to display the pattern

  • Answered by AI
  • Q5. Merge two arrays without using a third array.
  • Ans. 

    Merge two arrays without using a third array.

    • Use the concat() method to merge the arrays.

    • Alternatively, you can use the push() method to add elements from one array to another.

    • Remember to handle the case where the arrays have different lengths.

  • Answered by AI
  • Q6. Three ants are at the corner of the triangle. Find the probability that they will never meet.
  • Ans. 

    The probability that three ants at the corner of a triangle will never meet.

    • The ants can move randomly in any direction.

    • The probability depends on the shape and size of the triangle.

    • The probability can be calculated using geometric probability or simulation.

    • Assumptions need to be made about the ants' movement patterns.

  • Answered by AI
  • Q7. Basic Introduction.
  • Q8. Tell me the times you have regreted your decisions and how did you cope up with it.
  • Ans. 

    I have regretted decisions in the past but learned from them to make better choices in the future.

    • Regretted not studying enough for a crucial exam, leading to a lower grade. Learned to prioritize studying and time management.

    • Regretted not speaking up in a meeting when I had a valuable idea. Learned to be more assertive and confident in sharing my thoughts.

    • Regretted not taking a job opportunity that could have advanced ...

  • Answered by AI
  • Q9. Tell me about yor family , hobbies and any event that made you and your family feel proud.
  • Ans. 

    I come from a close-knit family with a passion for outdoor activities. We recently celebrated my brother's graduation, which was a proud moment for all of us.

    • Family: Close-knit and supportive

    • Hobbies: Outdoor activities like hiking and camping

    • Proud moment: Brother's graduation ceremony

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: They basically are testing your reflexes and how quick you are at understanding a problem and arriving at a solution.
Tips: For greater accuracy attempt lesser questions ensuring each of the attemped one's are correct.
Duration: 45 minutes
Total Questions: 50

Round: Technical Interview
Tips: Just be thorough with basic concepts of programming and be yourself.

Round: HR Interview
Tips: Relax and be cool. Don't answer just for the sake of answering it.

Skills: Basic C/C++, implementing , networks
College Name: Thapar University, Patiala

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Allm maths and probability

Round 2 - Technical 

(1 Question)

  • Q1. Oops concept specifer constructor
Round 3 - HR 

(1 Question)

  • Q1. What is strength
  • Ans. 

    Strength is the ability to overcome challenges and obstacles, both physically and mentally.

    • Physical strength is the ability to exert force and lift heavy objects.

    • Mental strength is the ability to stay resilient in the face of adversity.

    • Strength can also refer to emotional resilience and the ability to cope with difficult situations.

    • Strength can be developed through consistent practice and perseverance.

    • Examples of stren...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

ATTENTION TO DETAILS NUMBER SERIES ETC.

Round 3 - Technical 

(1 Question)

  • Q1. DERRIVATIVES MUTUAL FUNDS
  • Ans. 

    Derivatives mutual funds are investment funds that invest in a variety of derivative securities.

    • Derivatives mutual funds use derivatives such as options, futures, and swaps to achieve their investment objectives.

    • These funds can provide investors with exposure to a wide range of asset classes and strategies.

    • Investors should be aware of the risks associated with derivatives, including leverage and potential for loss.

    • Exam...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. WHY DO YOU WANT TO JOIN BLACKROCK

Interview Preparation Tips

Interview preparation tips for other job seekers - EVEN IF YOU ARE WRONG BE CONFIDENT
Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Technical Skills, and problem-solving abilities.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always embrace a mindset of continuous learning. Effective communication.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding questions based on DSA.

Round 2 - Technical 

(2 Questions)

  • Q1. Easy coding problem.
  • Q2. Medium coding problem.

Nomura Holdings Interview FAQs

How many rounds are there in Nomura Holdings Intern interview?
Nomura Holdings interview process usually has 2-3 rounds. The most common rounds in the Nomura Holdings interview process are Technical, Aptitude Test and HR.
What are the top questions asked in Nomura Holdings Intern interview?

Some of the top questions asked at the Nomura Holdings Intern interview -

  1. How packet transfer takes place in ...read more
  2. Design schema for Univers...read more
  3. Program to validate d...read more

Tell us how to improve this page.

Nomura Holdings Intern Interview Process

based on 4 interviews

1 Interview rounds

  • Technical Round
View more
Nomura Holdings Intern Salary
based on 18 salaries
₹6 L/yr - ₹9 L/yr
87% more than the average Intern Salary in India
View more details

Nomura Holdings Intern Reviews and Ratings

based on 5 reviews

4.2/5

Rating in categories

3.8

Skill development

3.0

Work-life balance

3.4

Salary

4.6

Job security

4.6

Company culture

3.4

Promotions

4.2

Work satisfaction

Explore 5 Reviews and Ratings
Analyst
796 salaries
unlock blur

₹3.8 L/yr - ₹14 L/yr

Senior Analyst
723 salaries
unlock blur

₹4.3 L/yr - ₹17 L/yr

Assistant Manager
417 salaries
unlock blur

₹6 L/yr - ₹23.6 L/yr

Associate
403 salaries
unlock blur

₹11.1 L/yr - ₹41 L/yr

Vice President
198 salaries
unlock blur

₹20 L/yr - ₹76 L/yr

Explore more salaries
Compare Nomura Holdings with

Blackrock

3.8
Compare

Muthoot Homefin India

4.0
Compare

Adarsh Credit Co-Operative Society

4.0
Compare

Debtcare Enterprises

4.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview