What are the categories in which quality attributes are divided in?
A. Development Attributes
B. Operational Attributes
C. Functional Attributes
D. Development & Operational Attributes correct answers d
Which of these comes under development attribute?
A. Maintainability
B. Reusability
C. Performance
D. Maintainability & Reusability correct answers d
What kind of investments does organization have in order to make most of by the software
architects in their design?
A. Libraries
B. Standards and guidelines
C. Software tools
D. All of the above. correct answers d
Look at comparable systems that have been developed elsewhere (if any) and assess whether or
not the proposed system could be implemented using current hardware and software
technologies.
A. System structure development
B. System vision document
C. Feasibility study
D. Problem understanding correct answers c
, During this stage, the abstract workflow design is transformed to an executable program and the
service interface is defined. You can use a conventional programming language, such as Java or a
workflow language, such as WS-BPEL.
A. Refine work flow
B. Test completed service
C. Create work flow program
D. Formulate outline workflow correct answers c
An approach to V & V that examines the source code of a system, looking for errors and
anomalies. It allows all parts of a program to be checked, not just those parts that are exercised
by system tests.
A. Model checking
B. Safety and dependability
C. Static analysis
D. Change management correct answers c
An erroneous system state that can lead to system behaviour that is unexpected by system users.
The value of transmission time is set incorrectly (to 24.XX rather than 00.XX) when the faulty
code is executed.
A. System error
B. System failure
C. Human error
D. System fault correct answers a
A characteristic of a software system that can lead to a system error. The fault is the inclusion of
the code to add 1 hour to the time of the last transmission, without a check if the time is greater
than or equal to 23.00.
A. System error
B. System failure