DataLemur ๐Ÿต | Ace the SQL Interview (@datalemurhq) 's Twitter Profile
DataLemur ๐Ÿต | Ace the SQL Interview

@datalemurhq

Follow for SQL Interview tips. Made by @NickSinghTech, Author of Ace the Data Science Interview! Start solving 200+ FAANG SQL/Data questions for FREE ๐Ÿ‘‡

ID: 1551595955287367680

linkhttps://datalemur.com/questions calendar_today25-07-2022 15:51:35

619 Tweet

3,3K Takipรงi

50 Takip Edilen

DataLemur ๐Ÿต | Ace the SQL Interview (@datalemurhq) 's Twitter Profile Photo

Can you solve this real Amazon SQL interview question, about finding the highest-grossing items in each category? Problem Statement, Input Data, & Hints below ๐Ÿ‘‡๐Ÿ‘‡

Can you solve this real Amazon SQL interview question, about finding the highest-grossing items in each category?

Problem Statement, Input Data, & Hints below ๐Ÿ‘‡๐Ÿ‘‡
DataLemur ๐Ÿต | Ace the SQL Interview (@datalemurhq) 's Twitter Profile Photo

๐‘๐ž๐š๐ฅ ๐€๐ฆ๐š๐ณ๐จ๐ง ๐’๐๐‹ ๐ˆ๐ง๐ญ๐ž๐ซ๐ฏ๐ข๐ž๐ฐ ๐๐ฎ๐ž๐ฌ๐ญ๐ข๐จ๐ง: Given a reviews table, write a SQL query to retrieve the average star rating for each product, grouped by month. Can you solve it??? Full Problem Statement, Input Data, & Hints Below ๐Ÿ‘‡๐Ÿ‘‡

๐‘๐ž๐š๐ฅ ๐€๐ฆ๐š๐ณ๐จ๐ง ๐’๐๐‹ ๐ˆ๐ง๐ญ๐ž๐ซ๐ฏ๐ข๐ž๐ฐ ๐๐ฎ๐ž๐ฌ๐ญ๐ข๐จ๐ง: Given a reviews table, write a SQL query to retrieve the average star rating for each product, grouped by month.

Can you solve it???

Full Problem Statement, Input Data, & Hints Below ๐Ÿ‘‡๐Ÿ‘‡
DataLemur ๐Ÿต | Ace the SQL Interview (@datalemurhq) 's Twitter Profile Photo

Solve this LinkedIn SQL Interview Question together! Given a table containing job postings from various companies on the LinkedIn platform, write a query to retrieve the count of companies that have posted duplicate job listings. Input Data & Our Solution ๐Ÿงต๐Ÿ‘‡

DataLemur ๐Ÿต | Ace the SQL Interview (@datalemurhq) 's Twitter Profile Photo

The 5 most common aggregate functions used in SQL interviews are: AVG() - Returns the average value COUNT() - Returns the number of rows MAX() - Returns the largest value MIN() - Returns the smallest value SUM() - Returns the sum Let's practice these on a JP Morgan dataset:

The 5 most common aggregate functions used in SQL interviews are:

AVG() - Returns the average value
COUNT() - Returns the number of rows
MAX() - Returns the largest value
MIN() - Returns the smallest value
SUM() - Returns the sum

Let's practice these on a JP Morgan dataset:
DataLemur ๐Ÿต | Ace the SQL Interview (@datalemurhq) 's Twitter Profile Photo

Can you solve this real Microsoft SQL interview question: โ€œWhich Azure customer buys at least 1 Azure product from each product category?โ€ You're given a customer_contracts table & a table of Azure products.

Can you solve this real Microsoft SQL interview question:

โ€œWhich Azure customer buys at least 1 Azure product from each product category?โ€

You're given a customer_contracts table & a table of Azure products.
DataLemur ๐Ÿต | Ace the SQL Interview (@datalemurhq) 's Twitter Profile Photo

SQL Interviews LOVE to test you on Window Functions. Hereโ€™s the 7 most popular window functions & some real SQL interview questions to practice these commands ๐Ÿ‘‡

SQL Interviews LOVE to test you on Window Functions. 

Hereโ€™s the 7 most popular window functions & some real SQL interview questions to practice these commands ๐Ÿ‘‡
DataLemur ๐Ÿต | Ace the SQL Interview (@datalemurhq) 's Twitter Profile Photo

Microsoft SQL Interview Question: Write a query to identify the top 2 Power Users who sent the highest number of messages on Microsoft Teams in August 2022. Display the IDs of these 2 users along with the total number of messages they sent.

Microsoft SQL Interview Question:

Write a query to identify the top 2 Power Users who sent the highest number of messages on Microsoft Teams in August 2022.

