Data Analytics
108K subscribers
134 photos
2 files
808 links
Perfect channel to learn Data Analytics

Learn SQL, Python, Alteryx, Tableau, Power BI and many more

For Promotions: @coderfun @love_data
Download Telegram
πŸ“Š π—œπ—»π˜π—²π—Ώπ˜ƒπ—Άπ—²π˜„π—²π—Ώ: How do you find Duplicate Records in a table?

πŸ™‹β€β™‚οΈ 𝗠𝗲: Use GROUP BY with HAVING to filter rows occurring more than once:

SELECT column_name, COUNT(*) AS duplicate_count
FROM your_table
GROUP BY column_name
HAVING COUNT(*) > 1;

🧠 Logic Breakdown:

- GROUP BY column_name groups identical values

- HAVING COUNT(*) > 1 filters groups with duplicates


βœ… Use Case: Data cleaning, identifying duplicate user emails, removing redundant records

πŸ’‘ Pro Tip: To see all columns of duplicate rows, join this result back to the original table on column_name.

πŸ’¬ Tap ❀️ for more!
❀15πŸ‘3πŸ‘1
πŸ“ˆ Want to Excel at Data Analytics? Master These Essential Skills! β˜‘οΈ

Core Concepts:
β€’ Statistics & Probability – Understand distributions, hypothesis testing
β€’ Excel – Pivot tables, formulas, dashboards

Programming:
β€’ Python – NumPy, Pandas, Matplotlib, Seaborn
β€’ R – Data analysis & visualization
β€’ SQL – Joins, filtering, aggregation

Data Cleaning & Wrangling:
β€’ Handle missing values, duplicates
β€’ Normalize and transform data

Visualization:
β€’ Power BI, Tableau – Dashboards
β€’ Plotly, Seaborn – Python visualizations
β€’ Data Storytelling – Present insights clearly

Advanced Analytics:
β€’ Regression, Classification, Clustering
β€’ Time Series Forecasting
β€’ A/B Testing & Hypothesis Testing

ETL & Automation:
β€’ Web Scraping – BeautifulSoup, Scrapy
β€’ APIs – Fetch and process real-world data
β€’ Build ETL Pipelines

Tools & Deployment:
β€’ Jupyter Notebook / Colab
β€’ Git & GitHub
β€’ Cloud Platforms – AWS, GCP, Azure
β€’ Google BigQuery, Snowflake

Hope it helps :)
Please open Telegram to view this post
VIEW IN TELEGRAM
❀11πŸ‘3
A step-by-step guide to land a job as a data analyst

Landing your first data analyst job is toughhhhh.

Here are 11 tips to make it easier:

- Master SQL.
- Next, learn a BI tool.
- Drink lots of tea or coffee.
- Tackle relevant data projects.
- Create a relevant data portfolio.
- Focus on actionable data insights.
- Remember imposter syndrome is normal.
- Find ways to prove you’re a problem-solver.
- Develop compelling data visualization stories.
- Engage with LinkedIn posts from fellow analysts.
- Illustrate your analytical impact with metrics & KPIs.
- Share your career story & insights via LinkedIn posts.

I have curated best 80+ top-notch Data Analytics Resources πŸ‘‡πŸ‘‡
https://whatsapp.com/channel/0029VaGgzAk72WTmQFERKh02

Hope this helps you 😊
❀8
πŸš€ Agent.ai Challenge is LIVE!

Build & launch your own AI agent β€” no code needed!

Win up to $ 50,000 πŸ†

πŸ‘₯ Open to all: devs, marketers, PMs, sales & support pros
🌍 Join a global builder community
πŸŽ“ Get expert feedback career visibility

πŸ… Top Prizes:
πŸ’‘ $ 30,000 – HubSpot Innovation Award
πŸ“ˆ $20,000 – Marketing Mavericks

Register Now!
πŸ‘‡πŸ‘‡
https://shorturl.at/lSfTv

Double Tap ❀️ for more AI Challenges
❀8πŸ‘1
10 Must-Have Habits for Data Analysts πŸ“ŠπŸ§ 

1️⃣ Develop strong Excel & SQL skills
2️⃣ Master data cleaning β€” it’s 80% of the job
3️⃣ Always validate your data sources
4️⃣ Visualize data clearly (use Power BI/Tableau)
5️⃣ Ask the right business questions
6️⃣ Stay curious β€” dig deeper into patterns
7️⃣ Document your analysis & assumptions
8️⃣ Communicate insights, not just numbers
9️⃣ Learn basic Python or R for automation
πŸ”Ÿ Keep learning: analytics is always evolving

