Upload Button Icon Add office photos
Engaged Employer

i

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

CollegeDekho Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

CollegeDekho React Js Frontend Developer Interview Questions and Answers

Updated 17 Feb 2023

CollegeDekho React Js Frontend Developer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed in Jan 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 - Coding Test 

DSA, React, JavaScript, Rest API, Redux, VUE js,

Round 3 - Technical 

(2 Questions)

  • Q1. What is virtual DOM?
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM used for efficient updates.

    • Virtual DOM is a concept used in React to improve performance.

    • It is a lightweight copy of the actual DOM.

    • It is used to minimize the number of updates needed to be made to the actual DOM.

    • When a change is made to the virtual DOM, React compares it with the previous version and only updates the necessary changes to the actual DOM.

    • This results i...

  • Answered by AI
  • Q2. What is Redux?How to implement Redux?
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux is a state management library for JavaScript applications.

    • It helps in managing the state of an application in a predictable way.

    • Redux follows a unidirectional data flow pattern.

    • To implement Redux, we need to define actions, reducers, and a store.

    • Actions are plain JavaScript objects that describe what happened.

    • Reducers specify how the application's state c...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice DSA more if you want to work in a product base company. Be confident, and take time to understand the question.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Given two questions on personal round

Round 2 - Technical 

(2 Questions)

  • Q1. Technical 1 to 1
  • Q2. On dsa
Round 3 - HR 

(1 Question)

  • Q1. Final and friendly round
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basic question of javascript like temporal dead zone, hoisting
  • Q2. Basic of sql and mongo
Round 2 - Technical 

(2 Questions)

  • Q1. Logic bluiding question
  • Q2. 2 leet code quesztion
Round 3 - HR 

(1 Question)

  • Q1. Slaray negotiation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

Medium to hard level DSA from leetcode

Round 2 - Coding Test 

Medium to hard level DSA from leetcode

Round 3 - HR 

(1 Question)

  • Q1. General HR questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be good at problem solving.
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 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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. No any interview
  • Q2. It's aptitude test only

Interview Preparation Tips

Interview preparation tips for other job seekers - .Be prepared

Software Developer Interview Questions & Answers

Chegg user image Yashwant Panchal

posted on 21 Nov 2024

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

Question on Linked list. array and string manipulation.

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

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Number system,30 min duration

Round 2 - Technical 

(2 Questions)

  • Q1. What is promises
  • Ans. 

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

    • Promises are used in JavaScript to handle asynchronous operations.

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

    • Promises can be chained together using .then() to handle success or failure.

    • They help avoid callback hell and make asynchronous code more readable.

    • Example: const myPromise = new Promise((res

  • Answered by AI
  • Q2. What is html and css
  • Ans. 

    HTML and CSS are languages used for creating and styling web pages.

    • HTML (Hypertext Markup Language) is used for structuring content on a web page.

    • CSS (Cascading Style Sheets) is used for styling the appearance of the content.

    • HTML uses tags to define elements like headings, paragraphs, images, and links.

    • CSS allows for customization of colors, fonts, layouts, and more.

    • Both HTML and CSS are essential for creating visually

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Asked about lazy loading ?
  • Q2. What do you mean by denouncing?
  • Ans. 

    Denouncing refers to publicly declaring something as wrong or evil.

    • Denouncing is the act of condemning or criticizing something publicly.

    • It is often done to express disapproval or to call attention to a wrongdoing.

    • Examples include denouncing acts of violence, discrimination, or corruption.

    • Denouncing can also be used in political contexts to criticize policies or actions of a government.

  • Answered by AI
  • Q3. How redux state are cleaned ?
  • Ans. 

    Redux state can be cleaned by dispatching an action to reset the state to its initial values.

    • Dispatching an action with type 'RESET_STATE'

    • Updating the reducer to return the initial state when 'RESET_STATE' action is dispatched

  • Answered by AI
  • Q4. Sorting the array
  • Q5. Make pagination and sorting coding questions.
Round 2 - Technical 

(4 Questions)

  • Q1. How Netflix video loading works it was of system design
  • Ans. 

    Netflix uses a content delivery network (CDN) to efficiently load videos based on user location and network conditions.

    • Netflix uses a distributed network of servers to store and deliver video content closer to users for faster loading times.

    • Content is cached on servers located in various regions to reduce latency and improve streaming quality.

    • Netflix employs adaptive bitrate streaming to adjust video quality based on a...

  • Answered by AI
  • Q2. How can we download csv file of more then 1000mb and show the data that is downloaded while downloading?
  • Ans. 

    To download a large CSV file (>1000mb) and show the data while downloading, use streaming and pagination techniques.

    • Implement streaming to download the file in chunks instead of all at once.

    • Use pagination to display the downloaded data in parts as it is being downloaded.

    • Consider using libraries like PapaParse for parsing CSV data efficiently.

    • Show a progress bar or indicator to inform the user about the download status.

  • Answered by AI
  • Q3. Pattern question
  • Q4. React assingment

Interview Preparation Tips

Interview preparation tips for other job seekers - They will say one round and can take multiple rounds. Also some question is second round will be out of your mind like I mentioned above

Skills evaluated in this interview

CollegeDekho Interview FAQs

How many rounds are there in CollegeDekho React Js Frontend Developer interview?
CollegeDekho interview process usually has 3 rounds. The most common rounds in the CollegeDekho interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in CollegeDekho React Js Frontend Developer interview?

Some of the top questions asked at the CollegeDekho React Js Frontend Developer interview -

  1. What is Redux?How to implement Red...read more
  2. What is virtual D...read more

Tell us how to improve this page.

CollegeDekho React Js Frontend Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Planet Spark Interview Questions
3.7
 • 370 Interviews
Whitehat jr Interview Questions
3.4
 • 262 Interviews
Unacademy Interview Questions
3.0
 • 207 Interviews
upGrad Interview Questions
3.6
 • 201 Interviews
NxtWave Interview Questions
3.8
 • 186 Interviews
Vedantu Interview Questions
3.3
 • 184 Interviews
Chegg Interview Questions
4.1
 • 156 Interviews
Simplilearn Interview Questions
3.2
 • 104 Interviews
View all
Academic Counsellor
226 salaries
unlock blur

₹1.9 L/yr - ₹5 L/yr

Senior Executive
128 salaries
unlock blur

₹3.2 L/yr - ₹7 L/yr

Assistant Manager
102 salaries
unlock blur

₹4.2 L/yr - ₹9.6 L/yr

Senior Academic Counsellor
82 salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Executive
62 salaries
unlock blur

₹2.2 L/yr - ₹5 L/yr

Explore more salaries
Compare CollegeDekho with

BYJU'S

3.1
Compare

Whitehat jr

3.4
Compare

Unacademy

3.0
Compare

Extramarks Education

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