专栏名称: 大数据应用
数据应用学院被评为2016北美Top Data Camp, 是最专业一站式数据科学咨询服务机构,你的数据科学求职咨询专家!
目录
相关文章推荐
51好读  ›  专栏  ›  大数据应用

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

大数据应用  · 公众号  · 大数据  · 2017-10-05 09:01

正文

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


从6月15日起,数据应用学院将与你一起温习数据科学(DS)和商业分析(BA)领域常见的面试问题。 为了庆祝中秋佳节,我们从10月4号起,每天再为大家分享一道Leetcode算法题。 希望积极寻求相关领域工作的你每天关注我们的问题并且与我们一起思考,我们将会在第二天给出答案。

Day 106

DS Interview Questions

How do data management procedures like missing data handling make selection bias worse?

BA Interview Questions

R Programing: How many data structure does R language have?

Leetcode Interview Questions

Description:
Given an array of integers, return indices of the two numbers such that they add up to a specific target.
You may assume that each input would have exactly one solution, and you may not use the same element twice


Input: [2, 7, 11, 15]

Output: [0, 1]

Assumptions:

1. each input would have exactly one solution

2. you may not use the same element twice

3. sorted in ascending order

欲知答案如何?请见下期分解!

Day 105 答案揭晓

DS Interview Questions

Can you cite some examples where a false negative important than a false positive?

Assume there is an airport ‘A’ which has received high security threats and based on certain characteristics they identify whether a particular passenger can be a threat or not. Due to shortage of staff they decided to scan passenger being predicted as risk positives by their predictive model.

What will happen if a true threat customer is being flagged as non-threat by airport model?

Another example can be judicial system. What if Jury or judge decide to make a criminal go free?

What if you rejected to marry a very good person based on your predictive model and you happen to meet him/her after few years and realize that you had a false negative?

BA Interview Questions

R Programming question: two vectors X and Y are defined as follows X

in R language when the vectors have different lengths, the multiplication begins with the smaller vector and continues till all the elements in the larger vector has been multiplied

The output of the above code will be -

Z



点击“阅读原文”查看数据应用学院核心课程







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