VMware vRealize Automation 8.x (2022) — Question 35

Which two statements are correct regarding Spring Boot auto-configuration customization? (Choose two.)

Answer options

Correct answer: A, B

Explanation

The correct answers, A and B, are valid because @AutoConfigureAfter and @AutoConfigureBefore allow users to dictate the order of configuration, while the exclude attribute can disable certain auto-configurations. Options C, D, and E are incorrect as they do not represent valid methods for customizing auto-configuration or are not best practices.