Ho presentato la mia candidatura tramite un selezionatore. Ho sostenuto un colloquio presso Northslope Technologies (New York, NY) nel mese di mar 2026
Colloquio
First round was with recruiter and is very easy and just a quick vibes/background check. Second round was also very easy, but in my opinion the success criteria is not clearly defined. The prep material directly states that AI use is allowed and we were expected to test critical business thinking and reasoning by looking at flight data. This flight data was split into CSV files like tickets, flights, etc. However, during my interview, I was not allowed to use AI because "the data could have sensitive data" and I needed to use Excel or some other tool. This was a curveball and I just quickly pulled up a collab session with pandas to write some code. The questions I asked were really basic like count how many nonstop flights exist in the dataset or find the cheapest economy flight. The most complicated code I wrote was a simple join statement on two dataframes. It's possible I was overthinking it from the start, but the framing behind the process strongly pushed to an AI first approach and diving deep. I remember experimenting with the test data before the interview to find data quality issues and inefficient flight hubs quickly with AI. The questions I was asked seemed misaligned with a Palantir funded startup that markets itself as AI first. I'm unsure of what was expected as I didn't get another round, but the process felt arbitrary and the success criteria is not clearly defined. I was told that the later rounds would have been a system design round and then there would be a founder talk, but I'm unsure what this would look like.
Domande di colloquio [1]
Domanda 1
Asked about job experience and fairly basic data analytics questions you can answer in Pandas or Excel
Ho presentato la mia candidatura tramite un selezionatore. Ho sostenuto un colloquio presso Northslope Technologies (New York, NY)
Colloquio
First round: given a folder of csvs on airports/airplane how to extract info from a question (e.g. what percentage of flights are flying from point a to point b)
Second round: coding interview on string manipulation that is similar to html format e.g.
Third round: design a door access system to get into office buildings… the interviewer was really argumentative in a way that felt like this system design was NOT open ended. The interviewer was looking for a very specific answer.
Domande di colloquio [1]
Domanda 1
design a door access system to get into office buildings
Ho sostenuto un colloquio presso Northslope Technologies (Londra, Inghilterra)
Colloquio
technical interviews were fine - they have a WHO interview which is hard to gauge what they are looking for and very subjective and up to the interpretation of the interviewer. I came from a not so privileged background which seemed to attract a lot of quistions in this interview
Ho sostenuto un colloquio presso Northslope Technologies (Abu Dhabi, ) nel mese di apr 2026
Colloquio
Like others are reporting, the 1st round was similar CSVs with data around flights/airports/tickets/passengers. Questions were almost too basic, pure statistics, overview, light data manipulation (used pandas in a jupyter notebook). The most difficult question involved identifying that a discounted executive class ticket could (in some cases) cost less than an economy ticket... The goal seemed to be to identify a particularity in the dataset with business impact, in this case the inconsistency in ticket categories with impact in branding/reputation - without really needing to isolate other variables that could make the overlap a natural consequence like flight distance etc. I passed to next stage.
A colleague of mine was interviewed a few days before with a slight variant dataset, but the last question was WAY more difficult, requiring a complicated self-join etc etc. He failed.
Domande di colloquio [1]
Domanda 1
Extract the min/median/max ticket prices per ticket category (economy, business, executive). Can you identify something unusual about it? What impact could it have on the business? What would you report to your CFO?