Filter interviews by
posted on 24 Oct 2024
I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.
Performance optimization techniques for React JS frontend development
Use React.memo for optimizing functional components
Avoid unnecessary re-renders by using shouldComponentUpdate or PureComponent for class components
Implement code splitting to reduce initial load time
Use lazy loading for components that are not immediately needed
Optimize images and assets for faster loading times
Minimize the use of inline styles and u...
posted on 12 Nov 2024
I applied via campus placement at Krishna Institute of Engineering and Technology, Ghaziabad and was interviewed in Oct 2024. There were 3 interview rounds.
Medium level questions asked
Simple easy to medium 2 questions asked of string and array
posted on 30 Sep 2024
Life cycle methods are special methods in class components that allow developers to run code at specific points in the component's life cycle.
componentDidMount() is called after the component has been rendered to the DOM.
componentDidUpdate() is called after the component's state or props have been updated.
componentWillUnmount() is called before the component is removed from the DOM.
FlatList is optimized for rendering large lists efficiently by only rendering the items that are currently visible, while ScrollView renders all of its children at once.
FlatList is more performant for long lists as it only renders the items that are currently visible on the screen.
ScrollView renders all of its children at once, which can lead to performance issues with large datasets.
FlatList supports key extraction fo...
posted on 19 Sep 2024
Observables and promises are both used for handling asynchronous operations in JavaScript.
Observables are used for handling multiple values over time, while promises are used for handling a single value at a time.
Observables can be cancelled, while promises cannot be cancelled.
Promises have a built-in mechanism for error handling using the catch method, while observables use the error callback function.
Observables are ...
Write a code for unique array
posted on 10 Sep 2024
I applied via Campus Placement
Node js vs express, var and const in js, cors
I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.
Java related and programming questions
Find the longest subsequence in an array of strings
Iterate through the array of strings and compare each string with the next one to find the longest common subsequence
Use dynamic programming to efficiently find the longest common subsequence
Example: ['abc', 'abg', 'bdf', 'aeg', 'acefg'] - The longest subsequence is 'aeg'
I applied via Job Portal and was interviewed in Mar 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed before Apr 2019. There were 4 interview rounds.
posted on 16 Sep 2021
I was interviewed before Sep 2020.
Round duration - 90 minutes
Round difficulty - Medium
They share doc file link which consist of 5 programming questions
We will iterate over ARR and find the MAX and MIN of the ARR. And if the MAX - MIN is odd the return “ODD” else return "EVEN".
The algorithm will be-
O(1).
Since constant space is used.
Time Complexity: O(n)Explanation:O(N), where N ...
Number N may be very large.
The first line contains an integer '...
Round duration - 60 minutes
Round difficulty - Medium
In this round interviewer asked me to solve 3 programming questions.
Selection sort is a standard sorting algorithm that uses nested loops to find all the minimum elements in the array in each iteration and swap them with the starting element of the unsorted region of the array.
Steps :
A palindrome is a word, number, phrase, or other sequences of characters which read...
N (Total no. of rows)
Pattern in N lines
0 <= N <=...
Round duration - 60 minutes
Round difficulty - Easy
This was the HR round. They asked me simple HR questions and 1 coding question.
What experience do you have that would be relevant to this role?
What do you know about our company’s product/services?
Tip 1 : Stick to your first answer and that will show the confidence.
Tip 2 : Give genuine answers and be confident.
Tip 1 : Learn how to optimize the program. This will really help you during RSL interview.
Tip 2 : Study all previously asked question by this company and try to find out best solution for it.
Tip 3 : Keep resume simple and authenticated.
Tip 4 : Practice how to handrun the program.
Tip 1 : Resume should be authenticated. You should be able to answer all things on resume.
Tip 2 : Keep it simple.
Tip 3 : Having internship experience will help.
Software Developer
7
salaries
| ₹2.4 L/yr - ₹9 L/yr |
Team Lead
6
salaries
| ₹10 L/yr - ₹13.2 L/yr |
Customer Success Manager
6
salaries
| ₹8.4 L/yr - ₹10.6 L/yr |
Senior Software Engineer
5
salaries
| ₹6.2 L/yr - ₹11 L/yr |
Senior Software Developer
5
salaries
| ₹4.3 L/yr - ₹7.2 L/yr |
TCS
Infosys
Wipro
HCLTech