ISQI CTAL-TA_Syll2019 Practice Exam - 41 Unique Questions [Q24-Q45]

Share

ISQI CTAL-TA_Syll2019 Practice Exam - 41 Unique Questions

Latest Questions CTAL-TA_Syll2019 Guide to Prepare Free Practice Tests

NEW QUESTION 24
Consider the following requirement:
The system shall allow cash advances of at least 200 Euros for all supported credit cards The following credit cards are supported- American Express, Diners, VISA, Mastercard and Eurocard.
The requirement has been identified as business critical.
The following test conditions have been derived:
1. The system shall allow cash advances of at least 200 Euros
2. It shall support American Express, Diners, VISA, Mastercard and Eurocard.
Assume you are following a risk-based testing strategy, where likelihood and impact are both assessed on a five-point scale ranging from very low to very high The requirement R1 was identified as a risk item during the quality risk analysis process. In total 20 risk items were identified during thisprocess Assume that technical project stakeholders have assessed the likelihood of the requirementR1 risk item at a medium levelGiven only the information above, which of the following statements is true?

  • A. The test cases associated with requirement R1 shall be run first in the test execution period
  • B. The risk impact for requirement R1 should be categorized as high or very high
  • C. A large number of test cases should be designed for requirement R1, based on impact
  • D. The test cases associated with requirement R1 must be run towards the middle of the test execution period.

Answer: B

 

NEW QUESTION 25
Consider the following user story: As a student, I want to be able to buy a parking pass (priority: high) Acceptance criteria
- The student will not receive the parking pass if the payment is insufficient.
- Only registered students can buy a parking pass.
- The student can only buy one parking pass each month.
Which of the following checklist items would result in finding a defect for the user story?

  • A. Is the story prioritized?
  • B. Are the acceptance criteria defined and testable?
  • C. Is the story written from the view of the person who requested it?
  • D. Does the story follow the commonly used format "As a < >, I want < > so that < >"?

Answer: A

 

NEW QUESTION 26
In the recent past, you have learned that test automation just using capture & playback tooling, possibly enhancedwith some test programming, haslimitations. For the next banking project, that will be run using Agile methods, you want to implement a keyword-driven test automation approach. Youhave already started to define some high-level test cases for the account transfer user story:
TC 1 transfer € 150 from Lars to Ann, verify Ann's balance to be € 150
TC 2 transfer € 300 from Tim to Ann, verify Ann's balance to be € 450
In the context of implementing the keyword-driven test automation approach, which of the following activities should now be conducted by the Test Analyst?

  • A. Select a tool to support keyword-driven testing
  • B. Work together with a developer to define a test automaton architecture
  • C. Define keywords to be implemented, eg, check balance.
    B Design test navigation scripts.

Answer: A

 

NEW QUESTION 27
Rather than developing an e-commerce product, management has decided to acquire a COTS package The e-commerce product needs to interface.
with backend applications such a finance, stock control and order delivery. You are asked to define a test plan for this project.
Given just the information in the scenario, which of the following software quality characteristics must be included in your test plan?

  • A. Interoperability
  • B. Reliability
  • C. Portability
  • D. Maintainability

Answer: D

 

NEW QUESTION 28
A PIN entry component of an ATM system has been developed using the following state table:

Using the state transition test technique, how many 0-switch test cases are needed to achieve 100% 0-switch coverage?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: D

 

NEW QUESTION 29
Which of the following appropriate tasks for the Test Analyst is performed during the test analysisphase?

  • A. Evaluate status against exit criteria
  • B. Review test estimates
  • C. Examine the test basis
  • D. Create a test execution schedule

Answer: A

 

NEW QUESTION 30
Although usability is an important aspect for a new planning system, due to availability constraints, the usability evaluation shall be performed without Which of the following is a usability technique that can be applied in this situation?

  • A. Usability survey
  • B. Usability review, e.g., heuristic evaluation
  • C. Usability lab sessions
  • D. Usability prototyping

Answer: B

 

NEW QUESTION 31
When preparing test cases for an interoperability test, not all interactions may be clearly specified in the requirements documents. Which type of document is typically also used by a Test Analyst as the test basis for interoperability testing?

  • A. System architecture document
  • B. Component specifications
  • C. Functional specifications
  • D. User stories

Answer: C

 