πŸ’¬ Tap ❀️ for more!
❀11πŸ‘1
πŸ“Š Complete SQL Syllabus Roadmap (Beginner to Expert) πŸ—„οΈ

πŸ”° Beginner Level:

1. Intro to Databases: What are databases, Relational vs. Non-Relational
2. SQL Basics: SELECT, FROM, WHERE
3. Data Types: INT, VARCHAR, DATE, BOOLEAN, etc.
4. Operators: Comparison, Logical (AND, OR, NOT)
5. Sorting & Filtering: ORDER BY, LIMIT, DISTINCT
6. Aggregate Functions: COUNT, SUM, AVG, MIN, MAX
7. GROUP BY and HAVING: Grouping Data and Filtering Groups
8. Basic Projects: Creating and querying a simple database (e.g., a student database)

βš™οΈ Intermediate Level:

1. Joins: INNER, LEFT, RIGHT, FULL OUTER JOIN
2. Subqueries: Using queries within queries
3. Indexes: Improving Query Performance
4. Data Modification: INSERT, UPDATE, DELETE
5. Transactions: ACID Properties, COMMIT, ROLLBACK
6. Constraints: PRIMARY KEY, FOREIGN KEY, UNIQUE, NOT NULL, CHECK, DEFAULT
7. Views: Creating Virtual Tables
8. Stored Procedures & Functions: Reusable SQL Code
9. Date and Time Functions: Working with Date and Time Data
10. Intermediate Projects: Designing and querying a more complex database (e.g., an e-commerce database)

πŸ† Expert Level:

1. Window Functions: RANK, ROW_NUMBER, LAG, LEAD
2. Common Table Expressions (CTEs): Recursive and Non-Recursive
3. Performance Tuning: Query Optimization Techniques
4. Database Design & Normalization: Understanding Database Schemas (Star, Snowflake)
5. Advanced Indexing: Clustered, Non-Clustered, Filtered Indexes
6. Database Administration: Backup and Recovery, Security, User Management
7. Working with Large Datasets: Partitioning, Data Warehousing Concepts
8. NoSQL Databases: Introduction to MongoDB, Cassandra, etc. (optional)
9. SQL Injection Prevention: Secure Coding Practices
10. Expert Projects: Designing, optimizing, and managing a large-scale database (e.g., a social media database)

πŸ’‘ Bonus: Learn about Database Security, Cloud Databases (AWS RDS, Azure SQL Database, Google Cloud SQL), and Data Modeling Tools.

πŸ‘ Tap ❀️ for more
❀21πŸ‘4πŸ”₯2
βœ… Data Analyst Resume Checklist (2025) πŸ“ŠπŸ“

1️⃣ Professional Summary
β€’ 2-3 lines about your experience, skills, and career goals.
βœ”οΈ Example: "Data Analyst with 3+ years of experience in data mining, analysis, and visualization using Python, SQL, and Tableau."

2️⃣ Technical Skills
β€’ Programming Languages: Python, R, SQL
β€’ Data Visualization Tools: Tableau, Power BI, Matplotlib, Seaborn
β€’ Statistical Analysis: Hypothesis Testing, Regression, Time Series Analysis
β€’ Databases: SQL, NoSQL
β€’ Cloud Technologies: AWS, Azure, GCP (if applicable)
β€’ Other Tools: Excel, Jupyter Notebook, Git

3️⃣ Projects Section
β€’ 2-4 data analysis projects with:
- Project name and brief description
- Tools/technologies used
- Key findings and insights
- Link to GitHub or live dashboard (if applicable)
βœ”οΈ Use bullet points and quantify achievements.

4️⃣ Work Experience (if any)
β€’ Company name, role, and duration
β€’ Responsibilities and achievements with metrics
βœ”οΈ Example: "Increased sales leads by 15% by identifying key customer segments using clustering techniques."

5️⃣ Education
β€’ Degree, University/Institute, Graduation Year
βœ”οΈ Include relevant coursework or specializations (e.g., statistics, data science).
βœ”οΈ Add certifications (if any): Google Data Analytics Professional Certificate, etc.

