CPSA-F Exam QuestionsBrowse all questions from this exam

CPSA-F Exam - Question 20


HOTSPOT -

Decide if the following statements are true or false. The performance of a system (response time or throughput) often competes with its`¦ (Assign all answers.)

Hot Area:

Show Answer
Correct Answer:

Reference:

http://www.cs.unb.ca/~wdu/cs3043/a1ans.htm

Discussion

1 comment
Sign in to comment
HelplessYeti
Oct 5, 2024

T-F-F-T-F-F-F As described in the Software Architecture Fundementals book in chapter 5.2.1.4, adaptability and flexibility are in conflict with increased performance.

d3aaaf5
Oct 30, 2024

I would say T-F-T-T-F-F-F as in the same chapter it is mentioned that increase performance requirements hinders the timely completion of project

devex
Dec 2, 2024

One addition ... Depends how performance is achieved - if by caching or some similar redundancy of data, it could also increase memory usage.

devex
Dec 2, 2024

One addition ... Depends how performance is achieved - if by caching or some similar redundancy of data, it could also increase memory usage.

DavidBarrineau
Dec 20, 2024

Looking at chapter 5.2.1.4, it is citing all conflicting quality characteristics. In that list the only two that are related to performance is Adaptability and Flexibility. Since the question specifically ask about what performance competes with, it seems the answer should be A and D. But that's just how I read it.

DavidBarrineau
Dec 21, 2024

EDIT: That same section cites that: The requirement for increased performance can in turn hinder timely completion." So it looks like A C D but elsewhere in other architecture documentation security can compete with performance. For example, in a zero-trust architecture, there is a performance hit for authentication and authorization. Also, there is always a performance hit for doing things like SSL/TLS, etc. So I'm not sure about security...

DavidBarrineau
Dec 21, 2024

EDIT: That same section cites that: The requirement for increased performance can in turn hinder timely completion." So it looks like A C D but elsewhere in other architecture documentation security can compete with performance. For example, in a zero-trust architecture, there is a performance hit for authentication and authorization. Also, there is always a performance hit for doing things like SSL/TLS, etc. So I'm not sure about security...