NEW QUESTION 32
REQ1 a sun cancer warning system shall produce a daily score sheet based on the number of hours expose to the sun and the intensity of sun radiation.
REQ2 The number of hours exposed to the sun shall be categorized in A (below 2), B (2 to 4 hours) or C (more than 4 hours) REQ3 The intensity of sun radiation shall be labelled as low, medium, high, or extreme.
Based on the requirements stated above a Test Analyst has defined the following three test cases:
How many test conditions to be identified from requirements REQ2 and REQ3, are NOT covered by the three test cases:

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: B

 

NEW QUESTION 33
What are ways in which classification trees support the application of pairwise testing?
a. They help to identify inputs to be used by the pairwise test technique b. They show the combinations needed to cover all-pairs c.They help to identify particular combinations of interest d. They show both typical and atypical behavior e.They show the expected results for the various test cases

  • A. c and e
  • B. a, b and c
  • C. b, d and e
  • D. b and c

Answer: C

 

NEW QUESTION 34
Asa Test Analyst, you have been given a set of requirements that have been defined for the payment module of a new public transport system The set includes the following requirements:
P101 The product shall calculate the lowest fare for the destination considering day of week and time, (priority: medium) P102 The product shall compare the traveler's payment with the calculated payment (priority: high) P103 The product shall provide feedback if the payment is not sufficient (priority: high) P104 The product will process payments within 20 seconds at all priority 1 stations during peak hours (priority high) Which set of requirements will typically be tested by a Test Analyst?

  • A. P101, P102, P104
  • B. P101, P103, P104
  • C. P102, P103, P104
  • D. P101,P102, P103

Answer: D

 

NEW QUESTION 35
Based on the tax system specification as described below, using boundary value analysis, which would be the best test set to explicitly test on single boundary value fully?
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 recalculated.
If a person has at least three and less than six children, an additional 10% reduction is applicable.

  • A. Test set (i)
  • B. Test set (ii)
  • C. Test set (iv)
  • D. Test set (iii)

Answer: D

 

NEW QUESTION 36
For an ATM banking project the following applies: "When the user first inserts a valid credit card, the system considers the user to be in an unauthenticated state. When requesting a cash advance, the user must be in an authenticated state. The user authenticates by entering the correct PIN code for the card they have used.
During the user authentication, the system shall allow the user to enter their PIN code up to three times before failing the authentication and rejecting the card. On the first and second try, the system shall prompt the user to re-enter the PIN code " Suppose you are concerned that, depending on the number of invalid PIN codes entered, the system may behave incorrectly. Which of the following test design techniques is specifically targeted at finding such failures?

  • A. Pairwise testing
  • B. Classification tree technique
  • C. Equivalence partitioning
  • D. State transition testing using 1-switch coverage

Answer: D

 

NEW QUESTION 37
Which of the following testing objectives would NOT be in focus for the Test Analyst during installability testing?

  • A. Identifying usability issues in installation and de-installation procedures
  • B. Testing that different configurations of the software can be successfully installed
  • C. Testing whether a given application can function correctly in all intended target environments.
  • D. Testing the functional correctness of installation and de-installation procedures.

Answer: C

 

NEW QUESTION 38
For the use case Copy A4 to A4 for a new copier, the following scenarios were identified.
Basic scenario single-sided to single-sided.
Alternatives single-sided to double-sided, copy of a set, copy using the automatic document feeder Errors: no paper in paper tray, paper jam, out of staples.
What is the minimum number of test cases needed to achieve the minimum acceptable level of coverage for this use case?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: C

 

NEW QUESTION 39
Based on the classification tree shown below, using the pairwise testing technique how many test cases are required to test all pairs?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: B

 

NEW QUESTION 40
......


ISQI CTAL-TA_Syll2019 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Determining in which test area slow-level or high-level test cases are appropriate
  • Configuration and change management-build verification testing, version control
Topic 2
  • Identify problems in a requirements specification according to checklist information provided in the syllabus
  • Software development-notifications of defects found
Topic 3
  • Capture bi-directional traceability between each element of the test basis and the associated test conditions
  • Identify defects of various types in the test basis
Topic 4
  • Traceability for each requirement from business
  • marketing requirements
  • Project management-schedule input
Topic 5
  • Identify problems in a user story according to checklist information provided in the syllabus
  • Testing in the Software Development Lifecycle
Topic 6
  • Using test techniques to design test cases and sets of test cases that cover the identified test conditions
  • Perform tasks associated with risk-based testing

 

Correct and Up-to-date ISQI CTAL-TA_Syll2019 BrainDumps: https://prepaway.testinsides.top/CTAL-TA_Syll2019-dumps-review.html