Which following statements are true about Spring Data? (Choose two.)
CD
Explanation:
Reference:
https://docs.spring.io/spring-data/data-commons/docs/1.6.1.RELEASE/reference/html/repositories.html
Which statement describes the propagation behavior of Propagation.REQUIRES_NEW annotation?
(Choose the best answer.)
C
Explanation:
Reference:
https://codete.com/blog/spring-transaction-propagation-modes
Which statement defines a pointcut? (Choose the best answer.)
B
Explanation:
Reference:
https://www.baeldung.com/spring-aop-pointcut-tutorial
Which two statements describe Spring JdbcTemplate? (Choose two.)
BE
Explanation:
Reference:
https://www.baeldung.com/spring-jdbctemplate-in-list
What are the two reasons Spring be used to build a Java application? (Choose two.)
AB
Explanation:
Reference:
https://spring.io/why-spring
Which two statements are true regarding bean creation? (Choose two.)
BE
Explanation:
Reference:
https://docs.spring.io/spring-framework/docs/3.0.0.M4/spring-framework-reference/html/ch03s10.html
https://howtodoinjava.com/spring-core/spring-beans-autowiring-concepts/
Which two statements are true regarding Spring Boot Testing? (Choose two.)
CD
Which two statements are correct regarding Spring Boot 2.x Actuator Metrics? (Choose two.)
AB
Which two annotations indicate that the transaction for a transactional test method should be
committed after the test method has completed? (Choose two.)
BC
Explanation:
Reference:
https://stackoverflow.com/questions/9817388/junit-tests-always-rollback-the-
transactions
What two options are auto-configured Spring Boot Actuator HealthIndicators? (Choose two.)
AD
Explanation:
Reference:
https://docs.spring.io/spring-boot/docs/1.5.x/reference/html/production-ready-endpoints.html