Upload Button Icon Add office photos

Filter interviews by

Wingify Interview Questions, Process, and Tips

Updated 7 Jan 2025

Top Wingify Interview Questions and Answers

View all 21 questions

Wingify Interview Experiences

Popular Designations

20 interviews found

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

Coding test was on HackerEarth Platform.

Round 2 - Technical 

(1 Question)

  • Q1. Design a mall elevator system.
  • Ans. 

    Design a mall elevator system to efficiently transport people between floors.

    • Consider the number of floors in the mall and the average foot traffic

    • Implement a system to prioritize elevator usage based on demand

    • Include safety features such as emergency stop buttons and weight limits

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself, and do not cheat in any form.

Backend Developer Intern Interview Questions asked at other Companies

Q1. 1. Differences between GET and POST 2. What is MVC? 3. I was asked if I knew any PHP framework. 4. SESSION, COOKIE functionalities 5. Some SQL queries.
View answer (1)

Javascript Developer Intern Interview Questions & Answers

user image Anonymous

posted on 13 Aug 2024

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

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Theoretical Questions
  • Q2. Output Based questions
  • Q3. Machine coding questions
Round 2 - Coding Test 

I was given two javascript coding questions to solve.

Backend Developer Interview Questions & Answers

user image Prasad Meram

posted on 14 Sep 2024

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

There were 2 questions from hackerrank both were easy

Round 2 - Technical 

(1 Question)

  • Q1. Java multi threaded question

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
Add answer
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself and your journey so far
  • Ans. 

    Experienced sales professional with a proven track record of exceeding targets and building strong client relationships.

    • Started my career in sales at XYZ Company, where I consistently exceeded sales targets by 20% each quarter

    • Moved on to ABC Company as a Sales Manager, where I successfully led a team of 10 sales representatives to achieve a 30% increase in revenue

    • Currently looking for new challenges and opportunities t...

  • Answered by AI
  • Q2. Why did you choose sales ?
  • Ans. 

    I chose sales because I enjoy building relationships, meeting new people, and helping customers find solutions to their needs.

    • Enjoy building relationships with clients

    • Meeting new people and networking

    • Helping customers find solutions to their needs

    • Thriving in a fast-paced and competitive environment

  • Answered by AI
Round 2 - Case Study 

Sales simulation round wherein you will be given a case study in advance. You have to do a discovery call for a potential wingify customer

Sales Manager Interview Questions asked at other Companies

Q1. If you're in Cold areas like Kashmir or Himachal Pradesh. & You have to sell an AC which is having only Cold option. How would you do that?
View answer (16)

Wingify interview questions for popular designations

 Javascript Developer

 (3)

 Backend Developer

 (1)

 Backend Developer Intern

 (1)

 Business Development Executive

 (1)

 Business Intelligence Analyst and Tableau Developer

 (1)

 Customer Success Manager

 (1)

 Lead Software Test Engineer

 (1)

 Sales Manager

 (1)

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

I applied via campus placement at Amity University and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

First round had around 25 multipl;e choice question on dsa,html,css,javascript,network security

Round 2 - One-on-one 

(2 Questions)

  • Q1. Second was a telephonic round mainly for accessing the communication skill.
  • Q2. Tell me about yoyself,about your projects and why do prefer this role.
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical round,questions based on html,css,javascript,Jquery,api
Round 4 - One-on-one 

(1 Question)

  • Q1. Technical interview 2 first they started with asking questions on their product VWO,and again went back to html,css,javascript,jquery

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

Get interview-ready with Top Wingify Interview Questions

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

I was interviewed in Jan 2024.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Find the maximum distance between any two leaf nodes of a binary tree.
  • Ans. 

    Find the maximum distance between any two leaf nodes of a binary tree.

    • Traverse the tree to find the maximum depth of left and right subtrees

    • Calculate the maximum distance by adding the depths of left and right subtrees

  • Answered by AI
  • Q2. Design least recently used cache.
  • Ans. 

    Design a least recently used cache system.

    • Use a combination of a hash map and a doubly linked list to keep track of the least recently used items.

    • When a new item is accessed, move it to the front of the list.

    • If the cache is full, remove the least recently used item from the end of the list.

  • Answered by AI
  • Q3. You are given a student table having columns as id, name, and score. find the top 20 percentile of student's details based on their score.
  • Ans. 

    Calculate top 20 percentile of student details based on score in a student table.

    • Calculate the 80th percentile score using formula: 80th_percentile = 0.8 * total_students

    • Sort the scores in descending order and find the score at 80th percentile position

    • Retrieve student details with scores greater than or equal to the 80th percentile score

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Wingify Software Development Engineer II interview:
  • Data Structures
  • SQL
Interview preparation tips for other job seekers - Prepare for the edge cases.
The first round of interviews is taken by some less experienced guys, they try to expand the interview by asking irrelevant questions like which language is the most trending language, try to escape it as much as possible.

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)

Web Developer Interview Questions & Answers

user image Anonymous

posted on 23 Feb 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

About 5 coding problems that were quite easy.

I remember a LCM and queue related question.

I solved 4/5 questions and got shortlisted for next round.

Round 2 - Coding Test 

Asked me to rate myself in Javascript.

Then asked to do level order traversal of a dom element in javascript.

Then asked about temporal dead zone and promises.

Asked one DSA question that I solved using C++

Round 3 - Technical 

(1 Question)

  • Q1. SQL join question Computer network-related questions OS question -> What is starvation and what is the solution? Parallelism vs concurrency? What is a cookie? Difference between interface and abstract clas...

Web Developer Interview Questions asked at other Companies

