Upload Button Icon Add office photos

Filter interviews by

Brillo Technologies Reactjs Developer Interview Questions and Answers

Updated 8 Feb 2022

Brillo Technologies Reactjs Developer Interview Experiences

1 interview found

I applied via Recruitment Consulltant and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Triangle and reverse triangle pattern in JavaScript. 2.Regular JS questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up basics, they are expecting DS and algo.

Interview questions from similar companies

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

Round 1 - Telephonic Call 

(4 Questions)

  • Q1. What is difference between get props and set props
  • Ans. 

    get props is used to retrieve the value of a property in React components, while set props is used to update the value of a property.

    • get props is used to access the value of a property passed down from a parent component

    • set props is used to update the value of a property in the current component

    • Example: get props - accessing the 'name' prop in a child component: this.props.name

    • Example: set props - updating the 'count' ...

  • Answered by AI
  • Q2. What is difference between get for each and map
  • Ans. 

    get forEach is used to iterate over elements in an array without returning a new array, while map creates a new array by applying a function to each element.

    • forEach does not return a new array, while map returns a new array with the results of applying a function to each element

    • forEach is used for side effects, while map is used for transforming data

    • forEach does not return anything, while map returns a new array

    • Example...

  • Answered by AI
  • Q3. Difference between put and patch
  • Ans. 

    PUT is used to update or replace an entire resource, while PATCH is used to update or modify part of a resource.

    • PUT is idempotent, meaning multiple identical requests will have the same effect as a single request.

    • PATCH is not necessarily idempotent, as multiple identical requests may have different effects.

    • PUT requires the client to send the entire updated resource, while PATCH only requires the client to send the spec...

  • Answered by AI
  • Q4. Difference between local storage session storage
  • Ans. 

    Local storage is persistent and stays until manually cleared, while session storage is temporary and cleared when the browser is closed.

    • Local storage data persists even after closing the browser

    • Session storage data is cleared when the browser is closed

    • Both store data as key-value pairs similar to cookies

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Basics of Javascript
  • Q2. Basics of React

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared basics of All the front technology like JavaScript, Typescript, HTML and CSS
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 Apr 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Ask to write code for equal and hashcode in notepad
  • Q2. Type of Collections and its internal working
  • Ans. 

    Java collections are data structures that store and manipulate groups of objects.

    • Types of collections include List, Set, Map, Queue, etc.

    • Internal workings involve data structures like arrays, linked lists, hash tables, etc.

    • Collections framework provides interfaces and classes for working with collections.

  • Answered by AI
  • Q3. Count number of occurrence of string from Array
  • Ans. 

    Count occurrences of a specific string in an array of strings.

    • Iterate through the array and use a HashMap to store the count of each string.

    • Use the string as key and increment the count each time it is encountered.

    • Return the count of the specific string at the end.

  • Answered by AI
  • Q4. Write a code using stream
  • Ans. 

    Using stream to filter a list of strings

    • Use the filter method to apply a predicate to each element in the stream

    • Convert the stream back to a list using the collect method

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Due to network and power issue interview and processed

Skills evaluated in this interview

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

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test had two questions which we should solve using any of the programing language

Round 2 - One-on-one 

(2 Questions)

  • Q1. Why do we use truncate in sql
  • Ans. 

    Truncate is used in SQL to quickly delete all records from a table without logging individual row deletions.

    • Truncate is faster than using DELETE statement as it does not log individual row deletions.

    • Truncate resets the identity seed value of the table.

    • Truncate cannot be rolled back and does not activate triggers.

  • Answered by AI
  • Q2. Memory management techniques in os.
  • Ans. 

    Memory management techniques in operating systems involve allocation, deallocation, and optimization of memory usage.

    • Memory partitioning: dividing memory into fixed-size or variable-size partitions for allocation to processes.

    • Paging: dividing memory into fixed-size blocks and allocating them to processes as needed.

    • Segmentation: dividing memory into logical segments based on program structure.

    • Virtual memory: using disk ...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Just gave description about the jd.

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure all basics are covered properly like os, dbms, dsa etc

Skills evaluated in this interview

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

(1 Question)

  • Q1. Project related questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good number of questions on permutations, english etc

Round 2 - HR 

(1 Question)

  • Q1. What do you know about this company?
  • Ans. 

    The company is a leading software development firm specializing in creating innovative solutions for various industries.

    • Specializes in creating innovative software solutions

    • Works with clients from various industries

    • Known for high-quality and reliable products

    • Has a strong team of experienced developers

    • Focuses on staying up-to-date with the latest technologies

  • Answered by AI
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 - HR 

(1 Question)

  • Q1. General discussion on experience
Round 3 - Technical 

(3 Questions)

  • Q1. Knowledge on SQL and how to write a query
  • Q2. Knowledge on DSA and coding problems to solve.
  • Q3. Knowledge on APIS (structure, security etc.)

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your concepts.
Be confident about stuff that you know but be humble enough to say No to what you don't know.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops, java8, algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare java well
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

30 min .. time, speed, distance

Round 2 - Coding Test 

Normal easy qus via leetcode

Brillo Technologies Interview FAQs

How many rounds are there in Brillo Technologies Reactjs Developer interview?
Brillo Technologies interview process usually has 1 rounds. The most common rounds in the Brillo Technologies interview process are Technical.

Tell us how to improve this page.

Senior Engineer
14 salaries
unlock blur

₹7.5 L/yr - ₹21 L/yr

Senior Software Engineer
10 salaries
unlock blur

₹10 L/yr - ₹21.5 L/yr

Technical Specialist
10 salaries
unlock blur

₹15.5 L/yr - ₹26 L/yr

Software Engineer
7 salaries
unlock blur

₹5.1 L/yr - ₹8.5 L/yr

Senior Technical Lead
4 salaries
unlock blur

₹17.5 L/yr - ₹45 L/yr

Explore more salaries
Compare Brillo Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview