Upload Button Icon Add office photos

Brillio

Compare button icon Compare button icon Compare

Filter interviews by

Brillio Interview Questions, Process, and Tips

Updated 30 Jan 2025

Top Brillio Interview Questions and Answers

View all 70 questions

Brillio Interview Experiences

Popular Designations

130 interviews found

I applied via Naukri.com and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. The base was the tests conducted before the interview. The test included Python programming MCQs with pseudo codes. Interview was focused on communication skill and client interactions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with python pseudo codes problems in depth. Brush up on aptitude concepts for the test.
For interview, focus on communication skills. Also include previous achievements or appreciation from client interactions.

Python Developer Interview Questions asked at other Companies

Q1. Tell me the logic of program to reverse a given string word by word without using any built in function.
View answer (9)
Round 1 - Technical 

(1 Question)

  • Q1. Explain projects you worked on

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and work through the thought process

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 (196)

UI Developer Interview Questions & Answers

user image Anonymous

posted on 23 Mar 2023

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

I applied via Recruitment Consulltant and was interviewed before Mar 2022. There were 2 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 - Technical 

(3 Questions)

  • Q1. What is stop propagation when to use
  • Ans. 

    Stop propagation is a method used to prevent event bubbling in the DOM.

    • It is used when you want to stop an event from propagating to its parent elements.

    • It can be used to prevent unwanted behavior caused by event bubbling.

    • It is commonly used in JavaScript event handling.

    • Example: event.stopPropagation()

    • Example:

  • Answered by AI
  • Q2. What is box model how to align the div center
  • Ans. 

    The box model in CSS defines the design and layout of elements on a webpage. To align a div center, use margin: auto.

    • The box model consists of content, padding, border, and margin.

    • To align a div center horizontally, set margin-left and margin-right to auto.

    • To align a div center vertically, set margin-top and margin-bottom to auto.

  • Answered by AI
  • Q3. Nth child in css and semantic tags click event in jQuery
  • Ans. 

    Explanation of nth-child in CSS and click event in jQuery with semantic tags.

    • nth-child is a CSS selector that selects elements based on their position in a parent element

    • jQuery click event is used to trigger an action when an element is clicked

    • Semantic tags like

      ,
      ,
    • Example: $('article:nth-child(2)').click(function() { //code });

Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have to be strong in javascript. Basically there technical persons are not that great

Skills evaluated in this interview

UI Developer Interview Questions asked at other Companies

Q1. Create 10 no. of Checkboxes in javascript and on-checked checkboxes count should be show at below. as you will un-check the checkbox count should also change. so means to say checked checkbox count should be print.
View answer (1)

I applied via Naukri.com and was interviewed in Nov 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SQL Server scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - 3 rounds of interview which happened in a very fast and organized manner

Senior Reporting Analyst Interview Questions asked at other Companies

Q1. Can you break down the FP&A section and how you would run such a section ?
View answer (1)

Brillio interview questions for popular designations

 Senior Engineer

 (17)

 Senior Software Engineer

 (9)

 Software Engineer

 (4)

 Software Developer

 (4)

 Java Developer

 (4)

 Consultant

 (4)

 Data Scientist

 (3)

 Engineer

 (2)

QA Analyst Interview Questions & Answers

user image Anonymous

posted on 24 Mar 2023

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

I applied via Naukri.com and was interviewed before Mar 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 tips
Round 2 - Coding Test 

JavaScript or testing tools test

Round 3 - Technical 

(1 Question)

  • Q1. Technical questions related to QA
Round 4 - One-on-one 

(1 Question)

  • Q1. Salary negotiation with HR

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for learning efforts and new cut edge technology

QA Analyst Interview Questions asked at other Companies

Q1. what are the different types of software testing?
View answer (2)

Get interview-ready with Top Brillio Interview Questions

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

Interview Questionnaire 

3 Questions

  • Q1. What is Polymorphism?
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • It is achieved through method overriding and method overloading.

    • Examples include function overloading, operator overloading, and inheritance.

    • Polymorphism helps in achieving loose coupling and flexibility in code design.

  • Answered by AI
  • Q2. What is Abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details.

    • Abstraction involves hiding unnecessary details and focusing on important ones.

    • It helps in reducing complexity and making systems easier to understand and use.

    • Examples of abstraction include programming languages, where complex code is abstracted into simpler functions and classes.

    • Another example is a car dashboard, which abstrac...

  • Answered by AI
  • Q3. Types of Inheritance in Java
  • Ans. 

    In Java, there are 4 types of inheritance: Single, Multilevel, Hierarchical, and Multiple.

    • Single inheritance involves one class inheriting from another class.

    • Multilevel inheritance involves a class inheriting from a class that has already inherited from another class.

    • Hierarchical inheritance involves multiple classes inheriting from a single class.

    • Multiple inheritance involves a class inheriting from multiple classes,

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer was friendly.

Skills evaluated in this interview

Trainee Quality Engineer Interview Questions asked at other Companies

Q1. With which tool will you find out where the defect has generated from?
View answer (1)

Jobs at Brillio

View all

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

Round 1 - Coding Test 

Golang coding, goroutines, channels, maps etc

Round 2 - Technical 

(1 Question)

  • Q1. Architecture related and previous work related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice basics of programming and designing and practice live coding.

Top Brillio Senior Software Engineer Interview Questions and Answers

Q1. Create table view for different profile and can have more then 60 column. How to implement dynamically
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 31 Oct 2021

I applied via Recruitment Consultant and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. There was a mettle test included html, css, java, javascript, spring, hibernate.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Round was a mettle test
2. Was just the managerial round

Developer Interview Questions & Answers

user image Anonymous

posted on 26 Jul 2021

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

Interview Questionnaire 

1 Question

  • Q1. Basic online test regarding javascript, styling, coding question, grammar, aptitude.

Interview Preparation Tips

Interview preparation tips for other job seekers - The recruiter guy told me that only one online test will happens nd if the candidate passes the test, direct HR interview and on clearing that one can join the company.
I was informed that I have cleared the online test but beyond that no further communication took place. I had been following up with the team but no response.
Highly unprofessional and unethical company.
I hope they find better people in the recruitment team so that they can then hire good talents.

Very miserable and pathetic people at the recruitment cell to interact with. This is by far the most unreal and hopeless company to even apply to.

Developer Interview Questions asked at other Companies

Q1. Which programming language do you use regular in work
View answer (2)

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. About the high level architecture of the project
  • Q2. Design Patterns in .NET
  • Ans. 

    Design patterns are reusable solutions to common software problems. .NET has several built-in design patterns.

    • Design patterns help in creating maintainable and scalable code.

    • Some common design patterns in .NET are Singleton, Factory, Observer, and Decorator.

    • Singleton pattern ensures that only one instance of a class is created.

    • Factory pattern provides a way to create objects without exposing the creation logic.

    • Observer...

  • Answered by AI
  • Q3. More about Dependency injection and modes of implementation in .NET core
  • Q4. Angular HttpInterceptors
  • Q5. Angular life cycle events
  • Q6. Entity Framework Code First approach
  • Ans. 

    Entity Framework Code First is an approach to create database schema from code.

    • Allows developers to define the database schema using C# or VB.NET code

    • Enables automatic generation of database schema based on code

    • Supports migrations to update the database schema as the code changes

  • Answered by AI
  • Q7. About Versioning, code coverage and unit testing methods

Interview Preparation Tips

Interview preparation tips for other job seekers - Felt comfortable and insightful during the discussion

Skills evaluated in this interview

Senior Technical Specialist Interview Questions asked at other Companies

Q1. How to resolve the production issue whenever no clue is found.
View answer (3)

Brillio Interview FAQs

How many rounds are there in Brillio interview?
Brillio interview process usually has 2-3 rounds. The most common rounds in the Brillio interview process are Technical, HR and One-on-one Round.
How to prepare for Brillio 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 SQL, Python, Product Engineering, Javascript and AWS.
What are the top questions asked in Brillio interview?

Some of the top questions asked at the Brillio interview -

  1. If I tell you to prepare a TOC for a RFP what will you put into ...read more
  2. Create table view for different profile and can have more then 60 column. How t...read more
  3. What are the different items you will look into if you have to gather a require...read more
How long is the Brillio interview process?

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

Tell us how to improve this page.

Brillio Interview Process

based on 103 interviews

Interview experience

3.9
  
Good
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
CitiusTech Interview Questions
3.4
 • 269 Interviews
View all

Brillio Reviews and Ratings

based on 1k reviews

3.4/5

Rating in categories

3.5

Skill development

3.4

Work-life balance

3.5

Salary

3.1

Job security

3.3

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 1k Reviews and Ratings
Data Scientist

Hyderabad / Secunderabad,

Pune

+1

9-14 Yrs

Not Disclosed

Fullstack Developer (Java + React)

Mumbai

5-10 Yrs

Not Disclosed

Explore more jobs
Senior Engineer
881 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
558 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
258 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Specialist
207 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer
188 salaries
unlock blur

₹0 L/yr - ₹0 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