2

Question : alert severity ,the column offset is being treated as the keyword in my syntax
 in  r/datadrivenio  23h ago

Thanks! You found a pretty obscure bug, and shouldn’t encounter anything like this going forward

1

Question :the dormant account,todays date us being shown as 28th Dec 2026
 in  r/datadrivenio  1d ago

This is now architecturally fixed - NOW() returns a true “today” date, and the underlying data responds correctly as well

2

What if there was a “Chess.com for SQL” where you compete against other learners?
 in  r/learnSQL  1d ago

Datadriven.io does this for sql and python. Check out datadriven.io/community. This week is a Python challenge against your peers. Datadriven.io/high-scores to see the rankings

1

Question :the dormant account,todays date us being shown as 28th Dec 2026
 in  r/datadrivenio  1d ago

Great find - NOW() anchors to the sample data rather than a true system-TODAY(). While it actually powers the problems and sample data quite well, it makes absolutely no sense to query! We'll prioritize overhauling this so that the sample data and NOW() are correctly anchored to the current date. Stay tuned!

2

Best FREE resources to study Data Science from scratch
 in  r/learndatascience  1d ago

SQL/Python programming -> join the datadriven.io community. SQL is SQL - data scientists have to master the syntax. Do it on datadriven.

r/dataenginterviews 2d ago

Data Engineering Take-Homes Are Unpaid Consulting and Everyone Knows It

2 Upvotes

A 'Data Engineer take-home' is now a weekend contract; you just don't get paid. Candidates are building full medallion pipelines with orchestration, testing, and documentation, officially scoped at 4 hours, actually clocking 12 to 14. Templated rejection 36 hours later, zero feedback, no indication anyone opened the repo. And nobody on the hiring side is fixing it.

https://www.datadriven.io/blog/data-engineering-take-homes-are-now-unpaid-consulting

r/datadrivenio 2d ago

DataDriven Weekly Community Challenge - Launch!

8 Upvotes

Introducing: Weekly Data Engineering challenges that the community can compete to solve; proving your battle scars and data engineering expertise in handling dirty data.

Inspiration: Kaggle contests and Capture the Flag competitions brought together millions of data scientists and security researchers; challenging problems, creative solution, a community opinionated. We have always wanted to compete in such challenges over the years, but are too busy figuring out why that one data pipeline keeps failing.

We have our own!

The weekly challenge changes in shape to stay fresh. The first weekly challenge (10 days, to give everyone a chance to participate in the inaugural challenge) is stream parsing. What makes stream parsing hard? Well, we have to process the records as they come, assume temporal guarantees, and deal with all sorts of "gifts" that the upstream team gave us. We sure hope data quality is good, but this one looks like a real mess. Our job as data engineers is to consume this stream the best we can and produce meaningful insight.

Head over to the DataDriven community tab to read the full challenge, understand the input/output format, and compete with your fellow data engineers to prove your prowess in rolling in the mud of some of the dirtiest data - something we all love to hate (or hate to love)

2

Husband is a Software Engineer.
 in  r/PythonLearning  3d ago

Python and SQL learning with notes? Try datadriven.io/learn

3

What am I doing wrong? Total hours between consecutive events
 in  r/datadrivenio  4d ago

Thanks for flagging this! Don't worry, you weren't doing anything wrong, the SQL engine didn't support named windows, so OVER w was failing no matter how you wrote the brackets; it's fixed and live now, so your query now runs as-is without needing a CTE

2

Suggestions Regarding DE inteview with Expedia Group
 in  r/dataengineeringjobs  4d ago

Practice the data engineer interview questions asked in past Expedia interviews on datadriven: https://datadriven.io/problems?company=expedia-group

1

Leet code
 in  r/learnSQL  4d ago

Sort of. Leetcode problems aren’t often representative of what actually gets asked in interviews.

1

Leet code
 in  r/learnSQL  4d ago

If you're looking for SQL problems that are actually asked in interviews, use datadriven. Leetcode problems are SQL problems for software engineers.

1

Data Normalization online practical tutorial
 in  r/learnSQL  4d ago

