Beginner Challenges
Real-world scenarios at the beginner level. Earn verified credentials as you practice the work your degree prepares you for.
- StrategyBeginnerNew
Plan a Self-Improving Sales-Research Agent
Build the v0 agent: given a company URL, it gathers 5 fact bullets (recent news, headcount range, tech stack hints, hiring patterns, a recent leadership change) and drafts a 4-l…
- Ai Agents
- Agent Design
- A/B Testing & Experimentation
AI Agents and LLM-Based Agents - AnalysisBeginnerNew
Fraud Risk Assessment at a Fast-Growing Jakarta Fintech
Working in a team of 3-4, build a fraud risk register covering at least eight fraud risks across revenue recognition, expected credit loss estimation, management override, and r…
- Fraud Risk Assessment
- Analytical Procedures
- Data Analytics
Auditing and Assurance - AnalysisBeginnerNew
Pick a NoSQL Store for an Event-Stream Sidecar Cache
Set up identical 3-node clusters of Redis 7, KeyDB, and DragonflyDB on equivalent hardware. Run the team's captured 24-hour workload trace (around 180k ops/second, 80/20 read/wr…
- Nosql
- Redis
- Benchmarking
Introduction to Database Systems - 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 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
- StrategyBeginnerNew
Launch Strategy for a San Francisco D2C Cosmetics Startup
Your task is to create a detailed marketing launch plan for GlowSF. You must identify the most viable target segment, craft a unique value proposition, and design a marketing mi…
- Market Segmentation
- Targeting
- Positioning
Marketing Principles - CodeBeginnerNew
Optimizing Last-Mile Delivery for a Lisbon Grocery Startup
Your task is to build a linear programming model (or heuristic) to assign orders to vehicles and sequence deliveries. Success means reducing average route length by at least 15%…
- Linear Programming
- Python Or Javascript
- Route Optimization
Operations Analytics and Optimization - CodeBeginnerNew
Issue Triage Bot for a Popular Eclipse Foundation Project
Read the project's existing labels, issue templates, and last 800 issues. Build a Go (or Python) GitHub Action that runs on issue_opened and issue_edited events. Implement heuri…
- Issue Triage
- Oss Contribution
- Github Actions
Open Source Contribution and Maintainership - StrategyBeginnerNew
Platform Launch Strategy for a Lisbon D2C Cosmetics Startup
You are a digital strategy consultant hired by Brilho. Your task is to develop a 12-month platform launch strategy. Constraints: limited budget (€500k), a team of 10 engineers, …
- Platform Design
- Network Effects
- Business Modeling
Digital Strategy and Platforms - 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
Building an Apex Trigger for Lead Assignment in a SaaS Scale-up
You are a Salesforce developer at TaskFlow. Your task is to create an Apex trigger on the Lead object that assigns leads using a custom hierarchy: enterprise leads (employees >5…
- Apex
- Triggers
- Test Classes
Salesforce and CRM Platforms - AnalysisBeginnerNew
Threat-Model a Patient-Intake Web App for a Telemedicine Startup
Receive the architecture diagram (Next.js front-end, Node.js API, PostgreSQL, S3 for ID-photo uploads, Clerk for auth), the data-flow description for patient intake, and the SOC…
- Threat Modeling
- STRIDE
- Risk Assessment
Introduction to Computer Security - ResearchBeginnerNew
Run a Human-Preference Study Comparing Two Coding Assistants
Design a blinded paired-comparison study: 12 developer participants, each gets the same 8 realistic coding tasks (refactor, write a function, debug, test), each task is solved b…
- Experimental Design
- Statistical Evaluation
- Human Evaluation
AI Measurement and Evaluation - AnalysisBeginnerNew
Right-Size a Real-Time Recommendation Serving Cluster
You receive 7 days of request-level telemetry (timestamp, latency, error code, pod) plus the existing Horizontal Pod Autoscaler (HPA) and node-group configs. Analyze traffic pat…
- Model Serving
- Kubernetes Orchestration
- Autoscaling
Machine Learning at Scale Get recognized by recruiters and employers.
Credentials are blockchain-anchored via LearnCoin — tamper-evident, portable, link-shareable on LinkedIn and beyond.
Why Ewance
- StrategyBeginnerNew
Inclusive Recruitment for a Boston Tech Scale-Up
Your task is to audit the current recruitment pipeline (provided in a brief) and design a 6-month inclusive recruitment plan. Constraints: budget of $30,000, no changes to compe…
- Diversity And Inclusion Strategy
- Recruitment Audit
- Bias Mitigation
Diversity and Inclusion Management - CodeBeginnerNew
Reduce Dimensionality on Sensor Streams for a Mid-Cap Robotics OEM
You receive 120 robot-hours of windowed sensor data (5s windows, 240 channels) with labels for normal vs. one of four fault classes. Implement (1) PCA, (2) kernel PCA with an RB…
- Dimensionality Reduction
- Kernel Methods
- Autoencoders
Machine Learning - CodeBeginnerNew
Semantic Segmentation for a Solar-Panel Inspection Drone
Use a publicly-available solar-panel dataset (or the PV-Defect-Detection dataset). Fine-tune a small U-Net or SegFormer-tiny on panel/no-panel pixel-level segmentation. Evaluate…
- Semantic Segmentation
- Cnn Classification
- Transfer Learning
Computer Vision (Undergraduate) - StrategyBeginnerNew
Estimate and Schedule a 16-Week Custom CRM for an Agency Client
Read the 22-page SOW (statement of work). Decompose into a 3-level work-breakdown structure (~80-110 leaf tasks). Estimate each leaf using 3-point (optimistic/most-likely/pessim…
- Estimation
- Scheduling
- Work Breakdown Structure
Software Project Management - DesignBeginnerNew
A/B-Test a Recommender Improvement Without Breaking Trust
You receive offline-evaluation results for both the production and candidate models plus aggregate metrics from the last 12 weeks (recipe views, save rate, weekly active users, …
- Experimental Design
- A/B Testing
- Metric Design
Machine Learning in Practice - CodeBeginnerNew
Build PR-Based Environment Promotion for a SaaS
Install Flux v2 with image-reflector + image-automation controllers. Configure image policies (semver) for each service. Build a GitHub Action that, on green stg deploy, opens a…
- Flux
- Image Automation
- Github Actions
GitOps and Continuous Delivery - CodeBeginnerNew
AR Try-On Web Experience for a Mid-Cap Eyewear Retailer
Build a Three.js + MediaPipe Face Mesh prototype that runs in a mobile browser (Safari 17+ and Chrome 119+). Load 12 frame SKUs as glb (Graphics Language Transmission Format Bin…
- Ar Development
- Webxr
- 3d Interaction
Virtual and Mixed Reality - DesignBeginnerNew
Interactive Figma Prototype for a Wealth-Onboarding Flow
Audit the contractor's static Figma file for inconsistencies (typography scale, spacing tokens, missing states). Restructure into a working design system using Figma variables f…
- Figma
- Interactive Prototyping
- Design Systems
User Interface Design and Prototyping - AnalysisBeginnerNew
Choose a Hash Table vs Trie for a URL-Shortener Cache
Implement (1) a hash-table cache with linear probing and (2) a compressed trie cache, both with the same eviction policy (LRU). Measure (a) p50/p99 lookup latency, (b) memory fo…
- Hash Tables
- Trie Data Structure
- Benchmarking
Data Structures - AnalysisBeginnerNew
Optimizing Last-Mile Delivery for a Mumbai D2C Cosmetics Brand
Your task is to analyze Glow Naturals' current delivery data (provided in a simulated dataset) and design an optimized last-mile delivery strategy. You must consider factors lik…
- Route Optimization
- Cost Benefit Analysis
- Supply Chain Design
Operations and Supply Chain Management - CodeBeginnerNew
Apply SOLID to a Java Reporting Service for a Renewable Energy Startup
Receive the legacy ReportService, 4 sample report templates (Daily Output, Monthly P&L, Annual Availability, Curtailment), and 22 fixtures (input dataset, expected report). Refa…
- Python Or Javascript
- Solid Principles
- Refactoring
Object-Oriented Programming and Design - StrategyBeginnerNew
Diversification Strategy for a Nairobi D2C Cosmetics Brand
Your task is to conduct a portfolio analysis using the BCG matrix or a similar tool, evaluate at least three diversification options using criteria such as market growth, synerg…
- Portfolio Analysis
- Market Research
- Strategic Thinking
Corporate Strategy
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.



















































































