InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
__________ is similar to ngrx/effects, as both are models for performing side-effects. |
|
Answer» __________ is similar to ngrx effects, as both are MODELS for performing SIDE effects. |
|
| 2. |
Dumb Component communicates events to the Smart Component through ________ |
|
Answer» Dumb Component COMMUNICATES events to the Smart Component through ________ |
|
| 3. |
Which of the following is needed to add side-effect capabilities to your application? |
|
Answer» Which of the following is needed to add side effect CAPABILITIES to your application? |
|
| 4. |
The state in which the app gets loaded is called ________. |
|
Answer» The STATE in which the app GETS loaded is CALLED ________. |
|
| 5. |
Reducers should be pure functions, which means they should not generate ________. |
|
Answer» Reducers should be pure FUNCTIONS, which means they should not generate ________. |
|
| 6. |
State can be mutated only through __________. |
|
Answer» State can be mutated only through __________. |
|
| 7. |
________ is a popular State Management Library. |
|
Answer» ________ is a popular State Management Library. |
|
| 8. |
Reducers take the previous state and __________ to compute the new state. |
|
Answer» Reducers TAKE the PREVIOUS state and __________ to compute the new state. |
|
| 9. |
Which component interacts with services? |
|
Answer» Which COMPONENT interacts with services? |
|
| 10. |
You install ngrx using which command? |
|
Answer» You install NGRX USING which COMMAND? |
|
| 11. |
ngrx is a utility toolkit built upon principles defined by _________. |
|
Answer» ngrx is a utility toolkit BUILT upon principles defined by _________. |
|