90-minute CodeSignal OA. Implement a RecipeManager system across 4 progressive levels — you must pass each level to unlock the next. Only the standard library of your chosen language is permitted. Level 1 (CRUD): Implement create_recipe (fields: user_id, name, timestamp, ingredients, steps), read, update, and delete operations. Key constraint: recipe…