<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KVGHS6G" height="0" width="0" style="display:none;visibility:hidden"></iframe>

Yahoo数据相关面试真题

职位分类
全部
数据相关
计算机科学
人工智能
产品经理
BQ
面试题
全部(1)
SQL(0)
Coding(1)
ML basics(0)
Stats(0)
Product Case(0)
高频题(0)
Other(0)
全部(1)
SQL(0)
Coding(1)
ML basics(0)
Stats(0)
Product Case(0)
高频题(0)
Other(0)
1.SQL and Python Coding Test
1. SQL and Python Coding Test
The SQL and Python coding test consists of 7 questions: 5 SQL and 2 Python. The time limit for each question varies based on difficulty, with a limit of either 5 or 10 minutes. The SQL questions are of medium difficulty, similar to those on LeetCode. For the Python questions, one is easy and can be quickly solved using an ordered dictionary. The second Python question is a small algorithmic challenge where you are given a list of words and you must merge them into one long word by connecting them according to the rule that the last letter of a word matches the first letter of the next word. For example, given the words 'abc', 'rgn', 'ctr', the result would be 'abctrgn'. Completing at least 5 SQL questions and one Python question should be sufficient to pass.