Data Interview Questions

132,711 data interview questions shared by candidates

Complete a function that returns a list containing mismatched words in two strings. The return list can be in any order. I used set to solve this question, but was also asked to verbally explain how I would solve it without using sets.
avatar

Data Engineer

Interviewed at Meta

3.6
Aug 17, 2021

Complete a function that returns a list containing mismatched words in two strings. The return list can be in any order. I used set to solve this question, but was also asked to verbally explain how I would solve it without using sets.

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
avatar

Data Scientist

Interviewed at Meta

3.6
Jan 3, 2022

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

Viewing 211 - 220 interview questions

Glassdoor has 132,711 interview questions and reports from Data interviews. Prepare for your interview. Get hired. Love your job.