Faster and better experience!
Filter interviews by
I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.
Having strong foundations in React involves understanding key concepts like components, state, props, and lifecycle methods.
Understand the concept of components and how they work in React
Learn about state and props and how they are used to manage data and pass information between components
Familiarize yourself with React's lifecycle methods and how they allow you to perform actions at different stages of a component's
Basic questions asked
A nearly two-hour online MCQ test that includes coding on a notepad, situational questions, English proficiency, and standard concept-based MCQs.
I applied via Naukri.com and was interviewed in May 2023. There were 4 interview rounds.
The link was shared and there where a mix of questions, From all sorts of fields to make a profile about candidate.
I cleared coding test consist of 20 mcq related to ReactJs
Vanilla Networks interview questions for designations
Top trending discussions
I applied via Walk-in and was interviewed in Mar 2024. There were 3 interview rounds.
First round was coding test. 4 coding questions were asked. Very basic string based questions were asked related to second most occurring character and sum and average of digits in given string. Functional composition based 2 questions.
Custom hooks in React are reusable functions that contain logic shared between components.
Custom hooks start with 'use' keyword (e.g. useState, useEffect)
They can be used to share logic like fetching data, managing state, or subscribing to events
Example: Custom hook for fetching data from an API can be used in multiple components
posted on 17 Dec 2024
I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.
Utilize AWS or Azure services for scalable web applications
Use AWS Elastic Beanstalk or Azure App Service for easy deployment and scaling
Leverage AWS Lambda or Azure Functions for serverless computing
Utilize AWS Auto Scaling or Azure Autoscale to automatically adjust resources based on traffic
Store data in AWS RDS or Azure SQL Database for scalable database solutions
Use AWS CloudFront or Azure CDN for content delivery
I would use memory profiling tools to identify the source of the leaks and then fix them by properly managing memory allocation and deallocation.
Use memory profiling tools like Valgrind or Instruments to identify the source of the leaks
Review the code to ensure proper memory allocation and deallocation practices are being followed
Implement smart pointers or garbage collection to automatically manage memory
Use static co...
Yes, I have experience working on legacy systems.
I have successfully maintained and upgraded legacy systems to meet current business needs.
I have refactored legacy code to improve performance and scalability.
I have integrated new technologies with legacy systems to enhance functionality.
I have experience troubleshooting and debugging issues in legacy systems.
Yes, I have experience working with cross functional teams and resolving disputes effectively.
I have successfully collaborated with team members from different departments to achieve project goals.
I am skilled at mediating conflicts and finding mutually beneficial solutions.
I prioritize open communication and actively listen to all team members' perspectives.
I have experience using conflict resolution techniques such a
In Java, == compares memory addresses while .equals() compares the actual content of objects.
== compares memory addresses of objects, while .equals() compares the actual content of objects.
== is used to compare primitive data types, while .equals() is used to compare objects.
Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will be false, but str1.equals(str2) will be true.
In Java, == compares object references, while .equals() compares object values.
Use == to compare if two object references point to the same memory location.
Use .equals() to compare if two objects have the same values.
Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will be false, but str1.equals(str2) will be true.
I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.
Aptitude questions with some basic coding questions
They have given 3 coding questions and some pseudo codings
I applied via Recruitment Consulltant and was interviewed in May 2024. There were 3 interview rounds.
It is easy to solve the Aptitude question and some identifying outputs of program.
A class is a blueprint for creating objects in object-oriented programming.
A class defines the properties and behaviors of objects.
An object is an instance of a class.
Example: Class 'Car' can have properties like 'color' and 'model', and behaviors like 'drive' and 'stop'.
Swap two numbers without using temp variable and reverse a string without using built-in functions.
To swap two numbers without using temp variable, use bitwise XOR operation.
To reverse a string without using built-in functions, use two pointers approach.
Example for swapping numbers: a = a ^ b; b = a ^ b; a = a ^ b;
Example for reversing a string: use two pointers to swap characters from start and end of the string.
Now, I am preparing for the third round.
So, I don't know the Coding Question.
Interview experience
Software Engineer
12
salaries
| ₹1.9 L/yr - ₹5 L/yr |
Senior Software Engineer
8
salaries
| ₹4 L/yr - ₹5.3 L/yr |
Web Developer
6
salaries
| ₹2 L/yr - ₹3.6 L/yr |
Software Developer
5
salaries
| ₹1.5 L/yr - ₹3.2 L/yr |
Lead Software Engineer
5
salaries
| ₹7.1 L/yr - ₹8.9 L/yr |
TCS
Wipro
Infosys
HCLTech