Upload Button Icon Add office photos

BNP Paribas

Compare button icon Compare button icon Compare

Filter interviews by

BNP Paribas Associate Software Engineer Interview Questions and Answers

Updated 9 Jul 2024

BNP Paribas Associate Software Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

Quant Topics: Interests, Sequence and Series along with Missing items, Time and Distance/Work,
Verbal Topics: Comprehension, Corrections, Grammar etc
CS Core Subjects: DSA, OOPS, DBMS, OS

Overall Test Difficulty was Easy-Medium

Round 2 - Coding Test 

System asked to choose one of the programming languages from C, C++ or Java. (Note: You can't change the language once confirmed!)
There were 7 different coding questions along with code. You just need to debug the code to get the correct output.
DSA: Graphs (Basics), Linked Lists, Conditional Statements, and Arrays (Stack and Queue)

Overall Difficulty was Medium (tbh, it depends on the practice you have done!)

Round 3 - Technical 

(1 Question)

  • Q1. 1. Tell me about yourself 2. What tech stack(s) you have worked on? Why? Why not others? 3. SQL queries based on joins, nesting and aggregations 4. Logical reasoning questions 5. Previous internships exper...
Round 4 - Behavioral interview 

(1 Question)

  • Q1. 1. Tell me about yourself 2. Why you do seek to join this company? 3. Are you comfortable working in shifts? If yes, how will you manage your time? 4. SQL queries 5. Logical question: Total number of squar...
Round 5 - HR 

(1 Question)

  • Q1. 1. Tell me about your day. Walk me through it. 2. If given a coding problem, what is your preferred language? Why? 3. Walk me through your best project in your resume. Why/How/When did you make it? 4. Tell...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the aptitude and DSA rounds with CS core subjects. Proofread your resume and study about the company, as it makes behavioral and HR questions easy to answer. Make them feel that you are the committed to your job, you will be assigned to and mainly to company.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hashmap question , DSA algorithms

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Any advantages and disadvantages for working at MNC

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA algorithms

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Gainsight
Q2. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in Clarivate
Q4. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q5. Ninja and Alternating Largest Problem Statement Ninja is given a ... read more

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Group Discussion 

First interview with the team where they asked me general questions about my skillset and why I wanted to join their team.

Round 2 - Coding Test 

I forget the exact question but it was a medium level leetcode question that was asked.

Round 3 - Technical 

(1 Question)

  • Q1. I was given a system design question specific to the app that they were managing.

I applied via Approached by Company and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basic Java related questions, like internals working of hashMap, what is lambda function & why is it used with functional interface and one small coding question.
  • Q2. What is Microservices and why it is used
  • Ans. 

    Microservices are small, independent, and loosely coupled services that work together to form a larger application.

    • Microservices architecture breaks down a large application into smaller, independent services

    • Each service is responsible for a specific task and communicates with other services through APIs

    • This approach allows for greater flexibility, scalability, and easier maintenance

    • Examples of companies using microser

  • Answered by AI
  • Q3. Features of Spring boot, Rest API related questions etc
Round 2 - Technical 

(1 Question)

  • Q1. Explain structure & complete flow of your current project, how Authorization, session etc works in your project.
Round 3 - Technical 

(1 Question)

  • Q1. Design Snake & Ladder
  • Ans. 

    Design a Snake & Ladder game.

    • Create a board with 100 squares and mark the snakes and ladders on it.

    • Use a random number generator to simulate dice rolls.

    • Implement logic to move the player's token based on the dice roll.

    • Add game rules such as extra turns for rolling a six and penalty for landing on a snake.

    • Display the current position of the player and the board after each turn.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for JPMorgan Chase & Co. Associate Software Engineer interview:
  • Java
  • LLD
  • Microservices
  • Spring Boot
Interview preparation tips for other job seekers - Brush up all the basic concepts and practice LLD if your experience is less than 5 years of more than do practice HLD as well.

Skills evaluated in this interview

I applied via Referral and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Easy basic questions on ds algo, swap two numbers with out extra space

Round 2 - Technical 

(1 Question)

  • Q1. LLD library management system with apis table schema java classes and their interaction

Interview Preparation Tips

Topics to prepare for JPMorgan Chase & Co. Associate Software Engineer interview:
  • DS Algo
Interview preparation tips for other job seekers - Simple questions just prepare on core java and basic ds algo with medium level questions

I applied via Job Fair and was interviewed in Jun 2022. There were 2 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 - HR 

(2 Questions)

  • Q1. Introduce your self,
  • Q2. How to solve conflict with your coworker

Interview Preparation Tips

Interview preparation tips for other job seekers - top frequency behavior questions google and practice

Interview Questionnaire 

4 Questions

  • Q1. Can we built and deploy two different projects using same pom file, if yes then how?
  • Q2. Lot's of questions on problem solving skill like how you handle bug in prod. Whole lifecycle of a project, hashmap, collections, interaction between microservices, dependcy injection, how microservices act...
  • Q3. Serialise, how to get data from database using hibernate if we don't know data format of the response. Different crud operations. Difference between hibernate and jpa.
  • Q4. Why we are switching to microservices even though our earlier application is also working fine.
  • Ans. 

    Microservices offer better scalability, flexibility, and fault tolerance.

    • Microservices allow for independent deployment and scaling of individual components.

    • They enable faster development and deployment cycles.

    • They provide fault isolation, making it easier to identify and fix issues.

    • They allow for greater flexibility in technology choices and development approaches.

    • Examples of successful microservices architectures inc

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mainly they were focused on your problem solving skills, project set-up in java, microservices, different environments used for a project, since I was interviewed for Java full stack developer so question related to microservices, hibernate, spring MVC, spring boot, core java questions like hashmap, difference between hashmap and hashtable. Tree

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Read from file code
  • Q2. String manipulation questions
Round 2 - Coding Test 

Lru cache implementation, Spring boot

Round 1 - Technical 

(1 Question)

  • Q1. Technical scenario based questions. I have uploaded detailed video on YouTube. You can find it here -----
Round 2 - Technical 

(1 Question)

  • Q1. Watch the jp Morgan interview video at -----
Round 3 - Behavioral 

(1 Question)

  • Q1. This round was all about technical overview and some logical understanding and project discussion
Round 4 - Coding Test 

Online coding assessment test

Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation and nothing

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are technically good, then you're in for sure.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was 60 min coding test of 3 sections
1. MCQ
2. Coding Problem Statement
3. SQL

BNP Paribas Interview FAQs

How many rounds are there in BNP Paribas Associate Software Engineer interview?
BNP Paribas interview process usually has 3-4 rounds. The most common rounds in the BNP Paribas interview process are Coding Test, HR and Aptitude Test.

Tell us how to improve this page.

BNP Paribas Associate Software Engineer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 572 Interviews
Citicorp Interview Questions
3.7
 • 572 Interviews
HSBC Group Interview Questions
3.9
 • 487 Interviews
American Express Interview Questions
4.2
 • 365 Interviews
BNY Interview Questions
3.9
 • 346 Interviews
UBS Interview Questions
3.9
 • 338 Interviews
Morgan Stanley Interview Questions
3.6
 • 292 Interviews
View all
BNP Paribas Associate Software Engineer Salary
based on 146 salaries
₹4 L/yr - ₹8.3 L/yr
12% more than the average Associate Software Engineer Salary in India
View more details

BNP Paribas Associate Software Engineer Reviews and Ratings

based on 22 reviews

4.2/5

Rating in categories

3.4

Skill development

4.4

Work-life balance

3.6

Salary

4.4

Job security

4.4

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 22 Reviews and Ratings
Senior Associate
2.1k salaries
unlock blur

₹3.6 L/yr - ₹14.5 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.3 L/yr

Associate
834 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Senior Software Engineer
511 salaries
unlock blur

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