Upload Button Icon Add office photos

Filter interviews by

Wingsure Interview Questions and Answers

Updated 14 May 2024

Wingsure Interview Experiences

2 interviews found

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

I applied via Approached by Company and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. How JS execution happend
  • Ans. 

    JS execution happens in two main phases: creation and execution.

    • During creation phase, variables are hoisted and memory space is allocated.

    • During execution phase, code is executed line by line.

    • JS uses a single-threaded, synchronous execution model.

    • Functions are first-class citizens in JS, allowing for higher-order functions and closures.

    • Event loop and callback queue are used for handling asynchronous operations.

  • Answered by AI
  • Q2. What is currying in JS
  • Ans. 

    Currying is a technique in JavaScript where a function with multiple arguments is transformed into a sequence of nested functions, each taking a single argument.

    • Currying helps in creating reusable functions and partial application.

    • It allows you to create new functions by pre-filling some of the arguments of an existing function.

    • Example: const add = (a) => (b) => a + b; const add5 = add(5); console.log(add5(3)); // Outp...

  • Answered by AI
  • Q3. What is Lexical scope in JS
  • Ans. 

    Lexical scope in JS determines the visibility of variables within a block of code based on where the variables are declared.

    • Variables are accessible within the block they are declared in and any nested blocks.

    • Variables declared outside of a block are accessible within that block and any nested blocks.

    • Example: function outerFunction() { let x = 10; function innerFunction() { console.log(x); } innerFunction(); } outerFun...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make your core js skill strong

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 8 May 2024

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

I applied via Campus Placement and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Difference between Quick Sort and Merge Sort
  • Q2. What is a master slave architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through DSA, remembers concepts, a little bit of hld and lld basics would be good

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Wingsure?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions : 1)oops concepts 2)plsql cursors, triggers, procedures 3)quick sort algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your resume. None of the questions were asked out of resume.

I applied via Approached by Company and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. They will ask about your past experience and current project details in detail.
  • Ans. Just give the proper answer about your past experience very Convincingly and confidently.
  • Answered Anonymously
  • Q2. Few technical questions they will ask.
  • Ans. If you already prepared for your interview, then you can answer the basic technical questions and you will get selected.
  • Answered Anonymously
Round 2 - Technical 

(1 Question)

  • Q1. As this was the client round. Deep technical questions about relevant experience.
  • Ans. Just answer to all the questions whatever they ask in very confident manner and should have manageable comm skill to clear the client round.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Just don't wait for the perfect time. Perfect time is a Myth. Just go for it.

Interview Questionnaire 

1 Question

  • Q1. Questions related to your subjects in engineering

Interview Questionnaire 

1 Question

  • Q1. Questions related to your subjects in Btech

Interview Questionnaire 

1 Question

  • Q1. What is i t
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. Related to my subjects

Interview Questionnaire 

2 Questions

  • Q1. Apigee
  • Q2. Interal architecture

Interview Questionnaire 

1 Question

  • Q1. Where do you see yourself in 5 years.

Wingsure Interview FAQs

How many rounds are there in Wingsure interview?
Wingsure interview process usually has 1 rounds. The most common rounds in the Wingsure interview process are One-on-one Round and Technical.
What are the top questions asked in Wingsure interview?

Some of the top questions asked at the Wingsure interview -

  1. What is a master slave architect...read more
  2. Difference between Quick Sort and Merge S...read more
  3. What is Lexical scope in...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
View all

Wingsure Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Compare Wingsure with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview