CodingSnowflakeLast reported June 2026Low Frequency
Reported
1× across candidate reports
First seen
June 2026
Last reported
June 2026
Reported outcome
unknown
Problem Overview
Given two positive integers a and b, implement a function that outputs any valid path (sequence of operations) transforming a into b. Three operations are available: add(num) → returns num + 2, dub(num) → returns num 2, split(num) → returns…
The rest of the problem statement — full requirements, constraints, and edge cases
Approach and trade-offs — what passing candidates did, and the mistakes that sink people
Unlock the full Snowflake catalog
Full problem statements, candidate-reported follow-ups, and walkthroughs — for every Snowflake question.