Real-World Challenges Aligned to Your Coursework
Real scenarios from business, engineering, design, and analysis. Practice the work your degree prepares you for, earn verified credentials, build a portfolio recruiters can verify.
- CodeBeginnerNew
Refactor a Node.js Service into Scala with Effect Systems
Take the existing Node.js price-normalization code (provided). Rewrite in Scala 3 using ZIO (or Cats Effect) — model every effect explicitly (IO for side effects, Either or type…
- Scala Programming
- Zio Effects
- Cats Effect
Functional Programming - CodeIntermediateNew
Code Review and Refactoring of a Legacy E-Commerce Module
You are given a codebase (Java/Spring Boot) of the order module. Perform a static analysis, document issues (e.g., god classes, tight coupling), and write a refactoring proposal…
- Code Review
- Refactoring
- Python Or Javascript
Software Engineering and Quality Assurance - CodeBeginnerNew
Behavior Cloning for a Pick-and-Place Manipulator
You receive 200 human teleoperated demonstrations (state + action trajectories) of picking 8 small electronic components from a tray and placing them at marked locations in a ro…
- Behavior Cloning
- Imitation Learning
- Manipulation
Robot Learning - ResearchSeniorNew
Approximation Algorithm for an SRE On-Call Roster
Formulate the roster as a constrained multi-week assignment problem. Show it's NP-hard via reduction. Design a deterministic constant-factor approximation (likely candidate: an …
- Approximation Algorithms
- Linear Programming
- Np Completeness
Advanced Algorithms Practice your coursework on real scenarios.
Every challenge is shaped from real-world context — not generic exercises. The work mirrors what your degree prepares you for.
Why Ewance
- StrategyIntermediateNew
Fiscal Policy Impact on a 40-Person SaaS Scale-Up
Your task is to analyze the Irish fiscal stimulus package: details on R&D tax credits, changes in corporate tax rates, and government procurement opportunities. Model the potent…
- Fiscal Policy Analysis
- Three Statement Modeling
- Tax Incentive Evaluation
Macroeconomics - CodeBeginnerNew
Build an Interactive Carbon-Emissions Explorer for a Climate Nonprofit
You receive 20 years of harmonized European industrial emissions data (around 800,000 rows: country, sector, sub-sector, year, emissions in tons CO2e). Design and build an inter…
- Interactive Visualization
- D3
- Observable
Data Visualization - StrategyIntermediateNew
Roll Out an Advanced Process Model (LeSS) to 6 Product Teams
Read the LeSS framework (Larman + Vodde) and audit the 6 teams' current Scrum practice (anonymized data + 4 hours of recorded ceremonies). Author a 10-page rollout design coveri…
- Advanced Process Models
- Scaling Agile
- Less
Advanced Software Engineering - DesignIntermediateNew
Merging Engineering and Product Teams at a SaaS Scale-Up
Your task is to propose a team integration plan for DataFlow. You need to analyze the current team dynamics, identify sources of conflict, and recommend structural changes (e.g.…
- Organizational Design
- Team Dynamics
- Conflict Resolution
Leading Change and Organizational Development - Browse challenges
Explore role
Marketing Analyst
Plan and measure campaigns that grow the business. Funnel analytics, attribution, segmentation, and the rigorous measurement that lets marketing defend its budget at the leadership table.
- ResearchSeniorNew
Long-Context QA Evaluation Benchmark for Legal Memoranda
You receive 25 anonymized legal memoranda (50-90 pages each) and 100 QA pairs whose answers are deliberately spread across the documents (25 in pages 1-20, 25 in pages 20-40, 25…
- Long Context Qa
- Benchmark Design
- Model Evaluation
Question Answering and Conversational Systems - CodeBeginnerNew
Add Constant Folding and Dead Code Elimination to a Toy Compiler
Fork the repo, read the IR specification (3-address code, register-based, documented in /docs/ir.md). Implement constant folding as an IR-to-IR pass: any operation on literal op…
- Intermediate Representation
- Constant Folding
- Dead Code Elimination
Compiler Construction - StrategyIntermediateNew
Data Privacy Ethics for a 40-Person SaaS Scale-Up
You are the Data Ethics Officer at DataFlow. The enterprise client wants to use anonymized customer interaction data to train their AI models. Your task is to create a data gove…
- Data Privacy
- GDPR Compliance
- Ethical Framework Design
Business Ethics and Corporate Responsibility - DesignBeginnerNew
Build an Attention-Visualization Tool for Translation Quality Audit
You will load a small open-source EN-FR transformer (e.g., Helsinki-NLP Opus-MT-en-fr), build a Streamlit or Gradio demo that lets the user paste English source, see the French …
- Attention Mechanisms
- Neural Mt
- Tool Design
Machine Translation Build a verifiable portfolio.
Submissions become evidence. Reviewers with shipping experience score against a rubric; the result becomes a credential anyone can verify.
Why Ewance
- CodeIntermediateNew
Design a Multi-Tenant Kubernetes Namespace-Provisioning Self-Service
Design and build a Backstage scaffolder that lets a squad request a namespace (specifying environment, owners, expected scale). The scaffolder generates a pull request to a GitO…
- Platform Engineering
- Kubernetes Orchestration
- Self Service
Platform Engineering - AnalysisIntermediateNew
Capacity Planning for a SaaS Scale-Up's Customer Support
Your task is to forecast ticket volumes based on enterprise growth projections, analyze current support capacity and performance, and propose a staffing plan that meets SLAs. Su…
- Capacity Planning
- Queuing Theory
- Ai Workforce Management
Operations Management - CodeIntermediateNew
Build an Anomaly-Detection Pipeline for Pharma Cold-Chain Logistics
You receive 18 months of shipment telemetry (around 60,000 shipments, around 12 million sensor readings) plus a hand-labeled set of 1,200 incidents (mix of true excursions, sens…
- Anomaly Detection
- Feature Engineering
- Time Series Basics
Data Mining and Knowledge Discovery - CodeSeniorNew
Implement an LSM-Tree-Based Storage Engine Prototype
Implement the engine in Rust. Components: WAL, memtable (skip list), SSTables on disk with bloom filters and sparse index, two compaction strategies (size-tiered, leveled). Cove…
- Lsm Tree
- Storage Engine
- Systems Language Proficiency (Go, Rust, C++)
Advanced Database Systems - DesignFoundationalNew
Smart Street Lighting for Sustainable City District
Your task is to design a smart street lighting system for a 10-block area in Freiburg's city center. Use PIR motion sensors and ambient light sensors to detect pedestrians and v…
- Iot Architecture
- Sensor Integration
- Mesh Networks
Internet of Things and Smart Systems - CodeIntermediateNew
Fuse LiDAR and Camera for an Autonomous Yard Truck
You receive 6 hours of synced LiDAR + 4-camera ring data from yard operations, with 3D bounding-box labels for pedestrians, forklifts, and containers. Build a late-fusion module…
- Sensor Fusion
- Lidar Perception
- Object Detection
Robot Perception and Autonomy - AnalysisIntermediateNew
Architecture Evaluation via ATAM for a Healthcare Platform
Run a 2-phase ATAM (Phase 1: present architecture + elicit quality-attribute goals + analyze approaches; Phase 2: broader stakeholder validation). Capture: business drivers, qua…
- Atam
- Architecture Evaluation
- Quality Attributes
Software Architecture - StrategySeniorNew
Brand Crisis Simulation for a Global Food Company
You are the global brand crisis response team for TasteWorld. Your task is to produce a crisis management plan within 48 hours (simulated). Constraints: you cannot confirm the c…
- Crisis Management
- Brand Equity
- Stakeholder Communication
Global Brand Management - ResearchSeniorNew
Pre-Register and Run a Small Neural-Network Ablation Study
You will study how three architectural and regularization choices (depth: 2/4/8 hidden layers; activation: ReLU vs. GELU; weight decay: 0 / 1e-4 / 1e-3) affect a small MLP's tes…
- Neural Networks
- Regularization
- Experimental Design
Machine Learning - CodeBeginnerNew
Build and Ship a Bug-Tracker MVP with Full CI/CD
Week 1: write a 1-page SRS + Figma wireframes for 5 screens (login, bug list, bug detail, file bug, dashboard). Week 2-3: implement with Next.js + Supabase + Tailwind, with unit…
- Full Stack Development
- Requirements Engineering
- Ci Cd
Software Engineering Foundations - AnalysisIntermediateNew
Valuation of a 40-Person SaaS Scale-Up for Series A
Your team will act as a boutique valuation advisory. You must gather comparable public SaaS companies (e.g., from the Cloud ERP or data integration space) and calculate relevant…
- DCF Valuation
- Comparable Company Analysis
- Three Statement Modeling
Corporate Finance - ResearchSeniorNew
Model-Based RL for a Robotic Arm Pick-Place Task
You receive a PyBullet pick-and-place environment (Franka Panda arm, 12 object types, randomized starting poses) and a SAC baseline that hits 85% success after about 1.5 million…
- Model Based Rl
- World Models
- Reinforcement Learning
Deep Reinforcement Learning
Industry teams behind a decade of practitioner briefs
Hiring from this pool?
Sponsor a challenge and meet candidates through actual work.
Industry teams can shape briefs around the skills they hire for, then evaluate students on rubric-scored deliverables — not resumes.



















































































