I applied through a recruiter. The process took 2 weeks. I interviewed at OppFi in Nov 2022
Interview
An initial Zoom call for introductions. A few days after that, I proceeded to the technical interview: a Zoom call with 2 engineers and an online coding web app that lasted for 1.5 hours. A day later I heard from the recruiter that OppFi passed. The overall process was ok; it took a few weeks from start to finish. TIPS: * The online coding web app didn't work on a Mac with either Chrome or Safari so be prepared to improvise. * Listen to the engineer's feedback / help during the interview and acknowledge it. Colleague interaction and communication, in my opinion, appear to be very important aspects of this position. * They're looking for a very object-oriented design go all in on OO even if it's overkill on the interview question, mention other things to consider like unit testing, integration testing, mockups, etc. Knock their socks off using functional programming if you have the time.
Interview questions [1]
Question 1
Given the rules for a flag-gathering game and skeleton code, implement a game scoring algorithm. The game had Scottish and Welsh rules, minor variations on scoring. You'll be asked to complete both variations. I was dinged during the technical interview for not listening to the engineers when they offered guidance and a sub-par solution. All tests for both variations passed with plenty of time to spare.