Software Architecture Quiz on “Ensuring Conformance to an Architecture”.
1. Which of the following are followed for creating product?
a) Requirements for a system have been analyzed
b) Its pattern developed
c) Skeletal system created and fleshed out
d) All of the mentioned
Answer: d
Clarification: All of the mentioned are followed for creating a product.
2. Which of the following are considered for investigation?
a) Top Down strategies
b) Bottom Up strategies
c) Model Based strategies
d) All of the mentioned
Answer: d
Clarification: All of the mentioned are considered for investigation.
3. Which of the following is true about the top down strategies?
a) Starting at the highest level of system abstraction and recursively filling in understanding of the sub parts
b) Understanding the lowest level components and how these work together to accomplish the system’s goals
c) All of the mentioned
d) None of the mentioned
Answer: a
Clarification: For top down strategies-Starting at the highest level of system abstraction and recursively filling in understanding of the sub parts.
4. Which of the following is true about the bottom up strategies?
a) Starting at the highest level of system abstraction and recursively filling in understanding of the subparts
b) Understanding the lowest level components and how these work together to accomplish the system’s goals
c) All of the mentioned
d) None of the mentioned
Answer: b
Clarification: For bottom up strategies-Understanding the lowest level components and how these work together to accomplish the system’s goals.
5. Which of the following is true about the Model based strategies?
a) Starting at the highest level of system abstraction and recursively filling in understanding of the subparts
b) Understanding the lowest level components and how these work together to accomplish the system’s goals
c) The investigator already has the mental model of how system works and tries to deepen the understanding of selected areas
d) Investigators current level of understanding and needs
Answer: c
Clarification: For Model based strategies-The investigator already has the mental model of how system works and tries to deepen the understanding of selected areas.
6. Which of the following is true about the Opportunistic based strategies?
a) Starting at the highest level of system abstraction and recursively filling in understanding of the subparts
b) Understanding the lowest level components and how these work together to accomplish the system’s goals
c) The investigator already has the mental model of how system works and tries to deepen the understanding of selected areas
d) Investigators current level of understanding and needs
Answer: d
Clarification: For Opportunistic based strategies- Investigators current level of understanding and needs.
7. Technical approaches center on extracting information from which of the following?
a) Existing compiler technology
b) Data Flow analysis
c) All of the mentioned
d) None of the mentioned
Answer: c
Clarification: Technical approaches center on extracting information from all of the mentioned.
8. For what purpose data flow analysis is used?
a) To determine the static data relationships among components
b) To determine the execution behavior of the system
c) To extract software relationship
d) All of the mentioned
Answer: a
Clarification: Data flow analysis is used- To determine the static data relationships among components.
9. For what purpose Profiling is used?
a) To determine the static data relationships among components
b) To determine the execution behavior of the system
c) To extract software relationship
d) All of the mentioned
Answer: b
Clarification: Profiling-To determine the execution behavior of the system.
10. For what purpose Compiler technology is used?
a) To determine the static data relationships among components
b) To determine the execution behavior of the system
c) To extract software relationship
d) All of the mentioned
Answer: c
Clarification: Compiler technology is used to extract software relationship.