I applied through college or university. The process took 1 week. I interviewed at Tesla (Fremont, CA) in Feb 2024
Interview
First round phone call with recruiter. Second round general technical interview with hiring manager talking about past projects, behavorial interview (tell me a time when you had to resolve conflict in your team), languages. Then they sent a Hackerank test consisting of 2 medium level leetcode style questions. Didn't hear back after completing the online assessment.
Interview questions [2]
Question 1
Given an array of post nums, find the max dist s.t. having 2 pointers l, r starting at a position, l can only go left and r and only go right and both can only move if next num >= current num.
E.g.
print(maxDist([2, 6, 8, 5]) == 3)
print(maxDist([1, 5, 5, 2, 6]) == 4)print(maxDist([1, 1]) == 2)
print(maxDist([1, 1, 1, 1, 1]) == 5)
print(maxDist([2, 2, 2, 10, 1, 10, 2, 2, 2]) == 4)
print(maxDist([2, 2, 2, 10, 1, 10, 2, 2]) == 4)
print(maxDist([2, 10, 8, 4, 2, 1, 9, 10, 2]) == 7)
Given 2 arrays A, B of same length n where A[i] and B[i] are how much time it costs to assemble a car part on line A, B respectively. X = time it costs to move car assembling on line A to line B for its next part. Y = time it costs to move car assembling on line B to line A for its next part. Find the min time to assemble a car
e.g.
assemble([1, 6, 2], [3, 2, 5], 2, 1) == 8
bc 1 + (2+2) + (2+1) = 8
A B A
Initial CV screening from HR, then you get invited to an online interview, Contacted through HR then interview with two hiring managers. After that, you get an in-house day at the factory to know the insights of Tesla's operations and then you start working. Possibility to choose locations.
Très court, une conversation téléphonique avec le RH de Berlin. Attention, entretien uniquement en anglais. Réponse promise sous 15 jours, mais j'ai du les relancer au bout de 25 jours pour avoir des nouvelles.
Interview questions [1]
Question 1
Pourquoi travailler chez nous ?
Quelles sont vos experiences en vente ?