Upload Button Icon Add office photos

Filter interviews by

BNP Paribas Associate Director Interview Questions and Answers

Updated 3 Mar 2022

BNP Paribas Associate Director Interview Experiences

1 interview found

I applied via Referral and was interviewed before Mar 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 - Case Study 

Credit Risk

Round 3 - Technical 

(1 Question)

  • Q1. Technical implementation of a solution
  • Ans. 

    Technical implementation involves planning, designing, and executing a solution using appropriate tools and technologies.

    • Identify the problem and define the requirements

    • Choose the appropriate tools and technologies

    • Design the solution architecture

    • Develop and test the solution

    • Deploy and maintain the solution

    • Ensure scalability, security, and performance

    • Examples: implementing a new software system, upgrading an existing sy

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary and different policies

Interview Preparation Tips

Interview preparation tips for other job seekers - BNP Paribas is Europe’s biggest bank and is head quartered in France.

Associate Director is a very senior role within BNP Paribas. It is parallel to the Senior Vice President roles in other Banks and financial institutions. Usual experience of 20+ years is needed for this role. You will be reporting to Head of a Business Unit globally which is a CXO -1 position, so you would know how senior is this role. You will have Senior Managers reporting to you, who themselves are department heads managing multiple Managers. You will have to showcase handling budget of multiple million dollars and leading the company globally.

In the interview, there were multiple case studies and presentations involving third party credit risk, technical challenges, stakeholder management. I would say be honest and if you got the chance for interview, it means your profile already meet the criteria. Being a French company, the work life balance is excellent, which was one of the main reason of me choosing it over American Banks.

Skills evaluated in this interview

Interview questions from similar companies

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

(3 Questions)

  • Q1. Testing Process
  • Q2. Automation Related
  • Q3. Management related
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Core java based MCQs

Round 2 - Technical 

(3 Questions)

  • Q1. Basic core java questions
  • Q2. Java 8 features related questions
  • Q3. Unit test cases related questions
Round 3 - HR 

(1 Question)

  • Q1. Current roles and responsibilities
  • Ans. 

    Currently responsible for managing a team of analysts and overseeing project timelines and deliverables.

    • Manage a team of analysts

    • Oversee project timelines and deliverables

    • Collaborate with cross-functional teams to ensure project success

  • Answered by AI
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 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About yourself and expertise
  • Q2. Current project implementation and design
  • Ans. 

    Currently leading the implementation and design of a new project

    • Developing project timelines and milestones

    • Collaborating with cross-functional teams to ensure successful implementation

    • Utilizing project management tools to track progress and identify potential roadblocks

    • Iterating on design based on user feedback and testing

    • Ensuring alignment with overall strategic goals and objectives

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. About Yourself and why chose
  • Q2. Salary expectations and demand

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Work experience
  • Q2. Project management
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. Bootstrapping, linear logistic regression
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2023. There were 5 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 - Coding Test 

It was a hackerank test, with 3 coding problems.

Round 3 - One-on-one 

(1 Question)

  • Q1. Java, Spring, SpringBoot, Rest API, ReactJs. Almost all the basic topics covered and also there were programming problems to solve, along with code debugging. it was a 2 hr long interview.
Round 4 - One-on-one 

(1 Question)

  • Q1. There was another round where mostly system design and project experience related discussion happened. This was more like a managerial round but very thorough.
Round 5 - HR 

(1 Question)

  • Q1. This was more like screening and salary discussison.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared, don't appear if you r not prepared.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2022. There were 3 interview rounds.

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 

(6 Questions)

  • Q1. Java 8 Questions and Concepts. Microservices, Oracle common questions.
  • Q2. Functional interface in Java 8 and it's purpose.
  • Ans. 

    Functional interface is an interface with only one abstract method. It enables lambda expressions and method references.

    • Functional interface is used to enable lambda expressions and method references in Java 8.

    • It has only one abstract method and can have any number of default or static methods.

    • Examples of functional interfaces are Runnable, Consumer, Predicate, Function, etc.

  • Answered by AI
  • Q3. Lamda and Stream API based questions.
  • Q4. Database query to find second highest salary
  • Ans. 

    Query to find second highest salary in a database

    • Use the SELECT statement to retrieve all salaries in descending order

    • Use the LIMIT keyword to limit the result set to the second row

    • Use the OFFSET keyword to skip the first row

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1 OFFSET 1

  • Answered by AI
  • Q5. Different joins in SQL
  • Ans. 

    Different joins in SQL

    • Inner join: returns only matching rows from both tables

    • Left join: returns all rows from left table and matching rows from right table

    • Right join: returns all rows from right table and matching rows from left table

    • Full outer join: returns all rows from both tables

    • Cross join: returns all possible combinations of rows from both tables

  • Answered by AI
  • Q6. GroupingBy method program in Java 8
  • Ans. 

    GroupingBy method in Java 8 is used to group elements based on a specified property.

    • GroupingBy method is a part of the java.util.stream package

    • It takes a classifier function as an argument to group elements based on a property

    • It returns a Map> where K is the property used for grouping and List contains the elements that belong to that group

    • Example: Map> employeesByDepartment = employees.stream().co

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Java, Database, Architecture and Scenario based questions. It was combination of managerial and Technical round. In managerial part, questions were based on Why are you looking for a job change, Salary Exp...

Interview Preparation Tips

Interview preparation tips for other job seekers - It was not difficult.

Skills evaluated in this interview

Associate Director Interview Questions & Answers

UBS user image Tripura Sundari

posted on 12 Jun 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How do you showcase your leadership Skill's
  • Q2. How do you make different from the group of people

I applied via LinkedIn and was interviewed in Sep 2022. There were 4 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 - Coding Test 

Hackerrank Online test consisting technical questions

Round 3 - Technical 

(1 Question)

  • Q1. 3 people in panel including practise head, Team lead and manager
Round 4 - HR 

(1 Question)

  • Q1. Behavioural and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be prepared. They will ask relevant questions and round was 1 hour long

BNP Paribas Interview FAQs

How many rounds are there in BNP Paribas Associate Director interview?
BNP Paribas interview process usually has 4 rounds. The most common rounds in the BNP Paribas interview process are Resume Shortlist, Case Study and Technical.

Tell us how to improve this page.

People are getting interviews through

based on 1 BNP Paribas interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

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
 • 580 Interviews
Wells Fargo Interview Questions
3.9
 • 552 Interviews
HSBC Group Interview Questions
4.0
 • 488 Interviews
Yes Bank Interview Questions
3.8
 • 409 Interviews
American Express Interview Questions
4.2
 • 356 Interviews
View all
BNP Paribas Associate Director Salary
based on 4 salaries
₹23 L/yr - ₹52.4 L/yr
30% more than the average Associate Director Salary in India
View more details
Senior Associate
2k salaries
unlock blur

₹3.6 L/yr - ₹14 L/yr

Assistant Manager
1.3k salaries
unlock blur

₹5.8 L/yr - ₹23.8 L/yr

Associate 1
998 salaries
unlock blur

₹2.5 L/yr - ₹9.5 L/yr

Associate
804 salaries
unlock blur

₹2 L/yr - ₹7.8 L/yr

Manager
455 salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Explore more salaries
Compare BNP Paribas with

HSBC Group

4.0
Compare

Citibank

3.9
Compare

Standard Chartered

3.8
Compare

ICICI Bank

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview