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

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

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. Different trigger pattern
  • Ans. 

    Different trigger patterns are used in software development to initiate actions based on specific events.

    • Triggers can be based on time, user input, system events, etc.

    • Examples include event-driven programming, polling triggers, and scheduled triggers.

  • Answered by AI
  • Q2. Scenario based: trigger make one callout per record and 1000 record are updated how will you handle it?
  • Q3. Update account with count of contact.
  • Ans. 

    Update account with count of contact involves updating the account with the number of contacts associated with it.

    • Create a function to update the account with the count of contacts

    • Retrieve the contacts associated with the account

    • Calculate the count of contacts

    • Update the account with the count of contacts

  • Answered by AI
  • Q4. How do you share record using owd
  • Ans. 

    Sharing records using Organization Wide Defaults (OWD) in Salesforce

    • Set OWD to Public Read Only to allow all users to view records but only the owner can edit

    • Set OWD to Private to restrict access to only the record owner and users above in the role hierarchy

    • Use Sharing Rules to extend access to specific groups of users

    • Use Manual Sharing to grant access to individual users or groups on a case-by-case basis

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Difference between with sharing, without sharing and inherited sharing.
  • Ans. 

    with sharing enforces sharing rules, without sharing doesn't enforce sharing rules, inherited sharing uses the sharing rules of the parent class

    • with sharing keyword enforces sharing rules specified in the organization-wide defaults

    • without sharing keyword doesn't enforce sharing rules, allowing access to all records

    • inherited sharing keyword uses the sharing rules of the parent class

  • Answered by AI
  • Q2. Explain async process in Salesforce
  • Ans. 

    Async process in Salesforce allows for executing tasks in the background without blocking the main thread.

    • Async processes in Salesforce are used to perform time-consuming operations without affecting the user experience.

    • Apex provides @future annotation for asynchronous processing.

    • Batch Apex is used for processing large data sets asynchronously.

    • Queueable Apex allows chaining of asynchronous jobs.

    • Platform Events can be u

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Create table view for different profile and can have more then 60 column. How to implement dynamically
  • Ans. 

    Use dynamic SQL to create table view with more than 60 columns for different profiles

    • Use dynamic SQL to generate the CREATE VIEW statement based on the profile requirements

    • Iterate through the profile columns and add them to the CREATE VIEW statement dynamically

    • Consider using a loop or a mapping function to handle the large number of columns efficiently

  • Answered by AI
  • Q2. How to handle recursion
  • Ans. 

    Recursion is a programming technique where a function calls itself in order to solve a problem.

    • Identify the base case to stop the recursion

    • Ensure the recursive call moves towards the base case

    • Optimize recursion by using memoization or tail recursion

    • Examples: factorial calculation, Fibonacci sequence

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Brillio Senior Software Engineer interview:
  • Salesforce CRM
  • Lwc
  • Sharing
  • Apex
  • Triggers

Skills evaluated in this interview

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 experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Scenario based leadership questions
  • Q2. Revenue, margin, leadership skills
  • Q3. Conflict management, stakeholder management
Round 2 - One-on-one 

(3 Questions)

  • Q1. Portfolio management
  • Q2. CI CD pipeline based questions, some other technical questions
  • Q3. Stakeholder management, project metrics, leadership, team upskilling, resource management, risk management
Round 3 - One-on-one 

(2 Questions)

  • Q1. Solution architecture questions scenario based
  • Q2. DR activity scenario based questions
Round 4 - HR 

(2 Questions)

  • Q1. Cultural fit related
  • Q2. Leadership and team handling related questions

Associate Director Interview Questions asked at other Companies

Q1. How will you manage the New location and ramp up the Resourcing as per business requirement
View answer (2)
Brillio Interview Questions and Answers for Freshers
illustration image
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.

Senior Software Development Engineer Interview Questions asked at other Companies

Q1. Level order traversal of a binary search tree from leaf to root? Print in a single line or Print new line for every level.
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Coding round is related to DSA

Round 2 - Technical 

(2 Questions)

  • Q1. Java related questions
  • Q2. Explain about your project
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Why you want to join us?

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

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)

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

I applied via Walk-in and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude and coding round

Round 2 - Group Discussion 

Power of imagination topic

Round 3 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a dedicated and experienced Application Support Engineer with a strong background in troubleshooting and resolving technical issues.

    • Over 5 years of experience in providing technical support for various applications

    • Proficient in diagnosing and resolving software and hardware issues

    • Skilled in analyzing system logs and performance metrics to identify root causes of problems

    • Excellent communication skills to effectivel...

  • Answered by AI
  • Q2. What do you know about the role and responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be strong in communication

Application Support Engineer Interview Questions asked at other Companies

Q1. what do you know about SQL , Unix , explain in brief
View answer (2)

Get interview-ready with Top Brillio Interview Questions

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

(1 Question)

  • Q1. About javascript
Round 2 - Technical 

(1 Question)

  • Q1. About project , roles and responsibilities
Round 3 - HR 

(1 Question)

  • Q1. Salary and working things

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)

Jobs at Brillio

View all

Interview Questions & Answers

user image Anonymous

posted on 26 Nov 2024

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

I applied via Referral and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Coding Test 

SQL and Power BI questions

Round 2 - Assignment 

SQL and Power BI questions

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about Yourself and your projects
  • Q2. What do you know about Brillio
  • Ans. 

    Brillio is a global technology consulting and business solutions company.

    • Provides digital transformation services

    • Offers analytics and BI solutions

    • Works with clients in various industries such as banking, healthcare, and retail

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. Case based Question
  • Q2. About the Previous projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Get your basic concepts clear and Practice the SQL Coding questions from Leetcode

Backend Developer Interview Questions & Answers

user image Sandeep S Nayak

posted on 26 Dec 2024

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 Nov 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Print the following : A BC DEF GHIJ

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. React hooks and state management process
  • Q2. JS inline functions
Round 2 - Coding Test 

Create a app with using react navigation bar.

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 experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. De technical questions
  • Q2. Architecture of projects handled
  • Ans. 

    Handled projects with diverse architecture styles and requirements.

    • Managed projects with modern and traditional architectural styles

    • Experience with commercial, residential, and institutional projects

    • Implemented sustainable design principles in projects

    • Collaborated with architects, engineers, and clients to achieve project goals

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - He good on technical side

Associate Director Interview Questions asked at other Companies

Q1. How will you manage the New location and ramp up the Resourcing as per business requirement
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Testing in React
  • Q2. Redux, Async Thunk
Round 2 - Coding Test 

- Test Cases
- Redux

Interview Preparation Tips

Topics to prepare for Brillio Software Developer interview:
  • React
  • Jest

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

INTERVIEWS

PI Industries

No Interviews

INTERVIEWS

Crisil

No Interviews

INTERVIEWS

Brillio

No Interviews

INTERVIEWS

PI Industries

No Interviews

INTERVIEWS

PI Industries

No Interviews

INTERVIEWS

Brillio

No Interviews

INTERVIEWS

NEC

No Interviews

INTERVIEWS

Bureau of Energy Efficiency

No Interviews

INTERVIEWS

NEC

No Interviews

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 Lock Unlock

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
558 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Software Engineer
258 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Technical Specialist
207 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Software Development Engineer
188 salaries
unlock blur Lock Unlock

₹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