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

Associate Interview Questions & Answers

user image Anonymous

posted on 29 Jan 2022

I applied via Campus Placement and was interviewed before Jan 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Three sections - Easy

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical interview - F2F
Round 3 - HR 

(1 Question)

  • Q1. Personality and behaviour test

Interview Preparation Tips

Interview preparation tips for other job seekers - Transparent and smooth process.

Associate Interview Questions asked at other Companies

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

Intern Interview Questions & Answers

user image Anonymous

posted on 20 Nov 2020

I applied via Recruitment Consultant and was interviewed before Nov 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Java concepts . Basic DSA
  • Q2. Stack questions and project related

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on your resume and projects. Basic problem solving is enough

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Nov 2018

I applied via Recruitment Consultant and was interviewed in Nov 2018. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. They asked only 3 questions which are very basic even who not worked in this field can answer those questions then they told me that they will let me know..first 15 minutes they explained job description t...

Interview Preparation Tips

General Tips: If you already selected the person then Don't waste the time of other people.
Within three question you can't get Good performer. This is reason that people selected in the interview not performing in job well.
Skills: Siteminder flow, What is SAML, What is Oauth, Grep command
Duration: 1-4 weeks

Engineer Interview Questions asked at other Companies

Q1. ❖ If a team member is unable to carry out his work, he is doing it repetitively, how would you handle it?, would you like to work only on lifing of components, or would you be ready to shift to other departments?
View answer (5)

What people are saying about BNP Paribas

View All
successfulwalnut
Verified Icon
9h (edited)
works at
BNP Paribas
Below openings are listed
If anyone interested referrel do let me know BNP paribas ( chennai location only )
FeedCard Image
Got a question about BNP Paribas?
Ask anonymously on communities.

I was interviewed before Sep 2016.

Interview Questionnaire 

3 Questions

  • Q1. All about stock market in general
  • Q2. All financial market question
  • Q3. Basics of general finance and accountancy

Interview Preparation Tips

Round: Group Discussion
Duration: 1 hour

Round: Technical Interview
Tips: U need to prepare in and out of stock market. And be confident enough to tell them and pretend u know what you are telling

Round: Technical Interview
Tips: Very basics of accountancy

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)

I was interviewed in Feb 2017.

Interview Questionnaire 

3 Questions

  • Q1. Multiple questions on Java, MySQL, databases.
  • Q2. This was again a technical + management round.
  • Q3. Basic questions about myself

Interview Preparation Tips

Round: Test
Experience: We had this as the Aptitude test, with negative marking. The difficulty level of the test was normal to difficult
Duration: 30 minutes
Total Questions: 50

Round: Technical Interview
Experience: This interview lasted almost 40 minutes. The interviewer asked me many technical question on Java and databases. He also asked me to write normal as well as complex queries. Additionally, he spent 10 minutes on my final year project and my extra curricular activities.
Tips: Be prepared for any technical questions thrown at you. I'll suggest that master data structures, java, databases, operating system etc

Round: HR Interview
Experience: After a grilling technical interview, this round was pretty chilled out. Very basic questions. Lasted for about 10 -15 minutes.
Tips: Be prepared from very vague questions in this round. For example, I was asked whether I had a passport or not and what did my father do. They also asked me why I didn't plan to join my business. One tip. Just be completely honest in this round.

Round: Technical Interview
Experience: The interviewer asked me many question on Java again. And then pivoted to my extra curricular activities. He spent almost 20 minutes on asking me what exactly did I do in my 2 years in the Students Council. He also asked me questions where he questioned my integrity levels (not in a bad way though)
Tips: Again, technical knowledge should be sound. Also, you can pivot the interview in your direction by answering in a way that leads the interviewer to the next question that would be easier for you.

Skills: Analytics And Coding, Java Programming, Mysql, Database Management, Database, Banking
College Name: Thadomal Shahani Engineering college

Get interview-ready with Top BNP Paribas Interview Questions

Interview Questions & Answers

user image Adish Jain

posted on 3 Apr 2015

Interview Questionnaire 

