Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Gedu Services Private Limited Team. If you also belong to the team, you can get access from here

Gedu Services Private Limited Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Gedu Services Private Limited React Js Frontend Developer Interview Questions and Answers

Updated 26 Nov 2024

Gedu Services Private Limited React Js Frontend Developer Interview Experiences

1 interview found

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

Round 1 - Technical 

(4 Questions)

  • Q1. [1,2,5,1,3,2,4,5.1] Write a code in Javascript to remove all duplicates from this code.
  • Q2. 1>0>1 What is the output of this code in Javascript?
  • Ans. 

    The output of the code is 1.

    • The expression 1>0 evaluates to true, which is then compared to 1 resulting in true.

    • In JavaScript, true is equivalent to 1 when used in numerical operations.

  • Answered by AI
  • Q3. +"10"+20+30 What is the output of this code?
  • Ans. 

    The output of the code is '102030'.

    • The code is concatenating the strings '10', '20', and '30'.

    • In JavaScript, when a string is concatenated with a number, the number is converted to a string before concatenation.

  • Answered by AI
  • Q4. What is redux and how to use redux in react.js?
  • Ans. 

    Redux is a state management library for JavaScript applications, commonly used with React.js.

    • Redux helps manage the state of an application in a predictable way.

    • It stores the entire state of the application in a single immutable object.

    • Actions are dispatched to update the state, and reducers specify how the state changes in response to actions.

    • Redux can be used in React.js applications by connecting components to the R...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Javascript concepts.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2022. There were 4 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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Related to skills that you have mentioned in your resume.
Round 3 - Aptitude Test 

It's Amcat test having 4 parts which is grammar, logical reasoning, basic mathematics and coding.

Round 4 - One-on-one 

(1 Question)

  • Q1. Another on screening nterview .

Interview Preparation Tips

Topics to prepare for NIIT Software Developer interview:
  • DSA
  • SQL
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

3 coding question around prime number arrays and strings

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce youself
  • Q2. Question around project and skill in the resume and one coding question to solve
Round 3 - Technical 

(2 Questions)

  • Q1. Question on project and skill in resume
  • Q2. 2 question arouond data structer and algorithm
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is indexing in dbms and oops qrelated questions
  • Q2. Indexing is way to optimize data retrival process

Interview Preparation Tips

Topics to prepare for NIIT Software Developer interview:
  • OOPS
  • SQL
Interview preparation tips for other job seekers - study oops
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sdlc lifecycle of components and architecture.
  • Ans. 

    SDLC lifecycle involves planning, designing, developing, testing, deploying, and maintaining software components and architecture.

    • SDLC (Software Development Life Cycle) includes phases like planning, designing, coding, testing, and maintenance.

    • Components are designed, developed, tested, and integrated into the overall architecture.

    • Architecture involves defining the structure, behavior, and interactions of software comp...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Role and responsibility my tasks and questions on project

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Feb 2023. There were 6 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Data structures
Round 3 - Technical 

(1 Question)

  • Q1. System Design fundamentals
Round 4 - Technical 

(1 Question)

  • Q1. System Design questions
Round 5 - Behavioral 

(1 Question)

  • Q1. What do you think about the negative news going around the company
Round 6 - HR 

(1 Question)

  • Q1. Why join this company

Interview Preparation Tips

Interview preparation tips for other job seekers - They took 5 rounds of interview. 3 of them were technical and had easy to moderate level of questions. Rest 2 were more of HR rounds.
After taking 5 rounds, they have the audacity of not even calling back, picking up the calls or providing us with any information. If you are not interested in taking the candidate then why waste their time?

Funniest part is that they are fully aware of what a rubbish organization it is. In the later rounds they talked about cost cutting, negative news around the company, and employee complaints for work life balance. However, they are great at gaslighting as well because they make these sound like employee problems not employer problems.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain about Android lifecycle
  • Ans. 

    Android lifecycle refers to the series of states that an activity or fragment goes through from creation to destruction.

    • Android lifecycle includes states like onCreate, onStart, onResume, onPause, onStop, onDestroy, etc.

    • Activities and fragments transition between these states based on user interactions and system events.

    • Understanding Android lifecycle is crucial for managing resources, saving state, and handling config...

  • Answered by AI
  • Q2. Explain about fragment lifecycle
  • Ans. 

    Fragment lifecycle refers to the series of events that occur in the lifespan of a fragment in an Android app.

    • Fragments go through various states like created, started, resumed, paused, stopped, and destroyed.

    • Fragment lifecycle methods include onCreate(), onCreateView(), onResume(), onPause(), onStop(), onDestroy(), etc.

    • Fragment lifecycle is closely tied to the hosting activity's lifecycle.

    • Understanding fragment lifecyc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Look into basics

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Javascript object manipulation based coding question
  • Q2. React based verbal questions
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About tech stack and related to that

I was interviewed in Mar 2018.

Interview Preparation Tips

General Tips: This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples and also used props on the table (like pens, paperweights, pen stands etc.) to explain my theories. It was my first offcampus interview, and I think I did pretty well for a fresher.
You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.
Skills: Communication, Problem Solving, Leadership, Decision Making Skills
Contribute & help others!
anonymous
You can choose to be anonymous

Gedu Services Private Limited Interview FAQs

How many rounds are there in Gedu Services Private Limited React Js Frontend Developer interview?
Gedu Services Private Limited interview process usually has 1 rounds. The most common rounds in the Gedu Services Private Limited interview process are Technical.
What are the top questions asked in Gedu Services Private Limited React Js Frontend Developer interview?

Some of the top questions asked at the Gedu Services Private Limited React Js Frontend Developer interview -

  1. What is redux and how to use redux in react....read more
  2. 1>0>1 What is the output of this code in Javascri...read more
  3. +"10"+20+30 What is the output of this co...read more

Recently Viewed

SALARIES

Isha Foundation

SALARIES

Fortis Healthcare

SALARIES

Self Coaching Classes

SALARIES

Manipal Hospitals

SALARIES

Smile Foundation

JOBS

Gedu Services Private Limited

No Jobs

INTERVIEWS

Gedu Services Private Limited

No Interviews

SALARIES

Microsoft Corporation

JOBS

HCLTech

No Jobs

SALARIES

T D Newton & Associates

Tell us how to improve this page.

Gedu Services Private Limited React Js Frontend Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Unacademy Interview Questions
3.0
 • 206 Interviews
upGrad Interview Questions
3.7
 • 198 Interviews
BCD Travel Interview Questions
4.3
 • 111 Interviews
Simplilearn Interview Questions
3.2
 • 101 Interviews
NIIT Interview Questions
3.6
 • 84 Interviews
Toppr Interview Questions
3.4
 • 64 Interviews
DISH TV Interview Questions
3.5
 • 59 Interviews
View all

Fast track your campus placements

View all
Customer Relationship Officer
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Relation Officer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Talent Acquisition Specialist
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Gedu Services Private Limited with

Unacademy

3.0
Compare

upGrad

3.7
Compare

Educomp Solutions

3.5
Compare

MeritNation

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