Headlands Technologies LLC Interview Questions

2 total interview insight submissions
Interview Experience (42%)

The Interview Experience is a score from 1 star (very negative) to 5 stars (very positive) generated based on the Interview Insights at this company.

The number you see in the middle of the doughnut pie chart is the simple average of these scores. If you hover over the various sections of the donut, you will see the % breakdown of each score given.

The percentile score in the title is calculated across the entire Company Database and uses an adjusted score based on Bayesian Estimates (to account for companies that have few interview insights). Simply put, as a company gets more reviews, the confidence of a "true score" increases so it is pulled closer to its simple average and away from the average of the entire dataset.

3.5
  • Very Negative
  • Negative
  • Neutral
  • Positive
  • Very Positive
Interview Difficulty (98%)

The Interview Difficulty is a score ranging from very difficult (red) to very easy (green) generated based on the Interview Insights at this company.

The number you see in the middle of the doughnut pie chart is the simple average of these scores. The higher the number, the more difficult the interviews on average. If you hover over the various sections of the doughnut, you will see the % breakdown of each score given.

The percentile score in the title is calculated across the entire Company Database and uses an adjusted score based on Bayesian Estimates (to account for companies that have few interview insights). Simply put, as a company gets more insights, the confidence of a "true score" increases so it is pulled closer to its simple average and away from the average of the entire data set.

5
  • Very Easy
  • Easy
  • Average
  • Difficult
  • Very Difficult

Interviews at Headlands Technologies LLC

Filter by:
Year
Job Title
Group/Division
Location
Experience
Difficulty
1st Year Analyst
Year 2020
Job Title 1st Year Analyst
Group/Division Markets
Location Chicago
Experience
Positive
Difficulty
Very Difficult
1st Year Associate
Year 2020
Job Title 1st Year Associate
Group/Division Prop Trading
Location Washington D.C., DC, USA
Experience
Neutral
Difficulty
Very Difficult

Interview Questions & Answers - Headlands Technologies LLC Examples

SWE new grad Interview - Markets

Anonymous interview candidate in Chicago
Interviewed: September 2020
Outcome
No Offer
Interview Source
Applied Online
Length of Process
Less than 1 month
Application
Phone Interview
Interview
Online test (only C++) and then a difficult phone interview involving system design and questions about your C++ knowledge and experience
Interview Questions
Differences between C++ 11, 14, 17, and 20

quant researcher Interview - Prop Trading

Anonymous interview candidate in Washington D.C., DC, USA
Interviewed: March 2020
Outcome
No Offer
Interview Source
Applied Online
Length of Process
Less than 1 month
Application
Other
Interview
Submitted applications online. Received an invitation for online assessment 2 days later. OA was on hackerrank, 1 question in 100 minutes, must use c++.

Completed this OA, but was rejected 2 days later.
Interview Questions
Question:
Given a list of jobs that are chained, generate all the job chains.
Each line of the input is in the following format:
job_id, run_time_in_seconds, next_job_id (this field is 0 for the the last job in the chain).
You are asked to output a section for each job chain, in the following format:
start_job_id,
last_job_id,
num of jobs:
job chain run time, in hh:mm:ss format
average job time in ths chain.

There are only 2 test cases in the OA, so you have to come up with test cases on your own.

Completed this OA, but was rejected 2 days later.