iSQI CTAL-ATT Übungsprüfungen
Zuletzt aktualisiert am 24.04.2025- Prüfungscode: CTAL-ATT
- Prüfungsname: Certified Tester Advanced Level Agile Technical Tester
- Zertifizierungsanbieter: iSQI
- Zuletzt aktualisiert am: 24.04.2025
You are part of an agile team creating a user story.
Which of the following requirements engineering techniques would you use to provide a visual representation of the system and help to see the ‚overall* story with the functional flow? SELECT ONE OPTION
- A . Personas
- B . Use Cases
- C . Story Mapping
- D . Storyboards
You are ar teviemng the fdbwng Java furxton that deteimates whether a curb*. rput by the user. * Even or Odd Public da»s Oddorfven {
public state void mair^Strcg [ | args) (
Scarcer read – new ScanrerfSystem inje
System out prim (’Pease enter a rxmber’i;
int Number • reader nextfntO,
if(Number^2»»0)
System out prrrtln "your input number ‚Number ♦ * is even ).
else
System out prntirfyour input number ‚Number ♦ * is odd*);
)
}
You are Qj>ded by ’.he following checklist
• All variables must start with a Capital letter
• All output messages must start with a Capita letter
• There must De a comment bne e« pla ning the purpose of the dess How many checklist items Mve been fuelled7
SELECT ONE OPTION
- A . 3
- B . None
- C . 1
- D . 2
You are ar teviemng the fdbwng Java furxton that deteimates whether a curb*. rput by the user. * Even or Odd Public da»s Oddorfven {
public state void mair^Strcg [ | args) (
Scarcer read – new ScanrerfSystem inje
System out prim (’Pease enter a rxmber’i;
int Number • reader nextfntO,
if(Number^2»»0)
System out prrrtln "your input number ‚Number ♦ * is even ).
else
System out prntirfyour input number ‚Number ♦ * is odd*);
)
}
You are Qj>ded by ’.he following checklist
• All variables must start with a Capital letter
• All output messages must start with a Capita letter
• There must De a comment bne e« pla ning the purpose of the dess How many checklist items Mve been fuelled7
SELECT ONE OPTION
- A . 3
- B . None
- C . 1
- D . 2
You are ar teviemng the fdbwng Java furxton that deteimates whether a curb*. rput by the user. * Even or Odd Public da»s Oddorfven {
public state void mair^Strcg [ | args) (
Scarcer read – new ScanrerfSystem inje
System out prim (’Pease enter a rxmber’i;
int Number • reader nextfntO,
if(Number^2»»0)
System out prrrtln "your input number ‚Number ♦ * is even ).
else
System out prntirfyour input number ‚Number ♦ * is odd*);
)
}
You are Qj>ded by ’.he following checklist
• All variables must start with a Capital letter
• All output messages must start with a Capita letter
• There must De a comment bne e« pla ning the purpose of the dess How many checklist items Mve been fuelled7
SELECT ONE OPTION
- A . 3
- B . None
- C . 1
- D . 2
You have been asked to supply the data file for a data-driven test automation script that will be used to test the following story:
As a customer, I want to be told how many items I need to purchase, so I can receive free shipping.
You have been told the automation will verify whether or not the free shipping message is displayed.
Which of the following columns should appear in your data file to support the automated testing of this story?
- A . customer name; # items; price of items; total shipping cost
- B . item ID; quantity purchased; free shipping (y/n)
- C . quantity purchased; free shipping (y/n); total shipping cost
- D . item ID; quantity purchased; free shipping (y/n); item shipping cost; total shipping cost
Whose perspective should be used when a user story is created?
- A . User acceptance tester
- B . End user
- C . Stakeholder paying for the project
- D . Automated user software
You have identified existing test cases that require re-factoring.
Which is the NEXT task you should perform? SELECT ONE OPTION
- A . Adjust the observable behavior of the tests to meet the user stories
- B . Re run the tests to ensure that the test results remain the same
- C . Analyze the Impact of the functionality of the current iteration on the existing regression tests
- D . Make changes to the internal structure of the tests to improve maintainability
According to the syllabus, which of the following is a correct statement about automation in a mission-critical system versus a non-critical system?
- A . Automation is more important with the mission-critical system as the risk increases
- B . Automation is less important with the non-critical system as the risk increases
- C . Automation is at the same level for both systems as the risk increases
- D . Automation is not recommended for the non-critical system at any risk level, but is recommended for the mission-critical system
According to the syllabus, which of the following is a correct statement about automation in a mission-critical system versus a non-critical system?
- A . Automation is more important with the mission-critical system as the risk increases
- B . Automation is less important with the non-critical system as the risk increases
- C . Automation is at the same level for both systems as the risk increases
- D . Automation is not recommended for the non-critical system at any risk level, but is recommended for the mission-critical system
There are statements within the loop that should be outside the loop
- A . 1,3,4,5
- B . 7,3,4,6
- C . 2,3,5,6
- D . 1,2,4,6