Tools Flashcards
What is Maven? What problem does it solve?
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 have you used Maven?
Yes, I have used it on almost all of my projects in Java.
What is Spring? Is it one thing or many?
How have you used Spring?
How do you configure Spring?
My project builds but it fails to run with a lot of Spring error messages. Where do I look first?
What is Kubernetes?
An open source container orchestration tool that helps you manage containerized applications.
What problems does Kubernetes solve?
What are the tasks of an orchestration tool?