Terminology & Trivia Interview Questions
- 0of 0 votes
AnswersWhat is static?
- Jack April 04, 2006| Report Duplicate | Flag | PURGE
Chicago Mercantile Exchange Software Engineer / Developer Terminology & Trivia - 0of 0 votes
AnswersWhat is the difference b/w synchronized methods and synchronized sections?
- Jack April 04, 2006| Report Duplicate | Flag | PURGE
Chicago Mercantile Exchange Software Engineer / Developer Terminology & Trivia - 0of 0 votes
AnswersWhat is the diff. b/w hashtable and hashmap?
- Jack April 04, 2006| Report Duplicate | Flag | PURGE
Chicago Mercantile Exchange Software Engineer / Developer Terminology & Trivia - 0of 0 votes
Answersto find a telephone number in dir and subdir (find command is the answer)
- sweety March 24, 2006| Report Duplicate | Flag | PURGE
Amazon Development Support Engineer Terminology & Trivia - 0of 0 votes
AnswersWhat is multi-threading? What are the things you need to worry about when using it?
- Anonymous March 23, 2006| Report Duplicate | Flag | PURGE
Microsoft Program Manager Terminology & Trivia - 0of 0 votes
AnswersQ6.What is a static property? Give an example of why you would use one.
- Jack March 17, 2006| Report Duplicate | Flag | PURGE
Sage Software Software Engineer / Developer Terminology & Trivia - 0of 0 votes
AnswersQ2.What is the difference between an Interface and an Abstract Class (e.g., between IFoo and Foo?)
- Jack March 17, 2006
// Interface
interface IFoo
{
void Bar();
}
// Abstract Class
abstract class Foo
{
abstract public void Bar();
}| Report Duplicate | Flag | PURGE
Sage Software Software Engineer / Developer Terminology & Trivia - 0of 0 votes
AnswersQ4.Describe how a try..catch..finally construct works.
- Jack March 17, 2006| Report Duplicate | Flag | PURGE
Sage Software Software Engineer / Developer Terminology & Trivia - 0of 0 votes
AnswerQ5.What is the StringBuilder class and why would you use it?
- Jack March 17, 2006| Report Duplicate | Flag | PURGE
Sage Software Software Engineer / Developer Terminology & Trivia - 0of 0 votes
AnswersQ7.What are some of the potential pitfalls of boxing and unboxing?
- Jack March 17, 2006| Report Duplicate | Flag | PURGE
Sage Software Software Engineer / Developer Terminology & Trivia - 0of 0 votes
AnswersQ7. What are some of the potential pitfalls of boxing and unboxing?
- Jack March 17, 2006| Report Duplicate | Flag | PURGE
Sage Software Software Engineer / Developer Terminology & Trivia - 0of 0 votes
AnswerQ5. What is the StringBuilder class and why would you use it?
- Jack March 17, 2006| Report Duplicate | Flag | PURGE
Sage Software Software Engineer / Developer Terminology & Trivia - 0of 0 votes
AnswersWhat is a static property? Give an example of why you would use one.
- Jack March 17, 2006| Report Duplicate | Flag | PURGE
Sage Software Software Engineer / Developer Terminology & Trivia - 0of 0 votes
AnswerQ4. Describe how a try..catch..finally construct works.
- Jack March 17, 2006| Report Duplicate | Flag | PURGE
Sage Software Software Engineer / Developer Object Oriented Design Terminology & Trivia - 0of 0 votes
AnswersQ2. What is the difference between an Interface and an Abstract Class (e.g., between IFoo and Foo?)
- Jack March 17, 2006
// Interface
interface IFoo
{
void Bar();
}
// Abstract Class
abstract class Foo
{
abstract public void Bar();
}| Report Duplicate | Flag | PURGE
Sage Software Software Engineer / Developer Terminology & Trivia - 0of 0 votes
AnswerWhat is an abstract function?
- krammer February 28, 2006| Report Duplicate | Flag | PURGE
Agilent Technologies Software Engineer / Developer Terminology & Trivia - 0of 0 votes
AnswerWhat is the difference between copy by value and copy by reference?
- krammer February 28, 2006| Report Duplicate | Flag | PURGE
Agilent Technologies Software Engineer / Developer Terminology & Trivia - 0of 0 votes
AnswersHow does binary search work? What is its complexity?
- krammer February 28, 2006| Report Duplicate | Flag | PURGE
Agilent Technologies Software Engineer / Developer Terminology & Trivia - 0of 0 votes
AnswerWhat is polymorphism?
- krammer February 28, 2006| Report Duplicate | Flag | PURGE
Agilent Technologies Software Engineer / Developer Terminology & Trivia - 0of 0 votes
AnswersWhat is the difference between an object and a class?
- krammer February 28, 2006| Report Duplicate | Flag | PURGE
Agilent Technologies Software Engineer / Developer Terminology & Trivia - 0of 0 votes
AnswerDescribe pitfalls of C++ for a game engine.
- Jack February 28, 2006| Report Duplicate | Flag | PURGE
Electronic Arts Software Engineer / Developer Terminology & Trivia - 0of 0 votes
AnswerWhy are templates in C++ useful?
- Jack February 28, 2006| Report Duplicate | Flag | PURGE
Electronic Arts Software Engineer / Developer Terminology & Trivia - 0of 0 votes
AnswersAsked about virtual functions and function pointers?
- Parag February 24, 2006| Report Duplicate | Flag | PURGE
Bloomberg LP Software Engineer / Developer Terminology & Trivia - 0of 0 votes
AnswersDifference between reference and pointers? How can reference go bad?
- Parag February 24, 2006| Report Duplicate | Flag | PURGE
Bloomberg LP Software Engineer / Developer Terminology & Trivia - 0of 0 votes
AnswersDifference between malloc and new.
- Parag February 24, 2006| Report Duplicate | Flag | PURGE
Bloomberg LP Software Engineer / Developer Terminology & Trivia - 0of 0 votes
AnswersWhat is auto pointer in C++?
- Parag February 24, 2006| Report Duplicate | Flag | PURGE
Bloomberg LP Software Engineer / Developer Terminology & Trivia - 0of 0 votes
AnswersSome questions about STL? How can one store different type of objects in vectors or list?
- Parag February 24, 2006| Report Duplicate | Flag | PURGE
Bloomberg LP Software Engineer / Developer Terminology & Trivia - 0of 0 votes
AnswerWhat is reference in C++? Where will you the use it?
- Parag February 24, 2006| Report Duplicate | Flag | PURGE
Bloomberg LP Software Engineer / Developer Terminology & Trivia
Open Chat in New Window