ISTQB® CTAL-TTA Exam Practice Questions (P. 2)
- 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 #6
Which of the following does NOT contribute to a more effective review preparation by the Technical Test Analyst?
- AEnsure that participants spend enough time during preparation, e.g., by managing checking rate (number of pages checked per hour during review preparation).
- BManaging logging rate (number of defects logged per minute during the meeting).
- CThe usage of review checklists.
- DReview training for the Technical Test Analyst.
Correct Answer:
B
B
send
light_mode
delete
Question #7
A product risk assessment has revealed the following product risks:
• lack of usability requirements
• security during on-line transactions
• perceived performance of the system and response time from the user interface
• a required availability of almost 100%
To address the 4th risk, which of the following quality characteristics for technical testing should be part of the test approach?
• lack of usability requirements
• security during on-line transactions
• perceived performance of the system and response time from the user interface
• a required availability of almost 100%
To address the 4th risk, which of the following quality characteristics for technical testing should be part of the test approach?
send
light_mode
delete
Question #8
You have been assigned to perform a review on code provided below:

Which type of defect should you report as part of the code review?

Which type of defect should you report as part of the code review?
- AEndless loop
- BUnreachable code
- CToo many nested levels
- DNo defects should be reported, code is correct.
Correct Answer:
B
B
send
light_mode
delete
Question #9
Within the world of consumer electronics, the amount of embedded software is growing rapidly. The amount of software in high-end television sets has increased by a factor of about eight over the last six years. In addition, the market of consumer electronics has been faced with a 5 -10% price erosion per year. The price of a product is, among a number of other things, determined by the microcontroller used. Therefore, the use of ROM and RAM remains under high pressure in consumer electronic products, leading to severe restrictions on code size.
Within a new high-end TV project, it has been decided to apply dynamic analysis.
Which of the quality goals listed below is MOST appropriate to the project context?
Within a new high-end TV project, it has been decided to apply dynamic analysis.
Which of the quality goals listed below is MOST appropriate to the project context?
- APrevent failures from occurring by detecting wild pointers and loss of system memory.
- BAnalyse system failures which cannot easily be reproduced.
- CEvaluate network behaviour.
- DImprove system performance by providing information on run-time system behaviour.
Correct Answer:
A
A
send
light_mode
delete
Question #10
Consider the pseudo code provided below regarding a customer request for cash withdrawal from an ATM.
If the customer has sufficient funds in their account
OR the customer has the credit granted
THEN the ATM machine pays out the requested amount to the customer
Which of the following test cases would be the result of applying multiple condition testing, but would NOT be the result of applying modified condition/decision testing?
If the customer has sufficient funds in their account
OR the customer has the credit granted
THEN the ATM machine pays out the requested amount to the customer
Which of the following test cases would be the result of applying multiple condition testing, but would NOT be the result of applying modified condition/decision testing?
- ATC 1: Customer has sufficient funds, Credit has not been granted.
- BTC 2: Customer does not have sufficient funds, Credit has been granted.
- CTC 3: Customer does not have sufficient funds, Credit has not been granted.
- DTC 4: Customer has sufficient funds, Credit has been granted.
Correct Answer:
C
C
send
light_mode
delete
All Pages