Epic Systems Interview Question






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

in case of OOP languages if we do not set callbacks as static function ......we would require objects to invoke that function , which makes callback cumbersome . That is why callback functions are made static .

- Anonymous September 20, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

correct, thats why main() is also static.

- pk October 11, 2009 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

This is not an EPic question friends.

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

cunomad googles random questions on the net and paste it in this forum under a radnom header that comes to his mind.

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

he is doing bad. Someone ban this idiot seriously!

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

Wat happens in C ?
I dont think all callbacks are static in C.
If i am wrong please correct me..

- sr.panigrahi October 12, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

The definition of "static functions" in C is completely different - the functions declared as static are visible only to other functions in the same file, not in any other file. Hence, the question seems to be targeted towards object-oriented languages.

- Anonymous February 25, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
-1
of 1 vote

i think he's doing a good job .

- Anonymous September 22, 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