the phone interview goes through the resume and let you talk about one of your project, ask a open minded question, and ask some questions such as why do you choose epic
the online test takes about 3 hours. the programming part contains 4 questions 1. find the "mountain" in the matrix (a mountain is a value which is bigger than its 8 surrounding values) 2. find the valid pass word from a long string (there are a lot of rules, but once you understand, it is not hard) 3. generate password with n numbers(the password should be well-ordered "123" -> 1<2<3 "564" is not because 6>4) 4. change word, each time switch adjacent characters "GUM"->"MUG"
29
Other Software Developer Interview Reviews for Epic
Medium level leetcode and then a very basic system design question as a final round interview. Overall, smooth and simple process. Only one technical and it was the first one.
Interview questions [1]
Question 1
How would you design a system to minimize wait time at a health care center?
[OA] OA was fair. Programming part are leetcode easy and easy-mediums, straightforward simulation, backtracking, dfs, strings, etc. No DP/graphs but ymmv.
[Final interview] (Case Study) I think the interviewer came up with their own prompt. It's mostly discussion-based, with a virtual white board. It's not too technical. I'm guessing its testing your communication/logical reasoning than system design skills. (Pair programming) 1 question, same format as the OA on the same platform, leetcode easy.
[Overall] Technical difficulty isn't bad. Interviewers who are current software devs seemed friendly. Had a good experience, yet got rejected.
First round is a thirty minute phone call with one of their developers. The other part of the first round is a three hour exam with IQ test style logic questions and coding questions.