Upload Button Icon Add office photos

Brillio

Compare button icon Compare button icon Compare

Filter interviews by

Brillio Senior Software Development Engineer Interview Questions and Answers

Updated 8 Oct 2024

Brillio Senior Software Development Engineer Interview Experiences

2 interviews found

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Javascript related questions like temporal dead zone, hoisting, closures, scopes and differences, output based questions, scenario based questions etc
  • Q2. 2 Coding questions one was a mix of array and objects and another was to create prototype function for array flat
Round 2 - One-on-one 

(1 Question)

  • Q1. Discussion indepth related to microservices architecture for any project, Optimisations for a project, Behavioural questions, Deployment processes and How i handle conflicts, How to align high priorities t...
Round 3 - HR 

(1 Question)

  • Q1. Intro and rest basic discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - Get good/solid understanding of basics of anything also be curious to learn more tech stacks which could align to same.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Salesforce Security Model
  • Ans. Allows Various levels of Security: Organization Level, Object Level, Field Level, Record Level
  • Answered Anonymously
Round 2 - One-on-one 

(1 Question)

  • Q1. Salary Expectations

Senior Software Development Engineer Interview Questions Asked at Other Companies

asked in SAP
Q1. Level order traversal of a binary search tree from leaf to root? ... read more
Q2. 1. Different annotations used in Spring Boot 2. What is Microserv ... read more
Q3. Q.how to insert new identity in identity column, which have alrea ... read more
asked in Freecharge
Q4. Follow up question : Remove nth node from last from the linked li ... read more
asked in NetApp
Q5. Given a singly linked list Get all the odd index nodes at intial ... read more

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

If client is Expedia: it will be DSA coding round

Round 2 - Technical 

(1 Question)

  • Q1. Depends on your experience, if having experience more than 7 years, it will be design round
Round 3 - Behavioral 

(1 Question)

  • Q1. This will be with project manager.

I applied via Recruitment Consulltant and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Related to PHP questions
Round 2 - HR 

(1 Question)

  • Q1. Salery discussions and other normal questions

Interview Preparation Tips

Topics to prepare for Happiest Minds Technologies Senior Software Development Engineer interview:
  • Pimcore
Interview preparation tips for other job seekers - All project based on pimcore no laravel and other framework based projects
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
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is the internal working of a hashmap?
  • Q2. Design a Least Recently Used (LRU) cache.
Round 2 - Technical 

(2 Questions)

  • Q1. What are the SOLID principles in software engineering?
  • Q2. What design patterns have you worked with?
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
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was pretty easy. Various theoretical questions on technical knowledge and 3 coding questions. Since I was applying for a .net profile, all questions were related to that only.

Round 2 - One-on-one 

(4 Questions)

  • Q1. Coding question on inheritance.
  • Q2. Coding question on Abstract classes and their application.
  • Q3. Discussion on the company, their culture.
  • Q4. Coding question on graph.
Round 3 - HR 

(2 Questions)

  • Q1. Asked me my expected salary even though it was already decided when they reached out to me.
  • Q2. Negotiations on the salary.

Interview Preparation Tips

Interview preparation tips for other job seekers - Had a very bad experience with HR, since they started negotiating on salary after I completed all my rounds. Giving me reasons why they won't be able to give me the salary that they mentioned at the start of the interview.
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

Brillio Interview FAQs

How many rounds are there in Brillio Senior Software Development Engineer interview?
Brillio interview process usually has 2-3 rounds. The most common rounds in the Brillio interview process are One-on-one Round, Technical and HR.
How to prepare for Brillio Senior Software Development Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Brillio. The most common topics and skills that interviewers at Brillio expect are Artificial Intelligence, Product Engineering, Software Development, MySQL and Cloud Computing.
What are the top questions asked in Brillio Senior Software Development Engineer interview?

Some of the top questions asked at the Brillio Senior Software Development Engineer interview -

  1. Discussion indepth related to microservices architecture for any project, Optim...read more
  2. 2 Coding questions one was a mix of array and objects and another was to create...read more
  3. Javascript related questions like temporal dead zone, hoisting, closures, scope...read more

Tell us how to improve this page.

Brillio Senior Software Development Engineer Interview Process

based on 6 interviews

Interview experience

4.7
  
Excellent
View more
Brillio Senior Software Development Engineer Salary
based on 162 salaries
₹6 L/yr - ₹21.1 L/yr
28% less than the average Senior Software Development Engineer Salary in India
View more details

Brillio Senior Software Development Engineer Reviews and Ratings

based on 14 reviews

3.3/5

Rating in categories

3.5

Skill development

3.3

Work-life balance

3.1

Salary

3.4

Job security

3.2

Company culture

2.8

Promotions

3.2

Work satisfaction

Explore 14 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