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

Which three types of objects can be returned form a JdbcTemplate query? (Choose three.)

Answer options

Correct answer: A, B, D

Explanation

The correct answers are A, B, and D because JdbcTemplate can return results as a Generic Map, simple data types, and user-defined types. Options C, E, and F are not standard return types for JdbcTemplate queries.