6️⃣ Soft Skills
β€’ Communication, problem-solving, critical thinking, teamwork, attention to detail

7️⃣ Clean & Professional Formatting
β€’ Use a clear and easy-to-read font
β€’ Keep it to one page if possible
β€’ Save as a PDF

πŸ’‘ Pro Tip: Tailor your resume to the specific requirements of the job. Highlight the skills and experiences that are most relevant to the position.

πŸ‘ Tap ❀️ if you found this helpful!
❀13πŸ”₯6πŸ‘3
Step-by-step Guide to Create a Data Analyst Portfolio:

βœ… 1️⃣ Choose Your Tools & Skills
Decide what tools you want to showcase:
β€’ Excel, SQL, Python (Pandas, NumPy)
β€’ Data visualization (Tableau, Power BI, Matplotlib, Seaborn)
β€’ Basic statistics and data cleaning

βœ… 2️⃣ Plan Your Portfolio Structure
Your portfolio should include:
β€’ Home Page – Brief intro about you
β€’ About Me – Skills, tools, background
β€’ Projects – Showcased with explanations and code
β€’ Contact – Email, LinkedIn, GitHub
β€’ Optional: Blog or case studies

βœ… 3️⃣ Build Your Portfolio Website or Use Platforms
Options:
β€’ Build your own website with HTML/CSS or React
β€’ Use GitHub Pages, Tableau Public, or LinkedIn articles
β€’ Make sure it’s easy to navigate and mobile-friendly

βœ… 4️⃣ Add 3–5 Detailed Projects
Projects should cover:
β€’ Data cleaning and preprocessing
β€’ Exploratory Data Analysis (EDA)
β€’ Data visualization dashboards or reports
β€’ SQL queries or Python scripts for analysis

Each project should include:
β€’ Problem statement
β€’ Dataset source
β€’ Tools & techniques used
β€’ Key findings & visualizations
β€’ Link to code (GitHub) or live dashboard

βœ… 5️⃣ Publish & Share Your Portfolio
Host your portfolio on:
β€’ GitHub Pages
β€’ Tableau Public
β€’ Personal website or blog

βœ… 6️⃣ Keep It Updated
β€’ Add new projects regularly
β€’ Improve old ones based on feedback
β€’ Share insights on LinkedIn or data blogs

πŸ’‘ Pro Tips
β€’ Focus on storytelling with data β€” explain what the numbers mean
β€’ Use clear visuals and dashboards
β€’ Highlight business impact or insights from your work
β€’ Include a downloadable resume and links to your profiles

🎯 Goal: Anyone visiting your portfolio should quickly understand your data skills, see your problem-solving ability, and know how to reach you.

πŸ‘ Tap ❀️ if you found this helpful!
❀19πŸ‘2πŸ₯°1
Data analyst starter kit:

- Become an expert at SQL and data wrangling.

- Learn to help others understand data through visualisations.

- Seek to answer specific questions and provide clarity.

- Remember, everything ends up in Excel.
❀16πŸ‘1
βœ…How to Apply for Data Analyst Jobs πŸ“ˆπŸ’Ž

πŸ”Ή 1. Build a Data-Focused Portfolio
- Create 3–5 strong projects using real datasets
(Sales dashboard, customer segmentation, churn analysis, etc.)
- Use tools like Excel, SQL, Power BI/Tableau, Python (Pandas/Matplotlib)
- Host projects on GitHub or publish dashboards publicly

πŸ”Ή 2. Make a Sharp Resume
- Highlight key skills: SQL, Excel, Power BI/Tableau, Python, Statistics
- Emphasize impact:
"Built a dashboard that reduced report time by 40%"
- Add portfolio + GitHub + LinkedIn links

πŸ”Ή 3. Build a Strong LinkedIn Profile
- Headline: "Aspiring Data Analyst | SQL | Excel | Tableau"
- Share insights from your projects, learning journey, or data visualizations
- Connect with analysts, hiring managers & recruiters

πŸ”Ή 4. Apply on the Right Platforms
- General: LinkedIn, Indeed, Naukri
- Fresher Friendly: Internshala, Hirect, AICTE
- Tech-Specific: Analytics Vidhya Jobs, Kaggle Jobs, iMocha
- Freelance (for experience): Upwork, Fiverr

πŸ”Ή 5. Apply Strategically
- Target entry-level/analyst/intern roles
- Personalize your applications with cover letters or project links
- Keep a spreadsheet to track applications

