{"blocks": [{"key": "e2e351cc", "text": "listing_interaction", "type": "unstyled", "depth": 0, "inlineStyleRanges": [], "entityRanges": [], "data": {}}, {"key": "308e80ad", "text": "+-----------+-----------+------------+------------+----+\n| buyer_id | seller_id | date | product_id | li |\n+-----------+-----------+------------+------------+----+\n| 123 | 456 | 2019-01-01 | 4325 | 7 |\n| 32 | 789 | 2019-01-01 | 9395 | 3 |\n| 456 | 32 | 2019-01-01 | 879 | 1 |\n+-----------+-----------+------------+------------+----+", "type": "code-block", "depth": 0, "inlineStyleRanges": [], "entityRanges": [], "data": {}}, {"key": "62974787", "text": "", "type": "unstyled", "depth": 0, "inlineStyleRanges": [], "entityRanges": [], "data": {}}, {"key": "127f247a", "text": "dim_all_product", "type": "unstyled", "depth": 0, "inlineStyleRanges": [], "entityRanges": [], "data": {}}, {"key": "28ea1d14", "text": "+------------+----------+------------+------------+---------+\n| product_id | category | date | create_date| country |\n+------------+----------+------------+------------+---------+\n| 123 | Vehicle | 2019-01-01 | 2018-12-21 | US |\n| 32 | Home | 2019-01-01 | 2018-11-01 | CA |\n| 456 | Housing | 2019-01-01 | 2018-12-15 | UK |\n+------------+----------+------------+------------+---------+", "type": "code-block", "depth": 0, "inlineStyleRanges": [], "entityRanges": [], "data": {}}, {"key": "ebf17eb1", "text": "Scenario", "type": "header-two", "depth": 0, "inlineStyleRanges": [], "entityRanges": [], "data": {}}, {"key": "fbe48a2c", "text": "Marketplace SQL analysis for buyer–seller interactions and product categories.", "type": "unstyled", "depth": 0, "inlineStyleRanges": [], "entityRanges": [], "data": {}}, {"key": "e3641d13", "text": "Question", "type": "header-two", "depth": 0, "inlineStyleRanges": [], "entityRanges": [], "data": {}}, {"key": "17cc5ac6", "text": "1A) For the last 3 calendar days, how many distinct sellers have more than three products where each product has li > 1? 1B) Among listings created in the US within the last 7 days, what percentage of total listing interactions (li) comes from the ‘Vehicle’ category?", "type": "unstyled", "depth": 0, "inlineStyleRanges": [], "entityRanges": [], "data": {}}, {"key": "fe5001ec", "text": "Hints", "type": "header-two", "depth": 0, "inlineStyleRanges": [], "entityRanges": [], "data": {}}, {"key": "a93cec9f", "text": "Use windowed date filters, group by seller_id/product_id, and conditional aggregation for percentages.", "type": "unstyled", "depth": 0, "inlineStyleRanges": [], "entityRanges": [], "data": {}}], "entityMap": {}}