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.8k 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
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
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1 coding question based on DP for 25 minutes and 30 MCQs on Java , OOPS and code snippet questions also some basic questions based on trees like number of leaf nodes in a complete binary tree with n nodes.

Round 2 - Technical 

(3 Questions)

  • Q1. Write code for finding palindrome of a string
  • Ans. 

    Code to find palindrome of a string

    • Iterate through the string from both ends and compare characters

    • Use two pointers, one starting from the beginning and one from the end

    • If characters at both pointers match, continue checking until they meet in the middle

    • If all characters match, the string is a palindrome

  • Answered by AI
  • Q2. What is dynamic memory allocation in Java
  • Ans. 

    Dynamic memory allocation in Java refers to the process of allocating memory for objects at runtime.

    • Dynamic memory allocation allows for objects to be created and destroyed during program execution.

    • The 'new' keyword is used to dynamically allocate memory for objects in Java.

    • Dynamic memory allocation helps in managing memory efficiently by allocating memory only when needed.

    • Example: int[] arr = new int[5]; dynamically a

  • Answered by AI
  • Q3. You are designing an e commerce website which database will you choose and what will you use for authentication given that you can't use JWT or even third party like Google authentication
  • Ans. 

    I would choose a relational database like MySQL and implement a custom authentication system using session management.

    • Choose a relational database like MySQL for storing user data, product information, and orders.

    • Implement a custom authentication system using session management to securely authenticate users without JWT or third-party services.

    • Use encryption techniques to store and validate user passwords securely.

    • Util...

  • Answered by AI

Skills evaluated in this interview

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

Question Related to the DP and the Graph

Round 2 - Technical 

(2 Questions)

  • Q1. Kth Max Element in a Array
  • Ans. 

    Find the Kth maximum element in an array of strings.

    • Sort the array in descending order.

    • Return the element at index K-1.

  • Answered by AI
  • Q2. Coin Change and optimization through DP
  • Ans. 

    Coin change problem can be solved using dynamic programming to find the minimum number of coins needed to make a certain amount of change.

    • Use dynamic programming to build up solutions for smaller subproblems

    • Start by initializing an array to store the minimum number of coins needed for each amount from 0 to the target amount

    • Iterate through each coin denomination and update the array with the minimum number of coins need

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Project include in your Resume
  • Q2. HR common question

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Spring related questions
  • Q2. Java related questions
  • Q3. Couple of coding questions (Easy)
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.

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
 • 546 Interviews
Bajaj Finserv Interview Questions
4.0
 • 483 Interviews
HSBC Group Interview Questions
4.0
 • 478 Interviews
Goldman Sachs Interview Questions
3.6
 • 401 Interviews
American Express Interview Questions
4.2
 • 352 Interviews
UBS Interview Questions
4.0
 • 340 Interviews
Morgan Stanley Interview Questions
3.7
 • 296 Interviews
Citicorp Interview Questions
3.7
 • 274 Interviews
Bank of America Interview Questions
4.3
 • 230 Interviews
View all
BNY Lead Software Engineer Salary
based on 27 salaries
₹13.9 L/yr - ₹40 L/yr
9% 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.2 L/yr

Senior Analyst
1.7k salaries
unlock blur

₹3.8 L/yr - ₹15 L/yr

Senior Associate
1.1k salaries
unlock blur

₹10.3 L/yr - ₹24.5 L/yr

Intermediate Representative
1k salaries
unlock blur

₹2.6 L/yr - ₹7.5 L/yr

Vice President
1k salaries
unlock blur

₹15.9 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