SQL Interview Ques & ANS π₯
π19β€4π₯2
Data Analyst Jobs.pdf
112.2 KB
π Data Analyst Jobs β
ππ» DO REACT IF YOU WANT MORE CONTENT LIKE THIS FOR FREE π
ππ» DO REACT IF YOU WANT MORE CONTENT LIKE THIS FOR FREE π
π35β€7π₯1
Excel Interview Q&A @excel_analyst.pdf
115.4 KB
π Excel interview Questions β
ππ» DO REACT IF YOU WANT MORE CONTENT LIKE THIS FOR FREE π
ππ» DO REACT IF YOU WANT MORE CONTENT LIKE THIS FOR FREE π
π20π₯5β€4π1
Python Top 10 Interview Questions for Freshers ππ
https://medium.com/@data_analyst/python-top-10-interview-questions-for-freshers-9937ed74c0a7
Join our channel for more resources like this: https://t.iss.one/learndataanalysis
https://medium.com/@data_analyst/python-top-10-interview-questions-for-freshers-9937ed74c0a7
Join our channel for more resources like this: https://t.iss.one/learndataanalysis
β€5π2
Useful Websites.pdf_20231118_154343_0000.pdf
608.9 KB
Useful Websites for Jobs & Resume
ππ» LIKE IF YOU WANT MORE CONTENT LIKE THIS FOR FREE π
ππ» LIKE IF YOU WANT MORE CONTENT LIKE THIS FOR FREE π
β€13π5
Don't waste your lot of time when learning data analysis.
Here's how you may start your Data analysis journey
1οΈβ£ - Avoid learning a programming language (e.g., SQL, R, or Python) for as long as possible.
This advice might seem strange coming from a former software engineer, so let me explain.
The vast majority of data analyses conducted each day worldwide are performed in the "solo analyst" scenario.
In this scenario, nobody cares about how the analysis was completed.
Only the results matter.
Also, the analysis methods (e.g., code) are rarely shared in this scenario.
Like for next steps
#dataanalysis
Here's how you may start your Data analysis journey
1οΈβ£ - Avoid learning a programming language (e.g., SQL, R, or Python) for as long as possible.
This advice might seem strange coming from a former software engineer, so let me explain.
The vast majority of data analyses conducted each day worldwide are performed in the "solo analyst" scenario.
In this scenario, nobody cares about how the analysis was completed.
Only the results matter.
Also, the analysis methods (e.g., code) are rarely shared in this scenario.
Like for next steps
#dataanalysis
π69β€20π₯2π1π€1
2οΈβ£ Use Microsoft Excel for as long as possible.
Again, on the surface, strange advice from someone who loves SQL and Python.
When I first started learning data analysis, I ignored Microsoft Excel.
I was a coder, and I looked down on Excel.
I was 100% wrong.
Over the years, Excel has become an exceedingly powerful data analysis tool.
For many professionals, it can be all the analytical tooling they need.
For example, Excel is a wonderful tool for visually analyzing data (e.g., PivotCharts).
You can use Excel to conduct powerful Diagnostic Analytics.
The simple reality is that many professionals will never hit Excel's data limit - especially if they have a decent laptop.
#dataanalysis
Again, on the surface, strange advice from someone who loves SQL and Python.
When I first started learning data analysis, I ignored Microsoft Excel.
I was a coder, and I looked down on Excel.
I was 100% wrong.
Over the years, Excel has become an exceedingly powerful data analysis tool.
For many professionals, it can be all the analytical tooling they need.
For example, Excel is a wonderful tool for visually analyzing data (e.g., PivotCharts).
You can use Excel to conduct powerful Diagnostic Analytics.
The simple reality is that many professionals will never hit Excel's data limit - especially if they have a decent laptop.
#dataanalysis
Telegram
MS Excel for Data Analysis
β
Learn Basic & Advaced Ms Excel concepts for data analysis
β Learn Tips & Tricks Used in Excel
β Become An Expert
β Use The Skills Learnt Here In Your Career
For promotions: @love_data
β Learn Tips & Tricks Used in Excel
β Become An Expert
β Use The Skills Learnt Here In Your Career
For promotions: @love_data
π6β€4π₯2π1
3οΈβ£ Microsoft Excel might be your hammer, but not every problem is a nail.
Please, please, please use Excel where it makes sense!
If you reach a point where Excel doesn't make sense, know that you can quickly move on to technologies that are better suited for your needs....
#dataanalysis
Please, please, please use Excel where it makes sense!
If you reach a point where Excel doesn't make sense, know that you can quickly move on to technologies that are better suited for your needs....
#dataanalysis
π12β€5
4οΈβ£ SQL is your friend.
If you're unfamiliar, SQL is the language used to query databases.
After Microsoft Excel, SQL is the world's most commonly used data technology.
SQL is easily integrated into Excel, allowing you to leverage the power of the database server to acquire and wrangle data.
The results of all this goodness then show up in your workbook.
Also, SQL is straightforward for Excel users to learn.
#dataanalysis
If you're unfamiliar, SQL is the language used to query databases.
After Microsoft Excel, SQL is the world's most commonly used data technology.
SQL is easily integrated into Excel, allowing you to leverage the power of the database server to acquire and wrangle data.
The results of all this goodness then show up in your workbook.
Also, SQL is straightforward for Excel users to learn.
#dataanalysis
π13
5οΈβ£ Python in Excel.
Microsoft is providing you with just what you need to scale beyond Excel limitations.
At first, you use Python in Excel because it's the easiest way to scale and tap into a vast amount of DIY data science goodness.
As 99% of the code you write for Python in Excel translates to any tool, you now have a path to move off of Excel if needed.
For example, Jupyter Notebooks and VS Code.
#dataanalysis
Microsoft is providing you with just what you need to scale beyond Excel limitations.
At first, you use Python in Excel because it's the easiest way to scale and tap into a vast amount of DIY data science goodness.
As 99% of the code you write for Python in Excel translates to any tool, you now have a path to move off of Excel if needed.
For example, Jupyter Notebooks and VS Code.
#dataanalysis
π5β€1
TOP CONCEPTS FOR INTERVIEW PREPARATION!!
πTOP 10 SQL Concepts for Job Interview
1. Aggregate Functions (SUM/AVG)
2. Group By and Order By
3. JOINs (Inner/Left/Right)
4. Union and Union All
5. Date and Time processing
6. String processing
7. Window Functions (Partition by)
8. Subquery
9. View and Index
10. Common Table Expression (CTE)
πTOP 10 Statistics Concepts for Job Interview
1. Sampling
2. Experiments (A/B tests)
3. Descriptive Statistics
4. p-value
5. Probability Distributions
6. t-test
7. ANOVA
8. Correlation
9. Linear Regression
10. Logistics Regression
πTOP 10 Python Concepts for Job Interview
1. Reading data from file/table
2. Writing data to file/table
3. Data Types
4. Function
5. Data Preprocessing (numpy/pandas)
6. Data Visualisation (Matplotlib/seaborn/bokeh)
7. Machine Learning (sklearn)
8. Deep Learning (Tensorflow/Keras/PyTorch)
9. Distributed Processing (PySpark)
10. Functional and Object Oriented Programming
Like β€οΈ the post if it was helpful to you!!!
πTOP 10 SQL Concepts for Job Interview
1. Aggregate Functions (SUM/AVG)
2. Group By and Order By
3. JOINs (Inner/Left/Right)
4. Union and Union All
5. Date and Time processing
6. String processing
7. Window Functions (Partition by)
8. Subquery
9. View and Index
10. Common Table Expression (CTE)
πTOP 10 Statistics Concepts for Job Interview
1. Sampling
2. Experiments (A/B tests)
3. Descriptive Statistics
4. p-value
5. Probability Distributions
6. t-test
7. ANOVA
8. Correlation
9. Linear Regression
10. Logistics Regression
πTOP 10 Python Concepts for Job Interview
1. Reading data from file/table
2. Writing data to file/table
3. Data Types
4. Function
5. Data Preprocessing (numpy/pandas)
6. Data Visualisation (Matplotlib/seaborn/bokeh)
7. Machine Learning (sklearn)
8. Deep Learning (Tensorflow/Keras/PyTorch)
9. Distributed Processing (PySpark)
10. Functional and Object Oriented Programming
Like β€οΈ the post if it was helpful to you!!!
π9β€5π₯2
9 secrets about Data Storytelling every analyst should know (number 6 is a must):
1/ Start with the end in mindβwhatβs the key takeaway?
2/ Donβt just present numbersβexplain the 'so what' behind them.
3/ Data should drive decisionsβframe your analysis as a solution to a problem.
#DataAnalytics
1/ Start with the end in mindβwhatβs the key takeaway?
2/ Donβt just present numbersβexplain the 'so what' behind them.
3/ Data should drive decisionsβframe your analysis as a solution to a problem.
#DataAnalytics
π7