VMware Cloud Management and Automation Fundamentals — Question 24

What is the search query result if the vRealize Log Insight regular expression “(A|b|c)” is used?

Answer options

Correct answer: C

Explanation

The correct answer is C because the regular expression '(A|b|c)' matches any occurrence of A, b, or c individually. The other options imply combinations that do not accurately reflect the behavior of the regular expression, which does not require all characters to be present simultaneously.