UiPath AI Specialist v1 — Question 10
What are the available options for Scoring in Document Manager, that apply only to string content type?
Answer options
- A. Exact match and Naive string search.
- B. Exact match and Phonetic matching.
- C. Exact match and Levenshtein.
- D. Exact match and Finite state automation-based search.
Correct answer: C
Explanation
The correct answer is C because Levenshtein scoring is specifically designed for string comparison, measuring the difference between two sequences. Options A, B, and D include scoring methods that are either not relevant to string content type or involve techniques not designed for string comparisons.