I applied online. The process took 2 weeks. I interviewed at Epic in Aug 2013
Interview
First had a one hour long phone interview. Was asked simple data structures questions (linked lists, BFS of Binary Tree, Hashes).
Just took a 3 hour long test for them as well. The first two sections were SAT type brain teasers and questions, third section was based off of a made up programming language, and the fourth section was 4 problem problems that took about 30 minutes each.
Interview questions [1]
Question 1
Word Search: Given an NxN grid of characters and a word to find, find all instances of that word and print out a list of the coordinates of each character in the word.
Epic’s interview process is a lengthy one. After completing a personality quiz they have you schedule a 2-4 hour “technical interview” that you take without ever speaking to someone at the company.
Interview questions [1]
Question 1
One section consisting of about 20 Application question’s, another section was simple math questions with some that were set up almost like riddles.
I applied online. I interviewed at Epic (Verona, WI) in Feb 2021
Interview
4 hours long. 4 Coding Questions, at least 1 Dynamic Programming. 1 minute math section where you have to solve 10 basic high school questions. Untimed section where you have to learn a fictional assembly language and answer multiple choices question based on the reading.
Interview questions [1]
Question 1
1) Count # of the same same alphabet in a string and print them out like a list
2) Question very similar to that phone letter combination
3) Gave 2 arrays, print combined arrays with no intersection between both arrays
4) Two string, match one string to another by "Transposing", which means you can only switch adjacent letters and print out the steps