This question runs in a pre-configured Salesforce environment - no personal connection required.

Make an HTTP GET request to the DummyJSON API endpoint https://dummyjson.com/products/categories to fetch product categories. Parse the JSON response and return a List of category names (strings). The API returns a JSON array of category objects with slug and name properties - extract the name values. Return an empty list if the API call fails.

Examples:

Output: ['Beauty', 'Fragrances', 'Furniture', 'Groceries', ...] Explanation: The actual category names from the API response
Apex Code Editor

Welcome to Lightning Challenge!

Create an Account

Sign up to track your progress, earn points, and compete with others. Your solutions will be saved automatically.

Create account

How It Works

  • • Write your solution in the code editor
  • • Connect your Salesforce org to test
  • • Submit to check if your solution passes
  • • Use hints if you get stuck

Contest Alert

🏆 #CodeEveryDay Jan 2026

Contest runs January 1 - 31. Complete challenges to climb the leaderboard!

Points are calculated for challenges completed during the contest period.