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
4.0

based on 3.9k Reviews

Filter interviews by

BNY Software Developer Interview Questions, Process, and Tips

Updated 18 Jun 2024

Top BNY Software Developer Interview Questions and Answers

  • Q1. Palindromic Substrings You have been given a string STR. Your task is to find the total number of palindromic substrings of STR. Example : If the input string is "abbc", ...read more
  • Q2. Minimum Number Of Taps To Water Garden The gardener wants to water the garden by opening the minimum number of taps. The garden is one-dimensional along the x-axis of len ...read more
  • Q3. Cycle Detection in a Singly Linked List You have given a Singly Linked List of integers, determine if it forms a cycle or not. A cycle occurs when a node's next points ba ...read more
View all 20 questions

BNY Software Developer Interview Experiences

17 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy medium and hard questions

Round 2 - Technical 

(3 Questions)

  • Q1. DBMS OS STACKS QUEUES
  • Q2. NORMALISATION IN DBMS
  • Ans. 

    Normalization in DBMS is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a database into smaller, more manageable tables and defining relationships between them.

    • It helps in reducing data redundancy by storing data in a structured and organized manner.

    • Normalization also helps in improving data integrity by ensuring that data is consistent ...

  • Answered by AI
  • Q3. OUTPUT QUESTION IN JAVASCRIPT
Round 3 - HR 

(1 Question)

  • Q1. GENERIC HR STUFF

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with os dbms ooops system design and dsa
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at SRM university (SRMU) and was interviewed in Jul 2023. There were 5 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 - Coding Test 

Hackerank (2-Easy,1-Medium,1-Hard) 90 mins

Round 3 - One-on-one 

(2 Questions)

  • Q1. Mostly it was about my resume and the projects I did
  • Q2. Some behavioural and leadership questions
Round 4 - Technical 

(4 Questions)

  • Q1. Binary search and the code
  • Q2. Two sum problem and the code
  • Q3. Quicksort and the code
  • Q4. Some hr questions here and there
Round 5 - BR 

(3 Questions)

  • Q1. C++ programming, calloc, malloc, global variable
  • Q2. Palindrome of a string
  • Ans. 

    A palindrome of a string is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • Check if the string is equal to its reverse to determine if it is a palindrome.

    • Ignore spaces and punctuation when checking for palindromes.

    • Examples: 'racecar', 'madam', 'A man, a plan, a canal, Panama!'

  • Answered by AI
  • Q3. Puzzles like the there are 4 mens and they have to travel across a bridge only two can go at a time and there is only one torch time take for mens to travel(A-1min B-3min C-7min D-10min)

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray SumGiven an array of numbers, find the maximum s ... read more
asked in Cognizant
Q2. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Rakuten
Q3. Merge two sorted arraysNinja has been given two sorted integer ar ... read more
asked in GlobalLogic
Q4. Terms Of APAyush is given a number ‘X’. He has been told that he ... read more
asked in Amazon
Q5. Minimum Number of Platform NeededYou are given the arrival and de ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain Solid patterns
  • Ans. 

    Solid patterns are a set of five design principles to make software designs more understandable, flexible, and maintainable.

    • Single Responsibility Principle: A class should have only one reason to change.

    • Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses without affec...

  • Answered by AI
  • Q2. Oops concept core topics

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Thapar Institute of Engineering and Technology (TIET) and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

4 straight Coding questions were asked ranging from medium to Hard Level.

Round 3 - Technical 

(2 Questions)

  • Q1. Basics about OOPS and what are types of Inheritance and Polymorphism, etc.
  • Q2. Basic questions related to Linked List, Classes and Recursion.

BNY interview questions for designations

 Software Developer Intern

 (2)

 Software Developer 1

 (1)

 Developer

 (2)

 Software Engineer

 (6)

 Application Developer

 (4)

 Senior Developer

 (2)

 Senior Software Engineer

 (2)

 Software Development Engineer

 (1)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2023. There were 4 interview rounds.

Round 1 - Coding Test 

