i
Ivalua
Filter interviews by
I applied via Naukri.com and was interviewed in Mar 2022. There were 4 interview rounds.
Candidates will receive a link to quiz/code test
posted on 1 Mar 2024
React has three main phases in its lifecycle: mounting, updating, and unmounting.
Mounting: when a component is created and inserted into the DOM
Updating: when a component is updated due to changes in props or state
Unmounting: when a component is removed from the DOM
Lifecycle methods can be used to perform actions at each phase, such as componentDidMount() or componentWillUnmount()
React also has error handling methods,
Strict mode is a way to write secure and optimized JavaScript code.
Enables catching of silent errors
Disallows duplicate property names or parameters
Prevents use of undeclared variables
Makes `eval()` safer to use
Throws errors on invalid usage of `this` keyword
CURD operations along with implementation of a mock UI
OOPs concepts are fundamental principles in object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex imple...
I applied via Naukri.com and was interviewed before Jan 2023. There were 3 interview rounds.
I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.
Find the index of second maximum integer in a given array.
Iterate through the array to find the maximum integer.
Then iterate again to find the second maximum integer and return its index.
posted on 21 Aug 2024
I applied via LinkedIn and was interviewed in Feb 2024. There were 3 interview rounds.
A circular queue can be identified by checking if the rear pointer is one position behind the front pointer.
Check if rear pointer is one position behind front pointer
Check if front pointer is at index 0 and rear pointer is at index n-1 in an array of size n
Check if front pointer is at index rear+1 modulo n in an array of size n
Design a notification system for a software application.
Identify the types of notifications needed (e.g. email, SMS, in-app)
Consider the frequency and urgency of notifications
Implement a notification queue to handle multiple notifications
Include user preferences for notification settings
Utilize push notifications for real-time updates
Write multiple polyfills for array
Hackerrank algorithms and ds test
based on 1 review
Rating in categories
Implementation Lead
22
salaries
| ₹14.4 L/yr - ₹21 L/yr |
Customer Application Engineer
17
salaries
| ₹8.5 L/yr - ₹18 L/yr |
Implementation Specialist
15
salaries
| ₹8.7 L/yr - ₹16 L/yr |
Software Engineer
12
salaries
| ₹10.5 L/yr - ₹17 L/yr |
Project Engineer
8
salaries
| ₹7 L/yr - ₹16 L/yr |
Yodlee
Fingent
Bravura Solutions
TEOCO Software