What are the Design Patterns you know
Answers were Sorted based on User's Feedback
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 |
Answer / bm mbuthu
Facade Pattern
Strategy Pattern
Bridge Pattern
Abstract Factory Pattern
Adapter Pattern
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / furqan hashmi
Flyweight Pattern
Command Pattern
Mediator Pattern
Iterator Pattern
Proxy Pattern
| Is This Answer Correct ? | 0 Yes | 1 No |
What are the SDLC phases you have invloved ?
0 Answers Infosys, Tech Mahindra,
Why singleton beans are not thread safe?
In what cases are synchronous architectures more appropriate than asynchronous architectures?
Write the code for a singleton class?
What is use case in clean architecture?
What is lexi design pattern?
What are the categories in which the design patterns can be divided?
Is mvc a software design pattern?
Using any system, product, or service your organization provides, identify the human system roles for the product.
What are the types of participants of the prototype design pattern you will get?
. Tell us about the differences between desktop designing and mobile designing.
Why do we need singleton pattern?