Given a table that each day shows who was active in the system and a table that tracks ongoing user status, write a procedure that will take each day's active table and pass it into the ongoing daily tracking table. Possible states are: * user stayed (yesterday yes, today yes) * user churned (yesterday yes, today no) * user revived (yesterday no, today yes) * user new (yesterday null, today yes) Note: you'll want to spot and account for the undefined state.
Data Scientist Interview Questions
Data Scientist Interview Questions
Lors d’un entretien pour le poste de data scientist, les employeurs vont poser des questions leur permettant d’évaluer vos compétences en modélisation des données, résolution des problèmes et programmation. Soyez préparé à répondre à des questions générales testant vos connaissances en statistiques et en science des données. Vous devez également être prêt à répondre à des questions ouvertes permettant de tester votre créativité, vos compétences en communication et votre éducation formelle en modélisation des données et en programmation.
Questions d'entretien d'embauche fréquentes pour un data scientist (H/F) et comment y répondre
Question 1 : Quelles techniques de modélisation des données préférez-vous et pourquoi ?
Question 2 : Comment détectez-vous les faux comptes Instagram utilisés pour escroquer les clients ?
Question 3 : Décrivez des situations qui requièrent une liste, un uplet ou un ensemble sur Python.
54,352 data scientist interview questions shared by candidates
Tell me about your research
Given a table containing date, post_id, relationship (e.g. Friend, Group, Page), interaction (like, share etc.) and a table containing poster id and post id, calculate: how many likes were made on friend posts yesterday
Interviewer asked me a question related to strings that required recursive dynamic programming algorithm.
Basic SQL (don't remember specif question)
Our teams have developed an algorithm to detect spams and classify them at the bottom of the newsfeed. How to check if it works? If it's profitable?
How to analyze the network on Facebook,
I'm not allowed to share
How to identify close friends on social media?
Using a hypothetical schema from the portal product, identify the number of unique active users for a given country on a given day.
Viewing 1691 - 1700 interview questions