Upload Button Icon Add office photos

Filter interviews by

Zuno General Insurance Interview Questions and Answers

Updated 1 Dec 2024

Zuno General Insurance Interview Experiences

Popular Designations

3 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(4 Questions)

  • Q1. What are Generator Functions in JS
  • Ans. 

    Generator functions in JS are special functions that can pause and resume their execution, allowing for asynchronous programming.

    • Generator functions are defined using function* syntax.

    • They use the yield keyword to pause execution and return a value.

    • Generators can be iterated over using a for...of loop or by manually calling the next() method on the generator object.

    • They are commonly used for asynchronous programming, a...

  • Answered by AI
  • Q2. What is Currying
  • Ans. 

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

    • Currying helps in creating reusable functions and improving code readability.

    • It allows partial application of functions, where some arguments are fixed and others are left to be provided later.

    • Example: const add = (a) => (b) => a + b; add(2)(3) will return

  • Answered by AI
  • Q3. What are apply,call, bind methods
  • Ans. 

    apply, call, and bind are methods used in JavaScript to manipulate the context of a function.

    • apply() - calls a function with a given 'this' value and arguments provided as an array

    • call() - calls a function with a given 'this' value and arguments provided individually

    • bind() - creates a new function that, when called, has its 'this' keyword set to the provided value

  • Answered by AI
  • Q4. Implement a retry function in node.js
  • Ans. 

    Implement a retry function in node.js

    • Create a function that takes a function and number of retries as parameters

    • Use a loop to call the function and handle errors

    • Use setTimeout to delay retries if needed

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Disadvantages of indexes in mongoDb
  • Ans. 

    Indexes in MongoDB can have disadvantages like increased storage space, slower write operations, and potential performance degradation.

    • Indexes can take up additional storage space as they store copies of the indexed fields.

    • Creating and maintaining indexes can slow down write operations, as the indexes need to be updated whenever the data changes.

    • Having too many indexes can lead to performance degradation, as MongoDB ha...

  • Answered by AI

Skills evaluated in this interview

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)

Team Manager Interview Questions & Answers

user image Anonymous

posted on 16 Jun 2024

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

I applied via Approached by Company and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How do you manage adversity?
  • Q2. What are your strengths and weaknesses?

Interview Preparation Tips

Interview preparation tips for other job seekers - Team Management skills should be good
Domain Knowledge is preferred

Team Manager Interview Questions asked at other Companies

Q1. To maintain SIEM solution which are the daily activities that you will perform?
View answer (4)

SDE Interview Questions & Answers

user image Anonymous

posted on 26 May 2024

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

Coding test was good but interviewer was not satisfied and thinking that i was doing cheating

Round 2 - Not Happened 

(1 Question)

  • Q1. What is inheritance, Call backs, event loop etc
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows a class to reuse code from another class, promoting code reusability and reducing redundancy.

    • Subclasses can extend the functionality of the superclass by adding new methods or overriding existing ones.

    • Callbacks are functions that are passed as arguments to other functions and a...

  • Answered by AI

SDE Interview Questions asked at other Companies

Q1. Return Subsets Sum to K Problem Statement Given an integer array 'ARR' of size 'N' and an integer 'K', return all the subsets of 'ARR' which sum to 'K'. Explanation: A subset of an array 'ARR' is a tuple that can be obtained from 'ARR' by r... read more
View answer (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to my prior experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be thorough with what you have done in your previous organizations and they might ask you all technical questions related to previous experiences.

I applied via Company Website and was interviewed before Sep 2021. There were 4 interview rounds.

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 - Aptitude Test 

Logical Aptitude, Verbal, Numerical

Round 3 - Coding Test 

2 codes one small and easy , another big and medium difficultly

Round 4 - Behavioral 

(2 Questions)

  • Q1. Introduction , Academic Project,
  • Q2. Coding Questions, Company Related Questions

Interview Preparation Tips

Topics to prepare for TCS Software Developer interview:
  • Coding
Interview preparation tips for other job seekers - In aptitude focus on Logical and Verbal aptitude and work on projects and coding skills

Analyst Interview Questions & Answers

TCS user image Anonymous

posted on 30 Sep 2022

I applied via LinkedIn and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Good problemtic Skills and knowledge check and sharpness

Round 2 - Coding Test 

C Language use for programs and Oracle and Java in learning process

Round 3 - HR 

(3 Questions)

  • Q1. Any coding Question and stay for job purpose
  • Q2. Any operators working or any logical program tell
  • Ans. 

    Yes, there are many operators and logical programs used in various fields.

    • Operators like +, -, *, / are used in mathematical calculations.

    • Logical programs like if-else, switch-case are used in programming.

    • Operators like AND, OR, NOT are used in boolean logic.

    • Operators like >, <, == are used in comparisons.

    • Examples of logical programs include sorting algorithms, search algorithms, etc.

  • Answered by AI
  • Q3. Check my comutication with others

Interview Preparation Tips

Topics to prepare for TCS Analyst interview:
  • c and
Interview preparation tips for other job seekers - good guide for my job purpose so best choose to our qualification

I applied via Referral and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Introduction for your reference
  • Q2. Introduction to the same
  • Q3. Introduction to the smoky

Interview Preparation Tips

Interview preparation tips for other job seekers - Introduction to the smoky and thanks for your

Interview Questionnaire 

1 Question

  • Q1. Training?

Interview Preparation Tips

Interview preparation tips for other job seekers - Best training in India. No doubt

Interview Questionnaire 

1 Question

  • Q1. Related to my subject

Interview Questionnaire 

2 Questions

  • Q1. Python
  • Q2. Webdevelopment

Zuno General Insurance Interview FAQs

How many rounds are there in Zuno General Insurance interview?
Zuno General Insurance interview process usually has 1-2 rounds. The most common rounds in the Zuno General Insurance interview process are One-on-one Round, Coding Test and Technical.
What are the top questions asked in Zuno General Insurance interview?

Some of the top questions asked at the Zuno General Insurance interview -

  1. What are Generator Functions in...read more
  2. What is inheritance, Call backs, event loop ...read more
  3. What are apply,call, bind meth...read more

Tell us how to improve this page.

Zuno General Insurance Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more

Zuno General Insurance Reviews and Ratings

based on 57 reviews

3.5/5

Rating in categories

3.2

Skill development

3.7

Work-life balance

3.5

Salary

3.5

Job security

3.4

Company culture

3.0

Promotions

3.1

Work satisfaction

Explore 57 Reviews and Ratings
Relationship Manager
22 salaries
unlock blur

₹3.7 L/yr - ₹6.1 L/yr

Deputy Manager
7 salaries
unlock blur

₹7 L/yr - ₹13.6 L/yr

Chief Manager
6 salaries
unlock blur

₹20 L/yr - ₹29.6 L/yr

Operations Executive
6 salaries
unlock blur

₹2.8 L/yr - ₹3.5 L/yr

Junior Associate
5 salaries
unlock blur

₹3.7 L/yr - ₹4.4 L/yr

Explore more salaries
Compare Zuno General Insurance with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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