专栏名称: 大数据应用
数据应用学院被评为2016北美Top Data Camp, 是最专业一站式数据科学咨询服务机构,你的数据科学求职咨询专家!
目录
相关文章推荐
大数据文摘  ·  为什么中国只有一个 DeepSeek? ·  4 天前  
数据派THU  ·  提升数据科学工作流效率的10个Jupyter ... ·  5 天前  
数据派THU  ·  机器学习过程:特征、模型、优化和评估 ·  3 天前  
数据派THU  ·  【ICLR2025】扩散图网络:使用扩散图网 ... ·  5 天前  
51好读  ›  专栏  ›  大数据应用

每日一练 | Data Scientist & Business Analyst & Leetcode 面试题 366

大数据应用  · 公众号  · 大数据  · 2018-05-30 08:08

正文

点击上方 蓝字 会变美




MAY

29

Data Application Lab 自2017年6月15日起,每天和你分享讨论一道数据科学(DS)和商业分析(BA) 领域常见的面试问题。

自2017年10月4日起,每天再为大家分享一道Leetcode 算法题。


希望积极寻求相关领域工作的你每天关注我们的问题并且与我们一起思考,我们将会在第二天给出答案。

Day

266

DS Interview Question

What is the Central Limit Theorem? Explain it. Why is it important?

BA Interview Question

How much time/money is lost due to poorly performed Business Analysis tasks?

LeetCode Question

Best Time to Buy and Sell Stock


Description:


  • Say you have an array for which the ith element is the price of a given stock on day i.

  • If you were only permitted to complete at most one transaction (ie, buy one and sell one share of the stock), design an algorithm to find the maximum profit.


Input: [7, 1, 5, 3, 6, 4]

Output: 5


Day

265

答案揭晓

DS Interview Question & Answer

What is the difference between Cluster and Systematic Sampling?

Answer:


Cluster sampling is a technique used when it becomes difficult to study the target population spread across a wide area and simple random sampling cannot be applied. Cluster Sample is a probability sample where each sampling unit is a collection, or cluster of elements. Systematic sampling is a statistical technique where elements are selected from an ordered sampling frame. In systematic sampling, the list is progressed in a circular manner so once you reach the end of the list,it is progressed from the top again. The best example for systematic sampling is equal probability method.

BA Interview Question & Answer

What are the key tasks a Business Analyst would perform within your organization?

Answer:


Depending on the size of the organization these tasks may vary, but might include:








请到「今天看啥」查看全文