Tools Flashcards

1
Q

What is Maven? What problem does it solve?

A

Maven is a Java application that solves project-level complexity problems. It installs third-party libraries, defines a standard project structure, builds and executes our project in different modes, and bundles our project to be shared and deployed.

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

How have you used Maven?

A

Yes, I have used it on almost all of my projects in Java.

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

What is Spring? Is it one thing or many?

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

How have you used Spring?

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

How do you configure Spring?

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

My project builds but it fails to run with a lot of Spring error messages. Where do I look first?

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

What is Kubernetes?

A

An open source container orchestration tool that helps you manage containerized applications.

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

What problems does Kubernetes solve?

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

What are the tasks of an orchestration tool?

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