ISTQB® CTAL-TTA Exam Practice Questions (P. 4)
- Full Access (44 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #16
You are working on an internet banking project. Your company is offering this product to the financial market. For each new customer, some customization will typically be needed. To make the product successful there is a strong focus during development on a reliable and maintainable architecture. To support architectural reviews, a checklist will be developed. Within the checklist specific sections will be attributed to reliability and maintainability.
Which question from the list below should you include in the maintainability section of the architectural review checklist?
Which question from the list below should you include in the maintainability section of the architectural review checklist?
- AWill the system use n-version programming for critical components?
- BWill the user interface be implemented independently from the other software modules?
- CDoes the system have user-friendly error messages?
- DDoes the password protection of the system adhere to the latest regulations?
Correct Answer:
B
B
send
light_mode
delete
Question #17
A new web site has been launched for a testing conference. There are a number of links to other related web sites for information purposes. Participants like the new site but complaints are being made that some (not all) of the links to other sites do not work.
Which type of test tool is most appropriate in helping to identify the causes of these failures?
Which type of test tool is most appropriate in helping to identify the causes of these failures?
- AReview tool
- BHyperlink tool
- CStatic analysis tool
- DDynamic analysis tool
Correct Answer:
B
B
send
light_mode
delete
Question #18
Which of the following statements is TRUE regarding tools that support component testing and the build process?
- AComponent testing and build automation tools are only used by developers.
- BBuild automations tools facilitate manual testing at a low level by allowing the change of variables values during test execution.
- CComponent testing tools are typically specific to the programming language and may be used to automate unit testing.
- DComponent testing tools are the basis for a continuous integration environment.
Correct Answer:
C
C
send
light_mode
delete
Question #19
Which of the following defect types is NOT an example of a defect type typically found with API testing?
- AData handling issues
- BTiming problems
- CHigh architectural structural complexity
- DLoss of transactions
Correct Answer:
C
C
send
light_mode
delete
Question #20
Below is the pseudo-code for the Win program:

The bingo program contains a data flow anomaly. Which data flow anomaly can be found in this program?

The bingo program contains a data flow anomaly. Which data flow anomaly can be found in this program?
- AVariable “A” is not assigned a value before using it.
- BVariable “D” is defined but subsequently not used.
- CThe program does not contain any comments.
- DIt is recommended to use a variable instead of the hard-coded print results “Win” and “Loose”.
Correct Answer:
B
B
send
light_mode
delete
All Pages