Beginner
DeFi for Beginners
Explain the concept of Decentralized Finance using simple analogies.
Act as a financial literacy teacher. Explain the concept of Decentralized Finance (DeFi) to a 12-year-old student. Avoid technical jargon like 'smart contracts' or 'liquidity pools' unless you explain them immediately with a real-world analogy (e.g., a digital vending machine). Keep the tone engaging and under 200 words.
Intermediate
Neobank Marketing Strategy
Develop a go-to-market strategy for a Gen-Z focused mobile bank.
You are the Chief Marketing Officer of a new neobank targeting Gen Z in the US. Outline a 3-step Go-To-Market strategy. Focus on viral social media campaigns, gamification of savings, and unique differentiators like crypto-integration or early wage access. Be specific about the channels you would use (TikTok, Instagram, etc.).
Advanced
Python Stock Analysis
Write a Python script to calculate technical indicators for stock data.
Act as a Quantitative Analyst. Write a Python script using the 'yfinance' and 'pandas' libraries. The script should fetch historical data for Apple (AAPL) over the last year and calculate the 20-day and 50-day Simple Moving Averages (SMA). Add a column to the DataFrame that generates a 'Buy' signal when the short-term SMA crosses above the long-term SMA.
Intermediate
AML/KYC Compliance Policy
Draft a compliance policy outline for a crypto exchange.
Draft a high-level Anti-Money Laundering (AML) and Know Your Customer (KYC) policy outline for a new cryptocurrency exchange. The policy must include sections on Customer Due Diligence (CDD), Suspicious Activity Reporting (SAR), and transaction monitoring thresholds. Ensure the tone is formal and regulatory-compliant.
Beginner
Robo-Advisor Persona
Create a script for a robo-advisor onboarding a new user.
Write a script for a robo-advisor chatbot onboarding a new user. The bot should ask 5 questions to determine the user's risk tolerance (Conservative, Moderate, Aggressive) and investment goals. Include error handling if the user provides vague answers. The tone should be empathetic, professional, and clear.
Intermediate
InsurTech Value Proposition
Analyze and improve the value proposition of an InsurTech startup.
Review the following value proposition for an InsurTech startup offering on-demand travel insurance: 'We offer insurance when you need it.' Critique this statement and rewrite it to be more compelling, highlighting specific pain points like 'slow claims processing' or 'confusing paperwork.' Provide three improved versions.
Advanced
Predictive Fraud Detection
Explain how machine learning models detect credit card fraud.
Act as a Lead Data Scientist in a fraud detection team. Explain the architecture of a machine learning system designed to detect real-time credit card fraud. Discuss the types of algorithms used (e.g., Random Forest, Neural Networks), the importance of feature engineering (location, amount, time), and how to handle the challenge of imbalanced datasets.
Advanced
Open Banking API Integration
Create a technical brief for integrating with the Plaid API.
Create a technical brief for a development team tasked with integrating bank account data via the Plaid API. The brief should define the scope: user authentication via Link, retrieving transaction history for the last 30 days, and storing this data securely. List the necessary endpoints and security considerations (OAuth, HTTPS).
Intermediate
CBDC vs Cryptocurrency
Write a comparative essay on Central Bank Digital Currencies vs Bitcoin.
Write a 400-word comparative essay analyzing the key differences between a Central Bank Digital Currency (CBDC) and a decentralized cryptocurrency like Bitcoin. Focus on aspects of monetary policy control, privacy, transaction speed, and volatility. Maintain a neutral, objective tone suitable for a financial journal.
Intermediate
P2P Lending Risk Assessment
Create a scoring model for peer-to-peer lending.
Design a simplified credit scoring model for a Peer-to-Peer (P2P) lending platform. Define 5 key variables (e.g., debt-to-income ratio, credit score, employment length) and assign them hypothetical weights. Explain how you would calculate the final 'Risk Score' and determine the interest rate tier based on that score.