Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by BNY Team. If you also belong to the team, you can get access from here

BNY Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 4k Reviews

Filter interviews by

BNY Interview Questions, Process, and Tips

Updated 4 Feb 2025

Top BNY Interview Questions and Answers

View all 200 questions

BNY Interview Experiences

Popular Designations

337 interviews found

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 2 Technical rounds with questions from resume, deep technical discussion, and 1 Managerial round with very interactive communication.

Interview Preparation Tips

Interview preparation tips for other job seekers - be well prepared with what ever you wrote in resume, and if you are not comfortable with any topics question , mention it upfront.

Senior Full Stack Developer Interview Questions asked at other Companies

Q1. How the clients of one domain will be made to access the API service? How do the different domains based clients authentication and authorization are managed in the API service
View answer (1)

Analyst Interview Questions & Answers

user image Anonymous

posted on 18 Jan 2022

I applied via Company Website and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About past experience
  • Q2. About the hiring position

Interview Preparation Tips

Interview preparation tips for other job seekers - Study about the hiring process and be confident

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 +7. Fibonacci number is calculated u... read more
View answer (5)

I applied via Recruitment Consulltant and was interviewed before Nov 2021. 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 - Coding Test 

Easy Questions based on Array and String Data Structure

Round 3 - Technical 

(3 Questions)

  • Q1. How does a website URL works
  • Ans. 

    A website URL is a unique address that identifies a web page on the internet.

    • URL stands for Uniform Resource Locator

    • It consists of a protocol (http/https), domain name, and path

    • The domain name is translated to an IP address using DNS

    • The path specifies the location of the resource on the server

    • Example: https://www.google.com/search?q=url

  • Answered by AI
  • Q2. Event loop in Javascript
  • Ans. 

    Event loop is a mechanism in JavaScript that handles asynchronous operations.

    • Event loop continuously checks the call stack and the task queue.

    • If the call stack is empty, it takes the first task from the queue and pushes it to the call stack.

    • Callbacks are added to the task queue when an asynchronous operation is completed.

    • Event loop ensures that the code runs in a non-blocking way.

    • Example: setTimeout() function adds a c...

  • Answered by AI
  • Q3. Simple Coding based, Given an array, find a pair with sum = k.
  • Ans. 

    Given an array, find a pair with sum = k.

    • Use a hash table to store the difference between k and each element in the array.

    • Iterate through the array and check if the current element is present in the hash table.

    • If it is present, return the pair of elements that add up to k.

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Java Exceptions, Streams
  • Q2. Find first minimum and maximum number in an array using streams
  • Ans. 

    Find first minimum and maximum number in an array using streams

    • Use IntStream to convert array to stream of integers

    • Use min() and max() methods to find minimum and maximum values

    • Use findFirst() method to get the first occurrence of minimum and maximum values

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Data structures like Array, String and LinkedList.
Basic concepts should be known

Skills evaluated in this interview

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
Add answer

I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Capita market type question

Interview Preparation Tips

Interview preparation tips for other job seekers - How to explain Derivative mkt

Financial Analyst Interview Questions asked at other Companies

Q1. Suppose you have 10000 US dollars with you, out of which you took a loan of 5000 US Dollars. Now suppose you have purchased two assets of 5000 US Dollars each, one through cash and other through bank loan. How would you show this transactio... read more
View answer (3)

BNY interview questions for popular designations

 Senior Associate

 (17)

 Software Developer

 (17)

 Analyst

 (15)

 Intermediate Representative

 (15)

 Associate

 (13)

 Senior Analyst

 (11)

 Senior Representative

 (8)

 Financial Analyst

 (6)

I applied via Recruitment Consultant and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. General questions related to accounting need to have clarity on accounting rules
  • Q2. NAV cycle steps involved in day to day NAV calculation startinh with sub/redemption bookings ending with sending NAV to client
  • Ans. 

    NAV cycle involves sub/redemption bookings, pricing, accruals, and reconciliation before sending NAV to clients.

    • Subscriptions and redemptions are booked and processed

    • Pricing is done based on the valuation of assets

    • Accruals are calculated for income and expenses

    • Reconciliation is done to ensure accuracy

    • NAV is then sent to clients

  • Answered by AI
  • Q3. Read about all financial instruments like bonds,MBS,t bill,paydowns,TIPS,STIFF concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have clarity on concepts and be confident on what we say if you dont no the answer better to skip instead of making situation worse

Senior Representative Interview Questions asked at other Companies

Q1. NAV cycle steps involved in day to day NAV calculation startinh with sub/redemption bookings ending with sending NAV to client
View answer (1)

Get interview-ready with Top BNY Interview Questions

