SnowPro Core Recertification — Question 39
Which function returns an integer between 0 and 100 when used to calculate the similarity of two strings?
Answer options
- A. APPROXIMATE_SIMILARITY
- B. JAROWINKLER_SIMILARITY
- C. APPROXIMATE_JACCARD_INDEX
- D. MINHASH_COMBINE
Correct answer: B
Explanation
The correct answer is B, JAROWINKLER_SIMILARITY, as it is specifically designed to return a similarity score between 0 and 100 for string comparisons. Options A, C, and D do not focus on returning an integer score within that specific range for string similarity, making them incorrect in this context.