exam questions

Exam 2V0-72.22 All Questions

View all questions & answers for the 2V0-72.22 exam

Exam 2V0-72.22 topic 1 question 81 discussion

Actual exam question from VMware's 2V0-72.22
Question #: 81
Topic #: 1
[All 2V0-72.22 Questions]

Which two mechanisms of autowiring a dependency when multiple beans match the dependency's type are correct? (Choose two.)

  • A. Use of @Qualifier annotation on the class and @Autowired annotation either on a field or setter methods.
  • B. Use of @Qualifier and @Autowired annotations together with setter methods.
  • C. Use of @Qualifier annotation only with setter methods (@Autowired is optional for setters).
  • D. Use of @Qualifier and @Autowired annotations together on a field.
  • E. Use of @Qualifier annotation only on a field (@Autowired is optional for fields).
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
vance04real
3 weeks, 6 days ago
Selected Answer: BD
A is incorrect because the @Qualifier annotation is not used on the class level to resolve autowiring conflicts. It is used on fields, setter methods, or constructor parameters to specify which bean to inject. C is incorrect because the @Autowired annotation is not optional for setter methods if you want Spring to perform dependency injection. The @Qualifier annotation must be used in conjunction with @Autowired to resolve conflicts. E is incorrect because the @Autowired annotation is not optional for fields if you want Spring to perform dependency injection.The @Qualifier annotation must be used in conjunction with @Autowired to resolve conflicts. Therefore B and D are correct.
upvoted 1 times
...
Uteman
4 months, 2 weeks ago
Selected Answer: BD
B and D are correct
upvoted 2 times
...
2211094
7 months, 3 weeks ago
AB is correct
upvoted 1 times
...
Glothan
1 year, 2 months ago
Selected Answer: AD
Option A is correct. You can use the @Qualifier annotation along with @Autowired either on a field or setter methods to specify which bean should be injected when multiple beans of the same type are available. Option B is incorrect. Using @Qualifier and @Autowired together with setter methods is not a common or recommended practice.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago