BNY Mellon interview experience Real time questions & tips from candidates to crack your interview

SDE - Intern

BNY Mellon
upvote
share-icon
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 Months
Topics: Data Structures & Algorithms, Database Management, OOP System, Design Machine Learning
Tip
Tip

Tip 1 : Practice DS & Algo questions from Leetcode, Geeksforgeeks and hackerearth
Tip 2 : Practice SQL questions from hackerrank
Tip 3 : Have at least one awesome project to discuss about during the interview

Application process
Where: Hackerearth
Eligibility: Above 7 CGPA, Final year, no active backlogs
Resume Tip
Resume tip

Tip 1: Mention all relevant skills, projects and past experiences
Tip 2: Resume must be tailored according to the role you applied to

Interview rounds

01
Round
Medium
Online Coding Interview
Duration180 minutes
Interview date6 Jun 2019
Coding problem1

There were 3 questions on DS & Algo of medium difficulty.

1. Meetings II

Moderate
10m average time
90% success
0/80
Asked in companies
IBMUrban Company (UrbanClap)BNY Mellon

Given an array of meeting time intervals consisting of start and end times [[s1,e1],[s2,e2],...] find the minimum number of conference rooms required.

Problem approach

I decided to use min heap for this. I sorted the array based on start time. For each meeting I checked whether any old meeting in the heap was over before the current meeting start time. If yes then I pop that old meeting and push this need meeting into the min heap other wise I incremented the total counter and pushed the meeting to the heap. Finally I returned the total counter.

Try solving now
02
Round
Easy
Telephonic
Duration30 minutes
Interview date31 Jul 2019
Coding problem2

Interviewer asked me to introduce myself. Then he asked about the projects that I have done. Finally he gave me some simple DS problems and system design questions.

1. Add Two Numbers As Linked Lists

Moderate
20m average time
80% success
0/80
Asked in companies
SprinklrIBMDeutsche Bank

Given two numbers where each digit is stored as a node in a linked list, add the two numbers and return the result

Problem approach

Step 1: Traverse the two linked lists from left to right
Step 2: perform addition, store result in a new node and keep track of carry over
Step 3: Return the result

Try solving now

2. System Design

Given a website being hosted on a single server, what are the challenges one could face in terms of performance issues when network traffic increases?
How to improve the overall performance of the system?

Problem approach

Tip 1: Think of how traffic will be flowing to the server and how it will affect the performance
Tip 2: For performance improvement, think of both vertical and horizontal scaling
Tip 3: Think about how to improve system throughput

03
Round
Medium
Face to Face
Duration20 minutes
Interview date21 Aug 2019
Coding problem2

Interview was conducted at BNY Mellon’s Pune office. Complete travel and accommodations was arranged by BNY from flight to hotels.

1. Puzzle

Couple of puzzles was asked.
Q1. What is the angle between hour and minute hand of a clock when it is 3:15.
Q2. 2 eggs, 100 floors. We want to find out the floor beyond which if an egg is thrown from it will break.
Q3. In a T20 match what is the maximum no. of runs a batsman can score

Problem approach

Tip 1: A lot of the puzzles can be solved using the techniques that are taught in algorithms like the egg problems is a simple binary search
Tip 2: It is generally advisable to solve a few aptitude questions so that you can quickly thing on your feet
Tip 3: It is ok to take some time and give the correct answer instead of hastily giving the wrong answer

2. DBMS

Two tables were given. Based on the information provided in the tables I was asked to perform some operations and extract some insights from the data. After that I was asked about SQL related topics like rank functions, window functions etc.

Problem approach

Tip 1 : Should have firm grasp on SQL
Tip 2 : Practice SQL questions
Tip 3 : Rank and window functions are asked pretty much in every interview on DBMS

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - Intern
3 rounds | 5 problems
Interviewed by BNY Mellon
2348 views
0 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 6 problems
Interviewed by BNY Mellon
0 views
0 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 3 problems
Interviewed by BNY Mellon
0 views
1 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by BNY Mellon
1374 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Arcesium
3738 views
0 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 5 problems
Interviewed by Arcesium
2683 views
0 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 8 problems
Interviewed by NCR Corporation
2288 views
0 comments
0 upvotes