Upload Button Icon Add office photos
Engaged Employer

i

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

Whatfix Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Whatfix Interview Questions, Process, and Tips for Experienced

Updated 16 Jan 2025

Top Whatfix Interview Questions and Answers for Experienced

View all 6 questions

Whatfix Interview Experiences for Experienced

Popular Designations

9 interviews found

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

I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Questions regarding data structures and algorithms, SQL, and object-oriented programming.

Round 2 - Coding Test 

Questions covered topics including .NET Core, JavaScript, and React.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly for the coding questions.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you explain React Higher Order Component to a 5 year old
  • Ans. 

    Higher Order Component is like a magic spell that can make any component do special things.

    • HOC is a function that takes a component and returns a new component with added functionality

    • It's like adding a superpower to a regular component

    • For example, a HOC can add authentication or data fetching capabilities to a component

  • Answered by AI
  • Q2. Why would you use React class component over functional component
  • Ans. 

    Class components have access to lifecycle methods and state, while functional components are simpler and more lightweight.

    • Class components have access to lifecycle methods such as componentDidMount, componentDidUpdate, componentWillUnmount, etc.

    • Class components have the ability to hold and manage local component state.

    • Functional components are simpler, more lightweight, and easier to read and test.

    • Functional components...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Design a Todo system in React
  • Ans. 

    A Todo system in React for managing tasks and deadlines

    • Use React state to manage the list of tasks

    • Create components for adding, editing, and deleting tasks

    • Implement functionality for marking tasks as completed

    • Include a filter option for viewing completed and pending tasks

  • Answered by AI
  • Q2. Store the Todo items in the local storage and retrieve them

Interview Preparation Tips

Topics to prepare for Whatfix Lead Front End Developer interview:
  • React JS
  • Javascript
Interview preparation tips for other job seekers - Prepare strongly in React JS, Hooks, and custom hooks.

Skills evaluated in this interview

Lead Front End Developer Interview Questions asked at other Companies

Q1. Can you explain React Higher Order Component to a 5 year old
View answer (1)

Sales Associate Interview Questions & Answers

user image Abhishek Rajput

posted on 5 Mar 2024

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

I applied via Approached by Company and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Normal round, about your past experience, your strengths (technical), question based on strengths, ex - drafting email if that's what told as your strength
Round 2 - One-on-one 

(1 Question)

  • Q1. Same like round 1 but with bit more difficulty level

Sales Associate Interview Questions asked at other Companies

Q1. How can you convince me to purchase a pen??
View answer (6)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Was questioned on web dev fundamentals (HTML, CSS, Javascript) and Python (was leaned on Object-Oriented principles)

Solution Architect Interview Questions asked at other Companies

Q1. Difference Between classic folder and Modern folder?
View answer (10)

Whatfix interview questions for popular designations

 Solution Engineer

 (3)

 Software Engineer

 (2)

 Product Manager

 (2)

 Technical Support Engineer

 (1)

 Project Manager

 (1)

 Backend Developer

 (1)

 Sales Associate

 (1)

 Software Development Engineer

 (1)

BD Executive Interview Questions & Answers

user image Anonymous

posted on 23 May 2024

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

I applied via Referral and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

General topics just focus on your comm skills

Round 2 - One-on-one 

(1 Question)

  • Q1. Be honest show that you are willing to learn

BD Executive Interview Questions asked at other Companies

Q1. Tell me about yourself About sales marketing How to sell a product to customer who doesn't need that product How can you convince a customer to buy your product Will you handle stress and how Why did you chose academor What motivates you to... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Small guesstimates like, total number of pizza sold in a day in your city
  • Ans. 

    It is estimated that around 1000 pizzas are sold in a day in our city.

    • Consider the population of the city

    • Look at the number of pizza outlets in the city

    • Analyze the average number of pizzas sold per outlet per day

  • Answered by AI

Performance Marketing Manager Interview Questions asked at other Companies

Q1. What are the key metrics or levers to measure to decide if you want to add a new Paid Marketing Channel to your Performance Marketing Funnel?
View answer (1)

Jobs at Whatfix

View all
Round 1 - Technical 

(1 Question)

  • Q1. The question was on DSA and graph theory
Round 2 - One-on-one 

(1 Question)

  • Q1. Again DSA, Design patterns
Round 3 - One-on-one 

(1 Question)

  • Q1. General discussion with VP
Round 4 - One-on-one 

