ServiceNow Certified System Administrator — Question 234

When looking at a long list of records, you want to quickly filter, to show only those which have Short Description containing email. How might you do that?

Answer options

Correct answer: C

Explanation

The correct answer is C because using the asterisk (*) before 'email' allows for a wildcard search, enabling the filtering of records that contain 'email' anywhere in the Short Description. Options A and B do not utilize wildcards, which limits the search accuracy, while option D uses a percent sign (%) which is not a valid wildcard character in this context.