πŸ”Ή 6. Prepare for Interviews
- Master:
- SQL queries & joins
- Excel formulas & dashboards
- Data visualization principles
- Basic statistics & business metrics
- Practice with mock interviews and case studies

πŸ’‘ Bonus:
- Take part in Makeover Monday (Tableau challenge)
- Publish on Medium or LinkedIn to showcase your insights!

🧠 Data Analyst β‰  Just tools β€” always show business impact in your projects!

πŸ‘ Double Tap ❀️ For More
Please open Telegram to view this post
VIEW IN TELEGRAM
❀21πŸ‘2πŸ₯°1πŸ‘1
βœ… Complete Data Analyst Interview Roadmap – What You MUST Know πŸ“ŠπŸ’Ό

πŸ”° 1. Data Analysis Fundamentals:

β€’ Statistical Concepts: Mean, median, mode, standard deviation, variance, distributions (normal, binomial), hypothesis testing.
β€’ Experimental Design: A/B testing, control groups, statistical significance.
β€’ Data Visualization Principles: Choosing the right chart type, effective dashboard design, data storytelling.

πŸ“š 2. Technical Skills Mastery:

β€’ SQL:
β€’ SELECT, FROM, WHERE clauses
β€’ JOINs (INNER, LEFT, RIGHT, FULL OUTER)
β€’ Aggregate functions (COUNT, SUM, AVG, MIN, MAX)
β€’ GROUP BY and HAVING
β€’ Window functions (RANK, ROW_NUMBER)
β€’ Subqueries
β€’ Excel:
β€’ Pivot tables
β€’ VLOOKUP, INDEX/MATCH
β€’ Conditional formatting
β€’ Data validation
β€’ Charts and graphs
β€’ Data Visualization Tools (choose at least one):
β€’ Tableau
β€’ Power BI
β€’ Programming (Python or R - optional but highly valued):
β€’ Data manipulation with Pandas (Python) or dplyr (R)
β€’ Data visualization with Matplotlib, Seaborn (Python) or ggplot2 (R)

βš™οΈ 3. Data Wrangling and Cleaning:

β€’ Handling Missing Data: Imputation techniques
β€’ Data Transformation: Normalization, scaling
β€’ Outlier Detection and Treatment
β€’ Data Type Conversion
β€’ Data Validation Techniques

πŸ’¬ 4. Problem-Solving Practice:

β€’ Case Studies: Practice solving real-world business problems using data.
β€’ Examples: Customer churn analysis, sales trend forecasting, marketing campaign optimization.
β€’ Estimation Questions: Practice making reasonable estimates when data is limited.

πŸ’‘ 5. Business Acumen:

β€’ Understand key business metrics (e.g., revenue, profit, customer lifetime value).
β€’ Be able to connect data insights to business outcomes.
β€’ Demonstrate an understanding of the industry you're interviewing for.

🧠 6. Communication Skills:

β€’ Be able to clearly and concisely explain your findings to both technical and non-technical audiences.
β€’ Practice presenting data in a visually compelling way.
β€’ Be prepared to answer behavioral questions about your teamwork and problem-solving abilities.

πŸ“ 7. Resume and Portfolio:

β€’ Highlight relevant skills and experience.
β€’ Showcase your projects with clear descriptions and quantifiable results.
β€’ Include links to your GitHub, Tableau Public profile, or personal website.

πŸ”„ 8. Mock Interviews and Feedback:

β€’ Practice with friends, mentors, or online platforms.
β€’ Focus on both technical proficiency and communication skills.
β€’ Seek feedback on your approach and presentation.

🎯 Tips:

β€’ Focus on demonstrating your ability to solve real-world business problems with data.
β€’ Be prepared to explain your thought process and justify your choices.
β€’ Show enthusiasm for data and a desire to learn.

πŸ‘ Tap ❀️ if you found this helpful!
❀10πŸ‘2πŸ”₯1
Essential Python and SQL topics for data analysts πŸ˜„πŸ‘‡

Python Topics:

Python Resources - @pythonanalyst

1. Data Structures
   - Lists, Tuples, and Dictionaries
   - NumPy Arrays for numerical data

2. Data Manipulation
   - Pandas DataFrames for structured data
   - Data Cleaning and Preprocessing techniques
   - Data Transformation and Reshaping

