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 for Freshers

Updated 2 Apr 2025

Top BNY Interview Questions and Answers for Freshers

View all 24 questions

BNY Interview Experiences for Freshers

Popular Designations

35 interviews found

I applied via Naukri.com and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Actually I'm into Investment Banking side. So firstly I was interviewed based on resume and then in depth around investment banking concepts and Process

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview I had with this company was based on my experience in relevant field on Investment Banking. It lasts about 40 minutes where I was faced Personal and Manager rounds in one go and then HR riundy. I really happy about my interview with them because most of they asked were relevant on known topics.I think I did pretty well for a fresher. You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.

Senior Processing Executive Interview Questions asked at other Companies

Q1. What’s breach? What happens if either party breaches a contract?
View answer (12)

Analyst Interview Questions & Answers

user image Anonymous

posted on 30 Nov 2022

I applied via Campus Placement 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 - 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 Number Problem Statement 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. Formula: F(n) = F(n-... read more
View answer (1)

I appeared for an interview before Oct 2020.

Round 1 - Coding Test 

(4 Questions)

Round duration - 180 Minutes
Round difficulty - Hard

There will be 4 programming questions( 3 medium, 1 hard) 
Participants can attempt as many questions as they can within the test duration. The more the number of questions they attempt and get correct, the better their chances of getting shortlisted for interviews.
It was camera monitored. Don't change the tab while attempting the test.

  • Q1. 

    Ways To Make Coin Change

    Given an infinite supply of coins of varying denominations, determine the total number of ways to make change for a specified value using these coins. If it's not possible to make...

  • Ans. 

    The task is to find the total number of ways to make change for a specified value using given denominations.

    • Use dynamic programming to keep track of the number of ways to make change for each value up to the target value.

    • Iterate through each denomination and update the number of ways to make change for each value based on the current denomination.

    • The final answer will be the number of ways to make change for the target...

  • Answered by AI
  • Q2. 

    Count Ways to Reach the N-th Stair Problem Statement

    You are provided with a number of stairs, and initially, you are located at the 0th stair. You need to reach the Nth stair, and you can climb one or tw...

  • Ans. 

    The problem involves finding the number of distinct ways to climb N stairs by taking 1 or 2 steps at a time.

    • Use dynamic programming to solve the problem efficiently.

    • The number of ways to reach the Nth stair is the sum of the number of ways to reach the (N-1)th stair and the (N-2)th stair.

    • Handle base cases for N=0 and N=1 separately.

    • Consider using modulo operation to avoid overflow when dealing with large numbers.

  • Answered by AI
  • Q3. 

    Merge Two Sorted Linked Lists Problem Statement

    You are provided with two sorted linked lists. Your task is to merge them into a single sorted linked list and return the head of the combined linked list.

    ...
  • Ans. 

    Merge two sorted linked lists into a single sorted linked list without using additional space.

    • Create a dummy node to start the merged list

    • Compare the values of the two linked lists and add the smaller value to the merged list

    • Move the pointer of the merged list and the respective linked list with the smaller value

    • Continue this process until one of the linked lists is fully traversed

    • Append the remaining elements of the o

  • Answered by AI
  • Q4. 

    Pattern Matching Problem Statement

    Given a pattern as a string and a set of words, determine if the pattern and the words list align in the same sequence.

    Input:
    T (number of test cases)
    For each test ca...
  • Ans. 

    Given a pattern and a list of words, determine if the words align with the pattern.

    • Iterate through the pattern and words simultaneously to check for alignment.

    • Use a hashmap to store the mapping between characters in the pattern and words.

    • Return 'True' if the words match the pattern sequence, else return 'False'.

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 75 Minutes
Round difficulty - Easy

This round was held online over Webex and CodePair (a screen-sharing code editor ).
The interviewer made it clear in the beginning that he wanted to know me as a person, what my interests are, and how well I am as a problem solver. The interview started with my introduction, my interests, coding languages I am comfortable with, my previous internship experiences, and my projects. He then asked some questions about OOPS and data structures. After judging my problem-solving skills and thought process from previous questions, he gave me 2 coding questions to solve. I was able to solve both of them.

  • Q1. 

    Minimum Operations Problem Statement

    You are given an array 'ARR' of size 'N' consisting of positive integers. Your task is to determine the minimum number of operations required to make all elements in t...

  • Ans. 

    The minimum operations problem involves finding the minimum number of operations required to make all elements in an array equal.

    • Iterate through the array to find the maximum and minimum values.

    • Calculate the difference between the maximum and minimum values.

    • The minimum number of operations needed is the difference between the maximum and minimum values.

  • Answered by AI
  • Q2. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Ans. 

    Detect if a singly linked list forms a cycle by checking if a node's next points back to a previous node.

    • Use Floyd's Tortoise and Hare algorithm to detect a cycle in the linked list.

    • Initialize two pointers, slow and fast, and move them at different speeds through the list.

    • If there is a cycle, the fast pointer will eventually meet the slow pointer.

    • If the fast pointer reaches the end of the list (null), there is no cycle

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in PuneEligibility criteriaFemale candidates BE/BTech/ M.E/M.Tech/ MCA/ M.Sc. & MS Maths and Computing CGPA 7 and above No current/active backlogsBNY Mellon interview preparation:Topics to prepare for the interview - DSA, OOPS, Projects, Leadership Principles, JavaTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : The interviewer will not only look at your technical skills but also your team building and leadership qualities
Tip 2 : It's okay if you don't have an optimal solution in one go. Try to break the problem and don't give up. 
Tip 3 : Practice at least 150 Questions on Leetcode covering all topics. Chances of asking tough topics like DP, greedy are less. 
Tip 4 : Make sure you have at least 1 project to discuss in depth. Be prepared with all challenges you had while doing the project and how you overcome them. 
Tip 5 : If you ever participated in/organized a hackathon/college event, make sure you highlight that. This will make you shine from the rest of the candidates.
Tip 6 : The interviewer might also give you a couple of leadership/team-based scenarios and what will you do in that situation.
Tip 7 : Lastly make sure to read about BNY Mellon and what it do.

Application resume tips for other job seekers

Tip 1 : Try to add Experience at the top with a detailed explanation of work done by you 
Tip 2 : If No projects and Experience: Try to add Coding profiles, Achievements (Hackathons and Coding Competitions )
Tip 3 : Make sure to highlight any competition/hackathon that you won.

Final outcome of the interviewSelected

Skills evaluated in this interview

Top BNY Software Developer Intern Interview Questions and Answers

Q1. Ways To Make Coin Change Given an infinite supply of coins of varying denominations, determine the total number of ways to make change for a specified value using these coins. If it's not possible to make the change, the result should be 0.... read more
View answer (2)

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Developer Interview Questions & Answers

user image Anonymous

posted on 18 May 2017

I appeared for an interview in Aug 2016.

Interview Preparation Tips

Round: Test
Experience: It consists of quantitative aptitude questions,logical reasoning,verbal and 3 programs in hackerrank environment.
Duration: 1 hour
Total Questions: 50

Round: Group Discussion
Tips: Talk twice....be clear with the point...dont enter into an argument.
Duration: 20 minutes

Round: Technical + HR Interview
Experience: Will be asked about your projects...and some codes in the lang u r comfortable in...wil be more friendly..

Skills: Communication, Programming Skills In Any Language Like C
College Name: Thiagarajar College Of Engineering, Madurai

Developer Interview Questions asked at other Companies

Q1. Which programming language do you use regular in work
View answer (2)

BNY interview questions for popular designations

 Senior Associate

 (18)

 Analyst

 (17)

 Intermediate Representative

 (17)

 Software Developer

 (17)

 Associate

 (16)

 Senior Analyst

 (11)

 Senior Representative

 (8)

 Vice President

 (7)

Trainer Interview Questions & Answers

user image Prashant Singh

posted on 6 Jul 2017

I appeared for an interview before Jul 2016.

Interview Questionnaire 

1 Question

  • Q1. Personal

Interview Preparation Tips

Round: Test
Experience: Pin drop silence and all silence
Tips: Should have to prepare more than expect
Duration: 1 hour
Total Questions: 100

Round: HR Interview
Experience: Qiestions

Skills: Finance

Trainer Interview Questions asked at other Companies

Q1. Many times you know that customer will be angry or rude if you give the correct solution then how to manage for customer satisfaction?
View answer (2)

Get interview-ready with Top BNY Interview Questions

BNY Interview FAQs

How many rounds are there in BNY interview for freshers?
BNY interview process for freshers usually has 2-3 rounds. The most common rounds in the BNY interview process for freshers are Technical, One-on-one Round and HR.
How to prepare for BNY interview for freshers?
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, Test Cases, Test Scenarios, Testing Tools and Usability Testing.
What are the top questions asked in BNY interview for freshers?

Some of the top questions asked at the BNY interview for freshers -

  1. What are the key concepts of computer science and data structures and algorithm...read more
  2. what is adressing mode and its ty...read more
  3. What is the most difficult accounting situation you hand...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 for Freshers

based on 20 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 579 Interviews
Citicorp Interview Questions
3.7
 • 573 Interviews
Bajaj Finserv Interview Questions
4.0
 • 536 Interviews
HSBC Group Interview Questions
3.9
 • 487 Interviews
American Express Interview Questions
4.2
 • 366 Interviews
UBS Interview Questions
3.9
 • 338 Interviews
Morgan Stanley Interview Questions
3.6
 • 293 Interviews
View all

BNY Reviews and Ratings

based on 4.3k reviews

3.8/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.7

Salary

3.5

Job security

3.8

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 4.3k Reviews and Ratings
Senior Associate, Business Resiliency

Pune

5-8 Yrs

₹ 3.2-37.5 LPA

Vice President, Back-End Engineer I

Pune

5-7 Yrs

Not Disclosed

Explore more jobs
Analyst
1.9k salaries
unlock blur

₹2.8 L/yr - ₹9.5 L/yr

Senior Analyst
1.8k salaries
unlock blur

₹3.8 L/yr - ₹15 L/yr

Senior Associate
1.3k salaries
unlock blur

₹12.1 L/yr - ₹26 L/yr

Intermediate Representative
1.1k salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Associate
1.1k salaries
unlock blur

₹3.7 L/yr - ₹15 L/yr

Explore more salaries
Compare BNY with

Bajaj Finserv

4.0
Compare

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

HSBC Group

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