Epic Systems Interview Questions and
Answers with Certified Solutions
Alpha and Arabic
Given a set of character, Ex: 'A', 'B', 'C'
each char have its representative number:
A = 1, B = 13, C = 110
When the character
...
Epic Systems Interview Questions and
Answers with Certified Solutions
Alpha and Arabic
Given a set of character, Ex: 'A', 'B', 'C'
each char have its representative number:
A = 1, B = 13, C = 110
When the character next to the current index is smaller than the current we add
Ex: CBA= 110+ 13+ 1
When the character next to the current index is bigger than current we all the answer in previous
will become minus sign(but not the last one) ABC = -1 -13+110 = 96 ✔✔Calculate the number
for each string input
A man just finished painting his house and needs something more. At the hardware store the
clerk shows him what he wants and says "one is $1" The man states I need 600 for $3. What did
the man buy? ✔✔
If a teenager and a half can eat a pizza and a half in a day and a half. How many pizzas can 9
teenager eat in 3 days? ✔✔1.5 teens eats 1.5 pizza in 1.5 days
---- reduce teens to 1
1 teen eats 1 pizza in 1.5 days
---- double your time
1 teen eats 2 pizzas in 3 days
---- multiply teenagers by 9
9 teens eats 18 pizzas in 3 days
What is the next number?
-3 24 -168 1008 -5040 ✔✔
Physician: Symptoms
Detective: Clue
Mason: Brick
Dispatch: Taxicab
Pharmacist: Drugs ✔✔Detective: Clue
Weight: Scale as to
Volume: Sound
Image: Microscope
Distance: odometer
Calibration: Measurements
Inch: Feet ✔✔Distance: odometer
Band: Musician as
Team: Fans
Stage: Dancers
Family: Sisters
Cast: Actors
Circus: Jugglers ✔✔Cast: Actors
Biography: Life is as
Story: Imagination
Chronicle: Events
Memoir: Reader
Song: Composer
Pose: Poem ✔✔Chronicle: Events
Renovate: Dilapidated is as
Sacrifice: Fortified
Revere: Admirable
Revitalize: fatigued
Restore: Irreparable
Modify: Altered ✔✔
Hearten: Courage is as
repay: Installment
demote: rank
educate: knowledge
agree: quarrel
punish: wrongdoing ✔✔
Humanitarian: Philanthropy is as
Fan: Notoriety
Thief: Larceny
Donor: Gratitude
Expert: apprenticeship
Scholar: Plagiarism ✔✔
I have two coins that add up to 55 cents. One of them is not a nickel.
What are the two coins? ✔✔
Write a prog/method to convert number to character (as in old mobile phone).
e.g.
2 entered 1 = A
2 entered 2 = B
2 entered 3 = C
# = space
22#22 = B B etc ✔✔
Given a 1 dimensional point of a rectangel and its area, find permutations of all the other 3 points
of the rectangle in 2-D space.
Ex: - Given X = (0,0) and A=1
(0,1), (1,0), (1,1)
(0,-1), (-1,0), (-1,-1) ✔✔
Glitch is a walking robort moves in a peculiar problem: it takes x steps forward, then x+1 steps
backward, then 2x steps forward, x+2 steps backward, 3x ✔✔
In how many ways a cube can be painted using three different colors? ✔✔3^6
Someone walks into your room and dumps a huge bag of quarters all over the floor. They spread
them out so no quarters are on top of any other quarters. A robot then comes into the room and is
programmed such that if it sees a head, it flips it to tails. If it sees a tail, it throws it in the air. The
robot moves around randomly forever. Will there be a convergence in distribution of heads vs.
tails?` ✔✔
You are at a party with a friend and 10 people are present including you and the friend. Your
friend makes you a wager that for every person you find that has the same birthday as you you
get $1; for every person he finds that does not have the same birthay as you, he get $2. Would
you accept the wager? ✔✔
[Show More]