Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Excellence Technologies Team. If you also belong to the team, you can get access from here

Excellence Technologies Verified Tick

Compare button icon Compare button icon Compare
3.2

based on 57 Reviews

Filter interviews by

Excellence Technologies React Developer Interview Questions and Answers

Updated 27 Sep 2022

Excellence Technologies React Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Sep 2021. There were 3 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 - HR 

(2 Questions)

  • Q1. Info about the acedemics
  • Q2. Any projects that you have worked on
  • Ans. 

    Developed a React-based e-commerce website

    • Implemented a responsive design using React and Bootstrap

    • Integrated payment gateway using Stripe API

    • Implemented user authentication and authorization using Firebase

    • Developed a search functionality using Algolia search API

  • Answered by AI
Round 3 - Coding Test 

Basics of javascript and react

Interview Preparation Tips

Interview preparation tips for other job seekers - just go through the basics of javascript and react js

Interview questions from similar companies

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

(2 Questions)

  • Q1. How do you reverse a list in Python?
  • Ans. 

    To reverse a list in Python, you can use the built-in reverse() method or slicing technique.

    • Use the reverse() method to reverse the list in place: list.reverse()

    • Use slicing to create a new reversed list: reversed_list = list[::-1]

  • Answered by AI
  • Q2. Use the reverse method()
  • Ans. 

    The reverse method() is used to reverse the order of elements in an array.

    • Use the reverse() method on an array to reverse the order of its elements.

    • Example: $arr = [1, 2, 3]; reverse($arr); // Output: [3, 2, 1]

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Customize your resume for each job.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. They ask me about my previous job description details and education details
  • Q2. About carrier goals
  • Q3. About my responsibility in side the current company
Round 2 - Technical 

(2 Questions)

  • Q1. They ask me about core concept of react js and next js
  • Q2. Ask me about core concepts of mongo Db and Node js
Round 3 - HR 

(1 Question)

  • Q1. They told me about company curriculum, goals and ethics

Interview Preparation Tips

Topics to prepare for HyScaler Junior Software Developer interview:
  • React.Js
  • Node.Js
  • MongoDB
  • Linux
Interview preparation tips for other job seekers - This is one of the most well structured company and they used latest technology to build product and services. Very supportive seniors and Hrs. So i highly recommend for job seekers to work in this company
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is debugging
  • Ans. 

    Debugging is the process of identifying and fixing errors or bugs in software code.

    • Identifying and isolating issues in the code

    • Using tools like breakpoints and print statements to track down bugs

    • Fixing errors to ensure the code runs correctly

    • Testing the code to verify that the bugs have been resolved

  • Answered by AI
  • Q2. How debugging can be achieved
  • Ans. 

    Debugging can be achieved by identifying and fixing errors in the code.

    • Use debugging tools like breakpoints to pause the code execution and inspect variables

    • Review the code logic and look for syntax errors or logical mistakes

    • Utilize logging to track the flow of the program and identify issues

    • Test the code with different inputs to reproduce and isolate the bugs

    • Collaborate with team members to get fresh perspectives on t

  • Answered by AI
  • Q3. Tell me about Yourself

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Hard questions,its difficult to think and solve,

Round 2 - Coding Test 

Very hard logical questions,which made hard to think logically

Interview Preparation Tips

Interview preparation tips for other job seekers - take practice more
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

It was js coding and react native related questions.

Round 2 - Technical 

(1 Question)

  • Q1. It was technical skills of Android and iOS application related react native
Round 3 - Face to face round 

(1 Question)

  • Q1. It was discussed about your career and judge our professional career.

Interview Preparation Tips

Interview preparation tips for other job seekers - All was good
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 3 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 - Aptitude Test 

Some question basis on JavaScript are asked in google form.

Round 3 - Technical 

(2 Questions)

  • Q1. Interviewer give some links from Freecodecamp. Interviewer give some time for solving question you need to pass the all test cases.
  • Q2. Wordblank , Data Algorithm que

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through all question from free code camp. They didn't take even introduction from you in technical round.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Mar 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Mainly the react questions was asked Functions API Hooks
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Javascript basic questions, React Native interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your basic understanding of javascript
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Clone a Todo Application UI using ReactJS, Sass
  • Ans. 

    Clone a Todo Application UI using ReactJS, Sass

    • Create a new ReactJS project using create-react-app

    • Design the UI using Sass and implement it in ReactJS

    • Use state and props to manage the todo list

    • Add functionality to add, delete and mark tasks as complete

    • Implement local storage to persist data

    • Test the application thoroughly

  • Answered by AI
  • Q2. Explain the order of specifity in CSS classes, elements, ids, etc
  • Ans. 

    Explanation of CSS specificity hierarchy

    • Inline styles have the highest specificity

    • IDs have higher specificity than classes and elements

    • Multiple selectors with the same specificity are resolved by the order in which they appear in the stylesheet

    • The universal selector (*) has the lowest specificity

  • Answered by AI
Round 3 - Coding Test 

This round was more focused on the problem solving. 2 coding questions were asked. The round was for an hour

Round 4 - Technical 

(1 Question)

  • Q1. How does Server-Side Rendering work?
  • Ans. 

    Server-Side Rendering (SSR) is the process of rendering web pages on the server and sending the HTML to the client.

    • SSR improves website performance and SEO by reducing load times and providing search engines with fully rendered pages.

    • React provides a library called ReactDOMServer that allows developers to render React components on the server.

    • SSR requires a server-side framework or library, such as Next.js or Gatsby, t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare more Basic JavaScript questions & have basic problem solving skills from sites like Leetcode, etc

Skills evaluated in this interview

Excellence Technologies Interview FAQs

How many rounds are there in Excellence Technologies React Developer interview?
Excellence Technologies interview process usually has 3 rounds. The most common rounds in the Excellence Technologies interview process are Resume Shortlist, HR and Coding Test.

Tell us how to improve this page.

People are getting interviews through

based on 1 Excellence Technologies interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

React Developer Interview Questions from Similar Companies

View all
Excellence Technologies React Developer Salary
based on 7 salaries
₹2.4 L/yr - ₹9.1 L/yr
23% less than the average React Developer Salary in India
View more details
Web Developer
15 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Software Developer
12 salaries
unlock blur

₹1.8 L/yr - ₹8.5 L/yr

Reactjs Developer
12 salaries
unlock blur

₹3 L/yr - ₹4.2 L/yr

Node JS Developer
10 salaries
unlock blur

₹2.4 L/yr - ₹4.3 L/yr

Front end Developer
9 salaries
unlock blur

₹2.4 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Excellence Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview