All Projects → bomboradata → datascience-exam

bomboradata / datascience-exam

Licence: other
Repo supporting data science team interview exams.

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to datascience-exam

cissp-mind-map
CISSP mind map, 8 domains, 2020 edition, OSG/AIO eighth edition, 8th
Stars: ✭ 31 (+82.35%)
Mutual labels:  exam
examinee
Laravel Quiz and Exam System clone of udemy
Stars: ✭ 151 (+788.24%)
Mutual labels:  exam
HFUT ChemLab
A Laravel application for HFUT Chemistry lab learning and exam system.
Stars: ✭ 65 (+282.35%)
Mutual labels:  exam
Kubernetes Certified Administrator
Online resources that will help you prepare for taking the CNCF CKA 2020 "Kubernetes Certified Administrator" Certification exam. with time, This is not likely the comprehensive up to date list - please make a pull request if there something that should be added here.
Stars: ✭ 3,438 (+20123.53%)
Mutual labels:  exam
pytexexam
A simple python package to create latex exam in python
Stars: ✭ 27 (+58.82%)
Mutual labels:  exam
lfcs
Personal notes to prepare for the Linux Foundation Certified System Administrator (LFCS) exam
Stars: ✭ 69 (+305.88%)
Mutual labels:  exam
COA
Openstack Foundation Openstack Certified Administrator exam Preparation
Stars: ✭ 41 (+141.18%)
Mutual labels:  exam
cehv9
CEHv9 - Practice Exam Questions with Answers
Stars: ✭ 55 (+223.53%)
Mutual labels:  exam
xsim
eXercise Sheets IMproved
Stars: ✭ 57 (+235.29%)
Mutual labels:  exam
OMRChecker
An Android app to scan OMR Sheet http://letssolvetogether.in
Stars: ✭ 22 (+29.41%)
Mutual labels:  exam
Oscp Exam Report Template Markdown
📙 Markdown Templates for Offensive Security OSCP, OSWE, OSCE, OSEE, OSWP exam report
Stars: ✭ 2,066 (+12052.94%)
Mutual labels:  exam
examrank-02-03-04-05-06
exam project 2020
Stars: ✭ 195 (+1047.06%)
Mutual labels:  exam
online exam system
基于SSM的在线考试系统
Stars: ✭ 98 (+476.47%)
Mutual labels:  exam
I-need-help
哇要考试了,还没预习呢,各位有资料不(北京大学软件与微电子)
Stars: ✭ 15 (-11.76%)
Mutual labels:  exam
SoftUni-Software-Engineering
SoftUni- Software Engineering
Stars: ✭ 47 (+176.47%)
Mutual labels:  exam
Azure-AZ-500-Study-Guide
Study Guide for the Microsoft Azure Security Technologies Exam
Stars: ✭ 84 (+394.12%)
Mutual labels:  exam
AndroidOMRHelper
An android application for validating images of OMR sheets before they are sent for processing.
Stars: ✭ 38 (+123.53%)
Mutual labels:  exam
learnzf2
Learn ZF2: Learning Zend Framework 2 by Example
Stars: ✭ 35 (+105.88%)
Mutual labels:  exam
Native-Exam-Analyse
PC桌面级客户端,电子化考试系统,支持多种题型,选择、填空、阅读理解、选词填空等。考试结果自动分析并可保存。
Stars: ✭ 63 (+270.59%)
Mutual labels:  exam
AWS-Certified-Solutions-Architect-Associate
AWS Certified Solutions Architect Associate exam preparation notes
Stars: ✭ 37 (+117.65%)
Mutual labels:  exam

Bombora Data Science and Machine Learning (DSML): Interview Exam


Welcome!

From all of us at Bombora's DSML team, we're excited to get to know you! To do so, we'd like to begin by engaging in a few exercises we're interested in (and hope you are as well).

NOTE: We'll be leveraging open tools and public repositories. Ethics and professional aspirations should drive you to work creatively, enthusiastically, and independently. Clearly, you should leverage all resources you can, but please, do not share this exam or your solutions with any other entity, human or machine. :)

Thank you so much! Now, get comfortable and let's go!

Instructions

Overview

We're going to leverage typical analysis and development workflows used by our team to conduct an interview assessment. In short, you'll:

  1. clone this repository locally or use colab
  2. open the exam Jupyter notebook in your preferred enviornment (web or local)
  3. answer three questions of your choice, one from each section
  4. compress your results and email them to the people specified on the email you recieved

Details

1. Make your own copy of repo

Create a local clone of the repo on your local machine, with git installed:

git clone https://github.com/bomboradata/datascience-exam.git
cd datascience-exam

2. Setup Jupyter Notebook Environment

  • We prefer Python due to its rich ecosystem but please feel free to choose your own language
  • Use your local development environment or open the exam notebook using Colab: Open In Colab
    • Assumning you are using pandas, you can also download the data directly from the repo using the following
      • pd.read_csv("https://raw.githubusercontent.com/bomboradata/datascience-exam/master/option_1.csv")
      • pd.read_csv("https://raw.githubusercontent.com/bomboradata/datascience-exam/master/option_2.csv")
      • Or see External data: Local Files, Drive, Sheets, and Cloud Storage for details on how to upload data in your colab notebook

3. Solve THREE problems, one from each section.

  1. Take note that there are three sections, they are:

    • 1. Algo + Data Structures
    • 2. Prob + Stats
    • 3. NLP Algorithm Development
  2. Select and answer ONE question from EACH section, or to be totally explicit:

    • select and answer a question from section 1 (e.g., either Q1.1 or Q1.2).
    • select and answer a question from section 2 (e.g., either Q2.1, Q2.2, or Q2.3).
    • select and answer a question from section 3 (e.g., either Q3.1, or Q3.2)

4. Jupyter Notebook Submission

Please compress your results and email them. We ask you to use one Jupyter Notebook. Use markdown cells to label each portion with the questions chosen. Also, feel free to use markdown cells to walk through your thought process or document pieces you would explore in the future.

Please submit your results, even if you do not completely finish a question from each section. There is no correct answer and we evaluate your approach over outputs.

Questions?

Please email the people specified on the email.

Finished, what's next?

Go enjoy your day, you deserve it!

<script async defer src="https://buttons.github.io/buttons.js"></script>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].