Wingify interview experience Real time questions & tips from candidates to crack your interview

Developer Engineer

Wingify
upvote
share-icon
2 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 5 months
Topics: Javascript, OS, DBMS,HTML, Css , data structures and Algorithms,
Tip
Tip

Tip 1 : grasp on javascript ,html and css from core concepts 
Tip 2 : javascript html and css projects experience is needed
Tip 3 : ds and algo practice

Application process
Where: Campus
Eligibility: No criteria
Resume Tip
Resume tip

Tip 1 : short and simple with well explained projects 
Tip 2 : projects needed to be hosted in GitHub

Interview rounds

01
Round
Easy
Online Coding Test
Duration60 minutes
Interview date20 Apr 2022
Coding problem1

Ecommerce page using javascript developer

1. System Design Question

Ecommerce page, which u can add items, make them persistence and delete them,api provided regarding data

Problem approach

Tip 1 : html css and javascript devlopment experience 
Tip 2 : practice needed on building html css and javascript project 
Tip 3 : time based practice

02
Round
Easy
Face to Face
Duration45 minutes
Interview date26 Apr 2022
Coding problem3

Ds and algorithms, javascript questions

1. Javascript based Questions

Describe closure using an example?
Different between java and javascript?
Setback of closures?
Explain undeclared and undefined variables?
What is ASync javascript? 
What is await in Async javascript?
Where do you use it in ur project?

Problem approach

Tip 1 : javascript core concepts knowledge is must.
Tip 2 : ds and algo basic questions is needed
Tip 3 : never neglect async java and api calls

2. Maximum Subarray Sum

Moderate
35m average time
81% success
0/80
Asked in companies
HCL TechnologiesInformaticaSamsung

You are given an array 'arr' of length 'n', consisting of integers.


A subarray is a contiguous segment of an array. In other words, a subarray can be formed by removing 0 or more integers from the beginning and 0 or more integers from the end of an array.


Find the sum of the subarray (including empty subarray) having maximum sum among all subarrays.


The sum of an empty subarray is 0.


Example :
Input: 'arr' = [1, 2, 7, -4, 3, 2, -10, 9, 1]

Output: 11

Explanation: The subarray yielding the maximum sum is [1, 2, 7, -4, 3, 2].
Try solving now

3. Detect The Cycle

Easy
0/40
Asked in companies
AmazonWingifyGoogle inc

Kevin has given you a Singly Linked List that contains only integers. You have to determine if it forms a cycle or not.

A cycle occurs when a node's next pointer points back to a previous node in the list.

Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4657 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6450 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3452 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Wingify
291 views
0 comments
0 upvotes