I applied through a recruiter. The process took 2 days. I interviewed at D.R. Horton (Arlington, TX) in Mar 2024
Interview
The recruiter calls and briefs you of job description then you have one in-person Interview with a few directors that ask you some technical questions. after that its an offer letter. They seem to be very nice poeple for the most part, one of director has a bit of an ego. They say they use cutting edge stuff but its a pretty old school environment.
Interview questions [2]
Question 1
Write a function that takes to values function(array, x) to filter an array and remove any values that are evenly divisible by the provided number (x). then return the list of values as a string.