Higher Test Marks with Free Online CTAL-TTA_Syll2019_UK Exam Practice

Assess the CertsIQ’s updated CTAL-TTA_Syll2019_UK exam questions for free online practice of your ISTQB Certified Tester Advanced Level - Technical Test Analyst (Syllabus 2019) test. Our CTAL TTA Syll2019 UK dumps questions will enhance your chances of passing the ISQI certification certification exam with higher marks.

Exam Code: CTAL-TTA_Syll2019_UK
Exam Questions: 238
ISTQB Certified Tester Advanced Level - Technical Test Analyst (Syllabus 2019)
Updated: 01 Jun, 2025
Question 1

How many test cases are required to test a specification that has three conditions using a decision table testing which is not collapsed?

Options :
Answer: D

Question 2

Consider the simplified logic below for crediting money to a bank account.

Receive money and account number to be credited

IF account number is valid

IF customer account is active

Store current account balance as oldBalance

Credit money to account

IF oldBalance < zero

IF balance now >= zero

Set message "Overdraft cleared"

ELSE

Set message "A/c overdrawn"

ENDIF

ELSE

Set message = "You have more money"

ENDIF

IF account holder is VIP customer

Send message by email to customer

ENDIF

ELSE

Set message "A/c inactive"

Send message by email to supervisor

ENDIF

ELSE

Add 1 to count of invalid inputs

ENDIF

What percentage of decision testing coverage has been achieved by the following suite of test cases?

Test Case A - Account number valid, account is active, oldBalance = -100, balance now = +200, not a VIP

customer

Test Case B - Account number valid, account is active, oldBalance = -100, balance now = -50, is a VIP

customer

Options :
Answer: B

Question 3

If we say that a set of tests has achieved 100% structural decision coverage on a particular module in a
program, what does that mean?

Options :
Answer: B

Question 4

Which of the following statements about fault seeding tools is correct? 

Options :
Answer: A

Question 5

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

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

© Copyrights CertsIQ 2025. All Rights Reserved

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