i
Zuno General
Insurance
Filter interviews by
Redis caching improves application performance by storing frequently accessed data in memory for quick retrieval.
Data Storage: Use Redis to store key-value pairs, e.g., caching user session data with a key like 'session:12345'.
Expiration Policies: Set expiration times for cached data to ensure it remains fresh, e.g., `SETEX user:1000 3600 'John Doe'` for 1 hour.
Cache Aside Pattern: Load data into the cache only wh...
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
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
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 programmi...
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 Mongo...
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 r...
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 ...
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...
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...
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
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
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...
I applied via Approached by Company and was interviewed in Dec 2023. There was 1 interview round.
I excel in communication and adaptability, but I sometimes struggle with delegation and can be overly detail-oriented.
Strength: Strong communication skills - I effectively convey ideas and foster collaboration within my team.
Strength: Adaptability - I thrive in dynamic environments, quickly adjusting to new challenges and changes.
Weakness: Difficulty with delegation - I tend to take on too much myself, which can lead t...
Coding test was good but interviewer was not satisfied and thinking that i was doing cheating
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...
I appeared for an interview before Apr 2024, where I was asked the following questions.
Redis caching improves application performance by storing frequently accessed data in memory for quick retrieval.
Data Storage: Use Redis to store key-value pairs, e.g., caching user session data with a key like 'session:12345'.
Expiration Policies: Set expiration times for cached data to ensure it remains fresh, e.g., `SETEX user:1000 3600 'John Doe'` for 1 hour.
Cache Aside Pattern: Load data into the cache only when ne...
Top trending discussions
I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.
As an Assistant Manager, I have led teams, managed projects, and improved operational efficiency through strategic planning.
Led a team of 10 in a project that increased sales by 20% over six months.
Implemented a new inventory management system that reduced waste by 15%.
Conducted weekly team meetings to enhance communication and address challenges.
Developed training programs for new employees, improving onboarding effic...
I appeared for an interview in Dec 2020.
Round duration - 40 minutes
Round difficulty - Easy
Given an integer array ARR
of size N
, your task is to find the total number of subsequences in which all elements are equal.
A subsequence of an array i...
Count the total number of subsequences in which all elements are equal in an integer array.
Iterate through the array and count the frequency of each element.
Calculate the total number of subsequences for each element using the formula (frequency * (frequency + 1) / 2).
Sum up the total number of subsequences for all elements and return the result modulo 10^9 + 7.
Tip 1 : Do practice as much as you can
Tip 2 : Coding is key to crack
Tip 1 : It should look nice
Tip 2 : Skills should be mentioned properly
I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.
I applied via Company Website and was interviewed in Jan 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.
I applied via Campus Placement and was interviewed in Sep 2021. There was 1 interview round.
based on 5 interview experiences
Difficulty level
Duration
based on 90 reviews
Rating in categories
Relationship Manager
25
salaries
| ₹3.7 L/yr - ₹6.1 L/yr |
Deputy Manager
7
salaries
| ₹7 L/yr - ₹13.6 L/yr |
Operations Executive
7
salaries
| ₹2.5 L/yr - ₹3.5 L/yr |
Area Sales Manager
7
salaries
| ₹8.2 L/yr - ₹18.4 L/yr |
Software Developer
5
salaries
| ₹5 L/yr - ₹8.5 L/yr |
TCS
Accenture
Wipro
Cognizant