Upload Button Icon Add office photos

Filter interviews by

BNP Paribas India Solutions Java Developer Interview Questions and Answers

Updated 5 Jun 2023

BNP Paribas India Solutions Java Developer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Dec 2022.

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 

There were 2 coding questions

Round 3 - Technical 

(1 Question)

  • Q1. Java oops concepts, java 8 features, spring, DB related questions
Round 4 - Technical 

(1 Question)

  • Q1. Again technical questions also About company? Y bnp? Complex issues that u fixed..
Round 5 - HR 

(1 Question)

  • Q1. HR discussion like salary and all

I applied via Naukri.com and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core java Collection's Rest api Spring framework

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st round will be hackerank test 1 program and java related MCQ , program will be based on dp.
2nd round will be technical round difficult level is pretty good.
Hr are not at all supportive as they don't pick-up the call or they will callback you again and even they are not bother to provide you the feedback.

Java Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size ... read more
Q2. Parent class has run() and walk() . Parent run() - calls walk() C ... read more
asked in Infosys
Q3. Which should be preferred between String and StringBuffer when th ... read more
asked in Deloitte
Q4. Convert BST to Greater Sum Tree Given a Binary Search Tree (BST) ... read more
Q5. 2. What will happen if hashcode only returns a constant? How will ... read more

Interview questions from similar companies

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

(2 Questions)

  • Q1. Explain architecture of your project
  • Q2. Some questions on Java, Spring Boot and sql
Round 2 - Technical 

(2 Questions)

  • Q1. Project flow and some behavioural questions
  • Q2. Project contribution of yours
  • Ans. 

    Developed a web application for tracking employee attendance and performance

    • Implemented user authentication and authorization using Spring Security

    • Utilized Hibernate for database interaction and data persistence

    • Designed and developed RESTful APIs for frontend integration

    • Used AngularJS for frontend development to create interactive user interfaces

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Basic formalities before offer release

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand your project properly and have your basic of programming very clear
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

A standard online test conducted through one of the testing platforms.

Round 2 - Technical 

(4 Questions)

  • Q1. Java 8 features
  • Q2. Rest API
  • Q3. Java 8 coding problem
  • Q4. Collections
Round 3 - Technical 

(1 Question)

  • Q1. It was based on my previous project
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your project
  • Ans. 

    Developed a web-based inventory management system for a retail company.

    • Used Java, Spring Boot, and MySQL for backend development.

    • Implemented user authentication and authorization using Spring Security.

    • Designed a responsive front-end using HTML, CSS, and JavaScript.

    • Integrated barcode scanning functionality for efficient inventory tracking.

  • Answered by AI
  • Q2. Class vs object
  • Ans. 

    A class is a blueprint or template for creating objects, while an object is an instance of a class.

    • A class defines the properties and behaviors of objects, while an object is a specific instance of a class.

    • Classes can be used to create multiple objects with similar characteristics.

    • Objects have state (attributes) and behavior (methods) defined by the class.

    • Example: Class 'Car' defines properties like 'color' and 'model'...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Date to join?

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Basics of java like string ,string builder ,Buffer,scp
  • Q2. Spring boot annotaions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Chvvvv vvbbbbb isush shjshs jdudjdj
  • Q2. Vvvhjjjc hhhjVv hsudjsj hsudjsh hdhdh

Interview Preparation Tips

Interview preparation tips for other job seekers - Vvbh
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain how hashmap internally works
  • Ans. 

    HashMap internally uses an array of linked lists to store key-value pairs.

    • HashMap uses hashing to determine the index of the key in the array.

    • If multiple keys hash to the same index, a linked list is used to store them.

    • When retrieving a value, the key is hashed to find the index and then the linked list is searched for the key.

  • Answered by AI
  • Q2. Difference between vector and Arraylist
  • Ans. 

    Vector is synchronized and slower, ArrayList is unsynchronized and faster.

    • Vector is synchronized, ArrayList is not.

    • Vector is slower due to synchronization, ArrayList is faster.

    • Vector is legacy class, ArrayList is part of Java Collections framework.

    • Vector doubles its size when full, ArrayList increases by 50%.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions and some questions from PostgreSQL.

Round 2 - Technical 

(5 Questions)

  • Q1. Java fundamental questions?
  • Q2. Collection Framework.
  • Q3. 2-3 easy to medium Coding Questions.
  • Q4. Questions from Object oriented programming in Java?
  • Q5. Implementation of HashMap , LinkedList, HashSet, Heap?
  • Ans. 

    HashMap, LinkedList, HashSet, and Heap are data structures commonly used in Java for storing and organizing data.

    • HashMap: key-value pairs, uses hashing to store and retrieve elements efficiently (e.g. HashMap)

    • LinkedList: linear data structure, elements are stored in nodes with pointers to the next node (e.g. LinkedList)

    • HashSet: collection of unique elements, uses hashing to ensure uniqueness (e.g. Hash...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GlobalLogic Java Developer interview:
  • Java
  • oops
  • Collection Framework
Interview preparation tips for other job seekers - Interviewers were very friendly and helpful.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. How we can achieve load balancing in spring bot
  • Ans. 

    Load balancing in Spring Boot can be achieved using various techniques such as server-side load balancing, client-side load balancing, and using a load balancer.

    • Server-side load balancing can be achieved by using technologies like Ribbon or Eureka in Spring Cloud.

    • Client-side load balancing can be implemented by using technologies like Feign or RestTemplate in Spring Cloud.

    • Using a load balancer like Nginx or Apache in f...

  • Answered by AI
  • Q2. Write SQL queries with conditional operator
  • Ans. 

    SQL queries with conditional operator

    • Use CASE statement for conditional logic in SQL queries

    • Syntax: SELECT column_name, CASE WHEN condition THEN value1 ELSE value2 END AS new_column_name FROM table_name

    • Example: SELECT employee_name, CASE WHEN salary > 50000 THEN 'High' ELSE 'Low' END AS salary_category FROM employees

  • Answered by AI

Skills evaluated in this interview

BNP Paribas India Solutions Interview FAQs

How many rounds are there in BNP Paribas India Solutions Java Developer interview?
BNP Paribas India Solutions interview process usually has 5 rounds. The most common rounds in the BNP Paribas India Solutions interview process are Technical, Resume Shortlist and Coding Test.
What are the top questions asked in BNP Paribas India Solutions Java Developer interview?

Some of the top questions asked at the BNP Paribas India Solutions Java Developer interview -

  1. Java oops concepts, java 8 features, spring, DB related questi...read more
  2. Core java Collection's Rest api Spring framewo...read more

Tell us how to improve this page.

BNP Paribas India Solutions Java Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
BNP Paribas India Solutions Java Developer Salary
based on 4 salaries
₹8 L/yr - ₹11 L/yr
60% more than the average Java Developer Salary in India
View more details
Senior Associate
766 salaries
unlock blur

₹4.4 L/yr - ₹16.5 L/yr

Assistant Manager
417 salaries
unlock blur

₹5.5 L/yr - ₹23.6 L/yr

Senior Software Engineer
327 salaries
unlock blur

₹7.2 L/yr - ₹22 L/yr

Technical Lead
253 salaries
unlock blur

₹10 L/yr - ₹36 L/yr

Associate
249 salaries
unlock blur

₹1.9 L/yr - ₹9.5 L/yr

Explore more salaries
Compare BNP Paribas India Solutions with

HSBC Group

4.0
Compare

JPMorgan Chase & Co.

4.0
Compare

Barclays Global Service Centre

4.0
Compare

Wipro

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