CPSA-FL Free Certification Exam Material from Free4Torrent with 45 Questions
Use Real CPSA-FL - 100% Cover Real Exam Questions
NEW QUESTION 19
Which two of the following requirements are examples of quality requirements? P-Question. From the following 4 answers select 2 that Fit best.
- A. Failure rate is less than 0.1%.
- B. Up to 40.000 requests per day
- C. User should be able to select the sort order freely.
- D. Spelling is corrected automatically
Answer: A,B
NEW QUESTION 20
Which views should software architects document? Select the three most popular views. P-Questbn. From the following 9 answers select 3 that fit best.
- A. Stakeholder view
- B. Deployment view
- C. Runtime view
- D. Link view
- E. Building-block view
- F. Data view
- G. Configuration view
- H. Interface view
- I. Non-functional view
Answer: B,C,E
NEW QUESTION 21
Which of the following statements are covered by the term 'coupling'? (Choose two.)
- A. A building block only contains operations that belong together logically.
- B. A building block uses internal data structures of another building block.
- C. Two building blocks offer operations with the same name.
- D. A building block uses an interface of another building block.
Answer: A,D
NEW QUESTION 22
Which characteristics of a black-box building block are you able to specify as an architect? K-Question.
Assign all answers
Answer:
Explanation:

NEW QUESTION 23
Which statements regarding top-down and bottom-up design are true? (Assign all answers.)
Answer:
Explanation:

NEW QUESTION 24
Choose the most desirable characteristics of interfaces. P-Question: From the following 7 answers select 3 that fit best
- A. Easy to extend
- B. Clear descriptions of assertions and prerequisites
- C. As few parameters as possible
- D. Geared towards the capabilities of the provider
- E. Remotely callable
- F. Scalable to many consumers
- G. Hard to misuse
Answer: B,C,G
NEW QUESTION 25
You are supposed to choose a software-architecture modeling tool for a software-development project You create a suitable criteria catalogue for the choice of appropriate tools Which of the following factors can play a role in this?
K-Question; Assign all answers
Answer:
Explanation:
Explanation
True = A,B,C,F,G
False = DE
NEW QUESTION 26
Which of the following statements are correct? (Choose two.)
- A. A stack is organized according to the FIFO principle.
- B. A stack usually only provides access to one element at a time.
- C. The push operation usually places a new element onto a stack.
- D. A stack acts exactly like a queue.
Answer: B,C
NEW QUESTION 27
What role does understandability play for architecture documentation?
Select the three most relevant answers.
P-Question: From the following 6 answers select 3 that fit best.
- A. It is a quality characteristic together with correctness and efficiency
- B. It is an important quality characteristic.
- C. It is desirable, but not essential
- D. It is a quality characteristic together with scope and completeness.
- E. It is less important than completeness.
- F. It is a quality characteristic together with simplicity and brevity
Answer: A,D,F
NEW QUESTION 28
Which two of the following statements about quality characteristics are most accurate? (Choose two.)
- A. Flexibility reduces testability
- B. Increased flexibility improves robustness
- C. Increased efficiency results in reduced performance
- D. Simplicity increases comprehensibility
Answer: B,D
NEW QUESTION 29
For which quality characteristics is the software architect responsible?
Please name the two characteristics that best match the role of the software architect.
P-Question. From the following 4 answers select 2 that fit best.
- A. The technical quality of the software implementation
- B. The software is free of errors
- C. The suitability of the software design for its purpose
- D. The performance of the software
Answer: A,C
NEW QUESTION 30
Which four of the following items can be building blocks of a software architecture? P-Question: From the following 8 answers select 4 that fit best.
- A. an algorithm
- B. a class
- C. a processor
- D. a component
- E. a local variable
- F. a test harness
- G. a method/procedure/function/operation
- H. a package
Answer: A,D,G,H
NEW QUESTION 31
Which three artifacts does the assessment team create when conducting an ATAM evaluation? (Choose three.)
- A. Architecture-specific chapters of the quality management manual
- B. List of the architectural risks
- C. Description of quality scenarios
- D. A quality model
- E. Selection of the quality attributes of the architectural building blocks
- F. Architecture documentation
- G. The concrete quality tree
Answer: B,C,F
NEW QUESTION 32
Which information is presented in the building-block view? Rate the alternatives below as either true or false?
K-Question. Assign all answers.
Answer:
Explanation:
Explanation
True ACDE
False B
NEW QUESTION 33
Which of the following aspects are more of a domain-related nature, and which more of a technical nature?
K-Question. Assign all answers
Answer:
Explanation:

NEW QUESTION 34
Name the three most important fields of template-based architecture documentation. P-Question. From the following 5 answers select 3 that fit best.
- A. To describe individual architectural modules and their external interfaces (black boxes)
- B. To use a standardized document structure
- C. To reuse code and test case templates
- D. To describe module structures (white boxes)
- E. To use copyright templates for a consistent description of project/system meta information within documents and source codes
Answer: A,B,E
NEW QUESTION 35
In your project, three architects and seven developers are working on the documentation of the software architecture.
Which methods are appropriate in order to achieve a consistent and adequate documentation, and which are not? (Assign all answers.)
Answer:
Explanation:

NEW QUESTION 36
Concerning external interfaces, Postel's law suggests: "Be conservative in what you do, be liberal in what you accept from others." Assume that Postel's law has been consistently applied in your system. (Assign all answers.)
Answer:
Explanation:

NEW QUESTION 37
Name the three most important fields of template-based architecture documentation. (Choose three.)
- A. To describe individual architectural modules and their external interfaces (black boxes)
- B. To use a standardized document structure
- C. To reuse code and test case templates
- D. To describe module structures (white boxes)
- E. To use copyright templates for a consistent description of project/system meta information within documents and source codes
Answer: A,B,D
NEW QUESTION 38
Which of the following statements are correct? P-Question. From the following 4 answers select 2 that fit best.
- A. The push operation usually places a new element onto a stack
- B. A stack acts exactly like a queue
- C. A stack is organised according to the FIFO principle
- D. A stack usually only provides access to one element at a time
Answer: A,D
NEW QUESTION 39
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. Sequence diagram
- B. Use-case diagram
- C. Class diagram
- D. Activity diagram
Answer: B
NEW QUESTION 40
You are the software architect on a large development project and are entrusted with the task of building a tool chain for continuous architecture evaluation and analysis.
Which of the following statements regarding this tool selection are correct/incorrect? (Assign all answers.)
Answer:
Explanation:

NEW QUESTION 41
Select the two most appropriate methods for evaluating the reliability of a software system. (Choose two.)
- A. Conducting an ATAM evaluation
- B. Determination of the cyclomatic complexity
- C. Determining the number of 'lines of code'
- D. Execution of performance tests
- E. Measurement of 'Mean-Time-between-Failure'
Answer: D,E
NEW QUESTION 42
Which of the following statements about the coupling between building blocks are correct? K-Question:
Assign all answers
Answer:
Explanation:
Explanation
TRUE = ABCDE
FALSE = F
NEW QUESTION 43
......
Dumps Brief Outline Of The CPSA-FL Exam: https://www.free4torrent.com/CPSA-FL-braindumps-torrent.html
CPSA-FL Training & Certification Get Latest ISQI Certifications : https://drive.google.com/open?id=17RuiZcINIViFD8s93bpBnIQBhJrA1D_Q