├── README.md ├── answered.md ├── more_questions ├── README.md ├── answered │ ├── communication.md │ ├── data-analysis.md │ ├── predictive-modeling.md │ ├── probability.md │ ├── product-metrics.md │ ├── programming.md │ └── statistical-inference.md ├── communication.md ├── data-analysis.md ├── predictive-modeling.md ├── probability.md ├── product-metrics.md ├── programming.md ├── statistical-inference.md └── statistical_inference_answered.md └── questions.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boada/data-science-interviews/HEAD/README.md -------------------------------------------------------------------------------- /answered.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boada/data-science-interviews/HEAD/answered.md -------------------------------------------------------------------------------- /more_questions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boada/data-science-interviews/HEAD/more_questions/README.md -------------------------------------------------------------------------------- /more_questions/answered/communication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boada/data-science-interviews/HEAD/more_questions/answered/communication.md -------------------------------------------------------------------------------- /more_questions/answered/data-analysis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boada/data-science-interviews/HEAD/more_questions/answered/data-analysis.md -------------------------------------------------------------------------------- /more_questions/answered/predictive-modeling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boada/data-science-interviews/HEAD/more_questions/answered/predictive-modeling.md -------------------------------------------------------------------------------- /more_questions/answered/probability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boada/data-science-interviews/HEAD/more_questions/answered/probability.md -------------------------------------------------------------------------------- /more_questions/answered/product-metrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boada/data-science-interviews/HEAD/more_questions/answered/product-metrics.md -------------------------------------------------------------------------------- /more_questions/answered/programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boada/data-science-interviews/HEAD/more_questions/answered/programming.md -------------------------------------------------------------------------------- /more_questions/answered/statistical-inference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boada/data-science-interviews/HEAD/more_questions/answered/statistical-inference.md -------------------------------------------------------------------------------- /more_questions/communication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boada/data-science-interviews/HEAD/more_questions/communication.md -------------------------------------------------------------------------------- /more_questions/data-analysis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boada/data-science-interviews/HEAD/more_questions/data-analysis.md -------------------------------------------------------------------------------- /more_questions/predictive-modeling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boada/data-science-interviews/HEAD/more_questions/predictive-modeling.md -------------------------------------------------------------------------------- /more_questions/probability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boada/data-science-interviews/HEAD/more_questions/probability.md -------------------------------------------------------------------------------- /more_questions/product-metrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boada/data-science-interviews/HEAD/more_questions/product-metrics.md -------------------------------------------------------------------------------- /more_questions/programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boada/data-science-interviews/HEAD/more_questions/programming.md -------------------------------------------------------------------------------- /more_questions/statistical-inference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boada/data-science-interviews/HEAD/more_questions/statistical-inference.md -------------------------------------------------------------------------------- /more_questions/statistical_inference_answered.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boada/data-science-interviews/HEAD/more_questions/statistical_inference_answered.md -------------------------------------------------------------------------------- /questions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boada/data-science-interviews/HEAD/questions.md --------------------------------------------------------------------------------