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 Lead Software Engineer Interview Questions and Answers

Updated 16 Feb 2023

BNY Lead Software Engineer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed in Jan 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 

A Codeing env called as karat interview. Post which you will have 2 technical interviews and barraiser interview.

Round 3 - Technical 

(1 Question)

  • Q1. 2 technicals with codeshare env. 3 to 4 problems in 2 rounds
Round 4 - One-on-one 

(1 Question)

  • Q1. Bar raiser interview
Round 5 - HR 

(1 Question)

  • Q1. General discussion on perks n package

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on coding. Ask questions, keep engaged in all rounds. Bar-raiser is also a key round., Patience is key.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java, lambda expressions, micro services
Round 2 - Technical 

(1 Question)

  • Q1. Microservices architecture, saga pattern
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial, how do you improve your skills etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on job description and your skills
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How is Memory Management done in Java?
  • Ans. 

    Memory management in Java is handled automatically by the JVM through garbage collection.

    • Java uses automatic memory management through garbage collection to allocate and deallocate memory.

    • Garbage collection in Java helps in reclaiming memory occupied by objects that are no longer in use.

    • Java provides the 'finalize()' method to perform cleanup operations before an object is garbage collected.

  • Answered by AI
  • Q2. How does Angular works?
  • Ans. 

    Angular is a front-end web application framework that allows developers to build dynamic single-page applications.

    • Angular works by extending HTML with directives and data binding to create dynamic content.

    • It uses components to encapsulate different parts of the UI and services to provide functionality across components.

    • Angular uses dependency injection to manage dependencies and facilitate testing.

    • It follows a modular ...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. OOP basic about the concept
  • Q2. Ms Sql based sql queries
Round 2 - Technical 

(2 Questions)

  • Q1. How exception handing in api
  • Ans. 

    Exception handling in API involves catching and handling errors that occur during API execution.

    • Use try-catch blocks to catch exceptions and handle them appropriately

    • Throw custom exceptions to provide meaningful error messages to API consumers

    • Use status codes to indicate the outcome of API requests (e.g. 200 for success, 400 for client errors, 500 for server errors)

    • Log exceptions to track errors and troubleshoot issues

    • ...

  • Answered by AI
  • Q2. Code for multiplication table
  • Ans. 

    Code to generate a multiplication table in a programming language

    • Use nested loops to iterate through rows and columns

    • Print the product of row and column for each cell

    • Consider formatting the output for better readability

  • Answered by AI

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 Kalinga Institute of Industrial Technology, Khurda and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Two easy code ,basic array string

Round 2 - Technical 

(2 Questions)

  • Q1. Coding question
  • Q2. Oops, dbms,sql,
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

Data structure and Algorithm

Round 3 - One-on-one 

(1 Question)

  • Q1. All Java basic questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Microservices , database

I applied via Campus Placement and was interviewed in Aug 2022. There were 5 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 

Apt and coding. Stack based dsa question

Round 3 - Coding Test 

Same as r1. Dsa and core subs and projects

Round 4 - One-on-one 

(1 Question)

  • Q1. Tech and project discussion
Round 5 - HR 

(1 Question)

  • Q1. Strengths and weaknesses

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and be confident. Dsa should be done nicely. Have complete idea about project

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. Entity framework Constructors Oops Managerial
Round 2 - HR 

(1 Question)

  • Q1. Why leaving current company

Interview Preparation Tips

Interview preparation tips for other job seekers - Only 1 hour round for technical and managerial. Clear basics and some basic programming skills will be tested by solving 1 or 2 problem statement
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Basic & Advance concepts of .NET & SQL
  • Q2. OOPs basics, Linq, jQuery, Javascript
Round 3 - HR 

(1 Question)

  • Q1. Basic discussion about your previous company & salary negotiation etc.

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Check palindrome , anagram of string with O(n)
  • Ans. 

    To check palindrome and anagram of a string with O(n), use a hash table to store character frequencies.

    • Create a hash table to store the frequency of each character in the string.

    • For palindrome, check that no more than one character has an odd frequency.

    • For anagram, compare the hash tables of the two strings.

    • If the hash tables are equal, the strings are anagrams.

    • If the hash tables differ by only one character, the strin...

  • Answered by AI
  • Q2. Optimized solutions and core principles applied in OOPS
  • Ans. 

    Optimized solutions and core principles applied in OOPS

    • Encapsulation, Inheritance, Polymorphism, Abstraction are core principles of OOPS

    • Optimized solutions can be achieved through efficient algorithms and data structures

    • Design patterns like Singleton, Factory, Observer can also be used for optimized solutions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They are looking for best possible solutions. and they are not using that in project then also they ask

Skills evaluated in this interview

BNY Interview FAQs

How many rounds are there in BNY Lead Software Engineer interview?
BNY interview process usually has 5 rounds. The most common rounds in the BNY interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in BNY Lead Software Engineer interview?

Some of the top questions asked at the BNY Lead Software Engineer interview -

  1. 2 technicals with codeshare env. 3 to 4 problems in 2 rou...read more
  2. General discussion on perks n pack...read more
  3. Bar raiser interv...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 BNY interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.9
 • 553 Interviews
Bajaj Finserv Interview Questions
4.0
 • 491 Interviews
HSBC Group Interview Questions
4.0
 • 485 Interviews
Goldman Sachs Interview Questions
3.6
 • 404 Interviews
American Express Interview Questions
4.2
 • 355 Interviews
UBS Interview Questions
4.0
 • 333 Interviews
Morgan Stanley Interview Questions
3.7
 • 300 Interviews
Citicorp Interview Questions
3.7
 • 277 Interviews
Bank of America Interview Questions
4.3
 • 231 Interviews
View all
BNY Lead Software Engineer Salary
based on 25 salaries
₹13.9 L/yr - ₹40 L/yr
6% more than the average Lead Software Engineer Salary in India
View more details

BNY Lead Software Engineer Reviews and Ratings

based on 3 reviews

4.1/5

Rating in categories

4.5

Skill development

4.4

Work-Life balance

3.5

Salary & Benefits

3.2

Job Security

3.5

Company culture

2.7

Promotions/Appraisal

4.0

Work Satisfaction

Explore 3 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.3 L/yr - ₹25 L/yr

Intermediate Representative
1.1k salaries
unlock blur

₹2.6 L/yr - ₹7.5 L/yr

Vice President
1k salaries
unlock blur

₹15.1 L/yr - ₹51.1 L/yr

Explore more salaries
Compare BNY with

State Street Corporation

3.8
Compare

Northern Trust

3.8
Compare

Citibank

3.9
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