Upload Button Icon Add office photos

Nomura Holdings

Compare button icon Compare button icon Compare

Filter interviews by

Nomura Holdings Legal Analyst Interview Questions and Answers

Updated 9 Aug 2021

Nomura Holdings Legal Analyst Interview Experiences

1 interview found

I applied via Referral and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. They basically ask for the legal documents which used in transaction like ISDA, CSA, GMRA, more

Interview Preparation Tips

Interview preparation tips for other job seekers - Must read the JD and all the similar points as the interviewers are very much stick to the questions for particular job role. Try to do research and have in-depth knowledge. Try to be so confident while answering the questions. Try to make the interview more interactive as I saw the interviewers are so cooperative.

Interview questions from similar companies

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 - Coding Test 

3 coding questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Design a Time Series Database
  • Ans. 

    A time series database stores data points with timestamps for efficient retrieval and analysis.

    • Choose a suitable data model for the database

    • Use a time-based partitioning scheme for efficient data retrieval

    • Implement compression techniques to reduce storage requirements

    • Support for querying and analyzing time-based data

    • Ensure data consistency and durability

    • Consider scalability and high availability

    • Examples: InfluxDB, Time

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Leetcode prep will help. Do system design practice thoroughly.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about Trade life cycle?
  • Ans. 

    Trade life cycle refers to the stages involved in a trade from initiation to settlement.

    • Initiation: Trade is proposed and agreed upon by parties involved.

    • Execution: Trade is carried out as per agreed terms.

    • Confirmation: Parties confirm details of the trade.

    • Clearing: Trade details are matched and processed.

    • Settlement: Actual exchange of funds and securities takes place.

    • Post-trade processing: Reconciliation and reporting

  • Answered by AI
  • Q2. Tell me about Financial products?
  • Ans. 

    Financial products are instruments that help individuals and organizations manage their financial resources and achieve specific financial goals.

    • Financial products can include savings accounts, certificates of deposit, stocks, bonds, mutual funds, and insurance policies.

    • They are designed to provide a range of benefits such as capital appreciation, income generation, risk management, and wealth preservation.

    • Investors ca...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Assignment was given

Round 2 - One-on-one 

(1 Question)

  • Q1. Work location, skills, future plans

Interview Preparation Tips

Round: Resume Shortlist
Experience: Candidates with CGPA greater than 7 were shortlisted.

Round: Interview
Experience: The interview was conducted in two rounds. Questions based on my resume and some finance questions were asked.

General Tips: In ascending order of importance, for getting shortlisted:

1) PoRs
2) Extra, co-curricular activities
3) Projects
4) Technical Skills example coding etc.
5) Academic Achievements
6) Internships
7) CGPA
College Name: IIT MADRAS

Interview Questionnaire 

5 Questions

  • Q1. What is beta, 0 beta, negative beta
  • Ans. 

    Beta is a measure of a stock's volatility in relation to the market. 0 beta means the stock's price is not affected by market movements. Negative beta means the stock moves opposite to the market.

    • Beta measures a stock's volatility in relation to the market

    • A beta of 1 means the stock moves in line with the market

    • A beta of 0 means the stock's price is not affected by market movements

    • A negative beta means the stock moves ...

  • Answered by AI
  • Q2. How will you value a private comapny
  • Ans. 

    Valuing a private company involves analyzing financial statements, market trends, and comparable transactions.

    • Analyze financial statements to determine revenue, expenses, and profitability

    • Consider market trends and industry outlook to assess growth potential

    • Research comparable transactions to determine valuation multiples

    • Apply discounted cash flow analysis to estimate future cash flows

    • Consider intangible assets such as...

  • Answered by AI
  • Q3. Case study to draw up financial statements from 3 transactions
  • Q4. About yourself
  • Q5. Your motivations, weakness
  • Ans. 

    My motivation is to constantly learn and improve. My weakness is that I can be too self-critical at times.

    • Motivated by a desire to learn and grow

    • Driven to constantly improve my skills and knowledge

    • Can be overly self-critical and need to work on self-compassion

    • Example: Motivated to take on new projects and challenges to expand my skillset

    • Example: Struggle with imposter syndrome and need to remind myself of my accomplish

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: They look for a CGPA of 7+

Round: Technical Interview
Experience: be confident with answers, be thorough with all the concepts
Tips: focus on valuation, practical application of the concepts

Round: HR Interview
Experience: Again be confident, communication skills

General Tips: Know about the valuation concepts in and out.
Skills: financial analysis, financial terms, ratios
College Name: IIT MADRAS

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

I appeared for an interview before Jan 2016.

Interview Questionnaire 

1 Question

  • Q1. Elevator design and puzzles and core java and sql queries

Interview Preparation Tips

Round: Test
Tips: Speed and accuracy needed
Duration: 1 hour 30 minutes
Total Questions: 30

Skills: Analytical Skills, Java Programming, Mysql
College Name: IIIT Allahabad

Interview Questionnaire 

1 Question

  • Q1. Basics in Finance (Accounting mostly)

Interview Preparation Tips

General Tips: Apply to Verity ONLY if you are interested in pursuing a career in finance, more precisely in Investment Banking!Work hours would be long, so be prepared.
Skill Tips: "CFA level-1 preparation would help; clearing of level-1 exam would be even better!"
Skills: Finance Knowledge
College Name: IIT Madras

Interview Preparation Tips

Round: Resume Shortlist
Experience: Two rounds of personal interviewAlso includes a test but supposedly got cancelled last year.CGPA Criteria: 7.0 and above

Round: Interview
Experience: 1st round consisted of finance questions like accounting etc. and questions on stuff mentioned in resume e.g., projectsBe sure to be quizzed on financial skills mentioned in your resume
Tips: Investopedia can be very useful here.Accounting fundaes are needed and courses like Infrastructure finance will help.NCFM and CFA will surely help.

Round: Interview
Experience: 2nd round will be totally HR with questions related to your strengths, weaknesses and likings.
Tips: NCFM and CFA will surely help.

College Name: IIT Madras

Nomura Holdings Interview FAQs

How to prepare for Nomura Holdings Legal Analyst interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Nomura Holdings. The most common topics and skills that interviewers at Nomura Holdings expect are Contract Management.

Tell us how to improve this page.

Interview Questions from Similar Companies

MNC Group Interview Questions
4.3
 • 103 Interviews
Blackrock Interview Questions
3.8
 • 99 Interviews
YES SECURITIES Interview Questions
4.0
 • 15 Interviews
View all
Nomura Holdings Legal Analyst Salary
based on 6 salaries
₹4.8 L/yr - ₹6.5 L/yr
10% less than the average Legal Analyst Salary in India
View more details
Analyst
838 salaries
unlock blur

₹3.8 L/yr - ₹16.3 L/yr

Senior Analyst
744 salaries
unlock blur

₹4.4 L/yr - ₹17 L/yr

Assistant Manager
421 salaries
unlock blur

₹6 L/yr - ₹23.6 L/yr

Associate
413 salaries
unlock blur

₹12 L/yr - ₹41 L/yr

Vice President
199 salaries
unlock blur

₹20 L/yr - ₹70 L/yr

Explore more salaries
Compare Nomura Holdings with

Blackrock

3.8
Compare

Muthoot Homefin India

3.9
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