{"blocks": [{"key": "b93e592d", "text": "Scenario", "type": "header-two", "depth": 0, "inlineStyleRanges": [], "entityRanges": [], "data": {}}, {"key": "f2fea116", "text": "During pair programming, the interviewer asks you to compare two lists of merchant tags and quantify their similarity.", "type": "unstyled", "depth": 0, "inlineStyleRanges": [], "entityRanges": [], "data": {}}, {"key": "6a037a2b", "text": "Question", "type": "header-two", "depth": 0, "inlineStyleRanges": [], "entityRanges": [], "data": {}}, {"key": "f6e004ee", "text": "Implement a Python function that takes two lists of strings and returns their Jaccard similarity score.", "type": "unstyled", "depth": 0, "inlineStyleRanges": [], "entityRanges": [], "data": {}}, {"key": "a84fa34f", "text": "Hints", "type": "header-two", "depth": 0, "inlineStyleRanges": [], "entityRanges": [], "data": {}}, {"key": "9d7feaeb", "text": "Convert both lists to sets, then compute |A ∩ B| ÷ |A ∪ B|.", "type": "unstyled", "depth": 0, "inlineStyleRanges": [], "entityRanges": [], "data": {}}], "entityMap": {}}