| Snaprecruit.com

| Snaprecruit.com

Interview question based on skill :

Take as many assements as you can to improve your validate your skill rating

Total Questions: 5

1. Which of the following is correct about Structural design patterns.

Correct Answer is : These design patterns concern class and object composition. Concept of inheritance is used to compose interfaces and define ways to compose objects to obtain new functionalities.

2. In MVC pattern, View represents the visualization of the data that model contains.

Correct Answer is : TRUE

3. Which of the following pattern is used to restore state of an object to a previous state?

Correct Answer is : Memento Pattern

4. In which of the following pattern, a class behavior changes based on its state?

Correct Answer is : State Pattern

5. Which of the following pattern is used when we want to pass data with multiple attributes in one shot from client to server?

Correct Answer is : Transfer Object Pattern