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.
- CodeSeniorNew
Port a CPU Monte-Carlo Simulator to GPU for an Energy Trader
Receive the existing simulator (C++17 + OpenMP, around 5,000 lines), the test book (around 8,000 spread options), and access to an H100 80GB. Port to CUDA: random-number generat…
- Gpu Programming
- Cuda
- Monte Carlo
Advanced Concurrency and Parallel Computing - DesignSeniorNew
Dynamic Pricing Optimization for a Ride-Hailing Platform
You are a data scientist at CityRide. Using 6 months of historical trip data (pickup/dropoff, time, fare, surge multiplier), weather data, and local events calendar, you must bu…
- Reinforcement Learning
- Optimization
- Simulation
Data Science for Business - CodeBeginnerNew
Calibrate a Multi-Camera Rig for Warehouse Robotics
You will design and prototype a calibration workflow using a printed ChArUco board (a chessboard with embedded ArUco markers). You receive a sample dataset of 200 raw frames per…
- Camera Calibration
- Multi View Geometry
- Opencv
3D Vision and Multi-View Geometry - ResearchFoundationalNew
Academic Writing: The Impact of AI on Small Business Marketing
Produce a 3,000-word academic essay following APA 7th edition formatting. Structure: Introduction with clear thesis statement, Literature Review (minimum 8 peer-reviewed sources…
- Academic Writing
- Business Administration
- Online Marketing
Open coursework Develop in-demand professional skills.
Each challenge names the skills it strengthens. Over time, your profile fills with the competences a hiring manager would actually look for.
Why Ewance
- CodeBeginnerNew
Containerize a Legacy Java Monolith and Deploy to ECS
Receive the Java 8 monolith source (around 320k lines), the current Tomcat + Apache HTTPD config, and 30 days of production traffic logs. Containerize the application (multi-sta…
- Containerization
- Docker
- AWS Or Azure
Cloud Computing - StrategyBeginnerNew
Rebranding a Legacy German Brewery
You are a brand consultant hired by Alte Eiche. Your task is to analyze the current brand equity, propose a new brand architecture (e.g., sub-brands or endorsed brands), and des…
- Brand Audit
- Positioning
- Brand Architecture
Brand Management - CodeBeginnerNew
Build a Product Knowledge Graph for a Fast-Fashion Retailer
You receive 200 sample SKUs across 4 markets (Spain, Germany, Japan, Brazil) as CSVs with country-specific attribute names. Design an OWL ontology with shared classes for Produc…
- Knowledge Graphs
- Owl Ontology
- Rdf
Knowledge Graphs and Semantic Web - AnalysisFoundationalNew
Competitive SEO Audit for a Munich Craft Beer E-Shop
Perform a technical SEO audit using free tools (Google Search Console data provided, Screaming Frog export attached). Analyze site architecture, page speed, mobile usability, me…
- Online Marketing
- Web Development
- Data Analytics
Open coursework - Browse challenges
Explore role
Strategy Analyst
Frame the business question, model the options, build the recommendation. From market sizing to competitive analysis, this role is where strategy consulting meets in-house decision-making.
- CodeBeginnerNew
Build a Protein Structure Search and Visualization Tool
Build a FastAPI backend wrapping Foldseek's easy-search command, returning top-20 hits with alignment metadata. Build a React frontend with a structure upload widget and a 3D vi…
- Biomolecular Structure
- Bioinformatics
- Full Stack Development
Computational Biology and Health Informatics - DesignBeginnerNew
Organizational Restructuring for a 40-Person SaaS Scale-up
Your task is to design a new organizational structure for CloudFlow. You must define clear roles, reporting lines, and cross-functional teams. Consider creating a dedicated ente…
- Organizational Design
- Change Management
- Agent Role Definition
Introduction to Business Administration - CodeIntermediateNew
Actor-Critic for Energy-Storage Dispatch
You receive 3 years of hourly day-ahead price data and a Python simulator that models state of charge, round-trip efficiency, and a 1-day price forecast with documented uncertai…
- Actor Critic
- A2c
- Deep Rl
Reinforcement Learning - StrategyIntermediateNew
Digital Transformation Roadmap for a Family-Owned Manufacturing Firm
After reviewing the provided company profile and stakeholder interview transcripts, deliver: (1) Digital maturity assessment using an established framework (e.g., MIT/Deloitte D…
- Tech Enabled Business Transformation
- Digital Business Models
- Project Management
Open coursework Get recognized by recruiters and employers.
Credentials are blockchain-anchored via LearnCoin — tamper-evident, portable, link-shareable on LinkedIn and beyond.
Why Ewance
- CodeBeginnerNew
Intelligent Agent for a Smart-Thermostat Pricing-Aware Schedule
Design an intelligent agent with: perception (read sensor history), basic learning (cluster comfort intervals from 7 days of observations), decision-making (schedule heating to …
- Intelligent Agents
- Basic Learning
- Python Or Javascript
Introduction to Artificial Intelligence (CS Elective) - AnalysisIntermediateNew
Tort Liability in a Food Delivery Platform Incident
You are a junior associate at a law firm representing QuickBite. Your supervising partner asks you to prepare a legal analysis of the claims against QuickBite. You must assess w…
- Tort Law
- Vicarious Liability
- Product Liability
Business and Commercial Law - CodeIntermediateNew
Agentic RAG with Context-Window Budgeting
You receive a synthetic dataset of 60 founder-style queries paired with 'workspaces' (each up to 500 documents across 3 source types), plus gold-standard answers and citation li…
- Agentic RAG
- Context Window Management
- Iterative Retrieval
Retrieval-Augmented Generation - DesignBeginnerNew
UX Redesign of a Government Digital Services Portal
Focus on three citizen journeys: (1) Registering a new address (Ummeldung), (2) Requesting a parking permit, (3) Booking an appointment at the Bürgerbüro. For each: create a use…
- User Experience Design
- Web Development
- Requirements Engineering
Open coursework - StrategyIntermediateNew
CMMI Level 3 Process-Improvement Roadmap for a Defense Subcontractor
Read the company's current process documentation + recent CMMI Level 2 appraisal report. Run a gap analysis against the 11 additional Level 3 process areas (Requirements Develop…
- Cmmi
- Process Improvement
- Process Models
Software Quality and Process Improvement - 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 - CodeIntermediateNew
Migrate a Legacy Warehouse to a Lakehouse for an Edtech AI Platform
You receive a Postgres dump of around 50 GB and the current dbt models that produce the student-attempts mart. Land the raw data in object storage (S3 or GCS) as Parquet partiti…
- Lakehouse Architecture
- Delta Lake
- Apache Spark
Data Engineering and Big Data Systems - StrategyFoundationalNew
Collaborative Market Entry Strategy for a Finnish EdTech Startup
Form a team of 3-4 and assign roles: Market Researcher, Competitive Analyst, Pricing Strategist, Go-to-Market Lead. Conduct market sizing for the DACH language learning market, …
- Business Administration
- Collaborative Work
- Digital Business Models
Open coursework - CodeIntermediateNew
Randomized Sketch Algorithm for Stream Cardinality
Read the HLL paper (Flajolet et al., 2007) and a sample of 30 minutes of customer trace IDs (around 80M events). Implement HLL from scratch in Go (no library imports). Run bench…
- Randomized Algorithms
- Sketching
- Algorithm Analysis
Advanced Algorithms - DesignBeginnerNew
Designing a Cross-Cultural Communication Workshop for a Global Remote Team
Your task is to design a 4-hour interactive workshop that addresses cultural dimensions (e.g., power distance, direct vs. indirect communication) and provides practical tools fo…
- Cross Cultural Communication
- Workshop Design
- Facilitation
Business Communication - ResearchSeniorNew
Quantify Sim-to-Real Gap for a Warehouse Manipulation Policy
You receive a trained pick-and-place policy (PyTorch), the simulation env (Isaac Lab), and access to a real-arm rig (or recorded teleop episodes if hardware is unavailable). Def…
- Sim To Real
- Manipulation
- Experimental Design
Robot Perception and Autonomy - StrategyIntermediateNew
Cross-Functional Team Simulation: Launch a Sustainable Energy Subscription Service
Form a team of 4-5 and assign roles: (1) Product Lead — define the subscription tiers and customer experience, (2) Marketing Lead — develop brand positioning and customer acquis…
- Digital Business Models
- Collaborative Work
- Project Management
Open coursework
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.



















































