3. Data Visualization
   - Matplotlib for basic plotting
   - Seaborn for statistical visualizations
   - Plotly for interactive charts

4. Statistical Analysis
   - Descriptive Statistics
   - Hypothesis Testing
   - Regression Analysis

5. Machine Learning
   - Scikit-Learn for machine learning models
   - Model Building, Training, and Evaluation
   - Feature Engineering and Selection

6. Time Series Analysis
   - Handling Time Series Data
   - Time Series Forecasting
   - Anomaly Detection

7. Python Fundamentals
   - Control Flow (if statements, loops)
   - Functions and Modular Code
   - Exception Handling
   - File

SQL Topics:

SQL Resources - @sqlanalyst

1. SQL Basics
- SQL Syntax
- SELECT Queries
- Filters

2. Data Retrieval
- Aggregation Functions (SUM, AVG, COUNT)
- GROUP BY

3. Data Filtering
- WHERE Clause
- ORDER BY

4. Data Joins
- JOIN Operations
- Subqueries

5. Advanced SQL
- Window Functions
- Indexing
- Performance Optimization

6. Database Management
- Connecting to Databases
- SQLAlchemy

7. Database Design
- Data Types
- Normalization

Remember, it's highly likely that you won't know all these concepts from the start. Data analysis is a journey where the more you learn, the more you grow. Embrace the learning process, and your skills will continually evolve and expand. Keep up the great work!

Share with credits: https://t.iss.one/sqlspecialist

Hope it helps :)
❀13πŸ‘Œ1
Don't aim for this:

Excel - 100%
SQL - 0%
PowerBI/Tableau - 0%
Python/R - 0%

Aim for this:

Excel - 25%
SQL - 25%
PowerBI/Tableau - 25%
Python/R - 25%

You don't need to know everything straight away.
❀34πŸ‘5
❀5πŸ₯°1
Which clause is used to filter records in SQL?
Anonymous Quiz
15%
A. ORDER BY
20%
B. GROUP BY
60%
C. WHERE
6%
D. HAVING
Which operator is used to match a pattern in SQL?
Anonymous Quiz
12%
A. IN
71%
B. LIKE
12%
C. BETWEEN
5%
D. IS
❀7
βœ… Data Analyst Mock Interview Questions with Answers πŸ“ŠπŸŽ―

1️⃣ Q: Explain the difference between a primary key and a foreign key.
A:
β€’ Primary Key: Uniquely identifies each record in a table; cannot be null.
β€’ Foreign Key: A field in one table that refers to the primary key of another table; establishes a relationship between the tables.

2️⃣ Q: What is the difference between WHERE and HAVING clauses in SQL?
A:
β€’ WHERE: Filters rows before grouping.
β€’ HAVING: Filters groups after aggregation (used with GROUP BY).

3️⃣ Q: How do you handle missing values in a dataset?
A: Common techniques include:
β€’ Imputation: Replacing missing values with mean, median, mode, or a constant.
β€’ Removal: Removing rows or columns with too many missing values.
β€’ Using algorithms that handle missing data: Some machine learning algorithms can handle missing values natively.

4️⃣ Q: What is the difference between a line chart and a bar chart, and when would you use each?
A:
β€’ Line Chart: Shows trends over time or continuous values.
β€’ Bar Chart: Compares discrete categories or values.
β€’ Use a line chart to show sales trends over months; use a bar chart to compare sales across different product categories.

5️⃣ Q: Explain what a p-value is and its significance.
A: The p-value is the probability of obtaining results as extreme as, or more extreme than, the observed results, assuming the null hypothesis is true. A small p-value (typically ≀ 0.05) indicates strong evidence against the null hypothesis.

6️⃣ Q: How would you deal with outliers in a dataset?
A:
β€’ Identify Outliers: Using box plots, scatter plots, or statistical methods (e.g., Z-score).
β€’ Treatment:
β€’ Remove Outliers: If they are due to errors or anomalies.
β€’ Transform Data: Using techniques like log transformation.
β€’ Keep Outliers: If they represent genuine data points and provide valuable insights.

7️⃣ Q: What are the different types of joins in SQL?
A:
β€’ INNER JOIN: Returns rows only when there is a match in both tables.
β€’ LEFT JOIN (or LEFT OUTER JOIN): Returns all rows from the left table, and the matching rows from the right table. If there is no match, the right side will contain NULL values.
β€’ RIGHT JOIN (or RIGHT OUTER JOIN): Returns all rows from the right table, and the matching rows from the left table. If there is no match, the left side will contain NULL values.
β€’ FULL OUTER JOIN: Returns all rows from both tables, filling in NULLs when there is no match.

