This repository contains the take-home assignment for data engineering candidates at Kulu. Full assignment details, requirements, and evaluation criteria are documented in DATA_ASSIGNMENT.md.
Click the Fork button at the top-right of this GitHub repository page to create your own copy under your GitHub account.
git clone https://github.com/<your-username>/data-assignments.git
cd data-assignmentsWork on your solution inside your forked repository. Refer to DATA_ASSIGNMENT.md for the full problem statement, requirements, and evaluation criteria.
Commit and push your work to your fork:
git add .
git commit -m "Submit assignment"
git push origin mainOnce you are done, open a Pull Request from your fork back to this repository:
- Go to your forked repository on GitHub.
- Click Contribute > Open pull request.
- Add a brief description of your approach and any decisions you made.
- Submit the pull request.
- Make sure your solution runs and all instructions for running it are included.
- If you have any questions, reach out to the hiring team.