Upload Button Icon Add office photos

Brillio

Compare button icon Compare button icon Compare

Filter interviews by

Brillio UI Developer Interview Questions and Answers

Updated 23 Mar 2023

Brillio UI Developer Interview Experiences

1 interview found

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

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Brillio?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Shine

Round 1 - Technical 

(2 Questions)

  • Q1. What is closures
  • Ans. 

    Closures are functions that have access to variables from their outer scope even after the outer function has finished executing.

    • Closures allow functions to access variables from their parent function even after the parent function has returned.

    • They help in creating private variables and functions in JavaScript.

    • Closures are commonly used in event handlers and callbacks.

  • Answered by AI
  • Q2. What is call apply bind
  • Ans. 

    call, apply, and bind are methods in JavaScript used to manipulate the context of a function.

    • call() is used to invoke a function with a specified 'this' value and arguments provided individually.

    • apply() is similar to call() but arguments are passed as an array.

    • bind() is used to create a new function with a specified 'this' value and initial arguments.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Globant UI Developer interview:
  • Javascript
  • Angular

UI Developer Interview Questions Asked at Other Companies

Q1. Write JavaScript code to dynamically create 10 checkboxes. Displa ... read more
Q2. What is Redux? Explain workflow of redux and uses of redux.
Q3. What are Call, Apply, and Bind in JavaScript?
Q4. Explain Higher order function and Higher order component?
Q5. What is the difference between a block component and an inline co ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

A coding assignment using JavaScript and bootstrap

Round 2 - HR 

(1 Question)

  • Q1. Basic behavioural questions in this round

Interview Questionnaire 

7 Questions

  • Q1. Tell me about yourself?
  • Ans. 

    I am a software developer with experience in Java and Python.

    • I have a Bachelor's degree in Computer Science.

    • I have worked on various projects involving web development and data analysis.

    • I am proficient in Java and Python programming languages.

    • I am a quick learner and enjoy working in a team environment.

  • Answered by AI
  • Q2. Do you know anything about DBMS? Where is it used?
  • Ans. 

    DBMS stands for Database Management System. It is used to manage and organize data in a structured manner.

    • DBMS is used in various industries such as healthcare, finance, education, and more.

    • It helps in creating, modifying, and deleting data in a database.

    • DBMS provides security features to protect data from unauthorized access.

    • Examples of DBMS include MySQL, Oracle, Microsoft SQL Server, and PostgreSQL.

  • Answered by AI
  • Q3. Practical example of object
  • Ans. 

    An object is a self-contained entity that contains data and behavior.

    • Objects are instances of classes

    • They have attributes (data) and methods (behavior)

    • Objects can interact with each other through method calls

    • Example: A car object has attributes like color, make, and model, and methods like start and stop

  • Answered by AI
  • Q4. Practical implementation of sorting
  • Ans. 

    Sorting is the process of arranging data in a particular order.

    • Sorting can be done in ascending or descending order.

    • Common sorting algorithms include bubble sort, insertion sort, and quicksort.

    • Sorting can be done on various data types, including strings, numbers, and objects.

    • Sorting can be done using built-in functions in programming languages such as sort() in JavaScript.

    • Sorting can be optimized for performance by cho...

  • Answered by AI
  • Q5. Difference between C and C++
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C++ supports classes and objects while C does not.

    • C++ has better support for polymorphism and inheritance than C.

    • C++ has a larger standard library than C.

    • C++ allows function overloading while C does not.

    • C++ supports exception handling while C does not.

  • Answered by AI
  • Q6. Tell me about yourself
  • Ans. 

    I am a software developer with experience in Java and Python. I am passionate about coding and always eager to learn new technologies.

    • Experienced in Java and Python

    • Passionate about coding

    • Eager to learn new technologies

  • Answered by AI
  • Q7. Will your family allow you to move to Hyderabad
  • Ans. 

    Yes, my family is supportive of my career and relocation decisions.

    • My family understands the importance of career growth and is supportive of my decisions.

    • We have discussed the possibility of relocation and they are willing to make the necessary adjustments.

    • They trust my judgment and believe that this move will be beneficial for my career.

    • We have also considered the quality of life in Hyderabad and believe that it will...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Level was pretty high in case of Quant. You not only need a lot of practice but also practice of some really good questions.
