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

Filter interviews by

BNY Interview Questions, Process, and Tips

Updated 1 Mar 2025

Top BNY Interview Questions and Answers

View all 202 questions

BNY Interview Experiences

Popular Designations

340 interviews found

ssd intern Interview Questions & Answers

user image Anonymous

posted on 7 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a motivated and detail-oriented individual with a passion for learning and problem-solving.

    • I have a strong academic background in computer science and have completed several internships in the tech industry.

    • I am proficient in programming languages such as Java, Python, and SQL.

    • I have experience working on projects involving data analysis and machine learning.

    • I am a quick learner and enjoy taking on new challenges.

  • Answered by AI
  • Q2. Why do you want this job
  • Ans. 

    I am passionate about helping individuals with disabilities and want to gain hands-on experience in the field.

    • Passionate about helping individuals with disabilities

    • Seeking hands-on experience in the field

    • Interested in learning more about SSD services and support

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Why do you want to work at bny
  • Ans. 

    I want to work at BNY because of its reputation for innovation and commitment to excellence in the financial industry.

    • BNY has a strong reputation for innovation and excellence in the financial industry

    • I am impressed by BNY's commitment to diversity and inclusion

    • I believe BNY offers great opportunities for professional growth and development

  • Answered by AI
  • Q2. Tell be about a time you struggles
  • Ans. 

    I struggled during my first semester of college due to the transition from high school and the workload.

    • Transitioning from high school to college was challenging

    • Struggled to balance coursework and extracurricular activities

    • Sought help from professors and peers to improve study habits

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be yourself, its chill
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

60 minutes 60 Questions, quite easy

Round 2 - Technical 

(2 Questions)

  • Q1. My role in project
  • Q2. What are the joins in sql
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column between them

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • INNER JOIN returns rows when there is at least one match in both tables

    • LEFT JOIN returns all rows from the left table and the matched rows from the righ...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Normalization, types and needs
  • Q2. Prime number code in my day to day language
  • Ans. 

    A prime number code is a program that identifies and prints out prime numbers in a given range.

    • Identify prime numbers using a loop and checking for factors

    • Print out the prime numbers found in the range

    • Handle edge cases like 0 and 1 not being prime numbers

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. SQL query by screen sharing, like where and group by
  • Q2. What do you know about bny

Skills evaluated in this interview

Service and Production Engineer Interview Questions asked at other Companies

Q1. prime number code in my day to day language
View answer (1)

Associate Interview Questions & Answers

user image Kedar Dhotre

posted on 9 Jan 2025

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

Hacker rank test for Java programming codes

Round 2 - Technical 

(2 Questions)

  • Q1. Java Spring boot annotations
  • Q2. Java basics question

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Topics that where coverd in MCQ test are OS, DBMS, OOPS, AND some CS fundamentals

Round 2 - Technical 

(3 Questions)

  • Q1. What is #include
  • Ans. 

    The #include directive is used in C and C++ programming languages to include the contents of another file in the current file.

    • Used to include header files that contain function prototypes and declarations

    • Improves code organization and reusability

    • Example: #include includes the standard input/output library in the current file

  • Answered by AI
  • Q2. What are pointers
  • Ans. 

    Pointers are variables that store memory addresses of other variables in programming languages like C and C++.

    • Pointers are used to directly access and manipulate memory locations.

    • They are often used for dynamic memory allocation and deallocation.

    • Pointers can be used to pass variables by reference to functions.

    • Example: int *ptr; // declaring a pointer variable

  • Answered by AI
  • Q3. What is main difference between Java and cpp
  • Ans. 

    Java is platform-independent, object-oriented language while C++ is platform-dependent, procedural language.

    • Java is platform-independent, meaning it can run on any platform with the help of Java Virtual Machine (JVM)

    • C++ is platform-dependent, meaning the code needs to be compiled separately for each platform

    • Java is an object-oriented language with features like inheritance, encapsulation, and polymorphism

    • C++ is a proce...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it up

Skills evaluated in this interview

Production Associate Interview Questions asked at other Companies

Q1. Why milk loss temperature when in farmers hands?
View answer (1)

BNY interview questions for popular designations

 Senior Associate

 (17)

 Software Developer

 (17)

 Intermediate Representative

 (16)

 Analyst

 (15)

 Associate

 (13)

 Senior Analyst

 (11)

 Senior Representative

 (8)

 Financial Analyst

 (6)

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

(2 Questions)

  • Q1. Moderate to high level Finance related questions
  • Q2. Puzzle/Quiz to solve
Round 2 - Technical 

(2 Questions)

  • Q1. Basics of Finance and subjects
  • Q2. Case studies on relevant topics

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)

Get interview-ready with Top BNY Interview Questions

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

Aptitude was very basic.

Round 2 - Technical 

