I applied through a recruiter. The process took 2 weeks. I interviewed at Epic (Madison, WI)
Interview
There was a phone interview before the online assessment. They just asked about what was on my resume and they did not ask stupid questions like tell me about yourself, what your weakness etc... The online assessment was hard though.
Interview questions [1]
Question 1
Over three hour long test with iq/math/puzzle question followed by three coding questions. I believe 2 of the questions were leetcode hard and one medium. I was unhappy because this was an overkill for an entry-level position.
I applied through college or university. The process took 3 weeks. I interviewed at Epic (Madison, WI) in Mar 2024
Interview
Plesant interview, long assessment. I felt the need to get to 30 words minimum, so I decided to write this extra couple of sentences in order to view some information. Glassdoor restricts your access if you don't contribute every twelve months or so
Interview questions [1]
Question 1
My previous software development projects/experience
They had an online tech interview with 4 medium difficulty prog questions. Only language choices were Java, js, C++, Pascal. There were a few other sections designed to test for speed, like a 2 min 14 question logic section
Interview questions [1]
Question 1
You have a matrix. Return the greatest length of the snake. You can only add an item to the snake if it is +-1 of the most recent number.
0 1 0 3 4
1 7 3 4 5
2 1 2 9 6