What are the Design Patterns you know

Answers were Sorted based on User's Feedback



What are the Design Patterns you know..

Answer / alex

Basic(
interface,
Abstract parent class,
Private methods,
accessor methods,
constant data manager,
immutable object,
monitor
)
Creation(
Factory method,
Singleton,
Abstract Factory,
Prototype,
Builder
)
Collectional(
Composite,
Iterator,
Flyweight,
Visitor
)
Structural(
decorator,
adapter,
chain of responsibility,
facade,
proxy,
bridge,
virtual proxy,
counting proxy,
aggregate Enforcer,
Explicit Object release
Object cache
)
behavioral(
Command,
Mediator,
Memento,
Observer,
Interpreter,
State,
strategy,
Null Object,
Template Method,
Object Authenticator,
Common attribute registry
)
concurrency(
critical section,
consistent lock order,
guarded suspension,
read-write lock
)

Is This Answer Correct ?    2 Yes 0 No

What are the Design Patterns you know..

Answer / bm mbuthu

Facade Pattern
Strategy Pattern
Bridge Pattern
Abstract Factory Pattern
Adapter Pattern

Is This Answer Correct ?    0 Yes 1 No

What are the Design Patterns you know..

Answer / aria

Producer Consumer Pattern
Singleton Pattern

Is This Answer Correct ?    0 Yes 1 No

What are the Design Patterns you know..

Answer / furqan hashmi

Flyweight Pattern
Command Pattern
Mediator Pattern
Iterator Pattern
Proxy Pattern

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Design Patterns Interview Questions

What three types of components comprise an application design?

1 Answers  


What are the different types of Design Patterns and Explain them?

3 Answers   Genpact, Gradatim, Gul Ahmed, TCS, Wipro,


What is the difference between proxy and adapter?

0 Answers  


What is difference between function oriented design and object oriented design?

0 Answers  


In what cases are synchronous architectures more appropriate than asynchronous architectures?

1 Answers   Wipro,






What are the design patterns you know explain?

0 Answers  


Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?

0 Answers  


What is the factory pattern in the design pattern?

0 Answers  


What is a behavioral design pattern?

0 Answers  


How to add CSS styles Styles to Elements with Particular Attributes?

1 Answers  


What are the advantages of asynchronous architectures?

1 Answers   Microsoft,


What is the gang of four design pattern?

0 Answers  


Categories