Upload Button Icon Add office photos

Filter interviews by

eGrove Systems Reactjs Developer Interview Questions and Answers

Updated 15 Dec 2023

eGrove Systems Reactjs Developer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Nov 2023. 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 - Screening round 

(2 Questions)

  • Q1. What is UseState?
  • Ans. 

    UseState is a built-in hook in React that allows functional components to manage state.

    • UseState is used to declare a state variable in a functional component.

    • It returns an array with two elements: the current state value and a function to update the state.

    • The initial state value is passed as an argument to useState.

    • The state can be updated by calling the update function returned by useState.

    • UseState triggers a re-rende

  • Answered by AI
  • Q2. Explain about your previous project?

Interview Preparation Tips

Interview preparation tips for other job seekers - I recently applied for a ReactJs Developer position with 2year of experience and was invited for a face-to-face interview in Chennai. Prior to the interview, the HR informed me on mobile that first round would be a screening round, followed by a task round, and finally a CTO round. However, after reaching the interview location(Chennai), I came to know that HR person was on leave.
The first round was conducted by a existing developer of the company who seemed to lack the necessary skills for conducting a meaningful interview. Despite my efforts to provide concise and relevant answers to all questions the interviewer abruptly stopped the session and asked me to leave . As soon as I left the location, I was informed that they were looking for a lead role and my profile was not matching with the company's expectation. The experience was quite disheartening, rude and I feel compelled to express my dissatisfaction with the interview process.
Travelling over 450 kilometers from Coimbatore and spending over Rs.4200 for the interview, only to encounter an unprofessional and discourteous interview, has left me frustrated. I believe it is essential for the company to ensure that their interviewers are adequately trained to conduct assessments and that the process is respectful of candidates' time and efforts. I hope my feedback is considered for the improvement of future interview experiences for other candidates.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1 hour
React JS Basics
Codility

Round 2 - Technical 

(2 Questions)

  • Q1. What is props drilling?
  • Ans. 

    Props drilling is the process of passing props from a parent component to multiple levels of nested child components.

    • Props drilling can lead to a complex and inefficient code structure.

    • It can make it difficult to maintain and update the codebase.

    • Using context API or Redux can help avoid props drilling by providing a centralized state management solution.

  • Answered by AI
  • Q2. What is pure component
  • Ans. 

    Pure component is a class component in React that does not re-render if the state and props remain the same.

    • Pure components extend React.PureComponent class

    • They implement shouldComponentUpdate method with shallow comparison of props and state

    • Pure components are more efficient than regular components as they prevent unnecessary re-renders

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice and good

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Nuts and bolts game, to output date in a certain format, one SQL query

Round 2 - Technical 

(2 Questions)

  • Q1. Stacks and Queues
  • Q2. Linked lists, arrays, and many more basic fundamental Dsa questions.
Round 3 - Technical 

(2 Questions)

  • Q1. More about your resume projects.
  • Q2. Puzzles and reasoning is asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Try Puzzles on gfg, knows your projects that you have mentioned in your cv or resume, basic dsa is mostly asked with a focus on dbms.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Data structure and aptitude

Round 2 - Coding Test 

10 mins given for prepare for the problem and after completing the problem (program ) they asked to explain and asked to upgrade the program by reduce time complexity

Round 3 - Technical 

(2 Questions)

  • Q1. Topic given and want to explain
  • Q2. Reverse string without buildin funtion and for loop
  • Ans. 

    Reverse a string without using built-in functions or for loops

    • Use recursion to reverse the string

    • Pass the substring excluding the first character to the recursive function

    • Base case: return the character itself if the length of the string is 1

    • Concatenate the last character of the string with the result of the recursive call

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Introduce your self
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java and Python programming languages

    • Skilled in web development technologies like HTML, CSS, and JavaScript

    • Worked on projects involving database management with SQL

  • Answered by AI
  • Q2. Are you ok with agreement
  • Ans. 

    Yes, I am okay with agreement.

    • I am comfortable with signing agreements related to software development projects.

    • I understand the importance of agreements in protecting both parties involved in a project.

    • I am willing to review and negotiate agreements to ensure they are fair and reasonable.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confidence
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Divisibility, LCM, HCF.
Numbers, Decimals, Fractions, Powers.
Profit, Loss.
Simple interest and Compound interest.
Speed, Distance, Time.
Work and wages.
Trains, Boats, Streams-upstream/downstream, Circular track questions.
Cistern and pipes.

Round 2 - Coding Test 

Coding interviews test candidates' technical knowledge, coding ability, problem solving skills, and creativity, typically on a whiteboard.

Round 3 - Assignment 

Choose a topic based on the assignment.
2 Conduct research.
3 Write a thesis statement

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

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Promises in javascript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at National Institute of Engineering (NIE) and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 questions, Easy and medium based

Round 2 - Technical 

(1 Question)

  • Q1. Stacks queues and array questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical questions on projects
Round 4 - HR 

(1 Question)

  • Q1. How to tackle any uncertain situations? Behavioural questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was easy basic questions were there and we were asked to write two emails.

Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to projects
  • Q2. QBasic SQL questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. About self in a short way
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Discussion on experience and current role and responsibilities

Round 2 - Technical 

(2 Questions)

  • Q1. 1. Discuss one past project
  • Q2. 2. Design a job scheduler
  • Ans. 

    A job scheduler is a software application that manages the scheduling of tasks or jobs to be executed by a computer system.

    • Define the job scheduling requirements such as priority, deadline, resource constraints, etc.

    • Implement a scheduling algorithm like First Come First Serve, Shortest Job First, Round Robin, etc.

    • Maintain a queue of jobs to be executed and allocate resources accordingly.

    • Monitor job execution and handle...

  • Answered by AI

Skills evaluated in this interview

eGrove Systems Interview FAQs

How many rounds are there in eGrove Systems Reactjs Developer interview?
eGrove Systems interview process usually has 2 rounds. The most common rounds in the eGrove Systems interview process are Resume Shortlist.
How to prepare for eGrove Systems Reactjs 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 eGrove Systems. The most common topics and skills that interviewers at eGrove Systems expect are HTML, JQuery, Javascript and React.Js.

Tell us how to improve this page.

eGrove Systems Reactjs Developer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Reactjs Developer Interview Questions from Similar Companies

View all
eGrove Systems Reactjs Developer Salary
based on 4 salaries
₹3 L/yr - ₹4 L/yr
36% less than the average Reactjs Developer Salary in India
View more details
Information Technology Recruiter
11 salaries
unlock blur

₹1.7 L/yr - ₹3.3 L/yr

Talent Acquisition Executive
8 salaries
unlock blur

₹1.6 L/yr - ₹2.5 L/yr

US IT Recruiter
8 salaries
unlock blur

₹1.8 L/yr - ₹2.9 L/yr

Software Engineer
7 salaries
unlock blur

₹4.5 L/yr - ₹8.5 L/yr

Software Developer
7 salaries
unlock blur

₹1.5 L/yr - ₹8.5 L/yr

Explore more salaries
Compare eGrove Systems 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