Validate an IP Address. Multiple test cases given.
Data Interview Questions
133,855 data interview questions shared by candidates
Given a string like 'abc', print out all the strings of combination of the same length as the original string. Like 'abc', 'acb', 'bca', 'bac', 'cab', 'cba'
Phone Interview: Intermediate level Python and SQL questions. 5 questions each for 30 minutes.
Two tables: User actions: date|sessio_id|userid|event session details: date|Sessionid|timespent_Sec|userid 1. Identify avg time spent per user per day 2. Create a histogram of duration on x axis, no of users on y axis which is populated by volume in each bucket Product questions: 1. Wants to add a new banner on FB Market place which suggests to sell something on facebook , should they do it, what should be done to evaluate it ? 2. Market place transactions happen through messages - these messages went down by 10% in a month, should they be worried ? How would you go about analyzing it?
Top3 brand names with their average pieces more than $3 and having atleast 2 products.
What is the term used to select non duplicates in SQL?
How do you measure newsfeed health?
They answered no questions I sent over and sent my own questions back to me. So that was mighty pathetic too.
in the phone interview: - pretty basic python algorithm question. Having read the others here, I assumed I'd get pitched a softball and then a harder question. I was able to solve it within the first several minutes, but spent the rest of the session trying to optimize the solution. - some basic SQL questions on joins and such. I answered probably 5 or 6 questions. Both of these interviews seemed like minimum bar screens. For the in-person interview: - more difficult python question and had to code on a white board. It was a pretty simple sorting question that was easy to solve but less trivial to optimize. - more difficult SQL questions. I struggled here but I was a bit weaker in SQL so I figured as much. This progressed into dashboard design. - Lunch was at a cafe on campus and delicious. Interviewer was just asking me about work experience and culture and it seemed just like a general personality compatibility test. - Full Stack interview was my favorite part and a lot of fun. Without giving too much away, I was given a realistic problem and tasked with conceptualizing the solution in real time, from start to finish, on a white board. It was a mix of coding and conceptual and seemed to be meant to test product sense.
remove duplicate list values in python ? s = [10,20,30,20,10,40,50]
Viewing 981 - 990 interview questions