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 Interview Questions, Process, and Tips

Updated 2 Mar 2025

Top Physicswallah Interview Questions and Answers

View all 93 questions

Physicswallah Interview Experiences

Popular Designations

196 interviews found

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. Tell me about your project?
  • Ans. 

    Developed a web application for tracking personal fitness goals and progress.

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end functionality

    • Utilized MongoDB for database management

  • Answered by AI
  • Q2. What is useState, useEffect, useRedux?
  • Ans. 

    useState, useEffect, useRedux are hooks in React for managing state and side effects.

    • useState is a hook used for managing state in functional components.

    • useEffect is a hook used for handling side effects in functional components.

    • useRedux is not a built-in hook, but a common convention for using Redux with React.

  • Answered by AI
  • Q3. Tell me the changes too place in 2015 EcMascript?
  • Ans. 

    In 2015, EcmaScript 6 (ES6) was released with significant updates and new features.

    • Introduction of let and const for block-scoped variables

    • Arrow functions for more concise syntax

    • Classes for object-oriented programming

    • Template literals for string interpolation

    • Enhanced object literals and destructuring assignments

  • Answered by AI
  • Q4. Explain the flow about how API works?
  • Ans. 

    API works by allowing different software applications to communicate with each other through a set of rules and protocols.

    • API receives a request from a client application

    • API processes the request and interacts with the server

    • API sends back a response to the client application

    • Examples: REST API, SOAP API

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You must be thorough about your project.

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic sql and excel question

Associate Manager Interview Questions asked at other Companies

Q1. How will you calculate tension on the sheet which is being given OFF, by Pay off reel ?
View answer (5)
Physicswallah Interview Questions and Answers for Freshers
illustration image

Academic Counsellor Interview Questions & Answers

user image Shantanu Bhattacharjee

posted on 17 Aug 2024

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Brief yourself to the HR
  • Ans. 

    I am a dedicated academic counsellor with 5 years of experience in guiding students towards their educational and career goals.

    • Experienced academic counsellor with 5 years of experience

    • Passionate about helping students achieve their educational and career goals

    • Strong communication and interpersonal skills

    • Familiar with various educational pathways and career options

    • Ability to provide personalized guidance and support to

  • Answered by AI
  • Q2. Will give you some situation related to career couseling of an particular student

Academic Counsellor Interview Questions asked at other Companies

Q1. How will you convince a village person to buy vedantu course.
View answer (5)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

50 aptitute questions with general theroies and Jee questions.

Round 2 - Coding Test 

Leetcode meduim level

Academic Mentor Interview Questions asked at other Companies

Q1. What is the area of a circle? What is the circumference of a circle? What is Photosynthesis? What is a Vector ?
View answer (3)

Physicswallah interview questions for popular designations

 Senior Associate

 (8)

 Associate

 (8)

 Business Analyst

 (7)

 Academic Counsellor

 (6)

 Professor

 (6)

 Counsellor

 (5)

 Business Development Associate

 (5)

 Junior Associate

 (4)

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

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)

Get interview-ready with Top Physicswallah Interview Questions

Intern Interview Questions & Answers

user image Anonymous

posted on 19 Oct 2024

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

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Interview was there
  • Q2. Then project given

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Jobs at Physicswallah

View all

AGM Purchase Interview Questions & Answers

user image Anonymous

posted on 29 Oct 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Salary details and technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Very bad experience.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Promise.all, array.filter ployfill
  • Q2. Design a file manager like in VS code
  • Ans. 

    Design a file manager similar to VS code

    • Implement a sidebar for file navigation

    • Include features like search, filter, and sort options

    • Allow users to create, delete, rename, and move files and folders

    • Support for multiple tabs and split views for editing multiple files

    • Provide syntax highlighting and code completion for various file types

  • Answered by AI

Skills evaluated in this interview

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Ai technologies you ypu
  • Q2. Past intern experience

Content Writing Intern Interview Questions asked at other Companies

Q1. what was the reason for afghanistan crises?
View answer (1)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sql questions around window functions

Senior Product Analyst Interview Questions asked at other Companies

Q1. Which is better. 5% discount to get 30% increase in trips or 10% discount to get 50% increase in trips or 15% discount to get 65% increase in trips, considering avg trip value is constant
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

Physicswallah Interview FAQs

How many rounds are there in Physicswallah interview?
Physicswallah interview process usually has 2-3 rounds. The most common rounds in the Physicswallah interview process are One-on-one Round, HR and Resume Shortlist.
How to prepare for Physicswallah 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 Physicswallah. The most common topics and skills that interviewers at Physicswallah expect are Communication Skills, Teaching, Excel, Marketing and Business Development.
What are the top questions asked in Physicswallah interview?

Some of the top questions asked at the Physicswallah interview -

  1. Explain right and left shift of oxy-Hb curve Name the cell of nervous tissue ...read more
  2. What are the different types of joins in SQL, and can you explain ea...read more
  3. Tracheal cartilage which is complete, Bronchial t...read more
How long is the Physicswallah interview process?

The duration of Physicswallah interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

REVIEWS

ADA Tech Solutions Private Limited

No Reviews

SALARIES

Aakash Educational Services

SALARIES

Aakash Educational Services

SALARIES

Valenta AI Private Limited

REVIEWS

Aakash Educational Services

No Reviews

SALARIES

B2x Service Solutions

SALARIES

Aakash Educational Services

SALARIES

Cogniter Technologies

JOBS

HRH Next Services

No Jobs

Tell us how to improve this page.

Physicswallah Interview Process

based on 311 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Planet Spark Interview Questions
3.7
 • 356 Interviews
Unacademy Interview Questions
3.0
 • 206 Interviews
upGrad Interview Questions
3.7
 • 198 Interviews
Simplilearn Interview Questions
3.2
 • 101 Interviews
Toppr Interview Questions
3.4
 • 64 Interviews
Embibe Interview Questions
3.5
 • 60 Interviews
Great Learning Interview Questions
3.7
 • 56 Interviews
MeritNation Interview Questions
3.6
 • 7 Interviews
Vedant Interview Questions
4.2
 • 1 Interview
View all

Physicswallah Reviews and Ratings

based on 1.6k reviews

3.8/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

3.6

Salary

3.4

Job security

3.6

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 1.6k Reviews and Ratings
Lecturer

Chennai,

Bangalore / Bengaluru

3-8 Yrs

Not Disclosed

Desktop Publisher

Noida,

Delhi/Ncr

1-4 Yrs

₹ 1.25-4 LPA

Curriculum Developer - K10

Noida

2-7 Yrs

₹ 3-6 LPA

Explore more jobs
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