Beginner Challenges
Real-world scenarios at the beginner level. Earn verified credentials as you practice the work your degree prepares you for.
- PresentationBeginnerNew
Storytelling Visualization of an Autonomous Vehicle Test Campaign
You receive aggregated test results: 12,000 test runs across dry, wet, and snow conditions, with metrics for disengagement rate, near-miss count, and route-completion percentage…
- Data Storytelling
- Audience Adaptation
- Chart Design
Data Visualization - CodeBeginnerNew
Optimize Wind-Turbine Layout with a Genetic Algorithm
You receive a wind-speed-and-direction time series for the lease area, the polygon boundary, a minimum inter-turbine spacing constraint, and a Jensen wake model. Implement a rea…
- Genetic Algorithms
- Metaheuristics
- Constraint Handling
Open coursework - CodeBeginnerNew
Ship a Production CI/CD Pipeline for a Fitness-Studio CRM Startup
Using the FlexDesk starter service and Dockerfile, the current-deploy case file, and the pipeline requirements spec provided, build a complete continuous integration and continu…
- Ci Cd
- Github Actions
- Container Signing
Open coursework - DesignBeginnerNew
Design a Scalable Recruitment Process for a Growing Cosmetics Startup
Using the company case file, the hiring-metrics readout, the role intake notes, and the candidate-experience survey provided to you, design a recruitment process for three roles…
- Recruitment
- Job Analysis
- Interview Design
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
- AnalysisBeginnerNew
Assessing Political Risk for a Spanish Solar Firm in Indonesia
Students must produce a political risk report for SolMadrid's board, including a country risk score (0-100) using a custom weighted index, a qualitative assessment of key risk f…
- Political Risk Analysis
- Country Risk Assessment
- Geopolitical Frameworks
Geopolitics for Business - StrategyBeginnerNew
Balanced Scorecard for CloudMetrics' Shift to Enterprise Sales
Using the company snapshot and the current metrics extract provided in the materials, design a balanced scorecard with four perspectives: financial, customer, internal processes…
- Balanced Scorecard
- KPI Design
- Strategic Alignment
Open coursework - AnalysisBeginnerNew
Map Creator Communities for a Short-Form Video Platform
You receive a 90-day sample of about 4 million creator-creator interactions (duets, mentions, audience overlap) and creator metadata (region, language, content tag). Build a cre…
- Network Analysis
- Community Detection
- Graph Visualization
Open coursework - AnalysisBeginnerNew
Currency Risk Hedging for a German Exporter
You are a junior treasury analyst. Analyze the company's transaction exposure by reviewing historical exchange rate data and forecasted cash flows. Recommend a hedging strategy …
- Exchange Rate Analysis
- Financial Hedging
- Risk Management
International Economics - 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.
- AnalysisBeginnerNew
Optimize Hyperparameters with Bayesian Optimization on a Tight Budget
You receive a B2B-SaaS churn dataset (about 12,000 customer-month rows, 38 features) and a fixed sweep budget of 40 trials per model family. Implement a Bayesian optimizer (Optu…
- Bayesian Optimization
- Hyperparameter Tuning
- Ensemble Methods
Advanced Machine Learning - CodeBeginnerNew
Build a Plugin-Based Notification Framework With Observer + Factory
Implement, in Java 21: an EventBus that supports typed subscriptions, a NotificationChannel interface with concrete subtypes (Push, Email, InApp, SMS), an AbstractChannelFactory…
- Java
- Design Patterns
- Oo Design
Object-Oriented Programming and Design - AnalysisBeginnerNew
Resolving Cross-Cultural Conflict in a Global SaaS Remote Team
Your task is to conduct a cultural conflict analysis using frameworks like Trompenaars and Hofstede, identify root causes, and design a team intervention (e.g., a virtual worksh…
- Conflict Resolution
- Cultural Analysis
- Remote Team Management
Cross-Cultural Management - CodeBeginnerNew
GPU Cost Dashboard for an AI Consulting Practice
Pull AWS Cost and Usage Report, GCP billing export, and Lambda Labs invoices into a single Parquet table. Implement a tagging convention (project + client + experiment_id) and a…
- Cloud Cost Attribution
- Etl Pipelines
- Data Modeling
Cloud Computing for Data and ML Get recognized by recruiters and employers.
Credentials are blockchain-anchored via LearnCoin — tamper-evident, portable, link-shareable on LinkedIn and beyond.
Why Ewance
- 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 - AnalysisBeginnerNew
Sales Performance Analysis for a 40-Person SaaS Scale-Up
You will receive a dataset containing 500+ sales opportunities with fields like deal value, stage, source, close date, and account size. Your challenge is to design a data mart …
- Data Warehousing
- Etl
- Olap
Business Intelligence
CodeBeginnerNewBuild a Pricing-Aware Scheduling Agent for Smart Thermostats
Using only the materials provided, build an intelligent agent with four working parts: perception (read the sensor history), learning (cluster each household's comfort intervals…
- Intelligent Agents
- Basic Learning
- Python Programming
Open coursework- DesignBeginnerNew
Design an Android Shopping App for GlowLagos Cosmetics
Design and prototype an Android shopping app for GlowLagos using the provided brand kit (GlowLagos Brand & Content Kit) and the provided sample product catalog (GlowLagos Sample…
- Android Design
- Ui Ux
- Figma
Open coursework - AnalysisBeginnerNew
Acquisition of a Bangalore D2C Cosmetics Startup
As a junior M&A analyst at BeautyCo, you must assess GlowUp's business model, financials, and market position. You need to conduct a valuation using DCF and comparable company a…
- Financial Analysis
- Valuation
- Due Diligence
Open coursework - AnalysisBeginnerNew
Flatten the Datadog Bill for a Stockholm Gaming Studio
Working only from the materials provided, audit Stagelight Games' observability spend and produce a defensible plan to flatten it. Use the metric inventory export to rank the to…
- Cardinality Control
- Datadog
- Cost Optimization
Open coursework - CodeBeginnerNew
Build a Math Intelligent-Tutoring Assistant for High Schoolers
You receive: a curated set of 40 algebra problems with worked solutions, the company's pedagogy rubric ('hint, don't reveal' principle), and a baseline 'just answer' chatbot for…
- Intelligent Tutoring
- Prompt Engineering
- LLM Agents
AI in Education and Learning Analytics
CodeBeginnerNewKnowledge-Graph Recommender for a Lisbon Bookstore
Using the catalog sample (catalog_sample), build a knowledge graph whose nodes are books, authors, genres, themes, eras, and awards, and whose edges capture relationships such a…
- Knowledge Representation
- Knowledge Graphs
- Python Programming
Open coursework- StrategyBeginnerNew
Introduce XP Practices to a Legacy E-Commerce Codebase
Run a 6-week intervention with the 7-person checkout team. Week 1: baseline (current test coverage, defect-escape rate, story cycle time). Weeks 2-5: introduce TDD on all new co…
- Extreme Programming
- Test Driven Development
- Pair Programming
Agile Methods and Practices - CodeBeginnerNew
Model a Trading Order Book with Algebraic Data Types in Haskell
Design ADTs for Side (Buy | Sell), OrderType (Limit | Market | StopLimit), Order, Trade, and BookState. Make illegal states unrepresentable (e.g. a Match can never produce a neg…
- Haskell
- Algebraic Data Types
- Property Based Testing
Functional Programming - DesignBeginnerNew
Draft a Model Card for a Generative Image Product
You receive the model's training-data summary, evaluation metrics, intended-use statement, and known failure modes from the ML team. Write: (a) a 3-page plain-language model car…
- Model Cards
- Transparency Documentation
- Responsible Ai
AI Ethics, Fairness, and Responsible AI - CodeBeginnerNew
Observability Injection: Distributed Tracing via Sidecars
Enable Envoy tracing with the OpenTelemetry tracer in Istio MeshConfig. Configure a Tempo backend with a Grafana frontend. Verify W3C tracecontext propagation across all 26 serv…
- Distributed Tracing
- Opentelemetry
- Envoy
Service Mesh and Microservices Networking
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.



















































































