Tech IndustryAug 31, 2019
Newomgosh

How Much SQL for DS ML Roles

How advance do data science and ML interviewers expect your SQL to be, for a junior position? For example, what other topics do we need to tackle after - SELECT - Aggregates (COUNT, SUM, MIN, MAX, DISTINCT, GROUP BY, HAVING) - JOIN, UNION - Subqueries (IN, EXISTS, correlated) Is CTE, WITH important to prepare for?

Seagate toti420 Aug 31, 2019

What you have listed is sufficient IF you can properly apply them to solve problems.

Amazon pwqk54 Aug 31, 2019

It’s the analytical thinking that matters. Rest all can be googled.

Google nanithefu Aug 31, 2019

Analytical / window functions are sometimes asked. Eg partition by, over

Intuit S8TN Aug 31, 2019

PhD?

New
omgosh OP Sep 1, 2019

Yes I have one

Zulily Expeditor Sep 1, 2019

For DS just syntax of SQL... For ML rarely SQL, just LC plus AI knowledge.

New
omgosh OP Sep 1, 2019

Is BI the role that requires more SQL during interviews? Or is that SWE?

Zulily Expeditor Sep 1, 2019

For BI , DE role heavy SQL is must. (LC all db problems will help). SwE you can solve the problem with any language unless the role expects you to do production level coding.

Credit Karma ckgogo Sep 1, 2019

Know how to work with dates. CASE WHEN, IF, WITH etc