14 Questions

  • Q1. What's the difference between java and c++?
  • Ans. 

    Java is an object-oriented language with automatic memory management, while C++ is a compiled language with manual memory management.

    • Java is platform-independent, while C++ is platform-dependent.

    • Java has a simpler syntax and is easier to learn, while C++ is more complex and difficult to master.

    • Java has built-in garbage collection, while C++ requires manual memory management.

    • Java is used for developing web applications,...

  • Answered by AI
  • Q2. In c++, what are pointers?
  • Ans. 

    Pointers are variables that store memory addresses of other variables or objects in C++.

    • Pointers allow direct manipulation of memory

    • They can be used to dynamically allocate memory

    • Pointers can be used to create complex data structures

    • Pointers can be used to pass arguments by reference

    • Example: int* ptr = # // ptr stores the memory address of num

  • Answered by AI
  • Q3. Difference between low level and high level languages!
  • Ans. 

    Low level languages are closer to machine code and hardware, while high level languages are more abstract and easier to read/write.

    • Low level languages are more difficult to read and write, but offer more control over hardware

    • High level languages are easier to read and write, but offer less control over hardware

    • Low level languages include assembly and machine code

    • High level languages include Python, Java, and C++

  • Answered by AI
  • Q4. Description and working of JVM,JDK,JRE
  • Ans. 

    JVM, JDK, and JRE are essential components of Java programming language.

    • JVM stands for Java Virtual Machine and is responsible for executing Java code.

    • JDK stands for Java Development Kit and includes tools for developing Java applications.

    • JRE stands for Java Runtime Environment and provides the environment for running Java applications.

    • JDK includes JRE and additional development tools like javac, jar, and javadoc.

    • JVM i...

  • Answered by AI
  • Q5. What makes java portable?
  • Ans. 

    Java is portable due to its platform independence and bytecode execution.

    • Java code is compiled into bytecode which can be executed on any platform with a JVM

    • JVM acts as an interpreter and translates bytecode into machine code

    • Java's standard library is also platform-independent

    • Examples of platforms that support Java include Windows, Linux, and macOS

  • Answered by AI
  • Q6. Write a program to find palindrome of given string
  • Ans. 

    Program to find palindrome of given string

    • Reverse the string and compare with original

    • Use two pointers to compare characters from start and end

    • Ignore spaces and punctuation while checking

  • Answered by AI
  • Q7. Given a code, try to find the error regarding try-catch-finally
  • Q8. Probability of getting the even number as product when two dices are thrown
  • Ans. 

    Probability of getting an even number as product when two dices are thrown.

    • There are 36 possible outcomes when two dice are thrown.

    • Out of these, 18 outcomes have an even product.

    • Therefore, the probability of getting an even number as product is 18/36 or 1/2 or 50%.

  • Answered by AI
  • Q9. Why BNP paribas?
  • Ans. 

    BNP Paribas is a leading global bank with a strong reputation for innovation and sustainability.

    • BNP Paribas has a strong global presence with operations in over 70 countries

    • The bank is committed to sustainability and has been recognized for its efforts in this area

    • BNP Paribas is known for its innovative approach to banking, particularly in the areas of digital transformation and fintech partnerships

  • Answered by AI
  • Q10. About yourself
  • Q11. Areas of improvement and your steps to improve those areas
  • Ans. 

    I am constantly working on improving my communication skills and time management.

    • Taking online courses on effective communication

    • Practicing active listening during meetings

    • Using time management tools like calendars and to-do lists

    • Prioritizing tasks based on urgency and importance

    • Asking for feedback from colleagues and supervisors

  • Answered by AI
  • Q12. Strengths with example
  • Ans. 

    My strengths include adaptability, problem-solving, and communication.

    • I am able to quickly adjust to new situations and environments.

    • I am skilled at identifying and resolving complex problems.

    • I am able to effectively communicate with individuals from diverse backgrounds.

  • Answered by AI
  • Q13. Family background
  • Q14. Any previous offers?
  • Ans. 

    Yes, I have received previous offers.

    • I have received offers from two other companies.

    • One offer was for a marketing position and the other was for a sales position.

    • I am still considering my options and weighing the pros and cons of each offer.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Medium level difficultyCompleted all of them
Tips: No negative marking so make your best guess among four options.Divide your time according to the three sections.
Duration: 60 minutes
Total Questions: 60

Round: Technical Interview
Experience: No hesitation at all.Interviewer was calm and listening to my answers patiently.
Tips: do not speak a word without thinking"think-structure-speak"

Round: HR Interview
Experience: interviewers were good and gave me opportunity to express myself in every aspect as a student
Tips: be yourself, speak as much as you can relevant to the particular question. pay attention in pre-placement talk and try to come with questions regarding the same.

General Tips: in general, every one of you should be yourself and express yourself confidently!!
Skills: logic, confidence, knowledge about the company, areas of interest
College Name: Sardar Patel Institute of technology
Motivation: brand and location
Funny Moments: Q- Why BNP paribas?My answer initially included few good points about company and the respective justifications.To end the answer on a lighter note, i added a point that "BNP paribas provides BUS transportation facility", which made interviewers smile a bit.

Skills evaluated in this interview

Jobs at BNP Paribas

View all

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 154 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.5k Interviews
IndusInd Bank Interview Questions
3.5
 • 591 Interviews
HSBC Group Interview Questions
4.0
 • 490 Interviews
Yes Bank Interview Questions
3.7
 • 414 Interviews
RBL Bank Interview Questions
3.6
 • 169 Interviews
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
Python Developer

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Java Full Stack Developer

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Java Fullstack Developer

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

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
1k salaries
unlock blur

₹2.5 L/yr - ₹9.5 L/yr

Associate
809 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Senior Software Engineer
457 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