Stripe SDE Intern Phone Screen

stripe logo
stripe
sde internOngoing
November 14, 20258 reads

Summary

I had a phone screen interview for an SDE Intern position at Stripe, which involved two coding challenges focusing on data processing and tiered pricing logic.

Full Experience

I recently had a phone screen for an SDE Intern role at Stripe. The interview primarily focused on my coding skills, presenting me with two distinct problems. I found both problems to be quite straightforward and was able to articulate my approach clearly. The interview flow was smooth, covering the problem descriptions, my proposed solutions, and then coding them out.

Interview Questions (2)

Q1
Fixed Unit Shipping Fee
Data Structures & Algorithms

Each order contains a country, a product, and a quantity; each product has a fixed unit shipping fee. I was asked to compute the total shipping cost for all orders.

Q2
Tiered Decreasing Pricing
Data Structures & Algorithms

The unit price was no longer fixed; instead, it changed based on quantity tiers. For example: 1–10 units cost USD 1 per unit, and 11–20 units cost USD 0.8 per unit. I needed to calculate the total cost by summing across these pricing tiers.

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!