Intermediate Challenges
Real-world scenarios at the intermediate level. Earn verified credentials as you practice the work your degree prepares you for.
- CodeIntermediateNew
Canary Deployments via Mesh Traffic Splitting for a Streaming Platform
Set up Flagger with Istio as the traffic provider. Define a canary policy for the playback-API service: 5 percent → 25 percent → 50 percent → 100 percent with 5-minute bake at e…
- Istio
- Flagger
- Canary Deployment
Service Mesh and Microservices Networking - AnalysisIntermediateNew
Anonymous Communications Threat-Model for a Whistleblower Platform
Document the current stack's threat model using the LINDDUN framework (linkability, identifiability, non-repudiation, detectability, disclosure of information, unawareness, non-…
- Anonymous Communication
- Threat Modeling
- Tor
Privacy-Enhancing Technologies - CodeIntermediateNew
Fine-Tune ASR for a Healthcare Voice-Note Startup
You receive about 40 hours of de-identified clinician voice notes paired with corrected transcripts plus a medical-terminology lexicon (about 8,000 drug + procedure terms). Fine…
- Asr
- Speech Recognition
- Domain Adaptation
Speech Recognition and Spoken Language Processing - PresentationIntermediateNew
Digital Innovation Pitch: AI-Powered Logistics Optimization
Research the state of AI in logistics (route optimization, demand prediction, computer vision for warehouse automation). Select one innovation area and develop: (1) Problem stat…
- Digital Innovation
- Tech Enabled Business Transformation
- Cloud Computing
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
- StrategyIntermediateNew
Scaling a B2B SaaS Startup from PLG to Enterprise Sales
Your task is to create a business model transition plan for FlowSync. You must define the enterprise value proposition, propose a pricing model (e.g., usage-based, per-seat, tie…
- Product Led Growth
- Enterprise Sales
- Pricing Strategy & Elasticity
Digital Business Models - 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
Train a Self-Play Agent for a Card-Game Edtech Demo
Implement a small two-player imperfect-information card game (Kuhn poker or a 3-card simplified Hold'em variant). Implement CFR or CFR+ for the game and run self-play for at lea…
- Counterfactual Regret Minimization
- Self Play
- Game Theory
Artificial Intelligence: Principles and Techniques - 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 - Browse challenges
Explore role
Pricing Strategist
Set the price that captures value without leaving sales on the table. Demand modelling, willingness-to-pay research, and the disciplined experimentation that turns pricing into a competitive advantage.
- AnalysisIntermediateNew
Model Patient Pathways with a Hidden Markov Model
You receive de-identified monthly summaries for 8,000 diabetic patients, each row coding the count of primary-care visits, specialist visits, ER visits, new medications, and HbA…
- Hidden Markov Models
- Em Algorithm
- Time Series Modeling
Probabilistic Graphical Models - CodeIntermediateNew
Parallelize a CFD Solver with MPI Across 256 Cores
Profile the serial solver to identify the hot loops (likely: pressure-Poisson solve, advection step, BC update). Decompose the domain via 2D block-structured partitioning. Imple…
- Mpi
- Cpp Programming
- Domain Decomposition
High-Performance and Scientific Computing - CodeIntermediateNew
Few-Shot Defect Classifier for a Fast-Onboarding Industrial AI Vendor
You receive a multi-customer defect dataset (8 historical customers, 4-6 defect classes each). Treat 6 customers as the meta-training set and 2 as the held-out 'new customer' sc…
- Meta Learning
- Few Shot Learning
- Prototypical Networks
Meta-Learning, Transfer Learning, and Multi-Task Learning - DesignIntermediateNew
International Expansion Financing for a Seoul D2C Cosmetics Brand
Your task is to analyze three financing scenarios: (1) a Korean won-denominated venture debt, (2) a USD-denominated convertible note from a US investor, and (3) a JPY-denominate…
- Capital Structure Decisions
- Cross Border Financing
- Wacc Calculation
International Finance Get recognized by recruiters and employers.
Credentials are blockchain-anchored via LearnCoin — tamper-evident, portable, link-shareable on LinkedIn and beyond.
Why Ewance
- CodeIntermediateNew
Instrument Network Telemetry for an ISP's Backbone
Receive the backbone topology (12 routers across 4 PoPs, mix of Cisco IOS XR + Juniper Junos), the current SNMP-based monitoring stack, and 4 weeks of customer-complaint tickets…
- Network Telemetry
- Gnmi
- Kafka Event Streaming
Advanced Computer Networks - AnalysisIntermediateNew
Sparse Linear Solver for a Finite-Element Crash Sim
Use PETSc (or Eigen's IterativeLinearSolvers + a custom AMG) to benchmark: (1) GMRES + ILU(0), (2) GMRES + AMG (BoomerAMG), (3) BiCGStab + ILU(0), (4) BiCGStab + AMG, on three m…
- Sparse Linear Algebra
- Krylov Methods
- Preconditioning
Scientific Computing and Numerical Methods - CodeIntermediateNew
Static Analysis SAST Rollout on a Fintech Codebase
Run baseline scans with Semgrep + SonarQube + Snyk Code across all 18 services. Triage the initial findings (likely 800-1,500 raw alerts) into true-positive / false-positive / i…
- Sast
- Semgrep
- Sonarqube
Software Security - CodeIntermediateNew
Prompt-Injection Hardening for a Customer-Support Agent
You receive the current agent prompt, the pen-tester's 60-attack injection test set (direct prompt injection, indirect via doc content, refusal-bypass, and exfiltration), and a …
- Prompt Injection Defense
- System Prompt Design
- Red Team Operations
Prompt Engineering - CodeIntermediateNew
Implement an SSA-Based Sparse Conditional Constant Propagation Pass
Read the IR specification (SSA form, phi nodes, typed values). Implement SCCP as a single combined worklist algorithm operating on the SSA lattice (top / constant / bottom) and …
- Static Single Assignment
- Dataflow Analysis
- Constant Propagation
Advanced Compilers and Program Optimization - StrategyIntermediateNew
International Sales Contract for a SaaS Scale-Up Expanding to the EU
You will draft a Master Services Agreement (MSA) for TaskFlow's enterprise sales to EU clients. The contract must cover: scope of services, payment terms, data processing (GDPR …
- Contract Drafting
- International Sales
- GDPR
International and European Business Law - CodeIntermediateNew
Build an Indexer for an On-Chain DeFi Analytics Product
Receive the 6 protocols' ABIs + the team's required event coverage spec (around 40 event types). Build a TypeScript indexer using viem + Postgres: subscribe to new blocks via We…
- Blockchain Indexing
- Typescript
- Ethereum
Blockchain and Decentralized Systems Engineering - StrategyIntermediateNew
Developing a Crisis Communication Plan for a 40-Person SaaS Scale-Up
Your team must produce a crisis communication plan within 2 weeks. The plan should include: a holding statement for immediate release, a detailed internal memo to employees, a c…
- Crisis Communication
- Stakeholder Management
- Press Release Writing
Business Communication - StrategyIntermediateNew
Global Marketing Campaign for a Sustainable Fashion Brand in 3 Markets
Your task is to analyze cultural values in Japan (collectivism, high-context), Brazil (high power distance, relationship-oriented), and Germany (individualism, low-context) usin…
- Cross Cultural Marketing
- Cultural Analysis
- Global Strategy
Cross-Cultural Management - CodeIntermediateNew
Build a Multimodal Generation Pipeline for a Tourism Operator
You receive 40 sample 30-second videos shot by tour guides, the operator's brand voice doc, and SEO keyword lists for EN/PT/ES. Build a pipeline that (1) extracts a representati…
- Multimodal Generation
- Vision Language Models
- LLM Inference
Generative AI - CodeIntermediateNew
Fine-Tune a 3B Open-Weight Model for Customer Support Triage
You receive 40,000 anonymized labelled support tickets across 18 categories. Fine-tune a 3B open-weight model using parameter-efficient fine-tuning (LoRA) for the classification…
- Fine Tuning
- Open Weight Llms
- Classification
Large Language Models - DesignIntermediateNew
Design a Lab-Automation Pipeline for a Bangalore Materials Startup
Design (not build) the full closed-loop lab pipeline: data layer (LIMS plus experiment store), model layer (a surrogate plus an acquisition function such as Expected Improvement…
- Systems Architecture
- Active Learning
- Mlops Design
AI for Science and Engineering
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.



















































































