Upload Button Icon Add office photos

Filter interviews by

Wingsure Interview Questions, Process, and Tips

Updated 14 May 2024

Top Wingsure Interview Questions and Answers

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

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

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

Interview questions from similar companies

I applied via Walk-in and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

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

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident .
They are just checking your communication skill

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

Interview Questionnaire 

1 Question

  • Q1. What do you know about the company and what we do.
  • Ans. 

    The company is a leading provider of sales solutions and services.

    • The company offers a wide range of sales solutions, including CRM software, lead generation, and sales training.

    • They have a strong track record of helping businesses increase their sales and revenue.

    • The company has a team of experienced sales professionals who work closely with clients to understand their needs and provide tailored solutions.

    • They have a ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This is a very simple question but some people get confused about selling and comparing. The company compares the policy and provide you the best policy suited and sell policy.

I applied via Walk-in and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Basic questions they asked. 1.tell me about yourself
  • Q2. 2.tell me about your past experience
  • Q3. 3.educational background
  • Ans. 

    I have a Bachelor's degree in Business Administration.

    • Bachelor's degree in Business Administration

    • Specialized in Marketing

    • Took courses in Sales and Negotiation

    • Attended seminars on Customer Relationship Management

  • Answered by AI
  • Q4. 4.can u work under pressure because it's a sale's
  • Q5. 5.are you ok with shift extended

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic questions they asked about you and your experience you should prepared.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-
Round 1 - Personal Interview 

(1 Question)

  • Q1. Personal Introduction Family background College Related question
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 - Group Discussion 

Why this company is valuable the other company

Round 3 - Technical 

(1 Question)

  • Q1. How to assessment the NCB calculation
  • Ans. 

    NCB calculation can be assessed by reviewing the policy documents and verifying the discount percentage applied.

    • Check the policy documents for NCB details

    • Verify the discount percentage applied

    • Ensure the NCB is applied correctly to the premium amount

    • Compare the NCB calculation with previous years' policies

    • Contact the insurance company for any discrepancies

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If u want to grow up thn choose it.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How would you recruit advisers?
  • Q2. Why should we hire you?

Interview Questionnaire 

2 Questions

  • Q1. Explain your job role in your previous company
  • Q2. Tell us something about the application in which you worked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready to explain your job role properly and convince the interviewer how you're eligible for the job role.

I applied via Referral and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About insurance addon product
  • Q2. About your last experiences and qualifications

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join future Generali currently due to company has stopped doing Motor business from all vertical and now it's become only health company.

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.

Wingsure Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Fast track your campus placements

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

PolicyBazaar

3.6
Compare

Coverfox

4.2
Compare

Digit Insurance

3.9
Compare

ACKO

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