Q: 13
Which of the following tools are required to build Spring Boot applications using the SAP Cloud SDK?
Note: There are 2 correct answers to this question.
Options
Discussion
Yeah, makes sense to me too: A and B
A B tbh, Spring Initializr (D) is nice to have but not strictly needed if you already have the project scaffold.
A and B make sense here. You need JDK 8 for compiling and running Java apps, and Maven is essential for building with dependencies in Spring Boot. D is more of a starter utility, not required for the actual build. Pretty sure that's right but open to corrections!
Agree with earlier posts, it's A and B. JDK 8 is needed for Java projects, and Maven handles building/dependencies with SAP Cloud SDK. MDK is unrelated here, and Spring Initializr just generates skeleton projects. If I'm missing something, let me know.
It’s A and B. You need JDK 8 and Maven for building Spring Boot apps with SAP Cloud SDK. C is for mobile development, and D is just a project starter, not required after generation. Seen this type in practice sets, pretty sure.
A and B
B or D? Actually, I think it's A and B. Java SE Development Kit 8 (A) and Apache Maven (B) are the core requirements to build Spring Boot apps with SAP Cloud SDK. D (Spring Initializr) helps start a project but isn't required for building, which is a common trap in wording. Pretty sure on this but feel free to challenge that.
A and B tbh
B and D tbh
A and B
Be respectful. No spam.