Spring Flashcards

1
Q

Basic idea of IoC pattern. Benefits.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Spring configuration file? How does it look like?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Out of the box bean scopes (singleton, prototype, request, session, global session)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the main bean scopes in web container

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the types of Dependency Injection Spring supports

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Autowiring. Types of autowiring.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are inner beans.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What modules does Spring Framework have

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Describe Test support in Spring (AbstractTransactionalSpringTests)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Describe AOP integration in Spring

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How to integrate Spring and Hibernate using HibernateDaoSupport

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Beans lifecycle

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Spring Boot: What is the difference between @SpringBootApplication and @EnableAutoConfiguration annotation?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Spring Boot: What is Spring Actuator?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Spring Boot: What is auto-configuration in Spring boot?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Spring Boot: What are some common Spring Boot annotations?

A
17
Q

How does SpringBoot implements microservices?

A