Upload Button Icon Add office photos

BNP Paribas

Compare button icon Compare button icon Compare

Filter interviews by

BNP Paribas Fullstack Java Developer Interview Questions and Answers

Updated 22 Sep 2024

BNP Paribas Fullstack Java Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

GAVE AN ARRAY AND ASKED TO MOVE ZEROES TO THE END AND GROUPBY IN STREAMS JOINS IN SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - READ ABOUT JAVA 8 , KAFKA , ANGULAR 8 AND ABOVE, ARRAYLIST STREAMS COLLECTIONS

Interview questions from similar companies

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
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 Consulltant

Round 1 - Coding Test 

Have a try with Hacker Rank before going

Round 2 - Technical 

(1 Question)

  • Q1. Technical knowledge is expected

Interview Preparation Tips

Interview preparation tips for other job seekers - Great place to work
Lots of perks
Excellent cafeteria
Excellent working environment
Company will care for employees

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 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
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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Prepare for core Java, java 8
  • Q2. Flatmap implementation
  • Ans. 

    Flatmap implementation in Java is used to transform each element of a stream into a new stream and then concatenate the resulting streams into a single stream.

    • Flatmap is a method in Java that takes a function as an argument and applies it to each element of a stream, resulting in a new stream.

    • It is commonly used to deal with nested collections or to flatten a collection of collections.

    • Example: List<List<Integer&g...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design pattern and solid principle

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There were 4 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 - One-on-one 

(1 Question)

  • Q1. Profile based /process related
Round 3 - One-on-one 

(1 Question)

  • Q1. Profile based/Process related
Round 4 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why should we hire you?
  • Q3. Why are you looking for a change?
  • Q4. Compensation negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Sodexo/insurance/transport are on top of ctc

I applied via Naukri.com and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. Explain SCD Type 2 Implementation in Informatica
  • Ans. 

    SCD Type 2 is a technique used to track historical changes in data over time in a data warehouse.

    • SCD Type 2 maintains a separate row for each change in data, with a start and end date.

    • It requires a surrogate key to uniquely identify each row.

    • Informatica provides a built-in SCD Type 2 transformation to implement this technique.

    • Example: tracking changes in customer addresses over time.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Kindly focus on basic BI terminologies, common to trivial scenarios and introductory information on latest trending tools and technologies.

Skills evaluated in this interview

BNP Paribas Interview FAQs

How many rounds are there in BNP Paribas Fullstack Java Developer interview?
BNP Paribas interview process usually has 1 rounds. The most common rounds in the BNP Paribas interview process are Coding Test.

Tell us how to improve this page.

BNP Paribas Fullstack Java Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 580 Interviews
Citicorp Interview Questions
3.7
 • 573 Interviews
HSBC Group Interview Questions
3.9
 • 489 Interviews
American Express Interview Questions
4.1
 • 366 Interviews
BNY Interview Questions
3.8
 • 351 Interviews
UBS Interview Questions
3.9
 • 339 Interviews
Morgan Stanley Interview Questions
3.6
 • 293 Interviews
View all
Senior Associate
2.1k salaries
unlock blur

₹3.6 L/yr - ₹14.8 L/yr

Assistant Manager
1.4k salaries
unlock blur

₹6 L/yr - ₹24 L/yr

Associate 1
1k salaries
unlock blur

₹2.5 L/yr - ₹9 L/yr

Associate
841 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Senior Software Engineer
502 salaries
unlock blur

₹7.8 L/yr - ₹30 L/yr

Explore more salaries
Compare BNP Paribas with

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

HSBC Group

3.9
Compare

Cholamandalam Investment & Finance

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