J'ai postulé en ligne. J'ai passé un entretien chez IMC Trading (California City, CA) en août 2023
Entretien
Online Assessment You are interested in analyzing the housing market in a given city and you have data on all houses that have recently sold as well as their size (in square feet). In particular, you are interested in determining a valuation of a candidate house based solely on this historic data (sales price and square footage).
Questions d'entretien [1]
Question 1
The 1300 square foot houses are both outliers, so they are discarded. The new arrays are area' = [1200, 1200, 1200, 2000] and price' = [12000, 14000, 13000, 30000]. Interpolate the price between the two house sizes remaining. The interpolated price is 13000 + (1500 - 1200) * (30000 - 13000)/(2000-1200) = 19375. Function Description Complete the function findValuation in the editor below. The function must return the expected price rounded to the nearest integer. findValuation has the following parameter(s): int reqArea: the area of the candidate house in square feet int area[n]: areai] is the area in square feet of the ith house sold from the historic data set int price[n]: price[i] is the price of the ith house sold from the historic data set Constraints • 500 < regArea < 105 • 500 < areali] < 105 for all /such that 0 < i
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. J'ai passé un entretien chez IMC Trading (Chicago, IL)
Entretien
for online assessment, there was a question about calculating info from an order book. helps if you know how one works beforehand. only one question and coding preferred in C++ or java.
one technical round and one hr round. technical round was moderately hard. hr round was about your personality, asking about general questions to check if you fit in their workspace.