Meta interview question

SQL : Top 3 Products by sale, % using Case, Basic Having clause and one Set operator (Intersect) type question Python : Average word length, ip-address parsing, dictionary, list of lists, flatten list of lists. ( Similar to previous interview experiences)

Interview Answers

Anonymous

3 Dec 2018

Hello, could you please elaborate on the flatten list of lists and list of lists questions? I haven’t found this data on other posts

Anonymous

3 Dec 2018

Give a list if nested lists like [[A],[B,[C]],[D,E,[F,G]]] Convert this into a flattened list like [A,BC,D,E,F,G]

2

Anonymous

16 Jan 2019

can you elaborate on the percent using case and set operator sql questions

Anonymous

3 Dec 2018

[A,B,C,D,E,F,G] * about the typos

Anonymous

13 Dec 2018

Thanks, good luck on your onsite

1