Free iSQI CTAL-ATT Exam Actual Questions

The questions for CTAL-ATT were last updated On May 4, 2024

Question No. 1

Why is it important to refactor test cases to make them easier to understand?

Show Answer Hide Answer
Correct Answer: D

Question No. 2

How does static code analysis help reduce technical debt?

Show Answer Hide Answer
Correct Answer: A

Question No. 3

When test cases are re-run after refactoring, what should always be verified'?

Show Answer Hide Answer
Correct Answer: C

Question No. 4

Which of the following is a primary goal for refactoring test cases?

Show Answer Hide Answer
Correct Answer: A

Question No. 5

You are testing a new feature in the current iteration. The feature is supposed to take the input of a name and return the number of characters in the name. This information is used by another feature that will determine the size needed on a form. The acceptance criteria state the following

1) a name of up to 30 characters should be accepted

2) standard error processing should be in place to limit user errors

The developers are using TDD and you have asked to see their tests. This is what they gave you

When you run your manual tests you are finding that when you use the following inputs you get the associated results:

From these results what can you conclude about the TDD process?

Show Answer Hide Answer
Correct Answer: C