Epic Systems Interview Question for Software Engineer / Developers






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

is this question asked during proctor test or during onsite test?

- gaandu babu March 28, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

eh?

- anonymous April 20, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Does anyone know what kind of type checking is to be done here? Is it type checking at the level of int,float etc or is it type checking at the level of structs and objects? Also, @John, was this asked during the proctored test or was it asked during the On-site interview?

- blah-blah April 22, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Can someone explain this

- Calvin August 14, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Wel, this is a typical data estimation and assumption question we can do it by first assuming all the factors lets say:
1.Wood Boards(int)
2.Nails(Int)
3.Cement(volume so double)
4.tiles(int)
5.Wallpaper(double as area)
6.Flooring(double as area)
7.Bricks(int)
8.Paint(double as volume or surface area whatever is preferred
Now we can define a simple function
makemyhouse(int wood,int nails,double cement....i think you get the point)
{
1stwall=height*length
brick area(if laid front wise)=Lbrick*Bbrick
1stwallbricks=1stwall/brick area
while(bricks>=bricks-1stwallbricks)
{
laybricks one by one
whatever it goes on
}

- soulhacker September 02, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Hey guys, someone been to epic systems interview help me with the question please. It is ambiguous. May be the OP can help??

- Sharath November 17, 2009 | 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