I applied via Naukri.com and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is NAV how do you calculate it?
  • Ans. 

    NAV stands for Net Asset Value. It is the value of a mutual fund's assets minus its liabilities.

    • NAV is calculated by dividing the total value of a fund's assets by the number of outstanding shares.

    • The formula for NAV is: NAV = (Total Assets - Total Liabilities) / Number of Outstanding Shares

    • NAV is calculated at the end of each trading day.

    • NAV is used to determine the price at which investors can buy or sell shares in a

  • Answered by AI
  • Q2. What are the methodologies use to calculate the returns?
  • Ans. 

    Various methodologies are used to calculate returns, including time-weighted, money-weighted, and geometric.

    • Time-weighted returns measure the performance of a portfolio over a specific period of time, regardless of cash inflows or outflows.

    • Money-weighted returns take into account the timing and amount of cash flows into and out of a portfolio.

    • Geometric returns calculate the compounded rate of return over a period of ti...

  • Answered by AI
  • Q3. What is corporate action and asst transfer
  • Ans. 

    Corporate action refers to any event initiated by a publicly traded company that affects the securities issued by the company.

    • Corporate actions can include stock splits, dividends, mergers and acquisitions, and spin-offs.

    • Asset transfer refers to the movement of securities or other assets from one account to another.

    • Asset transfers can occur due to a variety of reasons, such as a change in ownership or a change in custo...

  • Answered by AI
  • Q4. What is attribution
  • Ans. 

    Attribution is the process of identifying the source or cause of something.

    • It involves determining who or what is responsible for a particular event or outcome.

    • In marketing, attribution refers to identifying which marketing channels or campaigns led to a conversion or sale.

    • In journalism, attribution involves giving credit to sources of information used in a news story.

    • Attribution theory is a psychological framework for...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with Nav, formula to calculate NAV, Types of corporate actions, Attribution and types of Attribution.

Skills evaluated in this interview

Top BNY Intermediate Representative Interview Questions and Answers

Q1. What are the methodologies use to calculate the returns?
View answer (1)

Intermediate Representative Interview Questions asked at other Companies

Q1. What are the methodologies use to calculate the returns?
View answer (1)

Jobs at BNY

View all

Associate Interview Questions & Answers

user image Anonymous

posted on 5 Oct 2021

I applied via Recruitment Consultant and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - No matter what just speak truth

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)

Inter Rep Reconciliation and Accounting Interview Questions & Answers

user image Anonymous

posted on 19 Jun 2021

Interview Questionnaire 

2 Questions

  • Q1. About my studies and work experience
  • Q2. Subject knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Be subtle in your answer. Give explanation precisely. Make them feel you know everything on what they are asking. I think that's what needed.

Analyst Interview Questions & Answers

user image Anonymous

posted on 30 Nov 2022

I applied via campus placement at Madras University and was interviewed before Nov 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Finance(basics), Reasoning & Verbal(English)

Round 3 - Group Discussion 

Any general topic like how tech supported during COVID

Round 4 - Technical 

(2 Questions)

  • Q1. Should have idea about the topics of Merchant Banking
  • Q2. Should have knowledge related to basic accounting

Interview Preparation Tips

Interview preparation tips for other job seekers - Just to have basic knowledge about finance and some soft skills

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 +7. Fibonacci number is calculated u... read more
View answer (5)

Interview Questionnaire 

1 Question

  • Q1. Difficult situation you were face your previous company.

Interview Preparation Tips

Interview preparation tips for other job seekers - Share the incident you were faced.

Senior Technician Interview Questions asked at other Companies

Q1. What would you do if the computer is turned off and doesn’t turn on ?
View answer (2)

BNY Interview FAQs

How many rounds are there in BNY interview?
BNY interview process usually has 2-3 rounds. The most common rounds in the BNY interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for BNY 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 BNY. The most common topics and skills that interviewers at BNY expect are Financial Services, Bloomberg, Asset Management, Operations and Finance.
What are the top questions asked in BNY interview?

Some of the top questions asked at the BNY interview -

  1. Sort strings based on your own hierarchy. Ex: INPUT: ABC, HIJ, RTS, POT. Hie...read more
  2. What are the methodologies use to calculate the retur...read more
  3. What is credit risk. Importance of credit risk in the corporate world. All deri...read more
How long is the BNY interview process?

The duration of BNY interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

BNY Interview Process

based on 295 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.9
 • 563 Interviews
Citicorp Interview Questions
3.7
 • 562 Interviews
HSBC Group Interview Questions
4.0
 • 490 Interviews
Goldman Sachs Interview Questions
3.5
 • 408 Interviews
UBS Interview Questions
4.0
 • 337 Interviews
Morgan Stanley Interview Questions
3.7
 • 306 Interviews
Bank of America Interview Questions
4.3
 • 235 Interviews
Northern Trust Interview Questions
3.7
 • 105 Interviews
View all

BNY Reviews and Ratings

based on 4k reviews

3.9/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.8

Salary

3.5

Job security

3.9

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 4k Reviews and Ratings
Associate, Corporate Actions I

Pune

0-3 Yrs

Not Disclosed

Associate, Full-Stack Engineer II

Chennai

3-5 Yrs

Not Disclosed

Explore more jobs
Analyst
1.9k salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Senior Analyst
1.7k salaries
unlock blur

₹3.8 L/yr - ₹15 L/yr

Senior Associate
1.2k salaries
unlock blur

₹11.5 L/yr - ₹25 L/yr

Intermediate Representative
1.1k salaries
unlock blur

₹2.9 L/yr - ₹7.2 L/yr

Vice President
978 salaries
unlock blur

₹15.2 L/yr - ₹52 L/yr

Explore more salaries
Compare BNY with

State Street Corporation

3.8
Compare

Northern Trust

3.7
Compare

HSBC Group

4.0
Compare

JPMorgan Chase & Co.

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