Physics Wallah Interview Experience for SDE 1 (Frontend)

physics wallah logo
physics wallah
· SDE 1 (Frontend)· Ongoing
October 2, 2025 · 91 reads

Summary

I interviewed for an SDE 1 (Frontend) position at Physics Wallah, which involved an HR screening and a technical round. The technical interview focused on core JavaScript, React, and CSS concepts, including some implementation challenges, providing valuable insights into frontend interview expectations.

Full Experience

I recently had an interview experience with Physics Wallah for the SDE 1 (Frontend) role. The process consisted of two main stages.

Initial Screening

This was a brief 15-minute phone call with HR. The primary goal was to shortlist my resume and schedule further interviews. There were no technical questions asked; the discussion focused on my availability and the specifics of the role.

Technical Round

The technical interview was a 1-hour video call. It was a comprehensive session covering JavaScript, React, and CSS fundamentals, alongside practical implementation questions. I felt quite confident with the React-related questions, though designing a custom hook to store previous values was a new learning curve for me. Overall, I found the experience to be very insightful, clearly demonstrating how frontend interviews assess both theoretical knowledge and applied coding skills.

Interview Questions (17)

1.

JavaScript Datatypes

Other

Discuss different datatypes in JavaScript.

2.

Var, Let, and Const Differences

Other

Explain the difference between var, let, and const.

3.

Hoisting in JavaScript

Other

Explain hoisting and provide an implementation example using var, let, and const.

4.

Temporal Dead Zone

Other

Describe the Temporal Dead Zone in JavaScript.

5.

Normal vs. Arrow Functions

Other

Explain the differences between normal and arrow functions, covering syntax and 'this' behavior.

6.

Callback Functions

Other

Explain what callback functions are.

7.

Debouncing and Throttling

Other

Explain debouncing and throttling.

8.

Map, Reduce, and Filter Differences

Other

Explain the difference between map, reduce, and filter array methods in JavaScript.

9.

Props vs. State in React

Other

Explain the difference between props and state in React.

10.

React Hooks Usage

Other

Discuss the usage of React hooks.

11.

React Lifecycle Methods and Hooks

Other

Explain React lifecycle methods and how they map to hooks.

12.

React Fragments

Other

Explain what React Fragments are.

13.

Cleanup Function in useEffect

Other

Explain the cleanup function within the useEffect hook.

14.

Counter with Custom Hook

Other

Implement a counter using useState and extend it with a custom hook to store the previous value.

15.

Controlled vs. Uncontrolled Components

Other

Explain the difference between controlled and uncontrolled components in React.

16.

CSS Box Model

Other

Explain the CSS box model.

17.

Centering a Div with CSS

Other

Describe different ways to center a div using CSS.

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!