Upload Button Icon Add office photos

Filter interviews by

Wingify Web Developer Interview Questions and Answers

Updated 23 Feb 2024

Wingify Web Developer Interview Experiences

1 interview found

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

Interview questions from similar companies

Interview experience
4
Good
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 2 interview rounds.

Round 1 - Aptitude Test 

Debugging questions are mostly asked, you can get them from GFG

Round 2 - Coding Test 

In coding test , mostly the leetcode medium questions are asked like tree traversal and linked list related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to go!

Web Developer Interview Questions & Answers

Affine user image Manasa jagadeesh

posted on 9 Apr 2020

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

I applied via Naukri.com and was interviewed before Apr 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Casual talk with the manager/director of the domain.
  • Q2. Basic questions about frontend technologies
  • Q3. Basic HR questions regarding salary
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Create a Todo app
  • Ans. 

    A simple Todo app to manage tasks and deadlines

    • Create a form to add new tasks

    • Display a list of tasks with checkboxes to mark as complete

    • Include options to edit or delete tasks

    • Implement functionality to mark tasks as complete or incomplete

    • Add a feature to filter tasks by status (completed/incomplete)

  • Answered by AI
  • Q2. Lifecycle methods

Skills evaluated in this interview

I was interviewed in Aug 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Online Coding Test on Calyxpod platform. There were 2 coding questions

  • Q1. 

    Intersection of Linked List Problem

    You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list.

    Your task is to determine t...

  • Ans. Brute Force
    • For each node in the first list, traverse the entire second list
    • Check if any node in the second list coincides with the first list
      • If it does, return that node’s data
      • If it doesn’t, return -1
    Space Complexity: O(1)Explanation:

    O(1)

     

    Since we only use constant space.

    Time Complexity: O(m*n) - For 2d arraysExplanation:

    O(N * M), where N and M are the lengths of the first and second linked lists respectively.&n...

  • Answered Anonymously
  • Q2. 

    Most Frequent Non-Banned Word Problem Statement

    Given a paragraph consisting of letters in both lowercase and uppercase, spaces, and punctuation, along with a list of banned words, your task is to find th...

  • Ans. Brute Force
    1. To find the frequency of each word we need to extract the words from the paragraph.
    2. So we will convert all the punctuation to space in the paragraph and lowercase alphabets to uppercase.
    3. Now we can use the library function (e.g sstream in C++) to extract words from the paragraph in an array of strings say WORDS.
    4. We will iterate over WORDS and do:
      1. Iterate over the banned array and check if the current word is pre...
  • Answered Anonymously
Round 2 - Coding Test 

(1 Question)

Round duration - 70 minutes
Round difficulty - Easy

Advance Subjective Round on Calyxpod platform: 5 questions. One question was related to data structures and algorithms. Other 4 were related to Html, CSS and Javascript.

  • Q1. 

    Balanced Parentheses Combinations

    Given an integer N representing the number of pairs of parentheses, find all the possible combinations of balanced parentheses using the given number of pairs.

    Explanati...

  • Ans. Recursion

    The idea is to generate all possible combinations and check whether the combination is the combination of balanced parentheses or not. We have two choices whether to consider ‘(‘ or ‘)’.

    When the number of closing brackets is greater than the number of opening brackets we can consider taking ‘)’ in the sequence and in the other case we can consider taking ‘(‘ for all numbers of opening brackets until the number...

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dr. Akhilesh Das Gupta Institute of Technology & Management. Eligibility criteria8 CGPAJosh Technology Group interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithms, Aptitude, DBMS, Web DevelopmentTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Be good in aptitude and data structures as it is the 1st/2nd round in most companies.
Tip 2 : Be prepared to explain your projects mentioned in the resume
Tip 3 : Do atleast 2 good projects.

Application resume tips for other job seekers

Tip 1 : Do not write any false information on your resume.
Tip 2 : Keep your resume restricted to one page only.

Final outcome of the interviewRejected

Skills evaluated in this interview

Web Developer Interview Questions & Answers

Affine user image Manasa jagadeesh

posted on 9 Apr 2020

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

I applied via Naukri.com and was interviewed before Apr 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Casual talk with the manager/director of the domain.
  • Q2. Basic questions about frontend technologies
  • Q3. Basic HR questions regarding salary
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Krishna Institute of Engineering and Technology, Ghaziabad and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Medium level questions asked

Round 2 - Coding Test 

Simple easy to medium 2 questions asked of string and array

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. JavaScript like fetch axios and others
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Pointer i c++ and css
Round 2 - Coding Test 

Dsa round with medium tto hard level questions

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

They have their own platform

Round 2 - Assignment 

Take home assignment

Round 3 - Technical 

(1 Question)

  • Q1. Live coding round of CRUD based small app.
Round 4 - Technical 

(1 Question)

  • Q1. More on HTML, CSS, JS
Round 5 - Technical 

(1 Question)

  • Q1. Promises, async/await, settimeout etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just keep your core knowledge strong
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

I was asked 60 question with various snppits or problems to be solved within a time frame of 1 hour

Round 2 - Coding Test 

3 dsa 2 medium 1 hard

Round 3 - Assignment 

To create a project in which i was asked to simply create a exact same page as given in design

Interview Preparation Tips

Interview preparation tips for other job seekers - Not good enough company

Wingify Interview FAQs

How many rounds are there in Wingify Web Developer interview?
Wingify interview process usually has 3 rounds. The most common rounds in the Wingify interview process are Coding Test and Technical.

Tell us how to improve this page.

Wingify Web Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Fast track your campus placements

View all
Senior Software Engineer
12 salaries
unlock blur

₹14.5 L/yr - ₹29.5 L/yr

Software Engineer
7 salaries
unlock blur

₹8.5 L/yr - ₹18 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

Customer Success Manager
5 salaries
unlock blur

₹9 L/yr - ₹17 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