Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free ISTQB ISTQB-CTAL-TA Practice Exam with Questions & Answers | Set: 3

Questions 21

A software component for a game application calculates a player’s trophy level based on two input parameter values: Points Earned and Level of Difficulty. A total score is calculated by the component as:

Total Score = Points Earned × Level of Difficulty

The trophy levels are:

    Blue- total score equal to or less than 40

    Silver- total score > 40

    Gold- total score > 70

    Diamond- total score > 80

    Platinum- total score > 90

The component then outputs the correct trophy level.

Applying theEquivalence Partition test design techniqueto this component, what percentage of output partitions have been exercised by the following suite of test cases?

    Player 1 - Points earned 25, level of difficulty 2

    Player 2 - Points earned 20, level of difficulty 3

    Player 3 - Points earned 30, level of difficulty 1

SELECT ONE OPTION:

Options:
A.

60%

B.

40%

C.

10%

ISTQB ISTQB-CTAL-TA Premium Access
Questions 22

Which of the following statements BEST describes checklist-based and black-box test techniques?

SELECT ONE OPTION

Options:
A.

The checklist-based technique is most effective when applied by experienced testers; black-box techniques are most effective applied against a well-specified test basis

B.

Checklist-based testing derives tests from lists which focus on defects; black-box techniques find defects through systematic test case design

C.

Checklists should only be used as a source of test design for inexperienced testers; requirement specifications are often used as the basis for applying black-box techniques

D.

The checklist-based technique produces consistent, reproducible test cases; test cases produced by black-box techniques are less systematic

Questions 23

You work for an insurance company with parallel projects. You need to recommend the best approach for test case design for each project.

    Project A:Maintenance release with minor UI changes, experienced testers, manual execution.

    Project B:Development of a new algorithm for risk assessment, high risk of regression, automation needed, audit required.

SELECT ONE OPTION

Options:
A.

Project A - High level test cases. Project B - Low level test cases

B.

Project A - Low level test cases. Project B - Low level test cases

C.

Project A - High level test cases. Project B - High level test cases

D.

Project A - Low level test cases. Project B - High level test cases

Questions 24

You are testing a hospital patient management system. New or amended patient data is captured by hospital administrators using an in-house patient capture application and transmitted to one or more hospital departments depending on the nature of the medical condition. Each department operates its own software package.

A new release has been scheduled which includes an improved user interface to the patient capture application as well as changes to the patient data to meet new regulatory requirements.

You are the test analyst for this release, working alongside a Technical Test Analyst. Which of the following requirements MOST align to your responsibilities to test as a Test Analyst?

    R01:New and amended patient data can be successfully read and processed by receiving hospital department systems

    R02:Patient data will be transmitted and received by hospital department systems within ten seconds of entry

    R03:Patient data transmitted to other hospital department systems will remain secure and cannot be accessed by unauthorized third parties

    R04:High volumes of data can be successfully received and processed while the user interface is being used

    R05:The new user interface is appropriate for the needs of all hospital administrator roles

SELECT ONE OPTION:

Options:
A.

R01, R05

B.

R02, R03

C.

R01, R02

D.

R03, R04

Questions 25

The following document has been produced as part of the replacement of an internal Customer Relationship Management (CRM) application. The replacement application should not differ from the current CRM application, and the documentation reflects this aspiration, with seven specific requirements listed.

The requirements will be reviewed using a standard checklist:

a. Requirements should be testable

b. Each requirement should be consistent with other requirements

c. Each requirement should be unambiguous

d. Each requirement should have a unique identifier

e. Documents should be versioned, dated, and the author specified

Which checklist items would identify issues in this requirements document?

SELECT ONE OPTION

Options:
A.

d, e

B.

a, c

C.

b, e

D.

b, d

Questions 26

A car navigation system needs to be integrated in the overall car software It is important to verify that the car navigation is functioning correctly once integrated. Thus functional correctness is considered to be important.

Which of the following techniques is most likely to support the required functional correctness testing?

Options:
A.

State transition testing

B.

Multiple condition testing

C.

Vulnerability scan

D.

Heuristic evaluation

Questions 27

You are testing software which is being ported from one platform to another. There are no documented requirements and there is no time budgeted for writing them.

Which type of test technique is most useful in this situation?

Options:
A.

Black-box test technique

B.

White-box test technique

C.

Defect-based test technique

D.

Experience-based test technique

Questions 28

Supercar is an online vehicle sales website specialising in a single manufacturer's 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 mam 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 at least one of the chosen vehicle configurations is in stock, otherwise a message will be displayed asking the user to try again later As a Test Analyst you are asked to review the Supercar specification before starting to design the corresponding usability test cases. Which of the comments below should you make?

Options:
A.

I have no comments, specification looks OK

B.

Boundaries for stock levels are ambiguous.

C.

Dependencies between power unit and body style are ambiguous

D.

It is not clear which message will be displayed when the car is "out of stock"