We’re Hiring: Senior Data Analyst
We are currently seeking a Senior Data Analyst who can turn complex data into meaningful insights that drive smarter business decisions.
If you’re someone who:
• Loves working with data and uncovering trends
• Can translate numbers into clear business insights
• Has strong experience with analytics tools and data visualization
• Enjoys solving problems and influencing strategy with data
Interested candidates can apply using the link below: https://t.co/le6RdqSm99
Or feel free to share with someone in your network who would be a great fit.
Hiring: Data Engineer at Mento
Remote (Work from Anywhere)
Requirements
You have strong data engineering fundamentals.
You're experienced with SQL, Python, and building data pipelines.
You understand data modeling, ETL/ELT patterns, and how to design scalable data architectures.
You've worked with databases like PostgreSQL and have opinions on data infrastructure tools.
Click below to apply
https://t.co/Q1UXDo2YVn
Hiring: Senior Data Engineer
Remote (USA, Canada)
Requirements
5+ years of experience in data engineering, backend engineering, or related roles with a focus on data infrastructure.
Proven experience designing and maintaining scalable data pipelines (e.g., using Airflow, Dagster, or Prefect).
Experience with software development practices like version control, CI/CD, or dbt testing strategies.
Strong proficiency in SQL and Python
Click below to apply
https://t.co/SLBk9tdB7H
Hiring: Data Analyst
📍Remote
$40/hr
Requirements;
* Product analytics fundamentals
* Experience working with product managers.
Apply through: https://t.co/LH0MRG0yoo
Follow and turn on notifications for more job opportunities.
Now Hiring 🇬🇧 – Remote Data Analyst Intern (Paid Internship)
If you’re looking for a flexible, paid data analyst internship in the UK, apply now for this vacancy!
ÍNDIGO is currently hiring a Data Analyst Intern.
▫️ Location: Remote (United Kingdom)
▫️ Pay: £24,420.00 – £59,712.95 per year
▫️ Job Type: Internship
👉 Apply Here: https://t.co/X9PTpB0Q2m
Note: Applications are open to UK-based candidates only.
Please share or repost with anyone in the UK who might be interested!
I'm a senior data analyst.
SQL is where most data careers begin.
Analysts use it to query.
Scientists use it to explore.
Engineers use it to move mountains of data.
One language. Endless leverage.
Master SQL once - and every data path opens up.
📊 Hiring: Entry-Level Data Analyst (Remote)
What You’ll Do:
Clean and analyze quantitative datasets.
Draft policy briefs and research reports.
Work on impactful sectors like Gender Inclusion, MSMEs, and Infrastructure.
📩 Apply: send your CV to: [email protected]
Proqura is Hiring ‼️
👩💻 Junior Data Analyst
🧑💻 Data Analyst Intern.
📍 Remote
• Must be data driven, growth oriented & ready to work in a fast-paced environment
• Ability to work with a team
💌 Send your cv to
[email protected]
Deloitte Data Analytics Internship 2026 (Online & Free)
Deloitte is offering a free, self-paced virtual Data Analytics Internship.
Gain hands-on experience with real-world data tasks using tools like Tableau and Excel, plus earn a completion certificate for your CV and LinkedIn.
Eligibility:
– BA/BSc/HND or current student (any discipline)
– Interest in data analytics/STEM
– No prior experience required
– Basic computer skills
– Open to applicants worldwide
Deadline: Not specified
Apply:
https://t.co/rEc82wf8vE
Know someone who qualifies? Tag or share, follow @revicemycv
Hiring: Data Analyst at Switch
Remote (Work from Anywhere)
Requirements
Advanced SQL skills
Experience building dashboards and reports using Power BI or similar BI platforms
Strong analytical and problem-solving skills
Experience defining KPIs and working with business stakeholders
Strong written and verbal communication skills
Apply via below link https://t.co/I3vMXJRViL
I can’t remember the last time I agreed with everything an article said.
But if you’re actively job hunting, you might want to see this.
Implement it religiously, and you’ll be glad you did.
Do you really know SQL? 😊
Day 24/30
Which query correctly retrieves 3 highest distinct salaries?
A. SELECT DISTINCT Salary FROM Employees ORDER BY Salary DESC LIMIT 3;
B. SELECT Salary FROM Employees ORDER BY Salary DESC LIMIT 3;
C. SELECT TOP 3 DISTINCT Salary FROM Employees
Do you really know SQL? 😊
Day 22/30
Using the table Sessions below, how do you get the previous login time per user?
A. LAG(login_time)
B. LAG(login_time) OVER ()
C. LAG(login_time) OVER (PARTITION BY user_id ORDER BY login_time)
D. PREVIOUS(login_time)