Cloudflare Software Engineer interview onsite (reject)
Summary
I underwent a phone screen and onsite interview at Cloudflare for a mid-level Software Engineer role. I performed well in coding and behavioral rounds but struggled with the System Design interview, w...
Interview Experience
# Phone screen: You were given a list of partitions and partitions used, determine the min amount of partitions required to fit all partitions. Data can be moved in chunks. For example: paritions = [10, 15, 15, 20] partitions_used = [5, 10, 15, 5] output = 2 Explanation: 2 partitions of [15, 20] c...


