Interview Exp
Interview Exp
28. How to improve performance of your application ? [my ans : test for DB query
performance , add cache for long running queries , async code when it makes sense ,
GC tuning , response compression ,, parallel execution , improve by code complexity
analysis]
29. Array Vs ArrayList ?
30. Is Java 8 streams performance better than regular collections ?
31. What are different transaction isolation levels in Hibernate ?
32. FRONT END : what is react VDOM ?
33. Explain lifecycle of a component ?
34. What are react hooks ?
35. How to write cleanup function in useEffect ?
36. How do you breakdown react component ? [he told to take one example and explain
the process , I told the process given in React documentation [7 step process]]
37. What is Context API ? What are differences between context API and redux ?
38. Explain redux flow ?
39. What are docker containers , some docker commands
40 . What is docker-compose , how to build it ?