AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Wingify

Compare button icon Compare button icon Compare
4.1

based on 27 Reviews

Play video Play video Video summary
  • About
  • Reviews
    27
  • Salaries
    260
  • Interviews
    21
  • Jobs
    1
  • Benefits
    -
  • Photos
    -

Filter interviews by

Wingify Interview Questions and Answers

Updated 10 Apr 2025
Popular Designations

19 Interview questions

A Backend Developer Intern was asked 5mo ago
Q. 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

View all Backend Developer Intern interview questions
A Lead Software Test Engineer was asked 12mo ago
Q. How would you create a test plan for a login form?
Ans. 

Test plan for a login form

  • Identify test scenarios for valid/invalid credentials

  • Test password reset functionality

  • Verify error messages for incorrect inputs

  • Test for session timeout

  • Check for password encryption

  • Perform security testing for SQL injection

  • Test for compatibility across different browsers and devices

View all Lead Software Test Engineer interview questions
A Lead Software Test Engineer was asked 12mo ago
Q. How is a modern SDET different from a normal QA engineer?
Ans. 

SDET focuses on developing automated tests and tools, while QA focuses on manual testing and bug reporting.

  • SDET is more focused on developing automated tests and tools to ensure software quality.

  • QA is more focused on manual testing, bug reporting, and ensuring the product meets requirements.

  • SDET often works closely with developers to integrate automated testing into the development process.

  • QA typically works indep...

View all Lead Software Test Engineer interview questions
A Lead Software Test Engineer was asked 12mo ago
Q. Given an array of numbers, find the second largest number.
Ans. 

To find the second largest number in an array, sort the array in descending order and return the second element.

  • Sort the array in descending order

  • Return the second element in the sorted array

View all Lead Software Test Engineer interview questions
A Lead Software Test Engineer was asked 12mo ago
Q. How would you sort a given map by its values?
Ans. 

Sort a map by values in Java

  • Create a list of map entries

  • Sort the list based on values using a custom comparator

  • Convert the sorted list back to a map

View all Lead Software Test Engineer interview questions
A Lead Software Test Engineer was asked 12mo ago
Q. How would you automate filtering time-based logs?
Ans. 

Filter time based logs using automation

  • Use regular expressions to extract timestamps from logs

  • Implement a script or tool to filter logs based on specified time range

  • Consider using tools like grep, awk, or Python for automation

  • Automate the process to save time and ensure consistency

  • Test the automation script with different log files to ensure accuracy

View all Lead Software Test Engineer interview questions
A Software Development Engineer II was asked
Q. Given a binary tree, find the maximum distance between any two leaf nodes.
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

View all Software Development Engineer II interview questions
Are these interview questions helpful?
A Software Development Engineer II was asked
Q. 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

View all Software Development Engineer II interview questions
A Software Development Engineer II was asked
Q. Design a Least Recently Used (LRU) 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.

View all Software Development Engineer II interview questions
A Senior Frontend Software Engineer was asked
Q. Implement a custom 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

View all Senior Frontend Software Engineer interview questions
1 2

Wingify Interview Experiences

21 interviews found

Backend Developer Intern Interview Questions & Answers

user image Anonymous

posted on 7 Jan 2025

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
    Add your answer

Interview Preparation Tips

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

Javascript Developer Interview Questions & Answers

user image Anonymous

posted on 10 Apr 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. They asked, closure promise , outputbased question , async and promise -coding round, dom - coding round , four round => intro , theroy , otutput question like mcq , coding round , just complete the concep...
  • Add your answer
  • Q2. Do from akshay saini best
  • Add your answer
  • Q3. Commincation skill they are seeing and try to attempt all
  • Add your answer
  • Q4. Dont say no , just try
  • Add your answer
  • Q5. Dont skip any question
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - fresher complete the basic
Anonymous

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
  • Add your answer
  • Q2. Output Based questions
  • Add your answer
  • Q3. Machine coding questions
  • Add your answer
Round 2 - Coding Test 

I was given two javascript coding questions to solve.

Anonymous

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
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy
Anonymous

Sales Manager Interview Questions & Answers

user image Anonymous

posted on 4 Jul 2024

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
    Add your answer
  • 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
    Add your answer
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

Anonymous

Technical Support Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Feb 2024

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

I applied via Campus Placement 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.
  • Add your answer
  • Q2. Tell me about yoyself,about your projects and why do prefer this role.
  • Add your answer
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical round,questions based on html,css,javascript,Jquery,api
  • Add your answer
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
  • Add your answer
Anonymous

Software Development Engineer II Interview Questions & Answers

user image Anonymous

posted on 25 Feb 2024

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

I appeared for an interview 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
    Add your answer
  • 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
    Add your answer
  • 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
    Add your answer

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

Anonymous

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...
  • Add your answer
