Intermediate Challenges
Real-world scenarios at the intermediate level. Earn verified credentials as you practice the work your degree prepares you for.
- CodeIntermediateNew
Design Prompt Versioning and Observability for a Coding Assistant
You will (1) design a prompt-registry data model (versions, owners, environments, change log) and implement it in Postgres + a small Python SDK, (2) instrument the assistant to …
- Prompt Versioning
- Observability
- Pii Scrubbing
LLM Application Development - CodeIntermediateNew
Port a Legacy C Image Pipeline from x86 to ARM64
Clone the 12k-line C codebase (provided). Set up an ARM64 cross-compile toolchain (clang or gcc). Identify portability issues: endianness assumptions, pointer-size casts, inline…
- C Programming
- Manual Memory Management
- Pointers
Imperative and Low-Level Programming - StrategyIntermediateNew
Build Mylkman's 12-Month Retail Scaling Playbook
Design an integrated 12-month scaling playbook for Mylkman's move from a direct-to-consumer and cafe-wholesale business into national grocery retail, drawing only on the four pr…
- Organizational Design
- Scaling Strategy
- Hiring Planning
Open coursework - DesignIntermediateNew
Redesign DataFlow's Architecture for Enterprise Sales
Working only from the materials provided (the engineering dossier, the current-system technical specification, the enterprise prospect requirements brief, and the reliability an…
- Microservices
- Multi Tenancy
- Cloud Architecture
Open coursework 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
- DesignIntermediateNew
Detect and Defend a Government Portal Against Application-Layer DDoS
Working only from the provided incident log sample, architecture overview, and prior-incident case file, design a layered defense and prove it holds up under simulation. Build s…
- Ddos Defense
- Detection Engineering
- Waf
Open coursework - StrategyIntermediateNew
Divestiture of a Non-Core Division in a Conglomerate
As a senior M&A consultant hired by GlobalTech, you must analyze HomeDevices' financial performance, identify potential buyers (strategic and financial), and recommend a divesti…
- Divestiture Strategy
- Carve Out
- Valuation
Mergers and Acquisitions - AnalysisIntermediateNew
Clear a Fortune-100 Privacy Review for an HR-Tech Vendor
Using the product fact-sheet, the stakeholder interview notes, the buyer's 14-concern brief, and the official texts of the General Data Protection Regulation and the EU Artifici…
- Compliance
- Privacy Regulation
- GDPR
Open coursework - AnalysisIntermediateNew
Cross-Border Software Agreement: TaskFlow Enters the EU
Working only from the materials provided, draft a Master Services Agreement and a negotiation plan for the TaskFlow-to-buyer deal documented in the deal file. Read the deal file…
- Contract Drafting
- International Sales
- GDPR
Open coursework - 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.
- CodeIntermediateNew
Containerized Model Inference on Kubernetes for a Fintech
You receive a pre-trained credit-risk model (a LightGBM model file) and a sample request payload. Containerize a FastAPI inference service, deploy to EKS or GKE (a single-zone c…
- Kubernetes
- Containerization
- Autoscaling
Cloud Computing for Data and ML - AnalysisIntermediateNew
Technical-Debt Quantification for an Acquired SaaS
Run a static-analysis sweep (SonarQube + custom dependency scripts) and a 4-hour structured walkthrough with the acquired team's 3 senior engineers. Categorize debt into: code-q…
- Technical Debt
- Code Analysis
- Estimation
Software Evolution and Maintenance - AnalysisIntermediateNew
Capstone Lab: Diagnose Why a Production Model Quietly Stopped Working
You receive 6 months of production logs (model inputs, predictions, ground truth from chargebacks) plus the original training data and model card. Reproduce the recall drop in a…
- Data Drift Detection
- Model Monitoring
- Root Cause Analysis
AI/ML Practicum and Hands-on Lab - CodeIntermediateNew
Extractive QA on Clinical Trial Protocols
You receive 500 anonymized protocol PDFs (already OCR-ed to text) and 1,200 labeled question-answer pairs where each answer is an exact text span. Build an extractive QA system:…
- Extractive Qa
- Reading Comprehension
- Model Finetuning
Question Answering and Conversational Systems 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
Prototype an Explainability Panel for a Fintech Credit Assistant
You receive: the model's top-10 SHAP-style feature contributions per customer (a feature-importance technique that breaks an ML prediction into per-input contributions), the cur…
- Explainability Design
- Human Ai Interaction
- Figma Prototyping
Human-Computer Interaction for AI Systems - CodeIntermediateNew
Roll Out OpenTelemetry Tracing Across a Microservices Fintech
Receive an anonymized service map (90 services, payment-critical path of 12), a runtime mix (Node.js, Go, Java), and existing logging/metrics setup. Define: an OTel SDK adoption…
- Distributed Tracing
- Opentelemetry
- Sampling Strategies
Software Observability - CodeIntermediateNew
Edge-Inference Pipeline for a Smart-Factory Vibration Monitor
Architect a pipeline that runs on an ESP32-S3 + STM32 combo (provided): (1) sample 3-axis accelerometer at 3.2 kHz, (2) compute windowed FFT features on-device every 1s, (3) run…
- Edge Computing
- Embedded Systems
- Sensors And Actuators
Internet of Things and Cyber-Physical Systems - AnalysisIntermediateNew
ISO/IEC 25010 Quality Self-Assessment for a Flight-Management Module
Work only from the four materials you are given: the module technical dossier, the defect-history dataset, the customer's quality-report template, and the engineer interview not…
- Iso 25010
- Quality Assessment
- Do 178c
Open coursework - AnalysisIntermediateNew
Reshoring Strategy for a German Medical Device Manufacturer
Your task is to analyze the current single-source dependency, evaluate at least two alternative sourcing regions (e.g., Czech Republic, Poland, or domestic German suppliers), an…
- Supply Chain Network Design
- Total Cost Of Ownership
- Risk Assessment
Global Supply Chain Management - CodeIntermediateNew
Find the Dead Code Hiding in a Python Monorepo
Build a dataflow- and call-graph-based dead-code detector in Python (using libcst, or the standard ast module together with jedi) and prove it on the materials provided. Run it …
- Dataflow Analysis
- Ast
- Call Graph
Open coursework - StrategyIntermediateNew
Build the Risk, Budget, and Milestone Plan for a Mobile Bank Launch
Work only from the three materials provided: the launch brief, the regulatory obligations register, and the vendor and staffing cost sheet. From the launch brief and the regulat…
- Risk Management
- Regulatory Planning
- Scheduling
Open coursework - AnalysisIntermediateNew
ESG Integration in a Mining Company's Valuation
Your task is to forecast CopperCorp's residual income for 5 years, incorporating adjustments for potential carbon taxes, water remediation costs, and reputational risks that cou…
- Residual Income Valuation
- ESG Integration
- Scenario Analysis
Financial Statement Analysis & Valuation - CodeIntermediateNew
Teach a Warehouse Cobot from Operator Demonstrations
You receive a simulated UR5e cobot in PyBullet, plus 12 example demonstrations of two kitting sequences. Implement Dynamic Movement Primitives (DMPs — a classic LfD technique th…
- Learning From Demonstration
- Dynamic Movement Primitives
- Human Robot Interaction
Human-Robot Interaction - StrategyIntermediateNew
Market Entry Strategy for a Tokyo D2C Cosmetics Brand in Europe
You are a strategy consultant hired by GlowTokyo. Your task is to analyze the European cosmetics market, identify the most viable entry mode (e.g., joint venture, e-commerce, or…
- Market Analysis
- Cross Cultural Strategy
- Entry Mode Analysis
International and Global Strategy - CodeIntermediateNew
Finetune a Diffusion Model for Sustainable-Fashion Mockups
You receive 1,200 product photos with paired captions and the brand's style guide. Fine-tune a Stable-Diffusion-class base model with LoRA (Low-Rank Adaptation, a parameter-effi…
- Diffusion Models
- Lora Finetuning
- Pytorch
Advanced Deep Learning - AnalysisIntermediateNew
Workforce Readiness Case File for a SaaS Sales Pivot
Working only from the two items in your provided materials — the longitudinal workforce records file and the chief executive's transition memo — examine whether Halyard's people…
- Hr Analytics
- Data Visualization
- Workforce Planning
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.



















































