Q1. Check Indices With Given Difference Problem Statement You are provided with an integer array ARR of size N along with two integers A and B. Your task is to determine if there exist two distinct indices in the array such that the absolute di... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2023. There were 3 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 - Coding Test 

2 easy DSA questions to be solved using Javascript

Round 3 - One-on-one 

(3 Questions)

  • Q1. Custom implementation of array flat method
  • Ans. 

    Custom implementation of array flat method

    • Create a function that takes an array as input

    • Iterate through each element of the array

    • If an element is an array, recursively call the function on that element

    • If an element is a string, add it to the result array

    • Return the result array

  • Answered by AI
  • Q2. Explain memoization and write fibonacci code using memoization
  • Ans. 

    Memoization is a technique to optimize function calls by caching their results.

    • Memoization is used to store the results of expensive function calls and return the cached result when the same inputs occur again.

    • It improves performance by avoiding redundant computations.

    • Fibonacci sequence is a classic example to demonstrate memoization.

    • Memoization can be implemented using an object or an array to store the cached results

  • Answered by AI
  • Q3. Frontend concepts like closures, debounce, React hooks and lifecycle, graphql, web workers, service workers etc.

Interview Preparation Tips

Topics to prepare for Wingify Senior Frontend Software Engineer interview:
  • Frontend concepts
Interview preparation tips for other job seekers - Even though my interview round went too well as I solved both coding questions correctly and answered all conceptual questions, I got a rejection mail ( maybe because they were looking for an angular developer ). So I would say they wasted their resource and my time.

Skills evaluated in this interview

Senior Frontend Software Engineer Interview Questions asked at other Companies

Q1. Explain memoization and write fibonacci code using memoization
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

DSA questions on array, strings and linkedlist asked medium level of dsa questions.

Round 3 - Technical 

(5 Questions)

  • Q1. Javascript intervew questions and react.js interview questions.
  • Q2. What is difference between == and ===
  • Ans. 

    The '==' operator checks for equality after type coercion, while '===' checks for equality without type coercion.

    • The '==' operator compares two values after converting them to a common type.

    • The '===' operator compares two values without type conversion, so they must be of the same type to be considered equal.

    • Example: 1 == '1' will return true because the values are equal after type coercion, but 1 === '1' will return f

  • Answered by AI
  • Q3. What is async await
  • Ans. 

    Async await is a feature in JavaScript that allows for asynchronous code to be written in a synchronous manner.

    • Async await is built on top of promises and provides a cleaner syntax for handling asynchronous operations.

    • It allows you to write asynchronous code that looks like synchronous code, making it easier to read and maintain.

    • The 'async' keyword is used to define a function as asynchronous, while the 'await' keyword...

  • Answered by AI
  • Q4. Tell me about IIFE
  • Q5. What is call back hell in javascript
  • Ans. 

    Callback hell refers to the situation where multiple nested callbacks make the code difficult to read and maintain.

    • Occurs when multiple asynchronous operations are nested within each other

    • Can lead to deeply nested code structure which is hard to follow

    • Can be avoided by using promises or async/await

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for javascript very well. Do advanced topics of javascript. Also prepare for tech stack which you have applied for.

Skills evaluated in this interview

Javascript Developer Interview Questions asked at other Companies

Q1. Can you tell me about promise, async in javascript
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

DSA required of high level so be prepared

Round 3 - One-on-one 

(2 Questions)

  • Q1. Why do you want to join
  • Q2. Tell me about yourself

Javascript Developer Interview Questions asked at other Companies

Q1. Can you tell me about promise, async in javascript
View answer (1)

Wingify Interview FAQs

How many rounds are there in Wingify interview?
Wingify interview process usually has 2-3 rounds. The most common rounds in the Wingify interview process are One-on-one Round, Coding Test and Technical.
How to prepare for Wingify 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 Wingify. The most common topics and skills that interviewers at Wingify expect are Javascript, HTML, CSS, TypeScript and HTML and CSS.
What are the top questions asked in Wingify interview?

Some of the top questions asked at the Wingify interview -

  1. what is generator functions? what is symbols? write an implementation for const...read more
  2. Explain testing of the simple login page. Testing framework architechture. Expl...read more
  3. You are given a student table having columns as id, name, and score. find the t...read more
How long is the Wingify interview process?

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

Tell us how to improve this page.

Wingify Interview Process

based on 15 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Zoho Interview Questions
4.3
 • 514 Interviews
Mu Sigma Interview Questions
2.6
 • 228 Interviews
Freshworks Interview Questions
3.5
 • 154 Interviews
InMobi Interview Questions
3.5
 • 35 Interviews
View all

Fast track your campus placements

View all

Wingify Reviews and Ratings

based on 27 reviews

4.0/5

Rating in categories

3.6

Skill development

4.0

Work-life balance

4.0

Salary

3.6

Job security

4.0

Company culture

3.8

Promotions

3.5

Work satisfaction

Explore 27 Reviews and Ratings
Senior Software Engineer
12 salaries
unlock blur

₹14.5 L/yr - ₹29.5 L/yr

Customer Success Manager
7 salaries
unlock blur

₹10 L/yr - ₹16 L/yr

Devops Engineer
7 salaries
unlock blur

₹10 L/yr - ₹10 L/yr

Technical Support Engineer
7 salaries
unlock blur

₹4.5 L/yr - ₹10.5 L/yr

Software Engineer
7 salaries
unlock blur

₹8.5 L/yr - ₹18 L/yr

Explore more salaries
Compare Wingify with

Freshworks

3.5
Compare

Zoho

4.3
Compare

InMobi

3.5
Compare

Mu Sigma

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