(2 Questions)

  • Q1. What is constant?
  • Ans. 

    A constant is a value that does not change during the execution of a program.

    • Constants are used to store values that remain the same throughout the program.

    • They are declared using the 'const' keyword in many programming languages.

    • Examples include mathematical constants like pi (3.14159) or physical constants like the speed of light (299,792,458 m/s).

  • Answered by AI
  • Q2. What is object oriented programming?
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • Objects are instances of classes, which define the structure and behavior of the objects.

    • Encapsulation, inheritance, and polymorphism are key principles of object oriented programming.

    • Example: Inheritance allows a subclass to inherit attributes and methods from a superclass.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary Negotiation
  • Q2. Work culture description
  • Ans. 

    Our work culture is collaborative, innovative, and focused on continuous learning and growth.

    • Encourages teamwork and open communication

    • Emphasizes creativity and problem-solving

    • Provides opportunities for professional development

    • Values diversity and inclusion

    • Promotes a healthy work-life balance

  • Answered by AI

Skills evaluated in this interview

Top BNY Software Engineer Interview Questions and Answers

Q1. Polymorphism and types of polymorphism.
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the role in current company. Project details .
  • Ans. 

    I am currently working as a Senior Python Developer at XYZ Company, where I am responsible for leading a team in developing a web application for data analysis.

    • Leading a team of developers in designing and implementing a web application using Python

    • Utilizing Python libraries such as Pandas and NumPy for data analysis

    • Collaborating with stakeholders to gather requirements and ensure project success

  • Answered by AI
  • Q2. How to handle a team ? What are the challenges that you faced ?
  • Ans. 

    Handling a team involves effective communication, delegation, motivation, and conflict resolution.

    • Establish clear goals and expectations for the team.

    • Communicate regularly and openly with team members.

    • Delegate tasks based on team members' strengths and skills.

    • Provide feedback and recognition to motivate team members.

    • Address conflicts and issues promptly and fairly.

    • Lead by example and demonstrate good work ethic.

    • Encoura...

  • Answered by AI

Senior Python Developer Interview Questions asked at other Companies

Q1. Update tuple in list of tuples ? can we update? How about tuple of lists
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about your self
  • Ans. 

    Experienced professional with a background in customer service and problem-solving skills.

    • Over 5 years of experience in customer service roles

    • Strong communication and interpersonal skills

    • Proven ability to handle difficult situations and find solutions

    • Bachelor's degree in Business Administration

  • Answered by AI
  • Q2. Tell me about shares and bonds
  • Ans. 

    Shares and bonds are types of investments. Shares represent ownership in a company, while bonds are debt securities issued by governments or corporations.

    • Shares represent ownership in a company, giving the shareholder voting rights and potential dividends.

    • Bonds are debt securities issued by governments or corporations, where the issuer promises to repay the bondholder the principal amount plus interest at a specified d...

  • Answered by AI
  • Q3. What is your salary expectation
  • Ans. 

    I am looking for a competitive salary based on my experience, skills, and the responsibilities of the position.

    • Research the average salary range for the position in the industry and location

    • Consider your own experience, skills, and qualifications

    • Be prepared to negotiate based on the benefits and opportunities offered by the company

  • Answered by AI

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)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

Online questions based on investment Banking

Round 2 - One-on-one 

(1 Question)

  • Q1. None remember specific now

Intermediate Client Processing Representative Interview Questions asked at other Companies

Q1. What is nasdaq will do if security deposite is not working
View answer (1)

fresher Interview Questions & Answers

user image Anonymous

posted on 4 Feb 2025

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

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

Duration
Typical duration 30.90 minutes
Number of questions . usually 20.25 questions
Time per question . Limit the entire test
Numerical reasoning
Varabal reasoning

Round 2 - HR 

(1 Question)

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Update your resume
Practice your interview skill
Risarch the company
Job strategy
Networking
Career website

fresher Interview Questions asked at other Companies

Q1. What is the unit of electric current
View answer (127)

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, Finance, Operations and Asset Management.
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 307 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.9
 • 568 Interviews
Citicorp Interview Questions
3.7
 • 567 Interviews
HSBC Group Interview Questions
4.0
 • 490 Interviews
Goldman Sachs Interview Questions
3.5
 • 408 Interviews
UBS Interview Questions
3.9
 • 339 Interviews
Morgan Stanley Interview Questions
3.7
 • 308 Interviews
Bank of America Interview Questions
4.3
 • 237 Interviews
Northern Trust Interview Questions
3.7
 • 106 Interviews
View all

BNY Reviews and Ratings

based on 4.1k reviews

3.9/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.8

Salary

3.5

Job security

3.8

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 4.1k Reviews and Ratings
Associate, AML/KYC/Prevention - APAC

Pune

5-10 Yrs

₹ 4.3-13.5 LPA

Associate, Client Service II

Pune

3-10 Yrs

Not Disclosed

Explore more jobs
Analyst
1.9k salaries
unlock blur

₹3 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.6 L/yr - ₹25.7 L/yr

Intermediate Representative
1.1k salaries
unlock blur

₹2.9 L/yr - ₹7.5 L/yr

Vice President
1k salaries
unlock blur

₹15.4 L/yr - ₹52.1 L/yr

Explore more salaries
Compare BNY with

State Street Corporation

3.7
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