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

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Basic questions on python
  • Q2. Difference between list tuple
  • Ans. 

    Lists and tuples are both data structures in Python, but lists are mutable while tuples are immutable.

    • Lists are enclosed in square brackets [], while tuples are enclosed in parentheses ().

    • Lists can be modified after creation, while tuples cannot be modified (immutable).

    • Lists are typically used for collections of similar items, while tuples are used for fixed collections of items.

    • Example: list = [1, 2, 3] and tuple = (4

  • Answered by AI
  • Q3. Area of room 6D
  • Ans. 

    The area of a room can be calculated by multiplying the length by the width.

    • Calculate the area by multiplying the length and width of the room.

    • For example, if the length of the room is 10 feet and the width is 12 feet, the area would be 120 square feet.

    • Make sure to use the same units for length and width when calculating the area.

  • Answered by AI
  • Q4. Most emberacing situation u faced in your life
  • Ans. 

    Getting caught cheating on a test in high school

    • Was copying answers from a classmate during a test

    • Teacher caught me and called me out in front of the whole class

    • Felt embarrassed and learned my lesson about cheating

  • Answered by AI
  • Q5. Behavior questions like what will u do if this happens

Engineer Trainee Interview Questions asked at other Companies

Q1. If 10 people had a meeting and they shake hands only once with each of the others, then how many handshakes will be there in total ?
View answer (8)

Senior Engineer Interview Questions & Answers

user image Pratyush Prakash.

posted on 19 Oct 2024

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

I applied via Approached by Company and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Multi threading print odd even with 2 threads but output should be in sync
  • Q2. Largest common prefix in string array
Round 2 - Technical 

(2 Questions)

  • Q1. Saga pattern in microservice
  • Q2. API validation and security
Round 3 - Technical 

(2 Questions)

  • Q1. Micro service inter communication
  • Q2. Hash map hash set implementation
Round 4 - One-on-one 

(3 Questions)

  • Q1. Validation frame work .
  • Q2. Design pattern , .
  • Q3. Singleton pattern and how to break
Round 5 - HR 

(2 Questions)

  • Q1. Negotiation on package .
  • Q2. Why to join here
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions about sql and PLSQL topics
  • Q2. Scenario based questions and write few sql queries
Round 2 - Technical 

(2 Questions)

  • Q1. Performance tuning related questions
  • Q2. Explain project details

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)

Support Analyst Interview Questions & Answers

user image Karan Pardi

posted on 17 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions related to Database queries. e.g:- how to delete the duplicate record.
  • Q2. Linux commands. e.g :- how to grep only numbers from a file
Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions on change management
  • Q2. Situation based questions
Round 3 - Behavioral 

(2 Questions)

  • Q1. Explain the trade life cycle
  • Q2. Prioritising of issues
Round 4 - HR 

(2 Questions)

  • Q1. Why you left the previous organisation
  • Q2. What do you expect from our company

Get interview-ready with Top BNP Paribas Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Oct 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. Spring cloud gateway
  • Q2. JWT Token structure and details
  • Q3. Java 11 features
  • Q4. Stream related problems

Jobs at BNP Paribas

View all

Associate Interview Questions & Answers

user image Anonymous

posted on 21 Jan 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Asked many questions regarding banking trade, fees management, transaction monitoring, Derivatives
  • Q2. What do you know about derivatives?
  • Ans. 

    Derivatives are financial instruments whose value is derived from an underlying asset or group of assets.

    • Derivatives can be used for hedging, speculation, or arbitrage.

    • Common types of derivatives include options, futures, forwards, and swaps.

    • For example, a call option gives the holder the right to buy an asset at a specified price within a certain time frame.

    • Derivatives are traded on exchanges or over-the-counter (OTC)

  • Answered by AI
  • Q3. Type of risk you handled in your current process
  • Ans. 

    I handled operational risk in my current process.

    • Identifying potential risks in daily operations

    • Implementing controls to mitigate risks

    • Monitoring and evaluating the effectiveness of risk management strategies

  • Answered by AI
  • Q4. Scenario based question

Associate Interview Questions asked at other Companies

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

Team Lead Interview Questions & Answers

user image Anonymous

posted on 7 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Not applicable question
  • Q2. Not applicable questions
Round 2 - HR 

(2 Questions)

  • Q1. HR round was crucial as the third round
  • Q2. HR round was crucial

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic accounting questions

Round 2 - Technical 

(3 Questions)

  • Q1. What is financial market
  • Ans. 

    Financial market is a platform where buyers and sellers trade financial securities, commodities, and other fungible items.

    • Financial markets facilitate the exchange of assets such as stocks, bonds, currencies, and derivatives.

    • They provide a platform for companies to raise capital through issuing stocks or bonds.

    • Financial markets can be categorized into primary markets (new securities are issued) and secondary markets (e...

  • Answered by AI
  • Q2. What is investment banking
  • Ans. 

    Investment banking involves providing financial services to corporations, governments, and other institutions.

    • Facilitates mergers and acquisitions

    • Underwrites securities offerings

    • Provides financial advisory services

    • Assists with raising capital for clients

    • Engages in trading and market-making activities

  • Answered by AI
  • Q3. What is Net Asset Value
  • Ans. 

    Net Asset Value (NAV) is the value of a fund's assets minus its liabilities, divided by the number of shares outstanding.

    • NAV is calculated by subtracting the fund's liabilities from its assets.

    • The result is then divided by the number of shares outstanding to determine the NAV per share.

    • NAV is used to determine the price at which investors can buy or sell shares of the fund.

    • It is an important metric for investors to tra

  • Answered by AI
Round 3 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Journal entries
  • Q3. Talk on current affairs

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn much about financial markets, securities, primary and secondary markets

Fund Accountant Interview Questions asked at other Companies

Q1. What was the journal entry for prepaid rent which has paid at beginning of the month for the whole year and entry at the end of month ?? Which is entry affects the networth??
View answer (4)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. What is biggest issue facing in the real time work environment and how can you handle it
  • Q3. How can you work on under the deadline
Round 2 - Technical 

(3 Questions)

  • Q1. Patching related question
  • Q2. Linux Administrator role commands related questions
  • Q3. Troubleshooting related question
Round 3 - Technical 

(3 Questions)

  • Q1. Day to day activity related questions
  • Q2. What are tools you used and briefly explain and why it is used
  • Q3. Troubleshooting related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in your core knowledge and be confident to face the interview and try to answer all the questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you explain your current professional profile?
  • Q2. Salary exceptions

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)

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