Upload Button Icon Add office photos

Filter interviews by

Brillo Technologies Interview Questions, Process, and Tips

Updated 8 Jan 2025

Top Brillo Technologies Interview Questions and Answers

View all 16 questions

Brillo Technologies Interview Experiences

Popular Designations

21 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Weakhashmap vs hashmap
  • Ans. 

    WeakHashMap is a subclass of HashMap with weaker references to keys, allowing them to be garbage collected.

    • WeakHashMap is suitable for scenarios where keys are not strongly referenced and can be garbage collected.

    • HashMap is suitable for scenarios where strong references to keys are needed and should not be garbage collected.

    • WeakHashMap is less memory efficient compared to HashMap due to the use of weaker references.

  • Answered by AI
  • Q2. @EnableAutoconfiguration

Skills evaluated in this interview

Senior Technical Lead and Project Manager Interview Questions asked at other Companies

Q1. weakhashmap vs hashmap
View answer (1)

Societe Generale Global Solution Centre

Be part of a company where work complements life, not consumes it

Rated 4.1/5 for Work-Life Balance by our employees

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

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Project overview
  • Q2. Types of transformations
  • Ans. 

    Types of transformations include expression, filter, aggregator, join, lookup, and more.

    • Expression transformation: Perform calculations or manipulate data

    • Filter transformation: Filter rows based on specified conditions

    • Aggregator transformation: Perform aggregate calculations like sum, average, etc.

    • Join transformation: Combine data from multiple sources based on a common key

    • Lookup transformation: Retrieve data from a re

  • Answered by AI
  • Q3. Strong Sql queries

Skills evaluated in this interview

Informatica Developer Interview Questions asked at other Companies

Q1. if we dont specify anything in group by aggregator what will happen
View answer (2)
Brillo Technologies Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write Apex Trigger
  • Ans. 

    Apex Trigger to update related records

    • Create a trigger on the object you want to update related records for

    • Use SOQL queries to retrieve related records

    • Update the related records based on certain criteria

  • Answered by AI

Salesforce Cpq Developer Interview Questions asked at other Companies

Q1. Write Apex Trigger
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1 hr - Basic Programs on Strings, Arrays

Round 2 - Technical 

(4 Questions)

  • Q1. How to create Tables
  • Ans. 

    Tables can be created in databases using SQL commands like CREATE TABLE.

    • Use CREATE TABLE statement in SQL to create a new table

    • Specify the table name and column names along with their data types

    • Add constraints like primary key, foreign key, etc. if needed

  • Answered by AI
  • Q2. How to create ER Diagram
  • Ans. 

    ER Diagram is created by identifying entities, attributes, and relationships in a database.

    • Identify entities in the database (e.g. Customer, Product, Order)

    • Identify attributes for each entity (e.g. Customer has attributes like Name, Address)

    • Identify relationships between entities (e.g. Customer places Order)

  • Answered by AI
  • Q3. How CRUD operations are made in Node.js
  • Ans. 

    CRUD operations in Node.js involve creating, reading, updating, and deleting data from a database.

    • Use libraries like Express and Mongoose to handle CRUD operations in Node.js

    • Create: Use HTTP POST method to add new data to the database

    • Read: Use HTTP GET method to retrieve data from the database

    • Update: Use HTTP PUT or PATCH method to modify existing data in the database

    • Delete: Use HTTP DELETE method to remove data from t

  • Answered by AI
  • Q4. Explain MVC architecture
  • Ans. 

    MVC architecture is a design pattern used in software development to separate the application into three main components: Model, View, and Controller.

    • Model represents the data and business logic of the application.

    • View is responsible for displaying the data to the user.

    • Controller acts as an intermediary between Model and View, handling user input and updating the Model accordingly.

    • Example: In a web application, the Mod...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Get your basic concepts strong with Examples

Skills evaluated in this interview

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)

Brillo Technologies interview questions for popular designations

 Software Development Engineer

 (3)

 Associate Software Engineer

 (2)

 Associate Data Engineer

 (1)

 Informatica Developer

 (1)

 Reactjs Developer

 (1)

 Salesforce Cpq Developer

 (1)

 Salesforce Developer

 (1)

 Salesforce Quality Assurance Engineer

 (1)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Common Salesforce Administrator questions
Round 2 - Technical 

(1 Question)

  • Q1. Higher level Salesforce Administrator questions

Salesforce Quality Assurance Engineer Interview Questions asked at other Companies

Q1. What are permission sets, dashborads, types of reports
View answer (1)

