Adeptmind | 17 Feb, 2026 | Capitalize Words | CSV to JSON API Parser | String Manipulation & Back-end API Parsing
Question · Posted Mar 2026
Question 1: String Challenge (Capitalize Words) Problem Statement: Have the function StringChallenge(str) take the str parameter being passed and capitalize the first letter of each word. Words will be separated by only one space. Examples: Input: "hello world" Output: Hello World Input: "i ran there" Output: I Ran There Question 2: Back-end Challenge (CSV to JSON Parsing) Problem Statement: In the Python file, you have a program that performs a GET request on the route https://coderbyte.com/api/challenges/logs/user-info-csv and then sort ...
The full answer & interview discussion are available to premium members.
Log in Create a free account