It’s time to put what you’ve learned to the test, get 4 questions right to pass this unit.
Q1.
Which of the following are features of Spring?
There are 2 correct answers.
A
It allows you to run Web applications with one click within your development environment.
B
It is provided in a Java and a JavaScript version.
C
It is open source.
D
It was initially developed by SAP.
E
It is intended to increase a developers productivity.
Q2.
You want to run a Java program on your laptop, accessing an API in the SAP API Business Hub sandbox. Which class do you use to simulate the destination service?
Choose the correct answer.
A
MockUtil
B
DestinationAccessor
C
HTTPDestination
Q3.
Name the design pattern that prevents application from making remote service calls if remote service call has failed too many times ?
Choose the correct answer.
A
Timeouts
B
Bulkheads
C
Circuit Breakers
D
Retries
Q4.
What additional feature does the Java buildpack by SAP introduce, compared with the standard Cloud Foundry buildpack for Java?
Choose the correct answer.
A
Out-of-the-box integration with SAP HANA Cloud
B
Containers for Apache TomEE
C
Ready to use SAPUI5 libraries
D
Support for Java 14
Q5.
You want to develop a Java EE application to be run in the SAP BTP. Which version of the Java language will you use?