Stripe SDE Intern Phone Screen
Summary
Interview Experience
Coding 1: Fixed Unit Shipping Fee Description: Each order contains a country, a product, and a quantity; each product has a fixed unit shipping fee. You are asked to compute the total shipping cost for all orders. Idea: Very straightforward — iterate through each order and calculate quantity × unit...