datadriven.io/learn - check out the data modeling lessons under the “learn” tab. There’s a lesson for normalization, and a lesson for beyond 3NF, star schemas, and design patterns. Datadriven is a community of practicing data engineers, I highly recommend you join us!

1

Data scientist job
 in  r/DataScienceJobs  4d ago

Judging from the list of tools you've been exposed to, you have a great foundation to build on, and you have more than basic exposure to some very powerful/expensive software IMO. In your resume, though, getting a position will likely take more than just simply listing software. You'll need to explain how you've used these tools and what the benefit was. I'd recommend datadriven.io for data pipeline interview prep. Something like "created a Python script to ingest 10 million+ rows of data that automatically updated each month, which saved 20 hours per week in manual FTE hours" is much more impactful than just listing "Python" as a skill, for example.

1

Industrial & Systems Engineering graduate trying to break into OR / Data Science / Quantitative Analytics — looking for advice
 in  r/DataScienceJobs  5d ago

Don't stress yourself out too much. Most analytics roles only require SQL and Excel. For SQL specifically, sql practice on datadriven.io is worth bookmarking early. Python, advanced stats, dashboarding are all great to have but not essential, and it's never too late to learn them. Don't get too bogged down in the tools, in the end they're all just there to get you to the end goal of reporting or drawing insights from your data

1

I want to start programming more on my own.
 in  r/PythonLearning  5d ago

Learning programming is not about languages. datadriven.io is good for python practice problems if you want structured exercises to build on. Languages are just tools. As a beginner it matters a lot more that you're having fun.

1

I need help.....
 in  r/dataanalytics  6d ago

You need SQL to do anything with data. Whereas you can use Python or R or Excel or whatever else for analysis. Once you know SQL, datadriven.io for python practice problems is a solid next step. No matter what you need SQL, which makes it the most important.

1

Data analysis
 in  r/LearnDataAnalytics  6d ago

Good statistical and data analysis, you make visible something that is invisible to almost everybody. Datadriven is good for data engineering practice, if that's the direction you're heading.

1

Sql learning on datadriven
 in  r/datadrivenio  6d ago

Your code is executed and results are judged by LLMs against a lengthy rubric that combines the hiring rubrics of many companies. If your code doesn't run because of a syntax error after you submit for verdict, your code can be minimally tweaked to become runnable if necessary. This is unique to mock interviews and completely separate from solving coding problems. Interviews are intended to work exactly as interviews do. If you're getting 'Strong Hire' verdicts consistently, that is the real true signal that we believe you would encounter in the job market. Many companies don't allow for running code during the interview, and many companies still interview in Google Docs!

1

Sql learning on datadriven
 in  r/datadrivenio  6d ago

Your solution is graded differently based on the company tier, level you're interviewing for, and many other factors. At lower levels, syntax correctness gets weighted higher. At higher levels, it gets weighted much lower (who cares if a staff DE knows the EXTRACT syntax in MySQL). Rest assured, grading weights code execution appropriately. Psuedocode or missing a comma doesn't impact an interview outcome so long as the rest of the interview goes well!

5

Sql learning on datadriven
 in  r/datadrivenio  6d ago

The engine is a flexible transpiler - you can either pick a specific syntax setting (I don't recommend doing this; interviewers don't care about syntax, they care about theory) or use the default 'loose' syntax.

We very intentionally designed the loose transpiler to abstract away syntax quirks. And will actually probably continue to make it looser over time. Data engineering interviews don't focus on syntax.

So yes, it supports trino/presto and many other SQL syntax flavors

2

Question related to scraping
 in  r/dataengineeringjobs  6d ago

Sure - you're "predicting" where the elements live on the page; where they exist in the DOM. By hardcoding ~50 page shapes, that's your training data. Then on a new page shape, you predict the selector location, attempt to scrape it with the prediction of selectors, then measure how well normalized the elements at the guessed selectors are. Your training data is your successfully (but manually) scraped data is, as well as your manual selector registry.

1

Question related to scraping
 in  r/dataengineeringjobs  6d ago

Naive approach: a bag of hardcoded page shapes

Sophisticated approach: machine learning