Lecture 36 Quiz: AOP, Autowiring, Annotations & Bean Configuration Styles

Note

Review before quiz: Lectures | Week 11 Content | Lab 8

Lecture 36 Self-Check

Question 1: In Spring AOP, what is an Aspect?
Select an item
Question 2: Which AOP advice type is the most powerful and can change or suppress the method's return value?
Select an item
Question 3: What is the correct relationship between @Primary and @Qualifier?
Select an item
Question 4: Which stereotype annotation additionally enables Spring's persistence exception translation, converting low-level SQL exceptions to Spring's DataAccessException hierarchy?
Select an item
Question 5: When should you prefer Java Config style over annotation-based config?
Select an item