(1 Question)

  • Q1. One on one with the Manager

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on the DSA and LLD part, System design was not asked much

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
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Leetcode style hard problem plus some Java questions

Round 2 - Technical 

(2 Questions)

  • Q1. Systems design typical hld
  • Ans. 

    High-level design (HLD) is a blueprint of the system architecture, focusing on the overall structure and components.

    • Identify system requirements and constraints

    • Define system components and their interactions

    • Specify interfaces between components

    • Consider scalability, reliability, and performance

    • Document design decisions and rationale

  • Answered by AI
  • Q2. Elevator design complex problem
  • Ans. 

    Designing elevators involves considering factors like capacity, speed, safety, and energy efficiency.

    • Consider the number of floors in the building and the expected traffic flow.

    • Choose the appropriate elevator type (e.g. hydraulic, traction) based on building height and usage.

    • Factor in safety features such as emergency brakes and sensors.

    • Optimize energy efficiency through regenerative drives and smart scheduling algorit

  • Answered by AI

Skills evaluated in this interview

Principal Engineer Interview Questions asked at other Companies

Q1. what technique did you use to understand the root cause of the problem and isolate the specific task or process that needed attention
View answer (3)

Interview Questionnaire 

1 Question

  • Q1. First discussion was solely one what I do, what are kind of roles dealt with, how do I assess, what are the parameters to assess for xyz roles, tell the sequence of priority when looking at a profile for x...

Talent Acquisition Specialist Interview Questions asked at other Companies

Q1. Can you explain your experience with writing Boolean search queries and provide an example you have created live?
View answer (2)

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Coding Test 

Easy and medium level questions on array linked list

Interview Preparation Tips

Interview preparation tips for other job seekers - dont waste time on this one

Whatfix Interview FAQs

How many rounds are there in Whatfix interview for experienced candidates?
Whatfix interview process for experienced candidates usually has 2 rounds. The most common rounds in the Whatfix interview process for experienced candidates are One-on-one Round, Technical and Coding Test.
How to prepare for Whatfix 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 Whatfix. The most common topics and skills that interviewers at Whatfix expect are cisco, Adobe, Application Support, SAAS and Cisco.
What are the top questions asked in Whatfix interview for experienced candidates?

Some of the top questions asked at the Whatfix interview for experienced candidates -

  1. Can you explain React Higher Order Component to a 5 year ...read more
  2. Why would you use React class component over functional compon...read more
  3. Small guesstimates like, total number of pizza sold in a day in your c...read more
How long is the Whatfix interview process?

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

Tell us how to improve this page.

Whatfix Interview Process for Experienced

based on 7 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 436 Interviews
Udaan Interview Questions
3.9
 • 337 Interviews
Meesho Interview Questions
3.7
 • 335 Interviews
Zepto Interview Questions
3.5
 • 246 Interviews
BlackBuck Interview Questions
3.8
 • 180 Interviews
Tata 1mg Interview Questions
3.6
 • 153 Interviews
Digit Insurance Interview Questions
3.9
 • 146 Interviews
Paisabazaar.com Interview Questions
3.4
 • 142 Interviews
Urban Company Interview Questions
3.4
 • 136 Interviews
Ninjacart Interview Questions
3.9
 • 96 Interviews
View all

Whatfix Reviews and Ratings

based on 92 reviews

3.4/5

Rating in categories

3.3

Skill development

3.1

Work-life balance

3.5

Salary

3.4

Job security

2.9

Company culture

2.7

Promotions

3.0

Work satisfaction

Explore 92 Reviews and Ratings
Senior Content Specialist - Global Consulting

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Finance Lead

Bangalore / Bengaluru

1-3 Yrs

Not Disclosed

Contract Management Specialist - GCSS

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Explore more jobs
Solution Engineer
53 salaries
unlock blur

₹5.3 L/yr - ₹19 L/yr

Customer Success Manager
25 salaries
unlock blur

₹17 L/yr - ₹32 L/yr

Technical Support Engineer
24 salaries
unlock blur

₹13 L/yr - ₹15.7 L/yr

Business Development Representative
23 salaries
unlock blur

₹8 L/yr - ₹21 L/yr

Software Development Engineer II
21 salaries
unlock blur

₹17 L/yr - ₹46.5 L/yr

Explore more salaries
Compare Whatfix with

Udaan

3.9
Compare

Swiggy

3.8
Compare

BlackBuck

3.8
Compare

Ninjacart

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