Upload Button Icon Add office photos

Filter interviews by

BNP Paribas Interview Questions, Process, and Tips

Updated 21 Jan 2025

Top BNP Paribas Interview Questions and Answers

View all 113 questions

BNP Paribas Interview Experiences

Popular Designations

176 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at MET Institute of Computer Science, Mumbai and was interviewed in Apr 2023. 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 - Aptitude Test 

Logical,quants,coding

Round 3 - Technical 

(3 Questions)

  • Q1. Java,sql,testing,sdlc
  • Q2. What is method overriding?
  • Ans. 

    Method overriding is a feature in object-oriented programming where a subclass provides a specific implementation of a method that is already provided by its parent class.

    • In method overriding, the method in the subclass has the same name, return type, and parameters as the method in the parent class.

    • The purpose of method overriding is to provide a specific implementation of a method in the subclass that is different fr...

  • Answered by AI
  • Q3. What is exception handling in java?
  • Ans. 

    Exception handling in Java is a mechanism to handle runtime errors and prevent program crashes.

    • Exceptions are objects that represent errors or unexpected events during program execution.

    • Java provides try, catch, and finally blocks to handle exceptions.

    • try block contains the code that may throw an exception, catch block handles the exception, and finally block is executed regardless of an exception.

    • Example: try { // cod...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Normal questions
  • Q2. Why you want to join our company?

Interview Preparation Tips

Topics to prepare for BNP Paribas Software Developer interview:
  • Java

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was similar to questions in indiabix website

Round 2 - Technical 

(1 Question)

  • Q1. SQL queries and oops questions

Android Developer Interview Questions asked at other Companies

Q1. Cube Sum PairsYou are given a positive integer N, and you have to find the number of ways to represent N as a sum of cubes of two integers(let’s say A and B), such that: N = A^3 + B^3. Note: 1. A should be greater than or equal to one (A&g... read more
View answer (3)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Capital Markets Derivatives Market
Round 3 - One-on-one 

(1 Question)

  • Q1. Collateral Management Options

Top BNP Paribas Senior Associate Interview Questions and Answers

Q1. Job card parameters Cond parameter Define gdg and vsams Abends Sorting Joins
View answer (1)

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)

Associate Interview Questions & Answers

user image Tanmayee Kondvilkar

posted on 5 Mar 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quants finance & behavioural question

Round 2 - Technical 

(1 Question)

  • Q1. Behavioural question

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)

BNP Paribas interview questions for popular designations

 Senior Associate

 (19)

 Associate

 (13)

 Associate 1

 (8)

 Intern

 (8)

 Assistant Manager

 (7)

 Senior Software Engineer

 (6)

 Business Analyst

 (4)

 Senior Financial Analyst

 (3)

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Kyc knowledge 

(9 Questions)

  • Q1. Interest in learning
  • Ans. 

    I have a strong interest in continuous learning and self-improvement.

    • I actively seek out new information and skills to enhance my knowledge.

    • I enjoy taking courses, attending workshops, and reading books to expand my expertise.

    • I am always open to feedback and constructive criticism to grow professionally.

    • I believe that learning is a lifelong journey and I am committed to staying updated in my field.

  • Answered by AI
  • Q2. Experience and kyc knowledge
  • Q3. Banking knowledge
  • Q4. Self interview about me
  • Q5. Explain about process
  • Ans. 

    The process involves verifying the identity of customers to ensure compliance with regulations and prevent financial crimes.

    • Collecting customer information and documentation

    • Conducting risk assessments

    • Performing due diligence checks

    • Monitoring transactions for suspicious activity

    • Reporting any suspicious findings to authorities

  • Answered by AI
  • Q6. All the question you can ask
  • Q7. Easy learn about me
  • Q8. Years of work to be there
  • Q9. About bnp knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Kyc and aml

Skills evaluated in this interview

KYC Analyst Interview Questions asked at other Companies

Q1. 7. What is PEP? 8. Are only politicallly exposed person a threat or are there any other threats you can relate ?
View answer (1)

Get interview-ready with Top BNP Paribas Interview Questions

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

I applied via campus placement at St Josephs College of Engineering, Chennai and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Screening 

(1 Question)

  • Q1. Resume screening
Round 3 - Aptitude Test 

Questions were from numerical, logical, verbal and a coding round

Round 4 - One-on-one 

(1 Question)

  • Q1. Basic oops concepts, Sql related questions, about your projects.

