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

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Medium leetcode question on array list

Round 2 - One-on-one 

(4 Questions)

  • Q1. Core java and collections, exceptions and threading
  • Q2. Core java collections
  • Q3. Multi threading
  • Q4. Executor framework
Round 3 - One-on-one 

(1 Question)

  • Q1. Threading related questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were three coding questions.

Round 2 - Technical 

(5 Questions)

  • Q1. Could you provide a thorough explanation of the project?
  • Q2. OOps Concepts and question from the technical subjects
  • Q3. Why Spring Boot
  • Q4. JWT Authentication
  • Q5. Docker and Kubernetes
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is list comprehension
  • Ans. 

    List comprehension is a concise way to create lists in Python by applying an expression to each item in an iterable.

    • List comprehension is written inside square brackets []

    • It consists of an expression followed by a for clause, then zero or more if clauses

    • Example: squares = [x**2 for x in range(10)]

  • Answered by AI
  • Q2. Explain spark architecture
  • Ans. 

    Apache Spark is a distributed computing system that provides an interface for programming entire clusters with implicit data parallelism and fault tolerance.

    • Apache Spark follows a master-slave architecture with a driver program that communicates with a cluster manager to distribute work across worker nodes.

    • It uses Resilient Distributed Datasets (RDDs) as the basic data structure, which are immutable distributed collect...

  • Answered by AI
Round 2 - Coding Test 

Write code for palindtomr

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Project Architecture
Round 2 - Technical 

(1 Question)

  • Q1. Informatica tech questions
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

DP graphs strings it was good

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a linkded list
  • Ans. 

    Reverse a linked list by changing the direction of pointers

    • Start with three pointers: current, previous, and next

    • Iterate through the list, updating pointers to reverse the direction

    • Return the new head of the reversed list

  • Answered by AI
  • Q2. Print fibonacci series
  • Ans. 

    The Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • Start with two variables initialized to 0 and 1

    • Loop through desired number of iterations, adding the previous two numbers to get the next number

    • Print or store each number in the series

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Python and SQL related questions
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiations and behaviour questions

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.

BNY Lead Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.9
 • 567 Interviews
Citicorp Interview Questions
3.7
 • 566 Interviews
Bajaj Finserv Interview Questions
4.0
 • 518 Interviews
HSBC Group Interview Questions
4.0
 • 490 Interviews
Goldman Sachs Interview Questions
3.5
 • 408 Interviews
American Express Interview Questions
4.2
 • 360 Interviews
UBS Interview Questions
4.0
 • 337 Interviews
Morgan Stanley Interview Questions
3.7
 • 308 Interviews
Bank of America Interview Questions
4.3
 • 236 Interviews
View all
BNY Lead Software Engineer Salary
based on 26 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.3/5

Rating in categories

4.3

Skill development

4.1

Work-life balance

4.0

Salary

3.7

Job security

3.8

Company culture

3.4

Promotions

4.2

Work satisfaction

Explore 3 Reviews and Ratings
Analyst
1.9k salaries
unlock blur

₹2.2 L/yr - ₹9.5 L/yr

Senior Analyst
1.7k salaries
unlock blur

₹3.8 L/yr - ₹15.5 L/yr

Senior Associate
1.2k salaries
unlock blur

₹12.1 L/yr - ₹25 L/yr

Intermediate Representative
1.1k salaries
unlock blur

₹2.9 L/yr - ₹7.5 L/yr

Vice President
1.1k salaries
unlock blur

₹14.5 L/yr - ₹52 L/yr

Explore more salaries
Compare BNY with

State Street Corporation

3.7
Compare

Northern Trust

3.7
Compare

HSBC Group

4.0
Compare

JPMorgan Chase & Co.

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview