Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Brillo Technologies Senior Leader Engineer Interview Questions and Answers

Updated 19 Sep 2023

Brillo Technologies Senior Leader Engineer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed before Sep 2022. There were 4 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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. One to one round was basics in Technical what you skills have. core Java, Spring Boot, JPA,sql skills
Round 3 - Technical 

(1 Question)

  • Q1. Pure Technical With Sr. Tech Artch. design , solution in java
Round 4 - HR 

(1 Question)

  • Q1. HR Round was just formality once you cleared 2 round 99% you will be shortlisted.

Interview Preparation Tips

Interview preparation tips for other job seekers - Any thme they will fire. south Indian Team they are just sitting on senior level to behave like micro Management. and they are doing jobs like watchman not like managers. some client are good. but Verizon client not provided any KT. directly they want productivity from client side. they will fire without informed you.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Java 8 , Design pattern, Multithreading, Oracle , spring core, AOp

I applied via Referral and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java questions - basic oops concepts
  • Q2. Basic sql queries and table creation, joints were asked
Round 2 - HR 

(4 Questions)

  • Q1. Why are you looking for a change?
  • Q2. Where do you see yourself in 5 years?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Initially 1 aptitude round was there and english essay was there in. Then those who were selected in this round they will be into tech and then hr round. Searching job is like you should never lose hope and take the failure as stepping stones.keep on self motivating and dont hestitate to give ur best on 50 th interview if not getting selected till 49 interviews.ur name may be written in that. Stay positive and upgrade your skills

I applied via Campus Placement and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Programming Language, SQL Queries, OOPS Concepts, Certifications and Questions on Projects and Certifications done.

I applied via LinkedIn and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is database
  • Ans. 

    A database is a collection of data that is organized and stored for easy access and retrieval.

    • A database is used to store and manage data.

    • It can be used to store various types of data such as text, images, videos, etc.

    • Data can be easily retrieved and manipulated using queries.

    • Examples of databases include MySQL, Oracle, MongoDB, etc.

  • Answered by AI
  • Q2. Oops concept
  • Q3. Testing concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare basic clearly and be confident

I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Describe last project. What is entity framework?
  • Ans. 

    Entity Framework is an ORM tool used to map database tables to classes in .NET applications.

    • Entity Framework simplifies database access by allowing developers to work with objects instead of SQL statements.

    • It supports various database providers such as SQL Server, MySQL, and Oracle.

    • It provides features like LINQ to Entities, automatic change tracking, and database migrations.

    • Example: In my last project, I used Entity F...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 3 girls and they just took 2 minutes and wrap up the interview. Bad experience.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Nov 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

First there was a test for aptitude

Round 2 - Coding Test 

Coding test consist of 2 questions.Mostly easy

Round 3 - HR 

(6 Questions)

  • Q1. Both technical and HR are conducted in single round.They asked about my content in resume
  • Q2. They asked about their company
  • Q3. They asked some fundamental questions regarding C,Java, Python
  • Q4. They asked me how you will handle situation in deadline
  • Q5. Is it ok to relocate
  • Q6. What's your salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - No need to panick while attending.Attend it at ease

I applied via Campus Placement and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Pretty easy test, 100 questions in 180 minutes. After that a GD round, then Technical round then HR round.

Round 2 - Group Discussion 

Kind of essay writing

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are eager to learn, they will definitely hire you.

I applied via Naukri.com and was interviewed before Aug 2021. 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 Resume tips
Round 2 - Aptitude Test 

1 hr
Aptitude, general engilsh

Round 3 - Technical 

(1 Question)

  • Q1. About final year projects and some questions about general programming questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for aptitude tests and have strong knowledge in your projects
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 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 Resume tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. 1. Difference between abstract class and interface. 2. Internal Working of HashMap 3. Difference Between ArrayList vs Linked List. 4. WAP to reverse a String 5. dependency Injections 6. IOC Container 7. S...
  • Ans. 

    This interview question covers various topics including abstract class, interface, HashMap, ArrayList, Linked List, String reversal, dependency injection, IOC container, and singleton class.

    • Abstract class is a class that cannot be instantiated and can have both abstract and non-abstract methods.

    • Interface is a blueprint of a class that can only have abstract methods and cannot be instantiated.

    • HashMap is a data structure...

  • Answered by AI
  • Q2. Difference Between controller and Rest Controller
  • Ans. 

    Controller is a general term for handling requests, while Rest Controller is specifically for RESTful web services.

    • Controller is responsible for handling incoming requests and returning responses.

    • Rest Controller is a specialized type of controller that is used for building RESTful web services.

    • Rest Controller uses HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations on resources.

    • Rest Controller returns d...

  • Answered by AI
  • Q3. What is Stream API in java 8
  • Ans. 

    Stream API is a new feature in Java 8 that allows processing of collections in a functional way.

    • Stream API provides a set of functional interfaces and methods to perform operations on collections.

    • It supports parallel processing of collections, making it faster for large datasets.

    • Examples of operations include filtering, mapping, sorting, and reducing.

    • Stream API can be used with both primitive and object types.

    • It promot...

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Mostly from the project that i have worked on.
  • Q2. Optional Class in java
  • Ans. 

    Optional class in Java is used to represent a value that may or may not be present.

    • Optional class was introduced in Java 8.

    • It is used to avoid null pointer exceptions.

    • It can be used with streams to filter out null values.

    • Example: Optional name = Optional.ofNullable(null);

    • Example: Optional name = Optional.of("John");

  • Answered by AI

Interview Preparation Tips

Topics to prepare for NeoSOFT Associate Software Engineer interview:
  • Java, spring boot
Interview preparation tips for other job seekers - Smooth experience and i was applied via refferal. Just Be Confident

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Brillo Technologies Interview FAQs

How many rounds are there in Brillo Technologies Senior Leader Engineer interview?
Brillo Technologies interview process usually has 4 rounds. The most common rounds in the Brillo Technologies interview process are Resume Shortlist, One-on-one Round and Technical.
What are the top questions asked in Brillo Technologies Senior Leader Engineer interview?

Some of the top questions asked at the Brillo Technologies Senior Leader Engineer interview -

  1. one to one round was basics in Technical what you skills have. core Java, Sprin...read more
  2. Pure Technical With Sr. Tech Artch. design , solution in j...read more
  3. HR Round was just formality once you cleared 2 round 99% you will be shortliste...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Electronic Arts

No Interviews

INTERVIEWS

Regami Solutions

No Interviews

INTERVIEWS

Brillo Technologies

No Interviews

INTERVIEWS

Electronic Arts

No Interviews

INTERVIEWS

HSBC Group

No Interviews

INTERVIEWS

Electronic Arts

No Interviews

INTERVIEWS

Brillo Technologies

No Interviews

INTERVIEWS

Electronic Arts

No Interviews

Tell us how to improve this page.

Brillo Technologies Senior Leader Engineer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
NeoSOFT Interview Questions
3.7
 • 261 Interviews
View all
Senior Engineer
14 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
10 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Technical Specialist
10 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Software Engineer
7 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Senior Technical Lead
4 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Brillo Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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