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 Fullstack Java Developer Interview Questions and Answers for Experienced

Updated 17 Jul 2023

BNY Fullstack Java Developer Interview Experiences for Experienced

1 interview found

I applied via Naukri.com and was interviewed in Dec 2021. There were 4 interview rounds.

Round 1 - Coding Test 

It was live coding round plus technical discussion.
Asked about java concept in depth
Medium level java coding ques
If you have devops knowledge thats a plus
Asked basic concept of angular framework

Round 2 - One-on-one 

(1 Question)

  • Q1. Second was a manger round get a good knowledge of your project both technically and architecture wise
Round 3 - One-on-one 

(1 Question)

  • Q1. Last was a bar raiser round where a senior person mostly ask you about your experience, challenges faced , what are your aspirations. Basically its purely based on your journey in it industry
Round 4 - HR 

(1 Question)

  • Q1. Just basic salary discussion What are my expectation .negotiate well😉

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare well and the process is bit long it will take approx 1 month....sometime even more
Hr round usually happens 8-10 days after the bar raiser round.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Dec 2023. There were 5 interview rounds.

Round 1 - Coding Test 

One-on-one coding discussion problem.

Round 2 - Coding Test 

Coding problem and 1-2 discussing

Round 3 - Case Study 

Coding statement and 1-1 discussions

Round 4 - One-on-one 

(1 Question)

  • Q1. Coding questions
Round 5 - Technical 

(1 Question)

  • Q1. Coding problems and dsa

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't join this bs company culture. Explore carefully about the company and its culture before joining.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to backend and AWS.
Round 2 - Technical 

(1 Question)

  • Q1. Question related to front end and database.

Interview Preparation Tips

Topics to prepare for JPMorgan Chase & Co. Fullstack Java Developer interview:
  • DSA
  • Bootstrap
  • Javascript
  • Redshift
  • Django
  • kubernate
  • Python
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Past Experience
  • Q2. About project, Java Concepts, Spring boot concepts, Cloud questions and one coding question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What are the various methods to implement pagination using ReactJS, and what are the best practices to enhance performance on the user interface?
  • Ans. 

    Explore methods for implementing pagination in ReactJS and best practices for UI performance enhancement.

    • 1. Client-Side Pagination: Load all data at once and paginate on the client side using libraries like 'react-paginate'.

    • 2. Server-Side Pagination: Fetch data in chunks from the server based on the current page, reducing initial load time.

    • 3. Infinite Scrolling: Load more data as the user scrolls down, using libraries ...

  • Answered by AI
  • Q2. What are the Java design patterns utilized in your current project?
  • Q3. What is the process for deploying a Spring Boot application on AWS S3?
  • Ans. 

    Deploying a Spring Boot application on AWS S3 involves packaging, configuring, and uploading the application to S3.

    • Package the Spring Boot application as a JAR or WAR file using Maven or Gradle.

    • Create an S3 bucket in the AWS Management Console to store the application.

    • Upload the packaged JAR/WAR file to the S3 bucket using the console or AWS CLI.

    • Set appropriate permissions for the S3 bucket to allow public access if ne...

  • Answered by AI

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Do you still expect to get a hike in this pandemic

Interview Preparation Tips

Interview preparation tips for other job seekers - The straight forward answer got me a good hike.

Answer was
Frankly speaking getting a job in this pandemic would be enough fore but i think as per the name and big company like you should maintain the reputation and give a decent hike despite of a pandemic.

I applied via Naukri.com and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Be well prepared for technical round as this will be a make or break for you

Interview Preparation Tips

Topics to prepare for HSBC Group Business Analyst interview:
  • Technical
Interview preparation tips for other job seekers - Prepare well for technical round

Interview Questionnaire 

1 Question

  • Q1. It was mostly about the instrument reference data and typical business analyst question about change management, BRD, Agile and technology we use.

I applied via Naukri.com and was interviewed before Aug 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Other than the general interview questions, summary of our existing profile is asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Provide crisp and brief summary of the work profile and do highlight any achievements and projects handled.

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

