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

SDE - Intern

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

Interview preparation journey

expand-icon
Preparation
Duration: 1.5 years
Topics: Data structures, Algorthms, OOPS, Dynamic programming, Graphs, Maths
Tip
Tip

Tip 1 : Codeforces 1600+ rating
Tip 2 : practice standard problems and puzzles
Tip 3 : They work with java , so java knowledge may come in handy

Application process
Where: Campus
Eligibility: Needed to do at least one project .
Resume Tip
Resume tip

Tip 1 : Have some projects on resume
Tip 2 : Having good problem solving skills

Interview rounds

01
Round
Hard
Online Coding Test
Duration120 minutes
Interview date8 Aug 2022
Coding problem3

Timing ( Morning 11 am )

1. Two Sum

Easy
10m average time
90% success
0/40
Asked in companies
FacebookAmazonSAP Labs

You are given an array of integers 'ARR' of length 'N' and an integer Target. Your task is to return all pairs of elements such that they add up to Target.

Note:

We cannot use the element at a given index twice.

Follow Up:

Try to do this problem in O(N) time complexity. 
Try solving now

2. Max Prefix

Easy
7m average time
90% success
0/40
Asked in company
BNY Mellon

You are given an array 'A' of length 'N'. You can perform the operation defined below any number of times (Possibly 0).

Choose 'l', 'r' (1 <= 'l' <= 'r' <='N') and reverse the subarray from 'l' to 'r'.

After that, Return the maximum possible sum of the prefix of this array of length 'K'.

For Example:-
Let 'N' = 5, 'K' = 3, 'A' = [4, 2, 1, 2, 2].
We can reverse the subarray from index 3 to 4 (1-based indexing).
Array becomes [4, 2, 2, 1, 2].
Our answer is 8.
Try solving now

3. N Stacks In An Array

Hard
20m average time
80% success
0/120
Asked in companies
IntuitBNY MellonAmazon

Design a data structure to implement ‘N’ stacks using a single array of size ‘S’. It should support the following operations:

push(X, M): Pushes an element X into the Mth stack. Returns true if the element is pushed into the stack, otherwise false.

pop(M): Pops the top element from Mth Stack. Returns -1 if the stack is empty, otherwise, returns the popped element.

Two types of queries denote these operations :

Type 1: for push(X, M) operation.
Type 2: for pop(M) operation.
Try solving now
02
Round
Medium
Video Call
Duration180 minutes
Interview date14 Aug 2022
Coding problem2

Evening

1. Reverse The Array

Easy
0/40
Asked in companies
BarclaysTata Consultancy Services (TCS)Infosys

Given an array with N elements, the task is to reverse all the array elements and print the reversed array.

Try solving now

2. Number of Islands

Easy
0/40
Asked in companies
PhonePeExpedia GroupRazorpay

You have been given a non-empty grid consisting of only 0s and 1s. You have to find the number of islands in the given grid.

An island is a group of 1s (representing land) connected horizontally, vertically or diagonally. You can assume that all four edges of the grid are surrounded by 0s (representing water).

Try solving now

Here's your problem of the day

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

Skill covered: Programming

How many times will the loop execute? for(int i = 0; i < 5; i++)

Choose another skill to practice
Similar interview experiences
company logo
SDE - Intern
3 rounds | 5 problems
Interviewed by BNY Mellon
2054 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
1177 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Arcesium
3309 views
0 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 5 problems
Interviewed by Arcesium
2264 views
0 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 8 problems
Interviewed by NCR Corporation
2015 views
0 comments
0 upvotes