Valuable library Info --Ngrx State Management
1. NgRx is an open source library that provides reactive state management for your Angular applications. Inspired by Redux, NgRx provides a way to maintain data in your Angular application as a single source of truth. NgRx uses streams to interact with a data store.
Interview Questions
1. What would you like to achieve as a professional in the next 3 years?
2. Why do you think you will good in IT field?
3. What is the difference between Angular 8+ and React.js ?
4. What is a mono-repo and why would you use it?
5. What is trunk-based development? Why is it a recommended practice for continuous integration?
6. Please explain what NgRx is and when to use it?
7. for (var i = 0; i < 3; i++) { setTimeout(function() { alert(i); }, 1000 + i); } what is the output of this code.
8. what is the output of this code
(function() {
var a = b = 5;
})();
alert(b);
9. steps of Heap sort is?
10. Dijkstra's shortest path algorithm is not able to account for what graph properties?
Thanks you ! Good Luck for better Reach
I hope you enjoyed this tutorial as much as I dit, if you have any questions reach out to us .
Comments
Post a Comment