Display the IDs of these 2 users along with the total number of messages they sent.
DataLemur ๐Ÿต | Ace the SQL Interview (@datalemurhq) 's Twitter Profile Photo

Google's results for "SQL Interview Questions" are SUPER SHITTY. Hiring a plumber? You'd ask 'How to unclog this๐Ÿ’ฉ?' not 'What is a toilet๐Ÿšฝ?' Similarly, data interviews don't ask 'What's SQL?'. They craft ask you to write SQL queries to answer realistic business questions.

Google's results for "SQL Interview Questions" are SUPER SHITTY.

Hiring a plumber? You'd ask 'How to unclog this๐Ÿ’ฉ?' not 'What is a toilet๐Ÿšฝ?'

Similarly, data interviews don't ask 'What's SQL?'.

They craft ask you to write SQL queries to answer realistic business questions.
DataLemur ๐Ÿต | Ace the SQL Interview (@datalemurhq) 's Twitter Profile Photo

People underestimate the โ€œDataโ€ part of Data Science. Most of the work in real-world Data Science is focussed on: โ€ข acquiring the data โ€ข understanding the data โ€ข cleaning the data Not building fancy predictive models. Plan accordingly.

Nick Singh | The Data Science Guy ๐Ÿ“• (@nicksinghtech) 's Twitter Profile Photo

If youโ€™re starting out in Data Science/Analytics, donโ€™t worry about probability, statistics, or Machine Learning. Start by learning SQL, then get get good at visualizing data in a tool like Excel or Tableau. At the start of your data journey, don't overcomplicate things!

DataLemur ๐Ÿต | Ace the SQL Interview (@datalemurhq) 's Twitter Profile Photo

Data Science interviews cover WAY more than just SQL. You can expect technical questions on: โ€ขProbability & Statistics โ€ขMachine Learning โ€ขCoding (Pandas) โ€ขProduct-Sense โ€ขA/B Testing To help you prep, here's a FREE 9-day Data Interview Crash Course: acethedatascienceinterview.com/crash-course

Data Science interviews cover WAY more than just SQL.

You can expect technical questions on:
โ€ขProbability & Statistics
โ€ขMachine Learning
โ€ขCoding (Pandas)
โ€ขProduct-Sense
โ€ขA/B Testing

To help you prep, here's a FREE 9-day Data Interview Crash Course:
acethedatascienceinterview.com/crash-course
DataLemur ๐Ÿต | Ace the SQL Interview (@datalemurhq) 's Twitter Profile Photo

Can you solve this Amazon SQL interview question? Given a table of Amazon customers & their purchases, write a query to identify the top two highest-grossing products within each category in the year 2022. p.s. test your SQL query on DataLemur: datalemur.com/questions/sql-โ€ฆ

Can you solve this Amazon SQL interview question?

Given a table of Amazon customers & their purchases, write a query to identify the top two highest-grossing products within each category in the year 2022.

p.s. test your SQL query on DataLemur:
datalemur.com/questions/sql-โ€ฆ
DataLemur ๐Ÿต | Ace the SQL Interview (@datalemurhq) 's Twitter Profile Photo

Your first attempt learning ML will suck. Your first attempt writing SQL will sick. Your first attempt at data-viz will suck. Your first attempt in anything will suck. But you canโ€™t make your 10th, 50th, or 100th without making your first. So donโ€™t worry, just do it!

DataLemur ๐Ÿต | Ace the SQL Interview (@datalemurhq) 's Twitter Profile Photo

6,000-Word SQL Interview Guide for Data Analysts & Data Scientists. It Covers: ๐Ÿ”นSQL Questions from FB, Amazon, etc. ๐Ÿ”นMust-Know SQL Commands ๐Ÿ”น6-Step Process to Solve Hard Questions ๐Ÿ”นSites to Practice SQL Questions ๐Ÿ”น4 Take-Home SQL Challenges Link: datalemur.com/blog/sql-interโ€ฆ

6,000-Word SQL Interview Guide for Data Analysts & Data Scientists.

It Covers:
๐Ÿ”นSQL Questions from FB, Amazon, etc.
๐Ÿ”นMust-Know SQL Commands
๐Ÿ”น6-Step Process to Solve Hard Questions
๐Ÿ”นSites to Practice SQL Questions
๐Ÿ”น4 Take-Home SQL Challenges

Link: datalemur.com/blog/sql-interโ€ฆ
DataLemur ๐Ÿต | Ace the SQL Interview (@datalemurhq) 's Twitter Profile Photo

If youโ€™re starting out in Data Science/Analytics, donโ€™t worry about probability, statistics, or Machine Learning. Start by learning SQL, then get get good at visualizing data in a tool like Excel or Tableau. At the start of your data journey, don't overcomplicate things!