I interviewed at Standard Fleet (San Francisco, CA)
Interview
1. Engineering Manager meet with simple coding question.
2. System Design (online - on whiteboard)
3. On site - in office (system design, coding, project overview, ceo meet)
Results came in a week
I applied online. I interviewed at Standard Fleet (San Francisco, CA) in Aug 2025
Interview
Technical screen with hiring manager then flown out to San Francisco to do a presentation on previous work done, a system design interview, a coding interview, and lunch with the CEO. All expenses covered by the company.
Interview questions [1]
Question 1
Technical screen Q:
Given an array of objects with an "event type" and a time stamp
1. Return an object that represents the number of times each event occurred
2. Given an additional "window size", bucket the counts of each event by which "window" they occurred in.
On-site presentation:
Many questions about the project I presented about.
System design Q:
Design a url shortener
Coding Q:
Given a string with mistakes that make it less human readable, make the string human readable.