Anonymous

Senior Frontend Software Engineer Interview Questions & Answers

user image Anonymous

posted on 2 Dec 2023

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:
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 

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
    Add your answer
  • 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
    Add your answer
  • Q3. Frontend concepts like closures, debounce, React hooks and lifecycle, graphql, web workers, service workers etc.
  • Add your answer

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

Anonymous

Javascript Developer Interview Questions & Answers

user image Anonymous

posted on 5 Sep 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

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.
  • Add your answer
  • 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
    Add your answer
  • 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
    Add your answer
  • Q4. Tell me about IIFE
  • Ans. 

    IIFE is a JavaScript function that runs as soon as it is defined, providing a way to create a local scope.

    • IIFE stands for Immediately Invoked Function Expression.

    • Syntax: (function() { /* code */ })();

    • Used to create a private scope, avoiding global variable pollution.

    • Commonly used for module patterns and encapsulating code.

    • Example: (function() { var privateVar = 'I am private'; console.log(privateVar); })();

  • Answered by AI
    View 1 more answer
  • 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
    Add your answer

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

Anonymous

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Wingify?
Ask anonymously on communities.
More about working at Wingify
  • HQ - Delhi, India
  • IT Services & Consulting
  • 201-500 Employees (India)

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, Python, Java 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. You are given a student table having columns as id, name, and score. find the t...read more
  3. Explain testing of the simple login page. Testing framework architechture. Expl...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 Interviews By Designations

  • Wingify Javascript Developer Interview Questions
  • Wingify Technical Support Engineer Interview Questions
  • Wingify Business Development Executive Interview Questions
  • Wingify Backend Developer Interview Questions
  • Wingify Senior Software Engineer Interview Questions
  • Wingify Web Developer Interview Questions
  • Wingify Test Analyst Interview Questions
  • Wingify Software Development Engineer II Interview Questions
  • Show more
  • Wingify Sales Manager Interview Questions
  • Wingify Senior Manager Interview Questions

Interview Questions for Popular Designations

  • Javascript Developer Interview Questions
  • Senior Executive Interview Questions
  • Associate Interview Questions
  • Team Lead Interview Questions
  • Senior Engineer Interview Questions
  • Java Developer Interview Questions
  • System Engineer Interview Questions
  • Data Analyst Interview Questions
  • Show more
  • Senior Software Engineer Interview Questions
  • HR Executive Interview Questions

Overall Interview Experience Rating

3.9/5

based on 16 interview experiences

Difficulty level

Easy 22%
Moderate 78%

Duration

Less than 2 weeks 80%
2-4 weeks 20%
View more

Interview Questions from Similar Companies

Josh Technology Group
Josh Technology Group Interview Questions
3.0
 • 70 Interviews
Zifo RnD Solutions
Zifo RnD Solutions Interview Questions
3.8
 • 65 Interviews
Saama Technologies
Saama Technologies Interview Questions
3.7
 • 56 Interviews
Blenheim Chalcot
Blenheim Chalcot Interview Questions
2.7
 • 53 Interviews
Affine
Affine Interview Questions
3.3
 • 51 Interviews
Indus Valley Partners
Indus Valley Partners Interview Questions
3.1
 • 51 Interviews
Talentica Software
Talentica Software Interview Questions
4.1
 • 49 Interviews
Raja Software Labs
Raja Software Labs Interview Questions
3.4
 • 43 Interviews
DotPe
DotPe Interview Questions
3.1
 • 42 Interviews
IT By Design
IT By Design Interview Questions
3.6
 • 41 Interviews
View all

Wingify Reviews and Ratings

based on 27 reviews

4.1/5

Rating in categories

3.7

Skill development

4.1

Work-life balance

4.1

Salary

3.7

Job security

4.1

Company culture

3.9

Promotions

3.6

Work satisfaction

Explore 27 Reviews and Ratings
Jobs at Wingify
Wingify
Wingify - Technical Account Manager (2-6 yrs)

2-6 Yrs

Not Disclosed

Explore more jobs
Wingify Salaries in India
Senior Software Engineer
8 salaries
unlock blur

₹12.3 L/yr - ₹29.5 L/yr

Devops Engineer
7 salaries
unlock blur

₹10 L/yr - ₹10 L/yr

Technical Support Engineer
7 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Software Engineer
7 salaries
unlock blur

₹8.5 L/yr - ₹18 L/yr

Data Analyst
6 salaries
unlock blur

₹8 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Wingify with
Maxgen Technologies

Maxgen Technologies

4.6
Compare
JoulestoWatts Business Solutions

JoulestoWatts Business Solutions

3.0
Compare
Value Point Systems

Value Point Systems

3.6
Compare
F1 Info Solutions and Services

F1 Info Solutions and Services

3.7
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Wingify Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter