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
3.5

based on 89 Reviews

Filter interviews by

Whatfix Software Engineer Interview Questions and Answers

Updated 29 Jul 2024

Whatfix Software Engineer Interview Experiences

2 interviews found

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

I applied via Naukri.com and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - DSA 

(1 Question)

  • Q1. Find maximum sum of k consecutive elements in an array
  • Ans. 

    Use sliding window technique to find maximum sum of k consecutive elements in an array

    • Initialize a variable to store the maximum sum

    • Use a sliding window of size k to iterate through the array and calculate the sum of elements

    • Update the maximum sum if a new maximum is found

    • Return the maximum sum

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Whatfix Software Engineer interview:
  • DSA

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

user image Tanay Sojwal

posted on 29 Jul 2024

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

I applied via Approached by Company and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Time : ~1 hr
Topics : Binary Trees, Arrays

Round 2 - Coding Test 

Time : ~1 hr
Topics : Machine Coding Round

Round 3 - Technical 

(1 Question)

  • Q1. Design a system to update end users SDKs.
  • Ans. 

    Design a system to update end users SDKs.

    • Implement an automated update system that checks for new SDK versions regularly.

    • Provide notifications to end users about available updates.

    • Allow users to manually trigger updates if needed.

    • Ensure backward compatibility with older SDK versions.

    • Track update history and provide release notes for each update.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Whatfix Software Engineer interview:
  • DSA
  • Low Level Design
  • System Design

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Software Engineer Jobs at Whatfix

View all

Interview questions from similar companies

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

2 problem one was moderate and ine was easier

Round 2 - Assignment 

It was to create small project with 2 screens and api call , asked to follow a good architectural pattern and unit test cases

Round 3 - Technical 

(2 Questions)

  • Q1. ARC and memory leaks
  • Q2. Questions related to swift and iOS Development
Round 4 - One-on-one 

(2 Questions)

  • Q1. Asked about my why you want to join
  • Q2. Asked a fee things about org
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 questions easy-medium level leetcode problem I solved 2 completely and 3rd question partially (9/15 test cases passed) to move on to 2nd round

Round 2 - Coding Test 

(1 Question)

  • Q1. Implement an app similar to splitwise
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

1. PEAK ELEMENT QUESTION.
2. COIN DENOMINATION

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Create pagination component using an api show the data for the pages
  • Ans. 

    Create a pagination component using an API to display data for different pages.

    • Use API to fetch data for each page

    • Implement pagination logic to display data for each page

    • Allow users to navigate between pages

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. He asked to invert a binary tree
  • Q2. Deep dive in projects
  • Q3. Asked me indept js questions

Interview Preparation Tips

Topics to prepare for PharmEasy Software Engineer interview:
  • Binary search
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Js question with code snippets
Round 2 - Coding Test 

Given some ant ui design to reacreate from scretch

Round 3 - One-on-one 

(1 Question)

  • Q1. Asked system design for online movie booking plateform
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is deep copy ?
  • Ans. 

    Deep copy is a copy of an object that duplicates all of its attributes, including nested objects, rather than just copying references.

    • Deep copy creates a new object with its own unique memory space.

    • Changes made to the original object do not affect the deep copy.

    • Deep copy is often used when you need to modify an object without affecting the original.

    • Example: Using JSON.parse(JSON.stringify(object)) in JavaScript to crea

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
-

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Implement your own state management in React and integrate it into a React application.

Whatfix Interview FAQs

How many rounds are there in Whatfix Software Engineer interview?
Whatfix interview process usually has 2 rounds. The most common rounds in the Whatfix interview process are Coding Test and Technical.
How to prepare for Whatfix Software Engineer 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 Whatfix. The most common topics and skills that interviewers at Whatfix expect are Agile Coaching, Cisco, Javascript, HTML and SDLC.
What are the top questions asked in Whatfix Software Engineer interview?

Some of the top questions asked at the Whatfix Software Engineer interview -

  1. Design a system to update end users SD...read more
  2. Find maximum sum of k consecutive elements in an ar...read more

Tell us how to improve this page.

Whatfix Software Engineer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
Whatfix Software Engineer Salary
based on 13 salaries
₹11.5 L/yr - ₹60.1 L/yr
330% more than the average Software Engineer Salary in India
View more details

Whatfix Software Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

5.0

Salary

5.0

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer - E6 - Frontend

Bangalore / Bengaluru

9-12 Yrs

Not Disclosed

Software Engineer - E6 - Backend

Bangalore / Bengaluru

1-3 Yrs

Not Disclosed

Software Engineer - E5 - Frontend Heavy Fullstack

Bangalore / Bengaluru

3-6 Yrs

Not Disclosed

Explore more jobs
Solution Engineer
46 salaries
unlock blur

₹5.3 L/yr - ₹19 L/yr

Customer Success Manager
32 salaries
unlock blur

₹16 L/yr - ₹30 L/yr

Business Development Representative
23 salaries
unlock blur

₹8 L/yr - ₹21 L/yr

Software Development Engineer II
20 salaries
unlock blur

₹17 L/yr - ₹46.5 L/yr

Project Manager
19 salaries
unlock blur

₹18 L/yr - ₹35 L/yr

Explore more salaries
Compare Whatfix with

Freshworks

3.5
Compare

Zoho

4.3
Compare

Druva

3.6
Compare

Postman

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