ISTQB® CTAL-TTA Exam Practice Questions (P. 1)
- 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 #1
Within an embedded software project, the maintainability of the software is considered to be critical. It has been decided to use static analysis on each delivered software component.
Which of the following metrics is NOT a maintainability metric typically used with static analysis?
Which of the following metrics is NOT a maintainability metric typically used with static analysis?
- ANumber of Lines of Code (LOC)
- BNumber of Function Calls
- CMean Time Between Failures
- DComment Frequency
Correct Answer:
C
C
send
light_mode
delete
Question #2
You are involved in testing a system in the medical domain. Testing needs to comply with the FDA requirements and is rated as being safety critical. A product risk assessment has been performed and various mitigation actions have been identified. Reliability testing is one of the test types that needs to be performed throughout the development lifecycle.
Based on the information provided, which of the following activities would need to be addressed in the test plan?
Based on the information provided, which of the following activities would need to be addressed in the test plan?
- APerform a vulnerability scan.
- BDesign and execution of specific tests that evaluate the software’s tolerance to faults in terms of handling unexpected input values.
- CDesign and execution of test cases for scalability.
- DTesting whether the installation/de-installation can be completed.
Correct Answer:
B
B
send
light_mode
delete
Question #3
The following characteristics were identified during an early product risk-assessment for a software system:
• the software system needs to manage synchronization between various processes
• microcontrollers will be used that will limit product performance
• the hardware that will be used will make use of timeslots
• the number of tasks supported in parallel by the software system is large and are often highly complex.
Based on the information provided, which of the following non-functional test types is MOST appropriate to be performed?
• the software system needs to manage synchronization between various processes
• microcontrollers will be used that will limit product performance
• the hardware that will be used will make use of timeslots
• the number of tasks supported in parallel by the software system is large and are often highly complex.
Based on the information provided, which of the following non-functional test types is MOST appropriate to be performed?
- AMaintainability testing
- BSecurity testing
- CTime-behaviour testing
- DPortability testing
Correct Answer:
C
C
send
light_mode
delete
Question #4
Consider the pseudo code for the Price program:

Which of the following statements about the Price program describes a control flow anomaly to be found in the program?

Which of the following statements about the Price program describes a control flow anomaly to be found in the program?
- AThe Price program contains no control flow anomalies.
- BThe Price program contains unreachable code.
- CThe Price program contains data flow defects.
- DThe Price program contains an infinite loop.
Correct Answer:
D
D
send
light_mode
delete
Question #5
A major Caribbean bank typically develops their own banking software using an Agile methodology. However, for some specific components COTS software is acquired and used. The bank does not want to create a dependency on any external COTS supplier.
As part of the test approach, portability testing will be performed. Which portability sub-characteristic is especially relevant for the Caribbean bank?
As part of the test approach, portability testing will be performed. Which portability sub-characteristic is especially relevant for the Caribbean bank?
send
light_mode
delete
All Pages