Software Architecture and Design Questions and Answers Part-10

1. Which of the following statements is False?
a) Inspections are driven by checklist that inspector uses to guide their review
b) Designer should modify requirements inspection continuously
c) Inspection meeting is aimed at detecting defects
d) None of the mentioned

Answer: d
Explanation: All of the statements are true.

2. What are Critical reviews?
a) Critical review is an evaluation of finished product to determine whether it is of acceptable quality
b) Critical reviews are intended as quality gated that keep poor quality work products
c) All of the mentioned
d) None of the mentioned

Answer: c
Explanation: All are true for critical review.

3. What are prototypes?
a) Prototypes is a working model of part or all of a final product
b) Prototypes does not represent any sort of models
c) Prototype can never consist of full size
d) All of the mentioned

Answer: a
Explanation: Prototypes exits usually in full size, Prototype itself is a model.

4. What are the types of prototypes?
a) Horizontal prototypes
b) Vertical Prototypes
c) All of the mentioned
d) None of the mentioned

Answer: c
Explanation: These are the types of prototypes.

5. Which of these is true for prototypes?
a) Horizontal Prototypes does some processing apart from the required for presenting the product’s user interface
b) Vertical Prototype realizes part or all of a product’s user interface
c) All of the mentioned
d) None of the mentioned

Answer: d
Explanation: Horizontal prototype realizes part or all of product’s user interface and vice versa)

6. What are the notations for the Use case Diagrams?
a) Use case
b) Actor
c) Prototype
d) Use case and Actor

Answer: d
Explanation: Use Case diagram consists of Use cases and Actors.

7. Which description is inappropriate?
a) A usecase is a type of agent that interacts with a product
b) An actor is a type of complete interaction between product and its environment
c) All of the mentioned
d) None of the mentioned

Answer: c
Explanation: An actor is a type of agent that interacts with the product.

8. Which statements are considered correct in reference to use case diagram?
a) A scenario is an interaction between product and particular interaction
b) A use case diagram represent a product’s use cases and actors involved in each use case
c) All of the mentioned
d) None of the mentioned

Answer: c
Explanation: All the statements are the respective definitions of the terms.

9. Which among the following can be heuristic for Use case diagram?
a) Product can be made actor
b) Never name actors with noun phrases
c) Name Use cases with verb phrases
d) All of the mentioned

Answer: c
Explanation: Actors are noun phrases and never make a product as an actor.

10. What is incorrect among the following?
a) Make use cases that uniform in size and complexity
b) Organize use cases by actor, problem domain categories or solution categories
c) Use cases can last for more than one session
d) Achieve a stakeholder goal in a usecase

Answer: c
Explanation: Use cases should be finished in one session.