Lecture 37 Quiz: Revision & Hands-on (Spring Core)

Note

Review before quiz: Lectures | Week 12 Content | Lab 9

Lecture 37 Self-Check

Question 1: Which concept means the framework controls object creation instead of application code calling new everywhere?
Select an item
Question 2: Which DI style is preferred in Spring for testability and explicit dependencies?
Select an item
Question 3: What is the correct layered flow for a typical Spring MVC request?
Select an item
Question 4: Which annotation is used for one-time setup after dependency injection is complete?
Select an item
Question 5: A Spring app fails with an 'ambiguous bean' error. What is the most likely cause?
Select an item