Add office photos
Employer?
Claim Account for FREE

HARMAN

3.7
based on 2.8k Reviews
Video summary
Filter interviews by

BNB Groupe Interview Questions and Answers

Updated 11 Sep 2024
Popular Designations

Q1. 1. How mutex works 2. Howe do you share information between threads? 3. Questions inCompletableFuture? 4. Write a program to show the deadlock condition? 5.

Ans.

Technical Lead interview questions on mutex, thread communication, CompletableFuture, and deadlock

  • Mutex is a synchronization mechanism to prevent multiple threads from accessing shared resources simultaneously

  • Thread communication can be achieved through shared memory, message passing, or synchronization primitives like semaphores

  • CompletableFuture is a Java class that represents a future result of an asynchronous computation and provides methods to chain and combine them

  • Deadlo...read more

Add your answer

Q2. Explain the Design Patters you worked

Ans.

I have worked with several design patterns including Singleton, Factory, Observer, and Decorator.

  • Implemented Singleton pattern to ensure only one instance of a class is created.

  • Used Factory pattern to create objects without exposing the instantiation logic to the client.

  • Implemented Observer pattern to notify dependent objects of any state changes.

  • Used Decorator pattern to add functionality to an object dynamically without changing its structure.

Add your answer

Q3. What is Neural Network.

Ans.

Neural network is a type of machine learning algorithm inspired by the human brain, consisting of interconnected nodes that process information.

  • Neural network is composed of layers of nodes, each connected to nodes in the next layer.

  • Nodes in a neural network perform mathematical operations on input data and pass the result to the next layer.

  • Neural networks are trained using labeled data to adjust the weights of connections between nodes.

  • Common types of neural networks include...read more

Add your answer

Q4. Explain the ASP.Net Core Middleware

Ans.

ASP.Net Core Middleware is a pipeline that handles requests and responses.

  • Middleware is a series of components that handle requests and responses in a pipeline

  • Each middleware component can modify the request or response

  • Middleware can be added to the pipeline using the Use() method

  • Examples of middleware include authentication, logging, and routing

Add your answer
Discover BNB Groupe interview dos and don'ts from real experiences

Q5. Explain the Solid Design Pattern

Ans.

Solid Design Pattern is a set of principles for writing maintainable and scalable code.

  • S - Single Responsibility Principle

  • O - Open/Closed Principle

  • L - Liskov Substitution Principle

  • I - Interface Segregation Principle

  • D - Dependency Inversion Principle

Add your answer

Q6. reverse a string in java

Ans.

Use StringBuilder to reverse a string in Java.

  • Create a StringBuilder object with the input string.

  • Use the reverse() method of StringBuilder to reverse the string.

  • Convert the reversed StringBuilder back to a string using toString() method.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at BNB Groupe

based on 8 interviews
2 Interview rounds
Resume Shortlist Round
Technical Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Technical Lead Interview Questions from Similar Companies

3.7
 • 67 Interview Questions
3.3
 • 23 Interview Questions
3.8
 • 18 Interview Questions
3.8
 • 17 Interview Questions
3.3
 • 16 Interview Questions
3.6
 • 11 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter