Increase your chances of passing the BCS TTA-V4 exam questions on your first try. Practice with our free online TTA-V4 exam mock test designed to help you prepare effectively and confidently.
You are working on a project that is integrating code from multiple development groups. There have been
numerous integration problems, particularly regarding reliability, error recovery and transactional integrity.
You are now responsible for planning the performance efficiency testing for this product. There Is a strong
feeling among the development managers that some parts of the code are weaker than others and will tend to
exhibit problems during the performance efficiency testing. To identify these problematic areas as soon as
possible, which type of testing should you do?
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
What is the value of statement coverage achieved by test case 1 from test set A?
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?
© Copyrights FreeMockExams 2026. All Rights Reserved
We use cookies to ensure that we give you the best experience on our website (FreeMockExams). If you continue without changing your settings, we'll assume that you are happy to receive all cookies on the FreeMockExams.