Other than quant all the other sections are easy and direct.
Duration: 60 minutes
Total Questions: 45

Round: Group Discussion
Experience: They give 10 mins to think about the topic and 20 mins for discussion. Main purpose is to check your communication skills so keep on discussing . Even if you can't think of any new point repeat your points
Duration: 20 minutes

Round: Technical Interview
Experience: There were many other questions other than this but what they were emphasizing was whether you have done any practical implementation of IT or the coding skills. Tell them about your projects and how you implemented the coding part.They are much interested in logic than syntax.
Since I'm from ECE these were the main things I talked about.

Round: HR Interview
Experience: It was much of an interactive session.They again asked about projects-nothing technical only some basic idea. Lasted hardly 10 mins.

Round: Other Interview
Experience: In this round they mainly explained the salary structure. This one too was of 10 mins.

General Tips: Even if you don't have excellent coding knowledge do appear for the company. They are not looking for same qualities in each candidate. You should be willing enough to learn.
Skills: Aptitude, Communication Skills, Basic Technical Knowledge-mainly emphasized on the implementation part.
College Name: NIT Bhopal
Motivation: The company dates back to 1983 with locations in almost every US state. It is the 43rd company in Fortune 100 US companies. You have options to switch within the departments. Other than this the compensation is 6lpa.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Exam was conducted on programmes. 10 questions were asked

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

Interview Questionnaire 

2 Questions

  • Q1. Regarding troubleshooting steps for O365 and win 7 to 10
  • Q2. AD will be added plus to you

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident.

Interview Questionnaire 

1 Question

  • Q1. Java multithreading, oops
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Kubernetes internals
  • Q2. Spring boot internals
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Tell me about previous projects you worked before?
  • Q2. What did you expect to accomplish in this company?
Round 3 - Case Study 

Presented a case and they wanted to show a solution

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, be friendly and show off what you did before.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy question time management is important

Round 2 - HR 

(1 Question)

  • Q1. The question are from our CV so kindly study well the topic which yu enter in your CV

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Brillio Interview FAQs

How many rounds are there in Brillio UI Developer interview?
Brillio interview process usually has 2 rounds. The most common rounds in the Brillio interview process are Resume Shortlist and Technical.
How to prepare for Brillio UI Developer 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 Javascript, CSS, HTML, Automation and CRM.
What are the top questions asked in Brillio UI Developer interview?

Some of the top questions asked at the Brillio UI Developer interview -

  1. What is box model how to align the div cen...read more
  2. Nth child in css and semantic tags click event in jQu...read more
  3. What is stop propagation when to ...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.3
 • 289 Interviews
Altimetrik Interview Questions
3.7
 • 240 Interviews
Xoriant Interview Questions
4.1
 • 213 Interviews
Globant Interview Questions
3.7
 • 183 Interviews
ThoughtWorks Interview Questions
3.9
 • 156 Interviews
Apexon Interview Questions
3.3
 • 149 Interviews
Luxoft Interview Questions
3.7
 • 128 Interviews
View all
Brillio UI Developer Salary
based on 6 salaries
₹7 L/yr - ₹14 L/yr
85% more than the average UI Developer Salary in India
View more details

Brillio UI Developer Reviews and Ratings

based on 2 reviews

2.1/5

Rating in categories

2.6

Skill development

1.0

Work-life balance

1.6

Salary

3.4

Job security

1.4

Company culture

1.0

Promotions

2.0

Work satisfaction

Explore 2 Reviews and Ratings
Senior Engineer
892 salaries
unlock blur

₹5.5 L/yr - ₹22 L/yr

Senior Software Engineer
615 salaries
unlock blur

₹7 L/yr - ₹27 L/yr

Software Engineer
275 salaries
unlock blur

₹3.5 L/yr - ₹15 L/yr

Technical Specialist
253 salaries
unlock blur

₹10 L/yr - ₹36.4 L/yr

Senior Software Development Engineer
194 salaries
unlock blur

₹6 L/yr - ₹21.2 L/yr

Explore more salaries
Compare Brillio with

Accenture

3.8
Compare

Xoriant

4.1
Compare

CitiusTech

3.3
Compare

HTC Global Services

3.5
Compare
write
Share an Interview