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)

 Associate Software Developer

 (1)

 Senior Software Associate

 (1)

 Test Engineer

 (1)

 Softwaretest Engineer

 (1)

 Devops Engineer

 (1)

 Senior Test Engineer

 (3)

 Build and Release Engineer

 (1)

Interview questions from similar companies

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

(2 Questions)

  • Q1. Basic OOPS concepts
  • Q2. Angular Interview quiestions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy and general coding questions and communication round

Round 2 - HR 

(2 Questions)

  • Q1. Introduction about us
  • Q2. Strengths and weakness

I applied via Recruitment Consulltant and was interviewed in Nov 2022. There were 3 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 - Technical 

(3 Questions)

  • Q1. Introduction about your work and Tech work
  • Ans. 

    I have been working as a Software Engineer for the past 5 years, specializing in developing web applications using Java and JavaScript.

    • Proficient in Java and JavaScript

    • Experience in developing web applications

    • Strong understanding of software development principles

    • Familiarity with agile methodologies

    • Knowledge of database management systems

    • Experience with version control systems like Git

    • Ability to work in a team and comm

  • Answered by AI
  • Q2. All Details of OOPs concepts
  • Q3. Write a code by using OOPs technology result doesn't matter approach will be considered
Round 3 - Coding Test 

Coding Round two questions with OOPs concepts

Interview Preparation Tips

Topics to prepare for Emerson Electric Co. Software Engineer interview:
  • OOPS
Interview preparation tips for other job seekers - Be confident
Be Genuine
Write code by separating UI with Logic using OOPs
Round 1 - Group Discussion 

Merit and demerit of Machine learning ?

Round 2 - Aptitude Test 

General Aptitude and reasoning

Round 3 - Technical 

(4 Questions)

  • Q1. Oops concept, DBMS , Data Structure
  • Q2. What is Normalisation?
  • Ans. 

    Normalisation is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • It involves dividing larger tables into smaller ones and defining relationships between them.

    • Normalization helps to eliminate data inconsistencies and anomalies.

    • There are different levels of normalization, such as first normal form (1NF), second normal form (2NF), and so on.

    • Normalization can improve database pe...

  • Answered by AI
  • Q3. What is polimorphism?
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • It allows objects of different classes to be treated as if they were objects of the same class.

    • It is achieved through method overriding and method overloading.

    • Example: A shape class can have multiple subclasses like circle, square, etc. and all can be treated as shapes.

    • Example: A method can take an object of a parent class as a parameter and it can accept a

  • Answered by AI
  • Q4. What is Stack and Pre and post Tree formation
  • Ans. 

    Stack is a data structure that follows LIFO. Pre and post tree formation are methods of traversing a tree.

    • Stack is used for backtracking, undoing, and recursion.

    • Pre-order traversal visits the root node first, then left subtree, then right subtree.

    • Post-order traversal visits the left subtree, then right subtree, then root node.

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me About company ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics questions of Data Stucture Oops and Dbms

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

UST user image Anil Shrivastava

posted on 1 Aug 2022

I applied via Naukri.com and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Technical 

