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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Regarding Java 8, Spring boot,. Micro services
Round 2 - Technical 

(1 Question)

  • Q1. . Regarding Java 8, Spring boot,. Micro services

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (56)

ETL Tester Interview Questions & Answers

user image Anonymous

posted on 4 Sep 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between fact and dimension.
  • Ans. 

    Fact tables contain quantitative data that can be measured, while dimension tables contain descriptive attributes related to the facts.

    • Fact tables store numerical data such as sales revenue, quantity sold, etc.

    • Dimension tables store descriptive attributes like product name, customer name, etc.

    • Fact tables are typically larger in size compared to dimension tables.

    • Fact tables are connected to dimension tables through fore

  • Answered by AI
  • Q2. SQL query to find second Max salary.
  • Ans. 

    Use SQL query with subquery to find second highest salary.

    • Use ORDER BY and LIMIT to get the second highest salary.

    • Use a subquery to exclude the highest salary from the result set.

    • Example: SELECT MAX(salary) FROM employees WHERE salary < (SELECT MAX(salary) FROM employees);

  • Answered by AI

Skills evaluated in this interview

ETL Tester Interview Questions asked at other Companies

Q1. If we have 200 staging tables, 40 dimensions tables and 20 facts table, How will you compare it with target systems
View answer (3)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Code in Python for checking palindromes and SQL for sales data based on months.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please ensure that you are prepared before attending, as they only informed us two hours in advance.

Data Scientist Interview Questions asked at other Companies

Q1. Special Sum of ArrayYou have been given an array/list ‘arr’ of length ‘N’, which contains single digit elements at every index. Your task is to return the sum of all elements of the array. But the final sum should also be a single digit. To... read more
View answer (2)
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. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Brillio interview questions for popular designations

 Senior Engineer

 (17)

 Senior Software Engineer

 (9)

 Consultant

 (4)

 Java Developer

 (4)

 Software Developer

 (4)

 Software Engineer

 (4)

 Data Scientist

 (3)

 Associate Director

 (2)

Service Engineer Interview Questions & Answers

user image Jenfer Rithika (Rithi)

posted on 16 Sep 2024

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

(2 Questions)

  • Q1. What was my previous project
  • Ans. 

    My previous project involved designing and implementing a new system for monitoring and controlling industrial machinery.

    • Designed a user-friendly interface for operators to monitor machine performance in real-time

    • Implemented sensors to collect data on machine temperature, pressure, and other key metrics

    • Developed algorithms to predict maintenance needs and prevent downtime

    • Collaborated with cross-functional teams to ensu

  • Answered by AI
  • Q2. What is Virtual agent
  • Ans. 

    A virtual agent is a computer program or AI system that interacts with users to provide assistance or information.

    • Virtual agents can be used in customer service to answer questions and provide support.

    • They can also be used in chatbots to simulate human conversation.

    • Virtual agents can be programmed to handle a wide range of tasks, from booking appointments to troubleshooting technical issues.

  • Answered by AI

Skills evaluated in this interview

Service Engineer Interview Questions asked at other Companies

Q1. What are the compulsory policy excess in four wheeler private vehicles?
View answer (11)

Get interview-ready with Top Brillio Interview Questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Indeed and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

This test was conducted in MSG browser and it has around 30 questions and around 3 to 5 are related to coding

Round 2 - Group Discussion 

Our topic of discussion is future of jobs and take the first initiative and don't go off topic and try to agree and add points with the fellow members

Round 3 - Technical 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced Java Developer with a passion for creating efficient and scalable solutions.

    • Over 5 years of experience in Java development

    • Strong knowledge of object-oriented programming principles

    • Proficient in Spring framework and Hibernate

    • Experience with RESTful web services and microservices architecture

    • Familiar with Agile development methodologies

  • Answered by AI
  • Q2. Tell me about the project
  • Q3. Do you known nodejs
  • Ans. 

    Yes, Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine.

    • Node.js is used for server-side scripting and building scalable network applications.

    • It allows developers to use JavaScript for both client-side and server-side development.

    • Node.js has a large ecosystem of open-source libraries and frameworks like Express.js.

    • It is commonly used for building real-time web applications, APIs, and microservices.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - So try to be clear and try to learn the lastest programming language and try to answer everything and say that you can learn or do it if you were given a chance
I hope it helps and find you dream or first job quick good good luck🤞

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

Jobs at Brillio

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Acl related questions

Round 2 - HR 

(1 Question)

  • Q1. Scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to give ur best on explaining using real time scenarios.

Servicenow Developer Interview Questions asked at other Companies

Q1. How to calculate timing of Incident which assigned to multiple group
View answer (3)
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 May 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. What is Api Specs and fragmentation
  • Ans. 

    API specs refer to the documentation that outlines the details of an API, while fragmentation refers to the breaking down of APIs into smaller components.

    • API specs provide information on endpoints, request/response formats, authentication methods, etc.

    • Fragmentation involves breaking down APIs into microservices for better scalability and flexibility.

    • Examples of API specs include OpenAPI/Swagger documentation.

    • Examples o...

  • Answered by AI
  • Q2. Round robin algo
  • Q3. Circuit breaker
  • Q4. What is Mule ESB
  • Ans. 

    Mule ESB is a lightweight Java-based enterprise service bus (ESB) and integration platform that allows developers to connect applications quickly and easily.

    • Mule ESB enables developers to integrate applications, services, and APIs through a variety of connectors and components.

    • It provides a graphical design environment for building integration flows, known as Mule Flows.

    • Mule ESB supports various communication protocols...

  • Answered by AI
  • Q5. Data intergration patterns

Skills evaluated in this interview

Senior Mulesoft Developer Interview Questions asked at other Companies

Q1. After creating RAML what are the next steps
View answer (1)

ml engineer Interview Questions & Answers

user image Anonymous

posted on 21 Dec 2024

Interview experience
2
Poor
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 - One-on-one 

(1 Question)

  • Q1. About Work Experience

ml engineer Interview Questions asked at other Companies

Q1. How to evaluate regression models? explain r squared and adjusted r squared and difference between them
View answer (1)

Senior Software Engineer Interview Questions & Answers

user image Ajinkya Chiddarwar

posted on 7 Jul 2024

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

General coding test depending on the skillset

Round 2 - Technical 

(2 Questions)

  • Q1. Based on the skillset
  • Q2. Based on the technical skillset
Round 3 - HR 

(2 Questions)

  • Q1. General HR questions depends on the post
  • Q2. General HR questions.

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. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

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 102 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
CitiusTech Interview Questions
3.4
 • 268 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
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