Master 2021 Latest The Questions ISQI Certifications and Pass CPSA-FL Real Exam!
Penetration testers simulate CPSA-FL exam PDF
NEW QUESTION 17
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 18
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 19
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. K-Question Assign all answers.
Answer:
Explanation:
Explanation
TRUE = ABDE
FALSE = CF
NEW QUESTION 20
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 21
Which of the following aspects are more of a domain-related nature, and which more of technical nature?
(Assign all answers.)
Answer:
Explanation:

NEW QUESTION 22
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. Effect on the coupling in the building block view
- B. Expected amount of parallel calls
- C. Ease of implementation
- D. Adequate usage of the broker pattern
- E. Protocols enforced by neighbouring systemst
- F. Volatility of neighbouring systems
Answer: A,E,F
NEW QUESTION 23
What are the four key terms in common definitions of software architecture? (Choose four.)
- A. Components
- B. Functionality
- C. Interfaces
- D. Requirements
- E. Relationships
- F. Source code
- G. Building Blocks
Answer: A,D,E,G
NEW QUESTION 24
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 25
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 26
Which of the following techniques are best suited to illustrate the interaction of runtime building blocks?
Select the four most suitable techniques.
- A. Depiction of screen flows (sequence of user interactions)
- B. Numbered lists of sequential steps
- C. Activity diagrams
- D. Flowcharts
- E. State diagram
- F. Class diagrams
- G. Tabular description of interfaces
- H. Sequence diagrams
Answer: C,E,F,H
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
Choose the most desirable characteristics of interfaces. (Choose three.)
- A. As few parameters as possible
- B. Easy to extend
- C. Clear descriptions of assertions and prerequisites
- D. Remotely callable
- E. Hard to misuse
- F. Geared towards the capabilities of the provider
- G. Scalable to many consumers
Answer: C,D,F
NEW QUESTION 29
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 30
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 31
How does management and architects work together? Decide which statements are true and which are false.
(Assign all answers.)
Answer:
Explanation:

NEW QUESTION 32
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 33
Which two of the following requirements are examples of quality requirements? (Choose two.)
- A. Spelling is corrected automatically.
- B. User should be able to select the sort order freely.
- C. Up to 40,000 requests per day
- D. Failure rate is less than 0.1%.
Answer: A,B
NEW QUESTION 34
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. Interfaces
- B. Requirements
- C. Components
- D. Functionality
- E. Relationships
- F. Source code
- G. Building Blocks
Answer: B,D,E,G
NEW QUESTION 35
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 36
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-Question: Choose one answer
- A. Use-case diagram
- B. Activity diagram
- C. Sequence diagram
- D. Class diagram
Answer: B
NEW QUESTION 37
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 38
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 39
Which statements with regard to project objectives and architectural objectives are true and which are false?
K-Question: Assign all answers
Answer:
Explanation:

NEW QUESTION 40
Which elements should be defined in the white-box view of a software building block 'foo'? Select the three most important elements. (Choose three.).
- A. The dependencies of the internal building blocks of 'foo'
- B. The rationale for the decomposition of the building block
- C. The internal building blocks of 'foo'
- D. The algorithms of the internal building blocks of 'foo'
- E. The legal contracts with the suppliers of the internal building blocks of 'foo'
- F. The sizes (in lines of code) of the internal building blocks of 'foo'
Answer: B,D,E
NEW QUESTION 41
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. Determining the number of 'lines of code'
- B. Conducting an AT AM evaluation
- C. Execution of performance tests
- D. Determination of the cyclomatic complexity
- E. Measurement of 'Mean-Time-between-Failure'
Answer: B,D
NEW QUESTION 42
......
Penetration testers simulate CPSA-FL exam: https://www.examslabs.com/ISQI/ISQI-Certifications/best-CPSA-FL-exam-dumps.html
Bestselling On-The-Job Reference Exam Questions: https://drive.google.com/open?id=1bciKIHRDIuWQevIUAFdEz4Y4uoWgjNOh