There were 4 questions. 1 easy ,2 medium and 1 hard question. The level of questions were tough enough.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain abstraction with real life example and code.
  • Ans. 

    Abstraction is the concept of hiding complex implementation details and showing only the necessary features to the user.

    • Abstraction in real life: A car dashboard hides the internal workings of the car and only displays necessary information like speed, fuel level, and temperature.

    • Abstraction in code: Using abstract classes or interfaces in object-oriented programming to define a blueprint for classes to implement.

    • Examp...

  • Answered by AI
  • Q2. 1 question on linkedlist and on SQL
  • Q3. Explain merge sort
  • Ans. 

    Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts them recursively, and then merges them back together.

    • Divide the array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Explain insertion sort with psuedocode
  • Ans. 

    Insertion sort is a simple sorting algorithm that builds the final sorted array one item at a time.

    • Start from the second element and compare it with the elements before it, moving elements to the right until finding the correct position.

    • Repeat this process for each element in the array until the entire array is sorted.

    • Example: For an array ['3', '1', '4', '1', '5', '9', '2', '6'], the insertion sort steps would be: ['1...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What do you mean by growth
  • Ans. 

    Growth refers to the process of development and improvement over time.

    • Growth can be personal, professional, or organizational.

    • It involves learning new skills, gaining experience, and expanding one's knowledge.

    • Examples include career advancement, skill development, and business expansion.

  • Answered by AI
  • Q2. Why do you want to join bny mellon

Skills evaluated in this interview

Get interview-ready with Top BNY Interview Questions

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Aptitude Test 

It's easy preparation strategy, the resources I used, and even my codebase for going through all the stages, and cracking them one by one.

Intended audience. This article is targeted toward

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Indian Institute of Technology (IIT), Patna and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

3questions med to hard level

Round 2 - Technical 

(2 Questions)

  • Q1. Implement merge sort write sql queries and few core subjects concept
  • Q2. Standard Hr questions and what do u know about bny mellon
Round 3 - One-on-one 

(1 Question)

  • Q1. Asked about work done on previous internships

Interview Preparation Tips

Interview preparation tips for other job seekers - Be through with dsa
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

2 hours with 4 questions

Round 2 - Technical 

(1 Question)

  • Q1. Basic oops, os, and two dsa questions, one was on tree and other on priority queue

Interview Preparation Tips

Interview preparation tips for other job seekers - read oops, os and dsa .
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy to medium questions

Round 2 - Technical 

(1 Question)

  • Q1. Dsa mostly easy medium
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

4 coding question 2 easy, 1-medium, 1- medium-hard

Round 2 - Technical 

(1 Question)

  • Q1. Basic computer science question , related to DBMS, OPPS, OS SQL query and other simple DSA question

Interview Preparation Tips

Interview preparation tips for other job seekers - you know every thing, JUST be confident, and Speak whatever you know

BNY Interview FAQs

How many rounds are there in BNY Software Developer interview?
BNY interview process usually has 3-4 rounds. The most common rounds in the BNY interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for BNY Software Developer interview?
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 .Net Core, Angularjs, Backend, C# and Digital Marketing.
What are the top questions asked in BNY Software Developer interview?

Some of the top questions asked at the BNY Software Developer interview -

  1. Sort strings based on your own hierarchy. Ex: INPUT: ABC, HIJ, RTS, POT. Hie...read more
  2. Difference between compiler and interpreter in detai...read more
  3. Different types of joins and also a SQL quer...read more
How long is the BNY Software Developer interview process?

The duration of BNY Software Developer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

BNY Software Developer Interview Process

based on 5 interviews in last 1 year

2 Interview rounds

  • Coding Test Round
  • Technical Round
View more

People are getting interviews through

based on 11 BNY interviews
Campus Placement
Job Portal
WalkIn
Recruitment Consultant
64%
18%
9%
9%
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
BNY Software Developer Salary
based on 169 salaries
₹12 L/yr - ₹30 L/yr
158% more than the average Software Developer Salary in India
View more details

BNY Software Developer Reviews and Ratings

based on 29 reviews

3.7/5

Rating in categories

3.7

Skill development

3.6

Work-Life balance

3.6

Salary & Benefits

3.6

Job Security

3.7

Company culture

3.1

Promotions/Appraisal

3.5

Work Satisfaction

Explore 29 Reviews and Ratings
Analyst
1.9k salaries
unlock blur

₹2 L/yr - ₹11.5 L/yr

Senior Analyst
1.7k salaries
unlock blur

₹3.7 L/yr - ₹15 L/yr

Senior Associate
1.1k salaries
unlock blur

₹11.4 L/yr - ₹25 L/yr

Intermediate Representative
1.1k salaries
unlock blur

₹2.6 L/yr - ₹7.2 L/yr

Vice President
955 salaries
unlock blur

₹15.1 L/yr - ₹51 L/yr

Explore more salaries
Compare BNY with

State Street Corporation

3.8
Compare

Northern Trust

3.8
Compare

Citibank

5.0
Compare

HSBC Group

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview