i
BNY
Filter interviews by
Hackerearth round 3 hours
I applied via Campus Placement and was interviewed before Oct 2022. There were 5 interview rounds.
4 Coding Questions were asked in that round.
KMP Search Algorithm is a string searching algorithm that finds occurrences of a word within a main text.
KMP algorithm is based on the idea of pre-processing the pattern to avoid unnecessary comparisons.
It uses a prefix function to determine the longest proper prefix of the pattern that is also a suffix.
This allows the algorithm to skip characters in the text that cannot be part of the pattern, improving efficiency.
I applied via Bny Mellon website and was interviewed in Oct 2021. There were 2 interview rounds.
The aptitude test was to tough but it was all relatable to my finance sector regarding MBA and the passing marks were 80% so it was tough but as I kept on practing and I cracked it and the aptitude test was divided into 2 subjects English /Finance both keep on giving mock on online the aptitude will be easy.
What people are saying about BNY
I applied via Bny Mellon website and was interviewed in Oct 2021. There were 2 interview rounds.
The aptitude test was to tough but it was all relatable to my finance sector regarding MBA and the passing marks were 80% so it was tough but as I kept on practing and I cracked it and the aptitude test was divided into 2 subjects English /Finance both keep on giving mock on online the aptitude will be easy.
BNY interview questions for popular designations
I applied via Company Website and was interviewed before Oct 2022. There were 2 interview rounds.
Get interview-ready with Top BNY Interview Questions
I applied via Walk-in
Easy
I appeared for an interview in Dec 2020.
Round duration - 60 minutes
Round difficulty - Hard
The interview was scheduled for 10 am in the morning.
It started with a coding question related to Dynamic Programming Paradigm.
Then we further discussed the various data structures & algorithms and graph theory.
It was a mix of coding questions and theoretical concepts.
The interviewer was very nice and wanted to listen to various approaches that I gave.
Given a garden that extends along a one-dimensional x-axis from point 0 to point N, your task is to determine the minimum number of taps needed to water the enti...
Find the minimum number of taps needed to water the entire garden with given tap ranges.
Iterate over each tap and find the maximum range it can cover.
Sort the taps based on their starting point and ending point.
Use a greedy approach to select the taps that cover the maximum range possible.
Round duration - 60 minutes
Round difficulty - Medium
The interview included 2 coding questions and questions based on CSE core subjects.
The interview began with a question related to Linked List. After doing that I was asked many questions on CSE core concepts.
Then at last one more coding question was asked.
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 ...
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 Cycle Detection Algorithm to determine if there is a cycle in the linked list.
Maintain two pointers, one moving at twice the speed of the other, if they meet at some point, there is a cycle.
If one of the pointers reaches the end of the list (null), then there is no cycle.
You are given a string 'STR'. Your task is to determine the total number of palindromic substrings present in 'STR'.
"abbc"
5
Count the total number of palindromic substrings in a given string.
Iterate through each character in the string and expand around it to find palindromic substrings.
Use dynamic programming to store the results of subproblems to avoid redundant calculations.
Consider both odd and even length palindromes while counting.
Example: For input 'abbc', the palindromic substrings are ['a', 'b', 'b', 'c', 'bb'], totaling 5.
Round duration - 30 minutes
Round difficulty - Medium
It was a technical+HR round with a senior member.
It was a discussion based on data structures. Map data-structure was discussed a lot then a few questions related to my projects and some HR questions.
Tip 1 : Focus on building your problem-solving skills.
Tip 2 : Do not ignore the CSE core subject and projects.
Tip 3 : Give mock interviews so that you can communicate effectively in the interview.
Tip 1 : Keep it short and crisp
Tip 2 : Make your resume according to the job requirement
Tip 3 : Don't add fake projects etc
Tip 4 : Have 1-2 descent project in your resume
I appeared for an interview in Dec 2020.
Round duration - 60 Minutes
Round difficulty - Easy
Asked every question possible from resume
You are given a sequence of numbers, ARR
. Your task is to return a sorted sequence of ARR
in non-descending order using the Merge Sort algorithm.
The Merge Sort...
Implement Merge Sort algorithm to sort a sequence of numbers in non-descending order.
Implement the Merge Sort algorithm which recursively divides the input array into two halves and then merges them in sorted order.
Ensure the base case of the recursion is when the size of the array is 1.
Time complexity of Merge Sort is O(n log n) and space complexity is O(n).
Example: For input [3, 1, 4, 1, 5], the output should be [1,
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 ...
Detect if a singly linked list forms a cycle by checking if a node's next pointer 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 ...
Round duration - 60 Minutes
Round difficulty - Medium
The low-level design of an e-commerce website involves detailing the architecture, components, and interactions of the system.
Define the architecture including front-end, back-end, and database components
Detail the interactions between components such as user authentication, product search, and payment processing
Consider scalability, security, and performance optimizations in the design
Include features like user profil...
Tip 1 : Be confident
Tip 2 : Read previous interview experiences
Tip 3 : Practice Oops with real life examples
Tip 1 : Mention atleast good projects
Tip 2 : Good with all the things mentioned in resume
I applied via Naukri.com and was interviewed in May 2021. There were 4 interview rounds.
I applied via Walk-in and was interviewed before May 2022. There were 4 interview rounds.
General English and aptitude test
The duration of BNY interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 20 interviews
Interview experience
Analyst
1.9k
salaries
| ₹2.8 L/yr - ₹9.5 L/yr |
Senior Analyst
1.8k
salaries
| ₹3.8 L/yr - ₹15 L/yr |
Senior Associate
1.3k
salaries
| ₹12.1 L/yr - ₹26 L/yr |
Intermediate Representative
1.1k
salaries
| ₹3 L/yr - ₹7.5 L/yr |
Associate
1.1k
salaries
| ₹3.7 L/yr - ₹15 L/yr |
Bajaj Finserv
Wells Fargo
JPMorgan Chase & Co.
HSBC Group