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

Which two statements about BeanFactoryPostProcessors are true? (Choose two.)

Answer options

Correct answer: B, D

Explanation

The correct answers are B and D. Option B is accurate as BeanFactoryPostProcessors modify bean definitions before the beans are instantiated, which is critical for configuration. Option D is also correct because PropertySourcesPlaceholderConfigurer is indeed a BeanFactoryPostProcessor that reads property values from the Spring Environment, while the other options either describe post-instantiation behavior or specific functionalities not directly related to BeanFactoryPostProcessors.