Epic Systems Interview Question






Comment hidden because of low score. Click to expand.
6
of 6 vote

suppose the initial height of the tree is a variable named "start"

start*2^9=40
start*2^(n-1)=5

divide two equations, then 8=2^(10-n)

n=7

- beyondfalcon March 24, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
1
of 1 vote

7th. because 10th->40, 5->40, 8 times->3 days back.
Is this skill test, or just a brain teaser?

- ywa December 18, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

thats what she said

- Anonymous December 19, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

x: initial height
d: # days

- Anonymous April 17, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

let initial height = h

1st day height = h;
2nd day height = 2h;
.
.
10th day height = 2^9 h;

given height on day 10 = 40
so,

2^9 h = 40 => h = 40 / 2^9;

we can write 40 = 2 x 2 x 2 x 5 = 2^3 x 5

so h = 2^3 x 5 / 2 ^9
h = 5 / 2^6

cross multiply both sides by 2^6
we get ,

2^6 h = 5 . Therefore, on 7th day height is 5 feet

- Dr. java April 24, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

10th day 40...then 9th day 20...8th day 10...7th day is 5

- Simple June 14, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

seeds seem to have height in negative in the start :P
magic seeds!

- jango October 21, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

Nope... starting-height = 40 ft / (2^9) = 0.0078125 ft =~2.3cm

- just_trying August 02, 2012 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

seed with fractional height ...

- fractional April 10, 2011 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

7 th day

- Anonymous August 09, 2012 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

7th day..easy one

- riit1564 August 19, 2012 | Flag Reply
Comment hidden because of low score. Click to expand.
-1
of 1 vote

Lol, the seed has height = 0???

- Anonymous February 22, 2010 | Flag Reply


Add a Comment
Name:

Writing Code? Surround your code with {{{ and }}} to preserve whitespace.

Books

is a comprehensive book on getting a job at a top tech company, while focuses on dev interviews and does this for PMs.

Learn More

Videos

CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.

Learn More

Resume Review

Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.

Learn More

Mock Interviews

Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.

Learn More