Upload Button Icon Add office photos
Engaged Employer

i

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

Physicswallah Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Physicswallah Front end Developer Interview Questions, Process, and Tips for Experienced

Updated 10 Aug 2024

Top Physicswallah Front end Developer Interview Questions and Answers for Experienced

Physicswallah Front end Developer Interview Experiences for Experienced

2 interviews found

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

I was interviewed in Feb 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. What is memoization in react
  • Ans. 

    Memoization is a technique used to optimize performance by storing the results of expensive function calls and returning the cached result when the same inputs occur again.

    • Memoization helps to avoid redundant calculations by storing the results of function calls.

    • It can be implemented using libraries like 'memo' in React or manually by storing results in a cache.

    • Memoization is commonly used in React to optimize renderin...

  • Answered by AI
  • Q2. Promise vs promise all
  • Ans. 

    Promise is used for asynchronous operations with a single result, while Promise.all is used for handling multiple promises simultaneously.

    • Promise is used for handling asynchronous operations with a single result

    • Promise.all is used for handling multiple promises simultaneously

    • Promise.all waits for all promises to resolve or any one to reject

  • Answered by AI
  • Q3. Minimum sum path
  • Q4. React Vs Angular
  • Ans. 

    React is a lightweight library for building user interfaces, while Angular is a full-fledged framework with more features and conventions.

    • React is more flexible and allows for more control over the code structure.

    • Angular provides more out-of-the-box features like routing, forms, and HTTP client.

    • React is easier to learn for beginners due to its simplicity.

    • Angular has a steeper learning curve but offers more built-in too...

  • Answered by AI
  • Q5. In what cases will you use Promise.all
  • Ans. 

    Promise.all is used to handle multiple promises concurrently and wait for all of them to resolve.

    • Use Promise.all when you need to make multiple asynchronous calls and wait for all of them to complete before proceeding.

    • It is useful for scenarios like fetching data from multiple APIs and processing them together.

    • Example: Promise.all([fetch('url1'), fetch('url2')]).then(responses => { // handle responses })

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. Situational questions
  • Q2. Questions related to day to day work

Skills evaluated in this interview

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

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

Round 1 - Assignment 

Api Call with pagination support, Card with button.

Round 2 - Coding Test 

Same , Just changed the difficulties

Front end Developer Interview Questions Asked at Other Companies for undefined

asked in JUSPAY
Q1. Dijkstra's Shortest Path Problem Statement You are given an undir ... read more
asked in JUSPAY
Q2. Encode N-ary Tree to Binary Tree Problem Statement You are provid ... read more
asked in JUSPAY
Q3. Path Existence in Directed Graph Given a directed and unweighted ... read more
Q4. Chocolate Distribution Problem You are given an array/list CHOCOL ... read more
asked in Nutanix
Q5. implement a calculator class which does this cal.add(2).sub(3).mu ... read more

Interview questions from similar companies

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 Questionnaire 

1 Question

  • Q1. Hash Table in JavaScript Basic HTML CSS Layout React Class Components with Lifecycle Methods React Hooks
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Question were very basic from array and stacks

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
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
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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Asking the dp and tree and other

Round 2 - One-on-one 

(1 Question)

  • Q1. Asking the project based question and
Round 3 - HR 

(1 Question)

  • Q1. Some question asking base on cultural base and resume based

Physicswallah Interview FAQs

How many rounds are there in Physicswallah Front end Developer interview for experienced candidates?
Physicswallah interview process for experienced candidates usually has 2 rounds. The most common rounds in the Physicswallah interview process for experienced candidates are Technical, Behavioral and Assignment.
How to prepare for Physicswallah Front end Developer interview for experienced candidates?
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 Physicswallah. The most common topics and skills that interviewers at Physicswallah expect are React.Js, Javascript, Redux, TypeScript and UI Development.
What are the top questions asked in Physicswallah Front end Developer interview for experienced candidates?

Some of the top questions asked at the Physicswallah Front end Developer interview for experienced candidates -

  1. In what cases will you use Promise....read more
  2. What is memoization in re...read more
  3. Promise vs promise ...read more

Tell us how to improve this page.

Physicswallah Front end Developer Interview Process for Experienced

based on 2 interviews

Interview experience

4
  
Good
View more
Physicswallah Front end Developer Salary
based on 12 salaries
₹3.6 L/yr - ₹16 L/yr
51% more than the average Front end Developer Salary in India
View more details

Physicswallah Front end Developer Reviews and Ratings

based on 4 reviews

5.0/5

Rating in categories

4.5

Skill development

4.7

Work-life balance

4.5

Salary

4.1

Job security

4.7

Company culture

4.3

Promotions

4.7

Work satisfaction

Explore 4 Reviews and Ratings
Associate
321 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
262 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Manager
238 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
133 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Professor
129 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Physicswallah with

Unacademy

3.0
Compare

BYJU'S

3.1
Compare

Vedant

4.2
Compare

Toppr

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