Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Guidelines to Write Experiences
  • Write Interview Experience
  • Write Work Experience
  • Write Admission Experience
  • Write Campus Experience
  • Write Engineering Experience
  • Write Coaching Experience
  • Write Professional Degree Experience
  • Write Govt. Exam Experiences
Open In App
Next Article:
BNY Mellon Interview Experience for SDE 2023
Next article icon

BNY Mellon Interview Experience for SDE 2023

Last Updated : 07 Jul, 2023
Comments
Improve
Suggest changes
Like Article
Like
Report

Round 1 (Online Assessment on HackerEarth)

The Code Divas Diversity Challenge was conducted on March 4th, 2023. It was a 2 hours 30 minutes contest with 3 coding problems. The level of questions was from easy to hard. I was able to solve 2 questions completely and 1 partially.

Problems were from these topics:
1. Graph: Medium (Completely solved)
2. Graph: Hard (Partially solved)
3. Arrays + Greedy: Easy (Completely solved)

Within a week, I got a mail for clearing round 1 and the details for round 2.

Round 2 (Online Assessment on HackerEarth)

This contest was held on March 10th, 2023. It was a 2 hours 30 minutes challenge with 10 MCQs (based on CS fundamentals, OS, DBMS), 1 SQL question (Medium difficulty), and 1 coding problem (Hard difficulty) based on Graph+ DP+ XOR. It was language specific to be solved in Java 8 or above and Python. Since, I had proficiency in C++ and so, I tried solving the question using python but was unable to solve it. Although, I solved the MCQs and the SQL question completely.

I was not sure about clearing this round but within 4 days, I got a mail for clearing round 2 and was shortlisted for interviews.

Round 3 (Technical Interview 1) 

My first technical interview was scheduled on 14th April, 2023 and it was a 45-minute interview but it went a bit longer around 1 hour and 10 minutes. It was a hacker rank code pair round. So, firstly I gave my introduction and then the interviewer discussed my past internships and projects. Then, he gave me a DSA problem based on arrays (medium difficulty). The question was to find the size of the smallest subarray with K distinct numbers.

I was a bit nervous at the start so I wasn’t able to solve the question completely. I solved the question partially and then the interviewer gave me another problem related to Job scheduling (based on Greedy) which I solved using heaps (priority queue) and was able to solve completely. Later, he asked me to optimize it so, we discussed other ways to solve the problem, and their time and space complexities. Then he asked me for the implementation of heaps.

Later, he asked me basic questions about CS fundamentals and DBMS. Some of them which I could remember are the difference between inner join and outer join, normalization, linear data structure, insertion time for arrays and linked lists, etc.

The same day in the evening I got the confirmation that I’d cleared the first technical round.

Round 4 (Technical Interview 2)

This technical interview was held on 4th May 2023 and it was a 45-minute interview. It was a hacker rank code pair round. The interviewer asked me to introduce myself and then asked about my fav subject. I told him DSA as my fav subject and so he gave me a DSA problem with medium difficulty. The question was to find the largest subgrid in a given square grid along with some conditions.

It took me around 25-30 minutes to get to the optimized solution and solve the question completely. I solved the question using Binary Search, Cumulative Sums, and Greedy Algorithms. The interviewer was happy to see the optimized solution working completely. Later, we had a detailed discussion on past internships and projects.

Then, he asked if I know someone at BNY Mellon so, I told him about one of my seniors and her experience there. He asked me if I had some questions, so I asked him about the work culture at BNY Mellon.

I got the confirmation mail that I cleared technical round 2 after a day.

Round 5 (Technical + Managerial) 

This was the final interview and was scheduled for 2nd June 2023. It was a 30-minute interview. The interviewer introduced himself and was very polite. He told me about his work at the company and his experience. Related to his work we discussed trading and mutual funds. Then, we had a detailed discussion about my past internships and projects. He asked me for some more features and modifications in my projects and how will I achieve them. After a long discussion on my projects, he asked if I had some questions. I asked him about how long he’s been working in the company and his experience, and his work culture.

VERDICT: Selected.

Within a week, I got the mail for selection and it was a very happy moment for me.

KEY POINTS :

  1. Try to score around 60% -70% in the online assessments.
  2. For the technical interviews, you should be proficient in every Data Structure and Algorithm and you’re good to go.
  3. For the managerial round, make sure to read about the company, its work, its principles, and other basic information.
  4. As this process took around 3–4 months, so you need to keep patience throughout the process.

Thank you and All The Best


Next Article
BNY Mellon Interview Experience for SDE 2023
https://media.geeksforgeeks.org/auth/avatar.png
Anonymous
Improve
Article Tags :
  • Interview Experiences
  • Experiences
  • Off-Campus
  • BNY Mellon
  • BNYM
  • Write it Up
  • Code Divas Diversity

Similar Reads

    BNY Mellon Interview Experience for SDE 2024
    About the Company BNY Mellon, also known as The Bank of New York Mellon Corporation, is a global financial services company that provides a wide range of financial and investment services to individuals, institutions, and corporations. BNY Mellon is one of the largest and oldest financial institutio
    5 min read
    BNY Mellon Interview Experience For SDE (On-Campus) 2023
    Round 1(Coding): This round was on a hacker rank platform with 4 coding questions for 120 mins (2 hrs), The questions were on strings, dp, and array. One question was to list all common subsequences of 2 lines in lexicographic order. After this round, nearly 26 people were shortlisted for the next r
    3 min read
    BNY Mellon Interview Experience for SDE (On-Campus) 2024
    Online Assessment: This was an online coding round conducted on the Hackerrank platform and consisted of 4 questions. I could do 3 Questions (all the Test Cases passed) and hardcoded some test cases for the last question. A lot of Students applied and finally, 23 students were selected for Interview
    2 min read
    BNY Mellon Interview Experience for SDE (Freshers)
    Round 1:Online Technical Coding Round  (2.5-3 hours)- The coding round was held on hackerearth platform . It comprises of 3 questions, (mostly mathematical one's)  in my case. Each question is of 100 marks. For you to qualify, you must score atleast  160 marks or above. You will be getting  e-mail r
    5 min read
    BNY Mellon Interview Experience For SDE Internship
    Online Assessment On the Hacker Rank website, there was an online coding round conducted. The duration of the was about 2 hours. There were all four coding questions in total (1 easy, 2 medium, and 1 hard level). The problems were on the topic of Trees, graphs, and Array. Round-1 Technical Interview
    2 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences