Filter interviews by
I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.
Convert a counter code from class component to functional component
Use useState hook to manage state in functional component
Remove 'this' keyword and constructor from the code
Update event handlers to use arrow functions or useCallback hook
Code snippet to post data to a public URL in React
Use the fetch API to make a POST request to the public URL
Convert the data to JSON before sending it in the request body
Handle the response from the server accordingly
Arrow functions are more concise and have lexical scoping, while normal functions have their own 'this' value.
Arrow functions do not have their own 'this' value, they inherit it from the parent scope.
Arrow functions are more concise and have implicit return.
Normal functions are more flexible and can be used as constructors.
Arrow functions cannot be used as constructors.
Arrow functions do not have 'arguments' object.
Call stack stores function calls and local variables, while heap stores dynamic memory allocation.
Call stack is used for function calls and local variables
Heap is used for dynamic memory allocation
Call stack is limited in size and has a fixed memory allocation, while heap is larger and can grow dynamically
Example: Call stack is used to keep track of function calls in a recursive function, while heap is used to allocate
CORS stands for Cross-Origin Resource Sharing and is a security feature implemented by browsers to prevent unauthorized access to resources on a different domain.
CORS allows servers to specify who can access their resources by adding specific HTTP headers to their responses.
It is used to protect against cross-site request forgery (CSRF) attacks.
For example, if a frontend application on domain A tries to make a request ...
Map two arrays of objects and display results in lists using React
Use the map function to iterate over each array of objects
Render the results in separate lists using JSX
Example: array1.map(item =>
Top trending discussions
I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 2 interview rounds.
3 Angular coding question was there. 1.5 hour Machine test.
The !! operator is used to convert a value to a boolean type by negating it twice.
The !! operator is used to convert a value to a boolean type.
It first negates the value, then negates it again to return a boolean.
Example: !!'hello' will return true, as a non-empty string is truthy.
Use Angular services to manage multiple APIs, create separate services for each API, and handle interdependencies using observables and RxJS operators.
Create separate Angular services for each API to encapsulate API calls and logic.
Use observables and RxJS operators to handle asynchronous data flow and manage interdependencies between APIs.
Implement error handling and retry mechanisms to ensure robustness when dealing ...
60 min coding round based on angular
Some of the top questions asked at the Saviynt React Js Frontend Developer interview -
based on 1 interview
Interview experience
Senior Software Engineer
33
salaries
| ₹10.9 L/yr - ₹36.9 L/yr |
Technical Lead
33
salaries
| ₹12.5 L/yr - ₹33.5 L/yr |
Senior Engineer
32
salaries
| ₹11.4 L/yr - ₹30 L/yr |
Software Engineer
25
salaries
| ₹4 L/yr - ₹15 L/yr |
Consultant
22
salaries
| ₹6 L/yr - ₹19 L/yr |
Gen
McAfee
Palo Alto Networks
Check Point Software Technologies