It was a cumulative test

  • Q1. 

    Trapping Rainwater Problem Statement

    You are given an array ARR of long type, which represents an elevation map where ARR[i] denotes the elevation of the ith bar. Calculate the total amount of rainwater t...

  • Ans. 

    Calculate the total amount of rainwater that can be trapped within given elevation map.

    • Iterate through the array to find the maximum height on the left and right of each bar.

    • Calculate the amount of water that can be trapped above each bar by taking the minimum of the maximum heights on the left and right.

    • Sum up the trapped water above each bar to get the total trapped water for the elevation map.

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

It was sophisticated in nature and a good brain buster.

  • Q1. 

    Candies Distribution Problem Statement

    Prateek is a kindergarten teacher with a mission to distribute candies to students based on their performance. Each student must get at least one candy, and if two s...

  • Ans. 

    Determine the minimum number of candies needed to distribute to students based on their performance and ratings.

    • Iterate through the array of student ratings and assign 1 candy to each student initially.

    • Then iterate from left to right and check if the current student's rating is higher than the previous student, if so, assign candies accordingly.

    • Similarly, iterate from right to left to handle cases where the current stu...

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 1 hour
Round difficulty - Medium

  • Q1. DBMS

    It revolved around basic concepts

  • Ans. 

    DBMS is a software system that manages databases and allows users to interact with data stored in them.

    • DBMS stands for Database Management System

    • It helps in creating, updating, and managing databases

    • Examples of DBMS include MySQL, Oracle, SQL Server

    • It ensures data integrity, security, and efficient retrieval

  • Answered by AI
Round 4 - Group Discussion 

Round duration - 70 minutes
Round difficulty - Hard

It was a great experience

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in HyderabadEligibility criteriaGood Resume and 7 CGPA +Morgan Stanley interview preparation:Topics to prepare for the interview - I have done a rigourous training on Data Structure and Algorithms. It really helped me a lot to excel in life. Also I did vocational courses which enhanced my personality. I did analytical mindset training with problem solving methodologies. The hands on training on Python and Unix helped me a lot.Time required to prepare for the interview - 8 monthsInterview preparation tips for other job seekers

Tip 1 : Stay consistent with your efforts
Tip 2 : Work hard with honesty
Tip 3 : Try to set goal of +1 level from the goal you want to achieve

Application resume tips for other job seekers

Tip 1 : Present yourself with honesty
Tip 2 : Mention about the Workshops, hackathons, achievements, and the projects.

Final outcome of the interviewSelected

Skills evaluated in this interview

BNY Interview FAQs

How many rounds are there in BNY Fullstack Java Developer interview for experienced candidates?
BNY interview process for experienced candidates usually has 4 rounds. The most common rounds in the BNY interview process for experienced candidates are One-on-one Round, Coding Test and HR.
What are the top questions asked in BNY Fullstack Java Developer interview for experienced candidates?

Some of the top questions asked at the BNY Fullstack Java Developer interview for experienced candidates -

  1. Second was a manger round get a good knowledge of your project both technically...read more
  2. Prepare for core Java, jav...read more
  3. Design pattern and solid princi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 576 Interviews
Citicorp Interview Questions
3.7
 • 573 Interviews
Bajaj Finserv Interview Questions
4.0
 • 534 Interviews
HSBC Group Interview Questions
3.9
 • 487 Interviews
American Express Interview Questions
4.2
 • 365 Interviews
UBS Interview Questions
3.9
 • 338 Interviews
Morgan Stanley Interview Questions
3.6
 • 293 Interviews
View all
BNY Fullstack Java Developer Salary
based on 7 salaries
₹13 L/yr - ₹28 L/yr
121% more than the average Fullstack Java Developer Salary in India
View more details
Analyst
1.9k salaries
unlock blur

₹2.2 L/yr - ₹9.7 L/yr

Senior Analyst
1.8k salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Senior Associate
1.3k salaries
unlock blur

₹11.9 L/yr - ₹26 L/yr

Intermediate Representative
1.1k salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Associate
1.1k salaries
unlock blur

₹3.7 L/yr - ₹15 L/yr

Explore more salaries
Compare BNY with

Bajaj Finserv

4.0
Compare

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

HSBC Group

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