Exam Code: CTAL-TTA_Syll2019_UK
Exam Questions: 238
ISTQB Certified Tester Advanced Level - Technical Test Analyst (Syllabus 2019)
Updated: 24 May, 2026
Viewing Page : 1 - 24
Practicing : 1 - 5 of 238 Questions
Question 1

Which of the following is the most important benefit of making exploratory testing part of your test approach
for the “Bonus Program”?

Options :
Answer: D

Question 2

Below is pseudo-code which calculates a customer's cruise credits based on past cruise history: PROGRAM CALC CRUISE CREDITS (CUST_ID) COUNT_CRUISES, CRUISE_CREDITS, LOYALTY_RATING: INTEGER CRUISE_LENGTH, CRUISE_ACCOM_TYPE: VAR LOYALTY_RATING = 0 COUNT_CRUISES = 0 CRUISE_LENGTH = 0 CRUISE_ACCOM_TYPE = 0 BEGIN READ CUSTOMER'S CRUISE HISTORY TO OBTAIN COUNT OF CRUISES READ CRUISE_HISTORY (CUST_ID) WHILE COUNT_CRUISES != -1 DO READ CUSTOMER'S NEXT CRUISE READ NEXT_CRUISE IF CRUISE_ACCOM_TYPE = 3 THEN CRUISE_CREDITS = CRUISE_CREDITS + 5 ELSE IF CRUISE_ACCOM_TYPE = 2 THEN CRUISE_CREDITS = CRUISE_CREDITS + 3 ELSE CRUISE_CREDITS = CRUISE_CREDITS + 2 ENDIF ENDIF COUNT_CRUISES = COUNT_CRUISES - 1 ENDWHILE LOYALTY_RATING = CRUISE_CREDITS / COUNT_CRUISES WRITE ("CRUISE CREDIT TOTAL IS:") WRITE (CRUISE_CREDITS) END PROGRAM CALC CRUISE CREDITS The code contains data flow anomalies on lines 14 and 27. Which examples of data flow anomalies can be found on these lines?

Options :
Answer: C

Question 3

A component has been analysed during a risk-assessment and rated as highly critical. Which of the following white-box test techniques provides the highest level of coverage and could therefore be used to test this component?

Options :
Answer: D

Question 4

Which specification-based technique could be used to enhance coverage for this code fragment?

Options :
Answer: A

Question 5

When conducting a data flow analysis of following section of pseudo code: Declare C, F, Z Decimal Set Z = 32 Read F SetC = (F-Z) * 5/9 Free C, F. Z Print F Which of the variables utilized above has a potential anomalie?

Options :
Answer: D

Viewing Page : 1 - 24
Practicing : 1 - 5 of 238 Questions

© Copyrights FreePDFQuestions 2026. All Rights Reserved

We use cookies to ensure that we give you the best experience on our website (FreePDFQuestions). If you continue without changing your settings, we'll assume that you are happy to receive all cookies on the FreePDFQuestions.