Upload Button Icon Add office photos

Brillio

Compare button icon Compare button icon Compare

Filter interviews by

Brillio Software Development Engineer Interview Questions and Answers

Updated 29 Apr 2024

Brillio Software Development Engineer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. About salary expectation?
  • Q2. Why are u leaving current organisation?

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Its a mix of basic OOPS concepts , functionality call and output of sample program

Round 3 - One-on-one 

(2 Questions)

  • Q1. Asking about ourselves and college project and how we could work in challenging environment and projects
  • Q2. Would you work in any environment after your training if its Development or Testing or any other

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident in your basic skillset and your done
Round 1 - Technical 

(1 Question)

  • Q1. Java technical questions
Round 2 - Technical 

(1 Question)

  • Q1. Project related questions
Round 3 - HR 

(1 Question)

  • Q1. Strengths, Weakness, formalities, describe yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with technical concepts & keep it simple in HR round.

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)
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(3 Questions)

  • Q1. Abput polymorphism? with code
  • Q2. STL MAPS? with code
  • Q3. Plaindrome & string related code
Round 2 - One-on-one 

(4 Questions)

  • Q1. Total c++ concepts hand written paper in code
  • Q2. Combination of 4 pillars of oops in one code
  • Q3. Double linked list code
  • Q4. Triangle code all codes in paper should explain line to line
Round 3 - Behavioral 

(3 Questions)

  • Q1. Memory leak issues explanation
  • Q2. About yourself
  • Q3. Salary any offers
Round 4 - HR 

(4 Questions)

  • Q1. About yourself ?
  • Q2. Salary negotiation
  • Q3. Why netcracker ?
  • Q4. Are you immediate joiner ?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Data structure was more and it was difficult round

Round 2 - Technical 

(1 Question)

  • Q1. It will depend on interviewer
Round 3 - Behavioral 

(1 Question)

  • Q1. It will be depending on Manager who is taking interview
Round 4 - HR 

(1 Question)

  • Q1. It will be very smooth

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a very good company overall I had very good learning and experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Coding Test 

Test will be in hacker rank there would be a difficulty level between easy to medium

Round 2 - Technical 

(1 Question)

  • Q1. Question will be from data structure and easy to medium level of the programming laanguage question
Round 3 - HR 

(1 Question)

  • Q1. This is just to check your english ability
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

One coding test happen

Round 2 - Technical 

(2 Questions)

  • Q1. Java questions, spring boot framework questions
  • Q2. DSA using stream api
  • Ans. 

    Using stream API for Data Structures and Algorithms

    • Stream API in Java can be used to perform operations on collections like filtering, mapping, reducing, etc.

    • It can be used for implementing various data structures and algorithms efficiently.

    • For example, you can use stream API to find the sum of all elements in an array or filter out even numbers from a list.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Java questions and spring boot questions
  • Q2. One program using stream api
  • Ans. 

    Using stream API to filter a list of numbers and find the sum of even numbers

    • Use Stream.filter() to filter out even numbers

    • Use Stream.mapToInt() to convert stream to IntStream

    • Use IntStream.sum() to find the sum of even numbers

  • Answered by AI

Skills evaluated in this interview

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

(3 Questions)

  • Q1. What are closures
  • Ans. 

    Closures are functions that have access to variables from their containing scope even after the scope has closed.

    • Closures allow functions to access variables from their outer function even after the outer function has finished executing.

    • They are commonly used in event handlers, callbacks, and asynchronous programming.

    • Closures help in maintaining state in functional programming.

  • Answered by AI
  • Q2. What is virtual DOM
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM used for efficient updates in web development.

    • Virtual DOM is a concept used in frameworks like React to improve performance by minimizing actual DOM manipulations.

    • When changes are made to the virtual DOM, a comparison is done with the actual DOM to determine the minimal updates needed.

    • This approach reduces the number of costly DOM operations, resulting in faster rende

  • Answered by AI
  • Q3. What are the data types in JS
  • Ans. 

    Data types in JavaScript include number, string, boolean, object, function, undefined, and null.

    • Number - represents numeric data, e.g. 10, 3.14

    • String - represents textual data, e.g. 'hello', '123'

    • Boolean - represents true or false values, e.g. true, false

    • Object - represents complex data structures, e.g. { key: 'value' }

    • Function - represents executable code, e.g. function() { }

    • Undefined - represents a variable that has ...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Write react code for counter
  • Ans. 

    React code for a simple counter

    • Create a functional component for the counter

    • Use useState hook to manage the count state

    • Render the count value and buttons to increment and decrement the count

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - it was good

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
-
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is sql ? Deff between my sql and oracle sql
  • Q2. What is join ? Types of joins

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join slk, if you don't have job then join

Brillio Interview FAQs

How many rounds are there in Brillio Software Development Engineer interview?
Brillio interview process usually has 1 rounds. The most common rounds in the Brillio interview process are HR.

Tell us how to improve this page.

Brillio Software Development Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Brillio Software Development Engineer Salary
based on 188 salaries
₹4 L/yr - ₹12 L/yr
50% less than the average Software Development Engineer Salary in India
View more details

Brillio Software Development Engineer Reviews and Ratings

based on 15 reviews

3.5/5

Rating in categories

3.2

Skill development

3.9

Work-life balance

3.0

Salary

2.7

Job security

3.6

Company culture

2.4

Promotions

2.9

Work satisfaction

Explore 15 Reviews and Ratings
Senior Engineer
884 salaries
unlock blur

₹6.2 L/yr - ₹22.9 L/yr

Senior Software Engineer
562 salaries
unlock blur

₹6.8 L/yr - ₹25.9 L/yr

Software Engineer
259 salaries
unlock blur

₹3.5 L/yr - ₹14 L/yr

Technical Specialist
210 salaries
unlock blur

₹10.9 L/yr - ₹38.5 L/yr

Software Development Engineer
188 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Explore more salaries
Compare Brillio with

Accenture

3.8
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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