Q1. SQL Given tables: employees(id, unixname,team,role,days_since_started) projects(id,name,....) commits(id,file_path,proj_id,auth_id,timestamp) Find the number of unique employees per project per month? Q2. Imagine you have a CSV file: john_doe,android,ios,infra bob_law,is,backend jane_doe,frontend ------------------------------ Containing,for each employee, a list of projects he/she works on Write a script/function/else that reads data from CSV file and creates a data structure that stores, for each project, a list of employees who work on it.
Datenwissenschaftler Interview Questions
Datenwissenschaftler Interview Questions
In einem Vorstellungsgespräch für Datenwissenschaftler stellen Arbeitgeber wahrscheinlich Fragen zur Beurteilung Ihrer Kompetenzen in Datenmodellierung, Problemlösung und Programmierung. Bereiten Sie sich darauf vor, allgemeine Fragen zu beantworten, die Ihre Kenntnisse in Statistik und Datenwissenschaft testen sollen. Sie müssen evtl. auch offene Fragen beantworten, mit denen Ihre Kreativität, Kommunikationsfähigkeiten und Ihre Ausbildung in Datenmodellierung und Programmierung geprüft werden.
Typische Bewerbungsfragen als Datenwissenschaftler (m/w/d) und wie Sie diese beantworten
Frage 1: Welche Verfahren der Datenmodellierung bevorzugen Sie und warum?
Frage 2: Wie würden Sie gefälschte Instagram-Konten feststellen, mit denen Verbraucher betrogen werden sollen?
Frage 3: Beschreiben Sie Umstände, die in Python eine Liste, ein Tuple oder Set erfordern.
33,525 datenwissenschaftler interview questions shared by candidates
It's a phone interview about technical question. About how to generate all possible friendship given four tables with the "request", "accept","reject", and "remove" information.
How many dentist are there in the US?
Given a database of posts and a database of comments on those posts, how do you determine how many conversations are happening in the comments per post on average.
The three data structure questions are: 1. the difference between linked list and array; 2. the difference between stack and queue; 3. describe hash table.
Q. Tell me about a time when you were short on deadline and how did you handle it? Q. Write a Python code to return the count of words in a string Q. What is cross validation Q. Tell me about your favorite algorithm
How would you build and test a metric to compare two user's ranked lists of movie/tv show preferences?
What is probability of getting one pair of card from 52 deck of cards? How would you improve work hours?
given a table massenger_sends, date | ts | sender_id | receiver_id| message_id | has_reaction Q1) how many unique conversation threads are there ? note that there are threads that sender_id and receiver is inverse. this should be one thread
Mapreduce questions
Viewing 91 - 100 interview questions