SnowPro Core Certification — Question 941
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 JAROWINKLER_SIMILARITY function is specifically designed to return a similarity score between two strings as an integer from 0 to 100, making it the correct choice. The other options do not return this specific range or are designed for different types of similarity calculations.