Epic Systems Interview Question for Financial Software Developers






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

it was skill test or else ?

- romeo August 27, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

Epic??...and garbage collectors??..lol

- Anonymous September 07, 2009 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

basically we need to write a class which takes into account references of a prticular object and all

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

@ cunomad
right. i think anyone aware of garbage collection knows that the underlying concept is what you mentioned but will someone like to put some working code for the same or at least put some pseudocode; that would be nice for others to follow.

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

hello anybody there ??????????

- CUNOMAD August 30, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

Was this asked in the skill test ?

- Anonymous August 31, 2009 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

http://www.devarticles.com/c/a/Cplusplus/A-Simple-Garbage-Collector-for-C-plus-plus/3/

btw,

was it skill test???

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

nope

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

grep and convert every pointer in the whole code to <auto_ptr>. If new code, mandate all ptrs to be auto_ptr and take that vacation

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

@XXX: WTF is that ???

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

1. Represent all nodes as a digraph
2. Do a reachability test for all nodes (topological sort is good for this)
3. Decide to 'collect' the nodes (object) which cannot be reached.

I am sure this is not a comprehensive method, neither do i vouch for its efficiency, but I am sure this answer (and the respective code) should be perfetcly okay as an answer in an interview.

- RandomGuy March 31, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

bbb

- srujana April 20, 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