Intermediate Challenges
Real-world scenarios at the intermediate level. Earn verified credentials as you practice the work your degree prepares you for.
- StrategyIntermediateNew
Redesign TaskFlow's Pricing for an Enterprise Pivot
Working only from the four items in provided_materials, build TaskFlow's next pricing structure. Examine the de-identified account dataset to define meaningful customer segments…
- Pricing Strategy
- Customer Segmentation
- Competitive Analysis
Open coursework - DesignIntermediateNew
Voice + Visual Prototype for a Hands-Free Warehouse App
Write the voice-script branching diagram (8 happy steps + 2 exceptions) using a simple grammar: prompt → expected input → response → next state. Build the wrist-screen visual pr…
- Voice Ui
- Multimodal Design
- Figma
User Interface Design and Prototyping - DesignIntermediateNew
Optimizing IT Service Management for a 40-Person SaaS Scale-Up
Your task is to design a complete incident management process for CloudFlow using ITIL best practices. Model the process in BPMN, define incident priority levels (P1-P4) with re…
- Itil
- Incident Management
- Service Desk Design
Business Process Management - CodeIntermediateNew
Use Actor-Critic to Auto-Tune a HVAC Control Policy
You receive a Sinergym wrapper around the EnergyPlus model of one floor with 8 thermal zones, weather data for one year, and occupancy schedules. Train a Soft Actor-Critic (SAC,…
- Actor Critic
- Soft Actor Critic
- Continuous Control
Deep Reinforcement Learning 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
Build an Enterprise Sales Playbook for a Product-Led SaaS Scale-up
Acting as TaskFlow's first enterprise marketing hire, write a complete enterprise sales playbook for a brand-new team of three sales representatives. Ground your ideal-customer …
- Sales Playbook
- Product Led Growth
- Enterprise Sales
Open coursework - DesignIntermediateNew
Cut a 42-Minute Trino Query to Under Five Minutes
Using the slow query, the EXPLAIN ANALYZE readout, the Iceberg table schemas, and the 30-day execution-metrics dataset provided, design an optimization proposal that cuts the cr…
- Trino
- SQL Optimization
- Iceberg
Open coursework - DesignIntermediateNew
Financial Model for a SaaS Scale-Up's PLG to Enterprise Shift
You are part of a 3-person financial modeling team. TaskFlow provides project management software and currently has 10,000 free users and 500 paying customers (ACV $1,200). The …
- Saas Metrics
- Revenue Modeling
- Excel Dashboard
Open coursework - StrategyIntermediateNew
Plan TaskFlow's Market Entry into Southeast Asia
Your task is to read the four items in the provided materials and produce a defensible market entry recommendation for TaskFlow's leadership. Using the TaskFlow company case fil…
- Game Theory
- Market Entry
- Competitive Analysis
Open coursework - Browse challenges
Explore role
Product Manager
Ship product that solves real user problems. Combine user research, prototyping, and stakeholder alignment to turn ambiguous briefs into measurable wins — the role at the centre of modern software teams.
- CodeIntermediateNew
Tame Lock Contention on a Shared Property-Manager CRM Database
Working only from the four provided materials, produce a fix-and-prove package. Start with the recorded lock snapshots (lock_snapshots) and the environment case file (db_environ…
- Concurrency Control
- Lock Contention
- Postgresql
Open coursework - ResearchIntermediateNew
Lab Project: Compare Three Architectures on Your Own Mini-Benchmark
Scope the problem yourself (suggested examples: sentiment classification on a niche domain, tabular anomaly detection, time-series forecasting on a public dataset). Define the t…
- Experiment Design
- Statistical Testing
- Pytorch
Open coursework - CodeIntermediateNew
Apply Software Transactional Memory to a Real-Time Auction Book
Implement two variants of the same auction-book API (best-bid/best-ask lookup, place-order, cancel-order, match-orders): (1) baseline with java.util.concurrent locks + a SkipLis…
- Transactional Memory
- Concurrent Data Structures
- Haskell
Advanced Concurrency and Parallel Computing - CodeIntermediateNew
Train a Deep Q-Network for Warehouse Robot Routing
You receive a Gymnasium-compatible warehouse simulator (50x50 grid, 8 dynamic obstacle pedestrians, 20 randomized pick locations) and a baseline A* planner script. Train a DQN a…
- Deep Q Learning
- Reinforcement Learning
- Pytorch
Open coursework 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
- DesignIntermediateNew
Accessibility-First Redesign of an Airport AR Navigation Feature
Using the current feature description in the provided augmented-reality navigation specification, map the existing experience against the two provided legal and technical standa…
- Design For Accessibility
- Interaction Design
- Contextual Inquiry
Open coursework - CodeIntermediateNew
Build a Multilingual Customer-Email Classifier
You receive 28,000 labeled emails (skewed toward English and Mandarin). Try at least two approaches: (1) a fine-tuned multilingual transformer (XLM-RoBERTa or mDeBERTa) and (2) …
- Text Classification
- Multilingual NLP
- Transformers
Open coursework - StrategyIntermediateNew
Design a Six-Month Post-Acquisition Cultural Integration Plan
Using the anonymized organizational profiles in the provided case file, the pre-integration culture and engagement survey results, and the chief executive's mandate memo, build …
- Cultural Analysis
- Change Management
- Stakeholder Communication
Open coursework - CodeIntermediateNew
Design a Visual Search Backend for a Boutique Luxury Marketplace
You receive a catalog of 80,000 luxury items (image + sparse metadata) and a labeled query set of 300 user photos with hand-picked target items. Choose an embedding strategy (CL…
- Visual Search
- Embeddings
- Clip
Deep Learning for Computer Vision - AnalysisIntermediateNew
Mine Basket History to Justify Grocery Shelf-Adjacency Changes
Work only from the materials provided. Use the basket transactions extract to mine frequent itemsets with FP-growth, tuning the minimum support level separately for the food, ho…
- Frequent Itemset Mining
- Fp Growth
- Spark
Open coursework - StrategyIntermediateNew
Rebranding a B2B SaaS Scale-up for Global Expansion
As a marketing analyst, you must recommend whether TaskFlow should use a single global brand or adapt its brand name, logo, and messaging for key markets (Germany, Japan, Brazil…
- Brand Strategy
- Cross Cultural B2B Marketing
- Positioning
Open coursework - CodeIntermediateNew
Segment Cells from Microscopy Images for a Pharma-AI Discovery Lab
You receive 3,500 microscopy images with pixel-level cell masks plus a 200-image hold-out set re-annotated by two biologists for inter-annotator agreement. Train a U-Net or SegF…
- Semantic Segmentation
- U Net
- Pytorch
Open coursework - AnalysisIntermediateNew
Business Model Innovation for a Traditional Bookstore Chain
Your task is to research and analyze three business model options for PageTurners. For each, assess market potential, required investment, and alignment with core competencies. …
- Business Model Canvas
- Market Research
- Financial Analysis
Open coursework - AnalysisIntermediateNew
Spectral Clustering Proposal for Customer Segmentation at Cadence
Using the provided customer usage sample, construct a similarity graph (k-nearest-neighbors with k=15 and Gaussian radial-basis-function edge weights), compute the normalized gr…
- Spectral Methods
- Linear Algebra
- Algorithm Analysis
Open coursework - CodeIntermediateNew
Temporal Planner for a Robotics Mission Operator
You receive 30 days of mission logs with task lists, time windows, and actual durations. Encode the planning problem with temporal PDDL (PDDL 2.1 durative actions) and solve wit…
- Temporal Planning
- Pddl Modeling
- Simulation
Open coursework - CodeIntermediateNew
Offline-First Flutter App for HVAC Field Service Technicians
Build a Flutter prototype that runs against the mock API described in the Mock API Specification, seeded with the Work Orders Seed Dataset and the Asset History and Parts Catalo…
- Mobile Development
- Flutter
- Offline First Design
Open coursework - DesignIntermediateNew
Design a Churn Prediction and Retention Proposal for ConnectTel
Using the ConnectTel customer sample (the provided dataset) and the ConnectTel retention context brief, design a proposal for predicting which customers are most likely to leave…
- Logistic Regression
- Classification Metrics
- Feature Selection
Open coursework
How it works
From brief to credential, in six steps.
Step 01
Browse challenges aligned to your studies.
Step 02
Accept the one that fits your goals.
Step 03
Work through it with AI Copilot guidance.
Step 04
Submit for structured evaluation.
Step 05
Earn a verified credential.
Step 06
Add it to LinkedIn with one click.
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.



















































