Interview Preparation Tips

Topics to prepare for BNP Paribas Application Developer interview:
  • Java
  • SQL

Application Developer Interview Questions asked at other Companies

Q1. Reverse Linked ListGiven a singly linked list of integers. Your task is to return the head of the reversed linked list. For example: The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -&g... read more
View answer (6)

Jobs at BNP Paribas

View all
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Multiple choice questions with calculus and statistics and 3 programming questions
  • Q2. There was a derivative of a function to do

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't take long doing the multiple choices

Data Science Analyst Interview Questions asked at other Companies

Q1. How to analyse a problem : Suppose a pizza chain comes to you and tells you that certain of their outlets are performing poorly aftrr the pandemic. Where do you start with the problem and how do you approach
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Do you have idea of reconciliation role

Top BNP Paribas Assistant Manager Interview Questions and Answers

Q1. Entire process of Trade life cycle
View answer (1)

Assistant Manager Interview Questions asked at other Companies

Q1. You are Handling cash operations then how you manage operations with sales ?
View answer (86)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Trade life cycle Settlements perception Previous company profile
  • Q2. What did you do in your previous profile

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
If you don't know something be genuine
Ask about what you going to do in the company which u are hired

Senior Financial Analyst Interview Questions asked at other Companies

Q1. Diff between forecasting and budgeting, sale of assets and their effects in fs, provision for doubtful debt entry, unrealised/ realised gain and loss meaning, what are we check if there is any diff between budgeted and actuals like in 'ee c... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Coding Test 

It was based on Aptitude English comprehension and automata fix

Round 3 - Technical 

(1 Question)

  • Q1. Everything from my resume each detail
Round 4 - HR 

(1 Question)

  • Q1. What are your hobbies why do you want to join this company

Application Developer Interview Questions asked at other Companies

Q1. Reverse Linked ListGiven a singly linked list of integers. Your task is to return the head of the reversed linked list. For example: The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -&g... read more
View answer (6)

BNP Paribas Interview FAQs

How many rounds are there in BNP Paribas interview?
BNP Paribas interview process usually has 2-3 rounds. The most common rounds in the BNP Paribas interview process are Technical, HR and One-on-one Round.
How to prepare for BNP Paribas interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at BNP Paribas. The most common topics and skills that interviewers at BNP Paribas expect are Financial Services, Analytical, Reconciliation, Retail Banking and Operations.
What are the top questions asked in BNP Paribas interview?

Some of the top questions asked at the BNP Paribas interview -

  1. How is a change request in application serviced by development team (business a...read more
  2. What are derivatives, capital market, money market?. What is the formula for NA...read more
  3. if we dont specify anything in group by aggregator what will hap...read more
How long is the BNP Paribas interview process?

The duration of BNP Paribas interview process can vary, but typically it takes about 2-4 weeks to complete.

Tell us how to improve this page.

BNP Paribas Interview Process

based on 152 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.4k Interviews
IndusInd Bank Interview Questions
3.6
 • 585 Interviews
HSBC Group Interview Questions
4.0
 • 489 Interviews
Yes Bank Interview Questions
3.8
 • 410 Interviews
RBL Bank Interview Questions
3.7
 • 168 Interviews
Citibank Interview Questions
3.0
 • 1 Interview
View all

BNP Paribas Reviews and Ratings

based on 1.5k reviews

3.8/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

3.4

Salary

4.1

Job security

3.7

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 1.5k Reviews and Ratings
Head Network Operations

Mumbai

16-24 Yrs

Not Disclosed

Oracle Database Administrator

Bangalore / Bengaluru

8-12 Yrs

Not Disclosed

Corporate Credit Analyst

Mumbai,

Mumbai Suburban

+1

6-11 Yrs

₹ 15-30 LPA

Explore more jobs
Senior Associate
2k salaries
unlock blur

₹3.6 L/yr - ₹14 L/yr

Assistant Manager
1.3k salaries
unlock blur

₹5.8 L/yr - ₹24 L/yr

Associate 1
999 salaries
unlock blur

₹2.5 L/yr - ₹10 L/yr

Associate
809 salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Senior Software Engineer
460 salaries
unlock blur

₹7.5 L/yr - ₹28 L/yr

Explore more salaries
Compare BNP Paribas with

HSBC Group

4.0
Compare

Standard Chartered

3.8
Compare

ICICI Bank

4.0
Compare

HDFC Bank

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