Upload Button Icon Add office photos

Filter interviews by

BNP Paribas India Solutions Software Engineer Interview Questions and Answers

Updated 17 Oct 2024

BNP Paribas India Solutions Software Engineer Interview Experiences

4 interviews found

Software Engineer Interview Questions & Answers

user image Remya Krishnan

posted on 21 Feb 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via campus placement at Amrita Vishwa Vidyapeetham, Amritapuri Campus

Round 1 - Aptitude Test 

It contained very basic aptitude questions.

Round 2 - Technical 

(1 Question)

  • Q1. Had a deep discussion on the technologies and those written on resume
Round 3 - Technical 

(1 Question)

  • Q1. Had deep discussion on DB
Round 4 - HR 

(1 Question)

  • Q1. Discussion on package and locations
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. It was majorly based on Basics of Oops and java
  • Q2. SQL joins and others
Round 2 - Technical 

(2 Questions)

  • Q1. Problem Solving Questions
  • Q2. Oops Java and Sql
Round 3 - HR 

(2 Questions)

  • Q1. Salary Discussion
  • Q2. Family Background

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed before Mar 2023.

Round 1 - One-on-one 

(1 Question)

  • Q1. Split string and print it
  • Ans. 

    Split a string into an array of strings and print each element

    • Use the split() method in the string class to split the string based on a delimiter

    • Store the result in an array of strings

    • Iterate through the array and print each element

  • Answered by AI

Interview Questionnaire 

2 Questions

  • Q1. Explain loadChildren in Angular
  • Ans. 

    loadChildren is used to lazy load modules in Angular

    • Used in routing to load modules on demand

    • Improves initial load time of the application

    • Syntax: loadChildren: () => import('path/to/module').then(m => m.ModuleName)

  • Answered by AI
  • Q2. .map .filter functions in JavaScript
  • Ans. 

    map and filter are higher-order functions in JavaScript used to manipulate arrays.

    • map() creates a new array by applying a function to each element of the original array.

    • filter() creates a new array with all elements that pass the test implemented by the provided function.

    • Both functions do not modify the original array.

    • Both functions can be chained together to perform complex operations on arrays.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have thorough knowledge of the technology you are applying for. Know the basics, SOLID principles, OOPs for backend technologies.

Skills evaluated in this interview

BNP Paribas India Solutions interview questions for designations

 Senior Software Engineer

 (4)

 Senior Software Associate

 (1)

 Associate Software Developer

 (1)

 Softwaretest Engineer

 (1)

 Test Engineer

 (1)

 Devops Engineer

 (1)

 Senior Test Engineer

 (3)

 Build and Release Engineer

 (1)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Coding Test 

They will see logical and lateral thinking

Round 2 - Technical 

(2 Questions)

  • Q1. Oops. Solid principles. Previous project explanation
  • Q2. Questions on full stack
Round 3 - HR 

(2 Questions)

  • Q1. About company policies
  • Q2. Salary

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want Carrera growth you can join in this company
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Basic aptitudes question in online test

Round 2 - Coding Test 

Two coding Q online test

Round 3 - Technical 

(2 Questions)

  • Q1. Resume bsic Q asked
  • Q2. Oops question basic theory
Round 4 - One-on-one 

(2 Questions)

  • Q1. One coding question asked to solve on paper of arrays
  • Q2. Basic questions from resume
Round 5 - HR 

(2 Questions)

  • Q1. Relocating related questions
  • Q2. Why u want to join global logic
  • Ans. 

    I want to join Global Logic because of their reputation for cutting-edge technology solutions and collaborative work environment.

    • Global Logic is known for their innovative technology solutions

    • I am impressed by the collaborative work environment at Global Logic

    • I believe Global Logic offers great opportunities for professional growth and development

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and little bit coding
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. How to create custom serializable interface
  • Ans. 

    To create a custom serializable interface, you need to define an interface with the Serializable marker interface and implement the necessary methods.

    • Define an interface with the Serializable marker interface

    • Implement the necessary methods for serialization and deserialization

    • Ensure all fields in the class implementing the interface are serializable

  • Answered by AI
  • Q2. Whatis criteria in hibernate
  • Ans. 

    Criteria in Hibernate is used to create and execute dynamic queries.

    • Criteria is an interface in Hibernate that allows the creation of dynamic queries without using HQL or SQL.

    • Criteria queries are type-safe and can be easily modified at runtime.

    • Criteria queries can be used to fetch entities based on certain conditions or restrictions.

    • Example: Criteria criteria = session.createCriteria(Employee.class);

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First round interview was very easy. But second client round interview is really annoying. He has too much arrogance and was saying. Interview is not about QnA session, you are supposed to talk alot.

Skills evaluated in this interview

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

I applied via campus placement at Dronacharya College of Engineering, Gurgaon and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Three coding question

Round 2 - Aptitude Test 

Two technical questions based on strings and linked lists.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic data structure and algorithms, along with communication skills.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Oops concept,extension method ,constructors,arrays
  • Q2. Multithreading ,singleton,extension method,middleware
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Question based on fundmentals of CS

Round 2 - Technical 

(2 Questions)

  • Q1. Dsa related problem ,SQL and your project.
  • Q2. Majorly focouses on Dsa and SQL
Round 3 - HR 

(1 Question)

  • Q1. Ask question about your shifts and timings and will you able to relocate or not

BNP Paribas India Solutions Interview FAQs

How many rounds are there in BNP Paribas India Solutions Software Engineer interview?
BNP Paribas India Solutions interview process usually has 2-3 rounds. The most common rounds in the BNP Paribas India Solutions interview process are Technical, HR and Aptitude Test.
What are the top questions asked in BNP Paribas India Solutions Software Engineer interview?

Some of the top questions asked at the BNP Paribas India Solutions Software Engineer interview -

  1. Explain loadChildren in Angu...read more
  2. .map .filter functions in JavaScr...read more
  3. Split string and print...read more

Tell us how to improve this page.

BNP Paribas India Solutions Software Engineer Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more
BNP Paribas India Solutions Software Engineer Salary
based on 202 salaries
₹5 L/yr - ₹14 L/yr
11% more than the average Software Engineer Salary in India
View more details

BNP Paribas India Solutions Software Engineer Reviews and Ratings

based on 29 reviews

4.1/5

Rating in categories

3.6

Skill development

4.2

Work-life balance

3.4

Salary

4.5

Job security

4.2

Company culture

3.5

Promotions

3.8

Work satisfaction

Explore 29 Reviews and Ratings
Senior Associate
760 salaries
unlock blur

₹4.4 L/yr - ₹14.4 L/yr

Assistant Manager
415 salaries
unlock blur

₹5.5 L/yr - ₹23 L/yr

Senior Software Engineer
357 salaries
unlock blur

₹7.8 L/yr - ₹28.5 L/yr

Technical Lead
255 salaries
unlock blur

₹10 L/yr - ₹33 L/yr

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