(10 Questions)

  • Q1. Tell me brief about your self?
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java and JavaScript.

    • 5 years of experience in software engineering

    • Proficient in Java and JavaScript

    • Developed web applications using various frameworks like Spring and React

    • Strong problem-solving and analytical skills

    • Experience with database management systems like MySQL and MongoDB

  • Answered by AI
  • Q2. My Name is ABC, My over all experience is 14 Years, I am working with current company since 12 years on Business Intelligence tool, my past experience also on Business intelligence. currently i am working ...
  • Q3. What You Like in Current Role in Project?
  • Ans. 

    I enjoy the collaborative nature of my current role and the opportunity to learn new technologies.

    • Working with a team to solve complex problems

    • Learning new technologies and techniques

    • Contributing to the development of innovative solutions

    • Having the opportunity to mentor and learn from others

    • Being involved in the full software development lifecycle

    • Working on projects that have a positive impact on society

  • Answered by AI
  • Q4. Well Project Team Lead i am and handling technical work with team and distributing reports to the team on everyday bases
  • Q5. In which tool you are using?
  • Ans. 

    I am currently using Visual Studio Code as my primary tool for software development.

    • Visual Studio Code is a lightweight and versatile code editor.

    • It has a wide range of extensions and plugins available for customization.

    • It supports multiple programming languages and has built-in Git integration.

    • Other tools I have experience with include Eclipse, IntelliJ IDEA, and Sublime Text.

  • Answered by AI
  • Q6. I am using BI tool Cognos for Reporting, Cube, and FM
  • Q7. Are you traveling onsite for project work?
  • Ans. 

    Yes, I am willing to travel onsite for project work.

    • I have experience traveling onsite for previous projects.

    • I am comfortable with the challenges and logistics of traveling for work.

    • I understand the importance of face-to-face collaboration and client interaction.

    • I am flexible and adaptable to different work environments and cultures.

    • I am willing to travel as required by the project.

  • Answered by AI
  • Q8. Yes I got opportunity's for on site work but currently I am not traveling onsite
  • Q9. What is Cube and why you are using this in project?
  • Ans. 

    A cube is a three-dimensional geometric shape with six square faces.

    • A cube is a regular polyhedron with equal edge lengths and angles.

    • It has six faces, twelve edges, and eight vertices.

    • Cubes are used in various applications, including computer graphics, physics simulations, and data analysis.

    • In computer graphics, cubes are often used to represent 3D objects and scenes.

    • In physics simulations, cubes can be used to model ...

  • Answered by AI
  • Q10. Cube is Cognos BI part using to develop serer based ad hock reporting
Round 2 - HR 

(10 Questions)

  • Q1. What is your current salary?
  • Ans. 

    I am unable to provide my current salary.

    • I am unable to disclose my current salary due to confidentiality agreements.

    • My current salary is subject to a non-disclosure agreement.

    • I prefer not to disclose my current salary at this time.

  • Answered by AI
  • Q2. Well my salary is 20 LPA in my Current Company
  • Q3. How long you are working with current company ?
  • Ans. 

    I have been working with my current company for 3 years.

    • I joined the company in 2018.

    • During my time here, I have worked on various software development projects.

    • I have gained experience in programming languages like Java, Python, and C++.

    • I have also collaborated with cross-functional teams to deliver high-quality software solutions.

    • I have received positive feedback from my supervisors and colleagues for my contribution...

  • Answered by AI
  • Q4. I am working with current company since 2 years and 4 months till 2010
  • Q5. We will offer you 26 LPA are you ok with that?
  • Ans. 

    Yes, I am okay with the offer of 26 LPA.

    • Yes, I am satisfied with the offered salary.

    • I believe the salary is competitive for a software engineer role.

    • I am excited about the opportunity and the compensation package.

    • I am confident that my skills and experience justify the offered salary.

  • Answered by AI
  • Q6. Well if it will 28 LPA than its good is it possible to offer this amount
  • Q7. Well i can give you 26.5 LPA not more than that are you ok with that ?
  • Q8. Ok i am fine with that salary package and join in 2 month notice period from my current company.
  • Q9. That's grate good luck, thank You i am generating your offer latter
  • Q10. Thank ok and i will join on schedule date which mention in offer latter

Interview Preparation Tips

Interview preparation tips for other job seekers - well job seekers are more focus on salary i place of work. salary of employee HR decide they can negotiate
Round 1 - Technical 

(3 Questions)

  • Q1. Core Java basic functions
  • Q2. Collection related questions with code snippet examples
  • Q3. Multithreading and Exceptional Handling

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and know about your current company project which you are working and whats ur role in that project, and perfect with all the basic concepts.

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 200 salaries
₹5 L/yr - ₹14 L/yr
10% 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
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