EFI interview question

What design patterns do you know?

Interview Answers

Anonymous

Mar 18, 2010

yes, you better read the book before a software interview. Good to be using for OOD stuff anyway. Google it and buy it.

Anonymous

Feb 8, 2012

It's always advisable to mention Singleton Design Pattern, since it is very basic and easy to implement if asked for. Also one should keep in mind to implement in a way it is thread safe, since most of the time programs are implemented for a multi-threaded environment.

Anonymous

Oct 17, 2016

Abstract Factory, Factory, Singleton, iterator, Adapter, Builder