Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Standard Fleet (San Francisco, CA) nel mese di ago 2025
Colloquio
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.
Domande di colloquio [1]
Domanda 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.