Filter interviews by
I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.
Redux offers centralized state management, time-travel debugging, middleware support, and better performance compared to Context API in React.
Redux provides a centralized store for managing application state, making it easier to maintain and update state across components.
Redux allows for time-travel debugging, enabling developers to easily track and debug state changes over time.
Redux supports middleware, allowing for...
Uncontrolled components are useful when you want to allow user input without controlling the value of the input field.
Useful for simple forms where you don't need to validate or manipulate the input data.
Can be used for search bars where the input value is not critical to the application state.
Helpful for input fields that are part of a larger form and don't require immediate validation.
Use 'let' for block-scoped variables, 'var' for function-scoped variables.
Use 'let' when you want to declare a variable with block scope.
Use 'var' when you want to declare a variable with function scope.
Using 'let' helps prevent variable hoisting and can lead to cleaner code.
Example: let x = 10; for (let i = 0; i < x; i++) { console.log(i); }
Example: var y = 20; function test() { var z = 30; console.log(y + z); }
Local storage is considered more secure due to its same-origin policy and limited access by other websites.
Local storage is more secure as it is limited to the same origin policy, meaning only the website that stored the data can access it.
Local storage data is not sent with every HTTP request, reducing the risk of data interception.
Session storage is also secure but data is lost when the browser is closed, making it l...
I was interviewed before Sep 2016.
I applied via Recruitment Consultant and was interviewed before Sep 2018. There were 4 interview rounds.
I was interviewed in Jul 2017.
I am a software engineer with experience in developing and maintaining software applications.
I have a strong background in programming languages such as Java, C++, and Python.
I have worked on various projects, including developing web applications and implementing software solutions.
I am skilled in problem-solving and debugging, ensuring efficient and effective software development.
I have experience in collaborating wi...
I learned valuable teamwork and problem-solving skills during my summer internship.
Developed strong collaboration skills by working with a team of software engineers to complete projects
Gained experience in troubleshooting and debugging software issues
Learned to effectively communicate and present technical concepts to both technical and non-technical stakeholders
Improved problem-solving abilities by identifying and re...
Java is an object-oriented language while C is a procedural language.
Java is platform-independent while C is platform-dependent.
Java has automatic garbage collection while C requires manual memory management.
Java has built-in support for multithreading while C requires external libraries.
Java has a larger standard library compared to C.
Java is more secure than C due to its strong type checking and exception handling.
C ...
Pointers are variables that store memory addresses of other variables in programming languages.
Pointers allow direct access and manipulation of memory locations.
They are commonly used in programming languages like C and C++.
Pointers can be used to pass variables by reference, allowing modifications to the original value.
They can also be used to dynamically allocate memory.
Example: int* ptr; // declares a pointer to an
In 5 years, I see myself as a senior software engineer leading a team of developers.
Leading a team of developers
Working on complex projects
Continuing to learn and grow in my role
Contributing to the success of the company
Some of the top questions asked at the Jeeva.ai interview -
based on 1 interview
Interview experience
1-5 Yrs
Not Disclosed
2-8 Yrs
Not Disclosed
1-5 Yrs
Not Disclosed
TCS
Accenture
Wipro
Cognizant