Test description

The test checks your knowledge of Spring Framework at a beginner level. To pass this quiz you should have experience with Spring beans, their scope, and ways of linking between them. Most of the questions are practical, with code sequences from real situations.

Topics: scopes of the bean, ways of declaring beans in Spring, Spring annotations, mapping requests in Spring controller, Spring security, and Spring transactions.

Sample questions

1
You can put the annotation @Component on: