Upload Button Icon Add office photos

Filter interviews by

Brillo Technologies Software Development Engineer Interview Questions, Process, and Tips

Updated 5 Apr 2024

Top Brillo Technologies Software Development Engineer Interview Questions and Answers

Brillo Technologies Software Development Engineer Interview Experiences

3 interviews found

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

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me something that's not mentioned in your resume?
  • Q2. What is your weakness and how did you handled?
  • Q3. What is your strength?

Software Development Engineer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Given an acyclic graph of a city where each edge represents a roa ... read more
asked in Hike
Q2. You have application which shows list of all contacts, the Name c ... read more
asked in Amazon
Q3. Given a m * n matrix filled with '0's and 'x's at random position ... read more
asked in Samsung
Q4. puzzle-There are 1000 wine bottles. One of the bottles contains p ... read more
asked in Accenture
Q5. Have you worked on cloud technology? Architecture of cloud
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic questions like portions, percentage and quants

Round 2 - Coding Test 

Really basic question like star pyramid

Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions and some basic KT session

Interview Preparation Tips

Interview preparation tips for other job seekers - Just stick to the basic

Interview questions from similar companies

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

Medium level difficulty we can clear if we are strong in logical and aptitude

Round 2 - Group Discussion 

The topic is which is important soft skills are technical skills

Round 3 - Coding Test 

1 programming question and few logical questions were asked

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 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<String> name = Optional.ofNullable(null);

    • Example: Optional<String> 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

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

Interview Questionnaire 

1 Question

  • Q1. Traverse an array linear Search,Implement linkedlist,OOP questiona like inheritance in java

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Package,Good work life balance,Excellent work culture(Best Place to Work really)

I applied via Campus Placement and was interviewed in May 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic concept of oops and then they go in deep 1 program to perform

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and learn all basic oops concepts
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Assignment 

Assessment testing the knowledge in all the subjects of CSE

Round 2 - Technical 

(1 Question)

  • Q1. Not interested to share
Round 3 - Technical 

(1 Question)

  • Q1. Not interested to share
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Java Coding round and Sql queries

Round 2 - Technical 

(2 Questions)

  • Q1. Explain in detail about Oops Concept
  • Ans. 

    OOPs (Object-Oriented Programming) 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 include Inheritance, Encapsulation, Polymorphism, and Abstraction

    • Inheritance allows a class to inherit properties and behavior from another class

    • Encapsulation restricts access to certain components wi...

  • Answered by AI
  • Q2. Explain in detail on Collection
  • Ans. 

    Collections in programming refer to data structures that allow you to store and manipulate multiple elements.

    • Collections can be used to store groups of related data, such as lists, sets, maps, or queues.

    • They provide methods for adding, removing, and accessing elements within the collection.

    • Examples of collections in Java include ArrayList, HashSet, HashMap, and LinkedList.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Tell me about your Hobbies

Skills evaluated in this interview

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

The basics questions are there regarding basic concepts of computer engineering

Round 2 - Technical 

(1 Question)

  • Q1. What is the sdlc ?
  • Ans. 

    SDLC stands for Software Development Life Cycle, a process used by software development teams to design, develop, and test high-quality software.

    • SDLC is a structured process that consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables to ensure the successful completion of the software project.

    • Examples of SDLC mode...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Data regarding questions
Round 4 - HR 

(1 Question)

  • Q1. Tell me about your project

Skills evaluated in this interview

Brillo Technologies Interview FAQs

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

Some of the top questions asked at the Brillo Technologies Software Development Engineer interview -

  1. How CRUD operations are made in Node...read more
  2. How to create ER Diag...read more
  3. How to create Tab...read more

Tell us how to improve this page.

Brillo Technologies Software Development Engineer Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

NeoSOFT Interview Questions
3.6
 • 268 Interviews
ElasticRun Interview Questions
3.5
 • 253 Interviews
Morningstar Interview Questions
3.9
 • 244 Interviews
IKS Health Interview Questions
3.6
 • 235 Interviews
Mu Sigma Interview Questions
2.6
 • 234 Interviews
Episource Interview Questions
3.9
 • 220 Interviews
Xoriant Interview Questions
4.1
 • 183 Interviews
Indium Software Interview Questions
4.1
 • 182 Interviews
AVASOFT Interview Questions
2.9
 • 165 Interviews
View all
Brillo Technologies Software Development Engineer Salary
based on 4 salaries
₹8.1 L/yr - ₹9.3 L/yr
37% less than the average Software Development Engineer Salary in India
View more details
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

Software Development Lead
5 salaries
unlock blur

₹19.2 L/yr - ₹19.2 L/yr

Explore more salaries
Compare Brillo Technologies with

Amazon Transportation Services

4.2
Compare

ElasticRun

3.5
Compare

IKS Health

3.6
Compare

Xoriant

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