Upload Button Icon Add office photos

Filter interviews by

BNP Paribas India Solutions Intern Interview Questions and Answers

Updated 11 Jan 2025

BNP Paribas India Solutions Intern Interview Experiences

3 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 11 Jan 2025

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Maths , coding , relational questions, technical questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is your hobbies
  • Q2. Salary expectations
Round 3 - Technical 

(2 Questions)

  • Q1. SQL queries joins
  • Q2. JAVA and oops concept

Intern Interview Questions & Answers

user image Anonymous

posted on 8 Oct 2024

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

I applied via campus placement at Veermata Jijabai Technological Institute (VJTI), Mumbai and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

I dont remember actually it was 5 years ago, but it was normal aptitude test

Round 2 - One-on-one 

(2 Questions)

  • Q1. Code for prime no and optimize it the most
  • Ans. 

    Code to find prime numbers and optimize it efficiently

    • Use the Sieve of Eratosthenes algorithm for efficient prime number generation

    • Avoid checking even numbers after 2 as they cannot be prime

    • Limit the search space by only checking up to the square root of the number

  • Answered by AI
  • Q2. 8 ball and balance beam quiz
Round 3 - HR 

(2 Questions)

  • Q1. Where do you see yourselves
  • Ans. 

    We see ourselves growing and developing in our chosen field, taking on new challenges and responsibilities.

    • Continuously learning and improving our skills

    • Seeking opportunities for advancement and career growth

    • Setting goals and working towards achieving them

    • Networking and building professional relationships

    • Remaining adaptable and open to new experiences

  • Answered by AI
  • Q2. Personal information

Skills evaluated in this interview

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. Case. There is a housing society “The wasteful society”, you coll ... read more
Q2. Which programming language you are comfortable with?
asked in Deloitte
Q3. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q4. Huffman Coding Challenge Given an array ARR of integers containin ... read more
asked in Accenture
Q5. A marketing strategy case. Client is a perfume seller in Jaipur. ... read more

Intern Interview Questions & Answers

user image Anonymous

posted on 20 Nov 2020

I applied via Recruitment Consultant and was interviewed before Nov 2019. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Queue using stack
  • Ans. 

    A queue can be implemented using two stacks.

    • Push elements onto the first stack.

    • When dequeuing, pop all elements from the first stack and push onto the second stack.

    • Pop the top element from the second stack to dequeue.

    • If the second stack is empty, pop all elements from the first stack and push onto the second stack.

  • Answered by AI
  • Q2. SQL--> second max number
  • Q3. String related questions.
  • Q4. Java concepts
  • Q5. Oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on your resume

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Neural Hack 6 - Round 1 - 7 DSA Question I have solved 5 only

Round 2 - Coding Test 

Round 2 - 5 DSA Problem I'm able to solve only 3 not able to top 100 but call for interview

Round 3 - Technical 

(5 Questions)

  • Q1. Self Introduction
  • Q2. Which in most efficient sorting algorithm amd why and what is it's time complexity.
  • Ans. 

    The most efficient sorting algorithm is Quick Sort due to its average time complexity of O(n log n).

    • Quick Sort is efficient due to its divide and conquer approach.

    • It has an average time complexity of O(n log n) and a worst-case time complexity of O(n^2).

    • Example: Sorting an array of integers using Quick Sort.

  • Answered by AI
  • Q3. What is OOPS and explain all with their examples
  • Ans. 

    OOPS stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve a problem

    • Key principles of OOPS include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation: bundling data and methods that operate on the data into a single unit

    • Inheritance: allows a class to...

  • Answered by AI
  • Q4. Explain your projects and what are the problem do you faced during development phase
  • Ans. 

    I developed a mobile app for tracking daily water intake and exercise routines.

    • Implemented user-friendly interface for easy input of water intake and exercise details

    • Integrated push notifications to remind users to drink water and exercise regularly

    • Used Firebase for backend data storage and retrieval

    • Faced challenges with optimizing app performance on older devices

    • Encountered issues with syncing data across multiple dev

  • Answered by AI
  • Q5. Write code for reversing array
  • Ans. 

    Code to reverse an array of strings

    • Use a loop to iterate through half of the array and swap elements at opposite ends

    • Create a temporary variable to hold one element during swapping

    • Ensure to handle odd length arrays by not swapping the middle element

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Self Introduction
  • Q2. Explained companies policies
  • Ans. 

    Company policies outline rules and guidelines for employees to follow.

    • Company policies cover areas such as dress code, attendance, code of conduct, and benefits.

    • Examples of company policies include a policy on remote work, a policy on social media usage, and a policy on harassment.

    • Employees are expected to adhere to company policies to maintain a positive work environment and ensure compliance with legal regulations.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for your interview

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What are your core competencies?
  • Q2. How well can you deal with pressure situations?

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and answer the questions confidently

Intern Interview Questions & Answers

Movate user image Anonymous

posted on 29 May 2024

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

I applied via Campus Placement and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Java basics and the questions based on the technical skills that you have mentioned in the resume.
  • Q2. Python basics and about the projects mentioned in resume.
  • Q3. Basic number program

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was average..
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Project based questions?
  • Q2. Why to Join Emerson?
  • Ans. 

    Emerson offers a dynamic work environment, opportunities for growth, and a commitment to innovation.

    • Emerson provides a collaborative work culture that encourages creativity and problem-solving.

    • The company offers various training and development programs to help interns enhance their skills.

    • Emerson is known for its cutting-edge technology and commitment to sustainability.

    • Interns at Emerson have the opportunity to work o...

  • Answered by AI

Intern Interview Questions & Answers

SS&C TECHNOLOGIES user image Prajakta Khedkar

posted on 18 Sep 2024

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

Java programming questions

Round 2 - Technical 

(1 Question)

  • Q1. They asked me all about my experience and asked questions on technologies used
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Two questions and aptitude questions

Round 2 - Coding Test 

Two data structures and algorithms questions

Round 3 - HR 

(1 Question)

  • Q1. Location preference
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is revenue recognition
  • Ans. 

    Revenue recognition is the process of recording revenue in a company's financial statements when it is earned.

    • Revenue recognition is important for accurately reflecting a company's financial performance.

    • It involves determining when revenue is earned and when it can be recognized on the income statement.

    • Revenue is typically recognized when goods are delivered or services are performed, regardless of when payment is rece...

  • Answered by AI

BNP Paribas India Solutions Interview FAQs

How many rounds are there in BNP Paribas India Solutions Intern interview?
BNP Paribas India Solutions interview process usually has 3 rounds. The most common rounds in the BNP Paribas India Solutions interview process are Aptitude Test, One-on-one Round and HR.
What are the top questions asked in BNP Paribas India Solutions Intern interview?

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

  1. Code for prime no and optimize it the m...read more
  2. Queue using st...read more
  3. SQL--> second max num...read more

Tell us how to improve this page.

BNP Paribas India Solutions Intern Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
BNP Paribas India Solutions Intern Salary
based on 4 salaries
₹2.2 L/yr - ₹6 L/yr
52% more than the average Intern Salary in India
View more details

BNP Paribas India Solutions Intern Reviews and Ratings

based on 5 reviews

2.7/5

Rating in categories

2.0

Skill development

4.8

Work-life balance

4.1

Salary

3.9

Job security

2.3

Company culture

1.9

Promotions

1.7

Work satisfaction

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