CTAL-TA_V4.0 Exam Question 11

You are assigned to an Agile team as a Test Analyst. In most ways, the team seems to be working well.
Iteration planning goes smoothly because the user stories are good quality. Most defects that are found by testing are fixed in the same iteration and those that do go live are not causing significant dissatisfaction amongst stakeholders. However, the team is unhappy because the Defect Removal Efficiency rate, measured for each iteration, is less than 80%.
What would be the MOST effective contribution by you as a TA, to improve the situation?
  • CTAL-TA_V4.0 Exam Question 12

    A pricing system for determining the postage cost of a company's letters examines two input variables, representing the length L of the envelope in centimeters and the weight W of the letter in grams. Envelopes can only have three lengths: 15 cm Small, 20 cm Standard, and 25 cm Large.
    For standard length envelopes, 20 cm, a premium postage rate is applied if the weight is equal to or greater than 50 grams. This is represented as:
    IF L = 20 AND W > = 50 THEN RETURN Cost "Premium rate"
    Which set of test points, each represented as variables L, W , achieves 100% simplified domain coverage for the Standard letter postage cost domain?
  • CTAL-TA_V4.0 Exam Question 13

    In your role as a Test Analyst for the development of a business application, you asked the Product Owner to help you understand how the various product risks would affect the users.
    Which product risk management activity was this?
  • CTAL-TA_V4.0 Exam Question 14

    A system will be developed to support the administration of table-tennis tournaments. The following requirements for the enrolment of entrants have been provided:
    R1. High. The administrator shall be able to enter the entrant's name, address, phone number/s (mobile and/or home), email and social media handles. Validation rules for these data items are provided separately.
    R2. High. The administrator shall be able to enter the entrant's current world ranking (up to 250) and their relationship with the tournament sponsors (i.e. clothing / equipment / endorsement).
    R3. High. The administrator shall be able to enter the entrant's attendance history at previous events (i.e.
    finalist / played / withdrew during event / withdrew before event).
    R4. Medium. From the entrant's address the system shall derive whether or not the entrant lives locally and, on the basis of that combined with other rules that are provided separately, shall suggest how much of the tournament's overall prize fund should be offered to the entrant as their individual attendance fee.
    R5. Low. The administrator should be able to change the suggested attendance fee and the system should then deduct this from the remaining prize fund balance accordingly.
    You have been asked to review the requirements using perspective-based reading, from your viewpoint as the TA who will be writing functional correctness system test cases. Assume that the other rules referred to by requirements R1 and R4 have been reviewed and are satisfactorily testable. Which conclusion would you reach?
  • CTAL-TA_V4.0 Exam Question 15

    The following use case diagram shows the process of raising a Purchase Request (PR) and getting it authorized. Details are entered in batches; any that fail validation will be rejected and must be re-entered. The details will indicate whether the request is a normal one or an emergency one. Normal requests must be authorized by the department manager, who may refuse to do so. Emergency requests will be automatically authorized and reported to the manager.

    The test strategy states that:
    * all combinations of extensions and exceptions, as well as the main scenario, shall be tested
    * loops shall get simple loop coverage where the maximum number of iterations for validation exceptions is 3 and the typical number is 2.
    What is the minimum quantity of test cases that will be needed to obtain this coverage?