Get interview-ready with Top Brillo Technologies Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is inherited sharing
  • Ans. 

    Inherited sharing is a feature in Salesforce that allows sharing settings to be inherited from parent records to child records.

    • Inherited sharing ensures that child records have the same sharing settings as their parent records.

    • It simplifies the management of sharing settings by automatically propagating them to related records.

    • Inherited sharing can be enabled for custom objects and standard objects in Salesforce.

    • It hel...

  • Answered by AI
  • Q2. What is setup method
  • Ans. 

    The setup method is used in Salesforce development to initialize test data and environment before running test methods.

    • The setup method is defined in a test class and is executed before each test method.

    • It is used to create test data, set up test environment, and perform any necessary setup actions.

    • The setup method helps in ensuring that each test method starts with a clean and consistent state.

    • It can be used to insert...

  • Answered by AI
  • Q3. What is sharing rules
  • Ans. 

    Sharing rules are used to extend access to records in Salesforce beyond the organization-wide defaults.

    • Sharing rules are used to grant access to records based on criteria or ownership

    • They can be used to give access to specific groups or roles

    • Sharing rules are evaluated after the organization-wide defaults and manual sharing

    • They can be used to grant read-only or read/write access to records

  • Answered by AI
  • Q4. Questions on trigger and SOQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview focus on basics

Skills evaluated in this interview

Senior Salesforce Developer Interview Questions asked at other Companies

Q1. What are best practices to write trigger? What are execution order in salesforce? What are deployment techniques used in salesforce? What is min code coverage required while deployment? What is azure dev ops?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is record lock in salesforce?
  • Ans. 

    Record lock in Salesforce prevents multiple users from editing the same record simultaneously.

    • Record lock ensures data integrity by preventing conflicts when multiple users try to edit the same record at the same time.

    • When a record is locked, other users can view it but cannot make changes until the lock is released.

    • Locks can be set at different levels such as record level, field level, or even at the database level.

    • Re...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Salesforce Lwc child to grand parent events

Skills evaluated in this interview

Salesforce Developer Interview Questions asked at other Companies

Q1. Write a trigger to update contact when accounts phone changed.
View answer (6)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Coding Test 

2 coding questions easy to medium level

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (192)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

3 sections

1) MCQs on Coding
2) DSA questions and
3) Queries regarding Sql mostly connecting 2 to 3 tables

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (57)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at New Horizon College of Engineering, Bangalore and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Assignment 

It was an online round consisting of aptitude, coding , SQL and comprehension

Round 2 - Group Discussion 

A random topic on tech was given and we had to discuss on it.

Round 3 - Technical 

(4 Questions)

  • Q1. It was a one on one tech round where questions on oops, dsa, SQL, projects, STLC and sdlc were asked
  • Q2. Oops concepts through explanation
  • Ans. 

    Oops concepts are fundamental principles of object-oriented programming that help in organizing and designing code.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: Ability of objects to take on multiple forms or have multiple behaviors.

    • Abstraction: Hiding the complex implementati...

  • Answered by AI
  • Q3. NestedSQL queries
  • Q4. Software testing life cycle and software development life cycle
Round 4 - HR 

(1 Question)

  • Q1. One on one round where the hr discussed about the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Come prepared with the basics

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)
Contribute & help others!
anonymous
You can choose to be anonymous

Brillo Technologies Interview FAQs

How many rounds are there in Brillo Technologies interview?
Brillo Technologies interview process usually has 2-3 rounds. The most common rounds in the Brillo Technologies interview process are Technical, HR and Coding Test.
What are the top questions asked in Brillo Technologies interview?

Some of the top questions asked at the Brillo Technologies interview -

  1. - Spark architecture. - Types of transformations in spark. - Why spark transfor...read more
  2. - Write a python program to print prime numbers. - Write a program to reverse t...read more
  3. What is record lock in salesfor...read more
How long is the Brillo Technologies interview process?

The duration of Brillo Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

INTERVIEWS

Boeing

85 interviews

INTERVIEWS

Apexon

135 interviews

INTERVIEWS

Xogene

8 interviews

INTERVIEWS

OpenBet

3 interviews

INTERVIEWS

ABB

233 interviews

INTERVIEWS

Vem Technologies

No Interviews

INTERVIEWS

Regami Solutions

No Interviews

INTERVIEWS

Bristlecone

No Interviews

INTERVIEWS

DevRev Inc

No Interviews

INTERVIEWS

Cloudsufi

No Interviews

Tell us how to improve this page.

Brillo Technologies Interview Process

based on 19 interviews

Interview experience

3.9
  
Good
View more

HCLTech

A more secure future awaits you

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
 • 788 Interviews
NeoSOFT Interview Questions
3.9
 • 261 Interviews
View all

Brillo Technologies Reviews and Ratings

based on 44 reviews

3.2/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

3.2

Salary

2.9

Job security

3.1

Company culture

2.7

Promotions

3.0

Work satisfaction

Explore 44 Reviews and Ratings
Senior Engineer
14 salaries
unlock blur

₹7.5 L/yr - ₹21 L/yr

Senior Software Engineer
10 salaries
unlock blur

₹10 L/yr - ₹21.5 L/yr

Technical Specialist
10 salaries
unlock blur

₹15.5 L/yr - ₹26 L/yr

Software Engineer
7 salaries
unlock blur

₹5.1 L/yr - ₹8.5 L/yr

Senior Technical Lead
4 salaries
unlock blur

₹17.5 L/yr - ₹45 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent