HOTSPOT
Which statements with regard to project objectives and architectural objectives are true and which are false? (Assign all answers.)
Hot Area:

HOTSPOT
How does management and architects work together? Decide which statements are true and which are false. (Assign all answers.)
Hot Area:

HOTSPOT
Which characteristics of a building block are only visible in the whitebox view, and for which characteristics does the blackbox view suffice? (Assign all answers.)
Hot Area:

HOTSPOT
What is the main benefit of the layered architectural pattern? (Assign all answers.)
Hot Area:

Which of the following techniques are best suited to illustrate the interaction of runtime building blocks? Select the four most suitable techniques.
A. Activity diagrams
B. Sequence diagrams
C. State diagram
D. Flowcharts
E. Class diagrams
F. Tabular description of interfaces
G. Depiction of screen flows (sequence of user interactions)
H. Numbered lists of sequential steps
Which two of the following statements about quality characteristics are most accurate? (Choose two.)
A. Flexibility reduces testability
B. Increased flexibility improves robustness
C. Simplicity increases comprehensibility
D. Increased efficiency results in reduced performance
Which of the following statements regarding iterative and incremental design are correct? Please name the three statements that fit the best. (Choose three.)
A. Iterations help to deal with uncertainties.
B. The iterative approach helps to detect design problems at an earlier stage.
C. If the incremental approach is used, risks are detected at a later stage.
D. Iterative design leads to project delays.
E. If iterative design is used; the customer will be less involved.
F. If incremental design is used; key functionality is considered as early as possible.
Which of the following principles apply to testing? (Choose two.)
A. In general, exhaustive testing is not possible.
B. Where many errors exist, more errors are usually hidden.
C. Sufficient testing will show that a program is free of errors.
D. Error-free test runs also mean: the software is usable.
You want to demonstrate to colleagues that certain building blocks are suitable for the implementation of a use-case scenario. Which of the following UML diagrams is best suited for this?
A. Use-case diagram
B. Sequence diagram
C. Activity diagram
D. Class diagram
Choose the most desirable characteristics of interfaces. (Choose three.)
A. Easy to extend
B. Geared towards the capabilities of the provider
C. Clear descriptions of assertions and prerequisites
D. As few parameters as possible
E. Scalable to many consumers
F. Remotely callable
G. Hard to misuse