Authentic Best resources for CPSA-FL Test Engine Practice Exam
[2021] CPSA-FL PDF Questions - Perfect Prospect To Go With TestKingFree Practice Exam
ISQI CPSA-FL Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
| Topic 9 |
|
| Topic 10 |
|
| Topic 11 |
|
| Topic 12 |
|
| Topic 13 |
|
NEW QUESTION 21
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 22
Which two of the following statements about quality characteristics are most accurate? P-Question. From the following 4 answers select 2 that Fit best.
- A. Increased efficiency results in reduced performance
- B. Increased flexibility improves robustness
- C. Simplicity increases comprehensibly
- D. Flexibility reduces testability
Answer: C,D
NEW QUESTION 23
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. a package
- B. a processor
- C. a component
- D. an algorithm
- E. a local variable
- F. a method/procedure/function/operation
- G. a test harness
- H. a class
Answer: A,C,D,F
NEW QUESTION 24
Which two of the following requirements are examples of quality requirements? (Choose two.)
- A. User should be able to select the sort order freely.
- B. Up to 40,000 requests per day
- C. Spelling is corrected automatically.
- D. Failure rate is less than 0.1%.
Answer: A,C
NEW QUESTION 25
Which of the following statements about (crosscutting) concepts are most appropriate? P-Question: From the following 7 answers select 4 that Fit best.
- A. For each quality goal there should be an explicitly documented concept
- B. Concepts are a means to increase consistency
- C. A concept might be implemented by a single building block
- D. The definition of appropriate concepts ensures the conceptual integrity of the architecture
- E. Uniform usage of concepts reduces coupling between building blocks DG)A concept can define constraints for the implementation of many building blocks
- F. Uniform exception handling is most easily achieved when architects agree with developers upon a suitable concept prior to implementation
Answer: B,D,E,F
NEW QUESTION 26
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 27
You are the software architect of a system that has run for many years and been extended repeatedly. An analysis of the source code has revealed a multitude of dependencies between the classes.
Which of the following measures are possible solutions? (Assign all answers.)
Answer:
Explanation:

NEW QUESTION 28
What do you have to take into account when designing external interfaces? P-Question: From the following 6 answers select 3 that fit best.
- A. Adequate usage of the broker pattern
- B. Ease of implementation
- C. Protocols enforced by neighbouring systemst
- D. Volatility of neighbouring systems
- E. Expected amount of parallel calls
- F. Effect on the coupling in the building block view
Answer: C,D,F
NEW QUESTION 29
Conway's law sometimes is referred to as "If you have four teams working on the compiler, you'll get a 4-pass compiler." Which interpretations of this law are true, which are false? (Assign all answers.)
Answer:
Explanation:

NEW QUESTION 30
Which of the following statements regarding the design principle 'information hiding' are true and which are false? K-Question. Assign all answers
Answer:
Explanation:

NEW QUESTION 31
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 32
What are the four key terms in common definitions of software architecture?
P-Question. From the following 7 answers select 4 that fit best.
- A. Source code
- B. Functionality
- C. Building Blocks
- D. Components
- E. Requirements
- F. Relationships
- G. Interfaces
Answer: B,C,E,F
NEW QUESTION 33
Which elements should be defined in the white-box view of a software building block 'foo'? Select the three most important elements. P-Question: From the following 6 answers select 3 that Fit best.
- A. The legal contracts with the suppliers of the internal building blocks of 'foo'
- B. The algorithms of the internal building blocks of foo'
- C. The sizes (in lines of code) of the internal building blocks of foo'
- D. The internal building blocks of foo'
- E. The dependencies of the internal building blocks of foo'
- F. The rationale for the decomposition of the building block
Answer: D,E,F
NEW QUESTION 34
Select the two most appropriate methods for evaluating the reliability of a software system. P-Question. From the following 5 answers select 2 that fit best.
- A. Conducting an AT AM evaluation
- B. Measurement of 'Mean-Time-between-Failure'
- C. Execution of performance tests
- D. Determining the number of 'lines of code'
- E. Determination of the cyclomatic complexity
Answer: A,E
NEW QUESTION 35
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 less important than completeness.
- C. It is desirable, but not essential
- D. It is an important quality characteristic.
- E. It is a quality characteristic together with simplicity and brevity
- F. It is a quality characteristic together with scope and completeness.
Answer: A,E,F
NEW QUESTION 36
Which of the following techniques are best suited to illustrate the interaction of runtime building blocks?
Select the four most suitable techniques.
- A. State diagram
- B. Tabular description of interfaces
- C. Class diagrams
- D. Sequence diagrams
- E. Numbered lists of sequential steps
- F. Depiction of screen flows (sequence of user interactions)
- G. Flowcharts
- H. Activity diagrams
Answer: A,C,D,H
NEW QUESTION 37
What is the purpose of defining the system context? K-Question: Assign all answers
Answer:
Explanation:

NEW QUESTION 38
What is the main benefit of the layered architectural pattern? K-Question: Assign all answers
Answer:
Explanation:

NEW QUESTION 39
Conway's law sometimes is referred to as "If you have four teams working on a compiler, you'll get a 4-pass compiler' Which interpretations of this law are true, which are false? K-Question: Assign all answers.
Answer:
Explanation:

NEW QUESTION 40
Which of the following principles apply to testing? P-Questbn: From the following 4 answers select 2 that fit best.
- A. Where many errors exist more errors are usually hidden
- B. In general, exhaustive testing is not possible.
- C. Sufficient testing will show that a program is free of errors
- D. Error-free test runs also mean the software is useable.
Answer: A,B
NEW QUESTION 41
In your project, three architect and seven developers are working on the document of the software architecture.
Which methods are appropriate in order to achieve a consisten and documentation, and which are not?
K-Question. Assign all answers.
Answer:
Explanation:
Explanation
Appropriate = AB
Not appropriate = C
NEW QUESTION 42
Which statements regarding top-down and bottom-up design are true? K-Question. Assign all answers
Answer:
Explanation:

NEW QUESTION 43
How does management and architects work together? Decide which statements are true and which are false.
(Assign all answers.)
Answer:
Explanation:

NEW QUESTION 44
......
Best updated resource for CPSA-FL Online Practice Exam: https://www.testkingfree.com/ISQI/CPSA-FL-practice-exam-dumps.html
Realistic Practice CPSA-FL ISAQB Certified Professional for Software Architecture - Foundation Level Exam Braindumps: https://drive.google.com/open?id=139-_xfKJBHjc0CScsewiazez9RnktANT