ISQI CTAL-TA Exam Practice Questions (P. 5)
- Full Access (103 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #21
You are testing an ATM based on the following use case;
ATM start screen is showing -
1. The user inserts card
2. The user types in PIN
3. The user selects cash with receipt
4. The user selects 50
5. The user selects no further service
Expected results -
- The ATM provides 50 to the user
- The ATM return the card and balance slip
- The ATM clears the screen
- The ATM returns to start menu
In your test log which of the following could be noted as part of additional attention points?
ATM start screen is showing -
1. The user inserts card
2. The user types in PIN
3. The user selects cash with receipt
4. The user selects 50
5. The user selects no further service
Expected results -
- The ATM provides 50 to the user
- The ATM return the card and balance slip
- The ATM clears the screen
- The ATM returns to start menu
In your test log which of the following could be noted as part of additional attention points?
- AIssues regarding time-behavior
- BIssues regarding interoperability
- CMore test cases needed to achieve full coverage
- DExpected results not clearly defined
Correct Answer:
A
A
send
light_mode
delete
Question #22
Supercar -
Supercar is an online vehicle sales website specializing in single manufacturers Sports Utility Vehicles (SUVs) and saloons. A vehicle has two key elements, power unit and body style. The manufacturer offers three choices of power unit: petrol, diesel and hybrid. There are 3 main body styles: Saloon, Hatchback and
SUV. SUVs only come as petrol and diesel options. Hybrid is available for Hatchback only. The site will allow an order to be processed if the chosen vehicle configurations are in stock, otherwise a message will be displayed asking the user to try again later.
Based on the specification the following classification tree has been developed:

Based on the "Supercar" classification tree the following positive test cases have been created:

Which test case is needed to complete the set?
Supercar is an online vehicle sales website specializing in single manufacturers Sports Utility Vehicles (SUVs) and saloons. A vehicle has two key elements, power unit and body style. The manufacturer offers three choices of power unit: petrol, diesel and hybrid. There are 3 main body styles: Saloon, Hatchback and
SUV. SUVs only come as petrol and diesel options. Hybrid is available for Hatchback only. The site will allow an order to be processed if the chosen vehicle configurations are in stock, otherwise a message will be displayed asking the user to try again later.
Based on the specification the following classification tree has been developed:

Based on the "Supercar" classification tree the following positive test cases have been created:

Which test case is needed to complete the set?
- APower Unit: Hybrid, Body Style: Saloon
- BPower Unit: Diesel, Body Style: Hatchback
- CPower Unit: Petrol, Body Style: Saloon
- DPower Unit: Hybrid, Body Style: Hatchback
Correct Answer:
D
D
send
light_mode
delete
Question #23
Tax system -
A tax system needs to be updated due to new legislation. For a person with a salary of less than 20.000 and who is married, the tax needs to be re-calculated. If the person also has more than two and less than five children, an additional 10% reduction is applicable.
How many cases are required to test the "Tax system" specification using a decision table which is not collapsed?
A tax system needs to be updated due to new legislation. For a person with a salary of less than 20.000 and who is married, the tax needs to be re-calculated. If the person also has more than two and less than five children, an additional 10% reduction is applicable.
How many cases are required to test the "Tax system" specification using a decision table which is not collapsed?
send
light_mode
delete
Question #24
Tax system -
A tax system needs to be updated due to new legislation. For a person with a salary of less than 20.000 and who is married, the tax needs to be re-calculated. If the person also has more than two and less than five children, an additional 10% reduction is applicable.
How many input classes can be distinguished when applying equivalence partitioning to the "Tax System" specification?
A tax system needs to be updated due to new legislation. For a person with a salary of less than 20.000 and who is married, the tax needs to be re-calculated. If the person also has more than two and less than five children, an additional 10% reduction is applicable.
How many input classes can be distinguished when applying equivalence partitioning to the "Tax System" specification?
send
light_mode
delete
Question #25
Tax system -
A tax system needs to be updated due to new legislation. For a person with a salary of less than 20.000 and who is married, the tax needs to be re-calculated. If the person also has more than two and less than five children, an additional 10% reduction is applicable.
Applying equivalence partitioning to the "Tax System" specification, which of the following set of equivalence classes is most effective in testing the processing the number of children?
A tax system needs to be updated due to new legislation. For a person with a salary of less than 20.000 and who is married, the tax needs to be re-calculated. If the person also has more than two and less than five children, an additional 10% reduction is applicable.
Applying equivalence partitioning to the "Tax System" specification, which of the following set of equivalence classes is most effective in testing the processing the number of children?
- A2, 4 and 6 children
- B2, 4 and 5 children
- C1, 3 and 6 children
- D3, 4 and 6 children
Correct Answer:
B
B
send
light_mode
delete
All Pages