8️⃣ Q: How would you approach a data analysis project from start to finish?
A:
β€’ Define the Problem: Understand the business question you're trying to answer.
β€’ Collect Data: Gather relevant data from various sources.
β€’ Clean and Preprocess Data: Handle missing values, outliers, and inconsistencies.
β€’ Explore and Analyze Data: Use statistical methods and visualizations to identify patterns.
β€’ Draw Conclusions and Make Recommendations: Summarize your findings and provide actionable insights.
β€’ Communicate Results: Present your analysis to stakeholders.

πŸ‘ Tap ❀️ for more!
❀21
βœ… Step-by-Step Approach to Learn Data Analytics πŸ“ˆπŸ§ 

➊ Excel Fundamentals:
βœ” Master formulas, pivot tables, data validation, charts, and graphs.

βž‹ SQL Basics:
βœ” Learn to query databases, use SELECT, FROM, WHERE, JOIN, GROUP BY, and aggregate functions.

➌ Data Visualization:
βœ” Get proficient with tools like Tableau or Power BI to create insightful dashboards.

➍ Statistical Concepts:
βœ” Understand descriptive statistics (mean, median, mode), distributions, and hypothesis testing.

➎ Data Cleaning & Preprocessing:
βœ” Learn how to handle missing data, outliers, and data inconsistencies.

➏ Exploratory Data Analysis (EDA):
βœ” Explore datasets, identify patterns, and formulate hypotheses.

➐ Python for Data Analysis (Optional but Recommended):
βœ” Learn Pandas and NumPy for data manipulation and analysis.

βž‘ Real-World Projects:
βœ” Analyze datasets from Kaggle, UCI Machine Learning Repository, or your own collection.

βž’ Business Acumen:
βœ” Understand key business metrics and how data insights impact business decisions.

βž“ Build a Portfolio:
βœ” Showcase your projects on GitHub, Tableau Public, or a personal website. Highlight the impact of your analysis.

πŸ‘ Tap ❀️ for more!
❀20πŸ‘1πŸ”₯1
βœ… How to Get a Data Analyst Job as a Fresher in 2025 πŸ“ŠπŸ’Ό

πŸ”Ή What’s the Market Like in 2025?
β€’ High demand in BFSI, healthcare, retail & tech
β€’ Companies expect Excel, SQL, BI tools & storytelling skills
β€’ Python & data visualization give a strong edge
β€’ Remote jobs are fewer, but freelance & internship opportunities are growing

πŸ”Ή Skills You MUST Have:
1️⃣ Excel – Pivot tables, formulas, dashboards
2️⃣ SQL – Joins, subqueries, CTEs, window functions
3️⃣ Power BI / Tableau – For interactive dashboards
4️⃣ Python – Data cleaning & analysis (Pandas, Matplotlib)
5️⃣ Statistics – Mean, median, correlation, hypothesis testing
6️⃣ Business Understanding – KPIs, revenue, churn etc.

πŸ”Ή Build a Strong Profile:
βœ”οΈ Do real-world projects (sales, HR, e-commerce data)
βœ”οΈ Publish dashboards on Tableau Public / Power BI
βœ”οΈ Share work on GitHub & LinkedIn
βœ”οΈ Earn certifications (Google Data Analytics, Power BI, SQL)
βœ”οΈ Practice mock interviews & case studies

πŸ”Ή Practice Platforms:
β€’ Kaggle
β€’ StrataScratch
β€’ DataLemur

πŸ”Ή Fresher-Friendly Job Titles:
β€’ Junior Data Analyst
β€’ Business Analyst
β€’ MIS Executive
β€’ Reporting Analyst

πŸ”Ή Companies Hiring Freshers in 2025:
β€’ TCS
β€’ Infosys
β€’ Wipro
β€’ Cognizant
β€’ Fractal Analytics
β€’ EY, KPMG
β€’ Startups & EdTech companies

πŸ“ Tip: If a job says "1–2 yrs experience", apply anyway if your skills & projects match!

πŸ‘ Tap ❀️ if you found this helpful!
❀43πŸ‘2πŸ₯°1