Upload Button Icon Add office photos

Brillio

Compare button icon Compare button icon Compare

Filter interviews by

Brillio Application Support Engineer Interview Questions and Answers

Updated 5 Dec 2024

Brillio Application Support Engineer Interview Experiences

1 interview found

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

Interview questions from similar companies

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

I was interviewed in Aug 2024.

Round 1 - Coding Test 

4 coding question easy level questions based on arrays and strings

Round 2 - Assignment 

Code pairing round need to use oops to solve the problem

Round 3 - Technical 

(3 Questions)

  • Q1. Two sum problem
  • Q2. Internal working of hashmap
  • Ans. 

    HashMap in Java is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.

    • HashMap uses hashing to store and retrieve key-value pairs

    • It uses an array of linked lists to handle collisions

    • The key's hash code is used to determine the index in the array where the key-value pair is stored

    • HashMap allows one null key and multiple null values

    • Example: HashMap<String, Integer> map = new

  • Answered by AI
  • Q3. Sql queries on aggregate function
Round 4 - HR 

(2 Questions)

  • Q1. Gender equality
  • Q2. Situation based question

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared on oops and DSA
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Out of two table employee and salary join both and 3rd max salary from salary.
  • Q2. How is problem management done.
  • Ans. 

    Problem management involves identifying, analyzing, and resolving recurring issues to prevent future incidents.

    • Identify the root cause of the problem

    • Document the problem and its resolution

    • Implement corrective actions to prevent recurrence

    • Monitor and track the effectiveness of the solution

    • Collaborate with stakeholders to ensure continuous improvement

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good interview, The interviewer was attentive and was not cutting in between.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Moderate core java coding questions
  • Q2. SQL based questions
  • Q3. Previous project experiences
  • Q4. Major contribution to project
  • Ans. 

    Led the development of a new software tool that increased efficiency by 30%.

    • Managed a team of 5 engineers to design and implement the tool

    • Conducted user testing and gathered feedback for iterative improvements

    • Presented the final product to stakeholders and received positive feedback

  • Answered by AI
  • Q5. What are day to day activities
  • Ans. 

    Day to day activities involve troubleshooting technical issues, providing customer support, testing new applications, and collaborating with other teams.

    • Troubleshooting technical issues with software or hardware

    • Providing customer support via phone, email, or in person

    • Testing new applications or software updates

    • Collaborating with sales, marketing, and development teams

    • Attending meetings to discuss project progress and r

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

Deep coding knowledge required

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on the java 8 / 11 features and coding knowledge because the role required dail y coding tasks

I applied via Recruitment Consulltant and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Had Technical Interview
Round 2 - One-on-one 

(1 Question)

  • Q1. Discussion with manager
Round 3 - HR 

(1 Question)

  • Q1. Had HR discussion one to one

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and Have Confidence.
Set and receive the expectations clearly.
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 Apr 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 

(2 Questions)

  • Q1. Basic C#, authorization, SSO
  • Q2. Sql Coding regarding group by , nth highest number
  • Ans. 

    Answering a question on SQL coding for group by and nth highest number.

    • Use GROUP BY clause to group the data based on a column

    • Use ORDER BY clause to sort the data in descending order

    • Use LIMIT clause to limit the number of rows returned

    • Use OFFSET clause to skip the first n rows

    • Example: SELECT column_name FROM table_name GROUP BY column_name ORDER BY column_name DESC LIMIT n OFFSET m

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic details of C#, .net

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. What is sccm and its features? And how can you define its ?
  • Ans. 

    SCCM is a system management tool used for deploying, managing and monitoring software and hardware in an enterprise environment.

    • SCCM stands for System Center Configuration Manager

    • It allows for remote management of devices and software deployment

    • Features include inventory management, software distribution, patch management, and OS deployment

    • It can be used to manage Windows, Mac, and Linux devices

    • SCCM integrates with oth...

  • Answered by AI

I applied via Naukri.com and was interviewed before Mar 2021. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Select from employees tables all those who don't work in any department.
  • Q2. What is a cursor and write a query
  • Ans. 

    A cursor is a database object used to retrieve data from a result set one row at a time.

    • A cursor is used to iterate through a result set.

    • It can be used to update or delete rows in a table.

    • Example query: DECLARE cursor_name CURSOR FOR SELECT column1, column2 FROM table_name;

    • Example usage: OPEN cursor_name; FETCH NEXT FROM cursor_name INTO @variable1, @variable2;

    • Example usage: CLOSE cursor_name; DEALLOCATE cursor_name;

  • Answered by AI
  • Q3. How early you can join

Interview Preparation Tips

Interview preparation tips for other job seekers - Study basic questions thoroughly

Skills evaluated in this 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 - Aptitude Test 

Coding plus aptitude

Round 2 - Coding Test 

Code pairing round with one question and an hour to solve

Round 3 - Technical 

(2 Questions)

  • Q1. Oops, dsa, java
  • Q2. Projesct related
Round 4 - Culture 

(1 Question)

  • Q1. Cultural fit round was kinda HR but more topics involved

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best. Connect with ppl from LinkedIn for more guidance

Brillio Interview FAQs

How many rounds are there in Brillio Application Support Engineer interview?
Brillio interview process usually has 3 rounds. The most common rounds in the Brillio interview process are Aptitude Test, Group Discussion and Technical.
How to prepare for Brillio Application Support 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 Application Support, Brs, Bus, GPS and SCCM.

Tell us how to improve this page.

Brillio Application Support Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Brillio Application Support Engineer Salary
based on 5 salaries
₹3 L/yr - ₹10.5 L/yr
30% more than the average Application Support Engineer Salary in India
View more details

Brillio Application Support Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

3.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
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