Weekend Sale - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65percent

Welcome To DumpsPedia

CTFL-AcT Sample Questions Answers

Questions 4

Assume you would like to create a model describing a loan request process in a bank.

The loan request process starts when the customer submits a loan application. The bank then reviews the application. Regardless of whether the loan request is approved or not, a letter is sent to inform the customer of the decision. If the request is approved, the loan contract is created.

You have drawn the following business process model using BPMN 2.0.

Which one of the following sentences is true with respect to this process model?

Options:

A.

Verifying employment is not done when the loan status is rejected.

B.

Creating the loan contract is defined as a sub-process.

C.

Performing title search and requesting credit report are sequential tasks.

D.

A review credit report is optional when reviewing the loan application.

Buy Now
Questions 5

Your company wants to establish a new human resources management application. As tester, you propose to use an ATDD approach and to use business process models for test case design.

Which of the following statements is the LEAST meaningful argument for this approach?

Options:

A.

The process models will help testers to understand the use cases to be tested.

B.

Testers will be able to show test coverage directly within the graphical representation of business processes.

C.

Business process models will make it easier to detect defects in the application code.

D.

As business process models will be updated to maintain the tests, they will be a living documentation of the product.

Buy Now
Questions 6

Consider the following BPMN model and the related DMN model describing the decision rules associated to the "Check of delivery" activity

What is the minimum number of test cases required to cover all paths without repeated loops in the BPMN model AND all decisions in the DMN table?

Options:

A.

4

B.

6

C.

3

D.

5

Buy Now
Questions 7

Assume you are testing functionality of the interface of an elevator. One of the requirements is that the elevator can work only if the total weight of the passengers does not exceed 200 kg. The elevator can reach the following floors: Ground Floor, 1st floor and 2nd floor. You want to create an acceptance test using the Gherkin language. You can use the following phrases for this purpose:

i.the total weight of passengers is greater than 200 kg

ii.the elevator is on the Ground Floor

iii.a button ‘1st floor’ was pressed

iv.the elevator goes to the 1st floor

v.a passenger standing at the 2nd floor calls the elevator

vi.a message ‘too many passengers’ is displayed on the screen

Which of the following statements correctly matches constructs of Given/When/Then with a relevant phrase in order to create a correct test case for the given requirement?

Options:

A.

GIVEN ii)

WHEN i)

THEN vi)

B.

GIVEN ii)

WHEN iv)

THEN v)

C.

GIVEN iii)

WHEN ii)

THEN iv)

D.

GIVEN ii)

WHEN v) AND vi) THEN i)

Buy Now
Questions 8

As an acceptance tester you want to test the $100 withdrawal process described by the following Business Process Model and Notation (BPMN) model.

You would like to achieve the following coverage criterion “execute all possible process tasks”. Consider the following test cases:

Test 1: balance = $100, receipt = YES

Test 2: balance = $120, receipt = NO

Test 3: balance = $85

Test 4: balance = $20, receipt = YES

Which of the following is the minimal set of test cases allowing to achieve required coverage?

Options:

A.

Test 1, Test 3

B.

Test 1, Test 2, Test 3

C.

Test 2, Test 4

D.

Test 1, Test 2, Test 4

Buy Now
Questions 9

Which one of the following statements defines beta testing BEST?

Options:

A.

Beta testing is performed by developers at the customer's location.

B.

Beta testing takes place early in the development process to acquire feedback from the market.

C.

During beta testing, genuine users define the acceptance criteria for various realistic configurations.

D.

Beta testers discover defects in the product that escaped during the development process.

Buy Now
Questions 10

What is a common way to use business process modeling for ATDD?

Options:

A.

Tester use business process models to write test cases that cover the different paths

B.

Business analysts use workflow descriptions to derive testing rules from the business process model

C.

Testers define acceptance criteria for requirements / user stories to provide input for BPMN model

D.

Business analysts automatically generate requirements / user stories from the graphical workflow

Buy Now
Questions 11

As an acceptance tester, you are stuck between two stakeholders that demand contradicting acceptance criteria

Which one of the following actions is MOST promising to resolve the conflict?

Options:

A.

You organize a meeting of the two stakeholders so that they can solve the conflict personally

B.

Together with the business analyst, you determine which stakeholders is more important to decide between them

C.

After having collected the pros and cons of each solutions, you base your decision on those objective criteria

D.

Instead of discussing conflicting technical solutions, you try to understand the underlying business needs

Buy Now
Questions 12

Which of the following techniques is most likely applied to ensure the quality of acceptance testing activities?

Options:

A.

Review of the source code to ensure traceability of user stories to system components.

B.

Verification of the traceability between user stories and test cases to make sure it is up to date.

C.

Checklist-based verification of requirements to ensure their completeness and quality.

D.

Eye tracking to verify the feasibility of previously defined user acceptance tests.

Buy Now
Questions 13

You recently became an acceptance tester in a cross-discipline project, because your predecesor left the company over nogth. The 15 project team members are located in different time zones. Everybody seems to work hard on their tasks, but nobody can give you with an overview on the project.

What one of the following actions is BEST to encourage the team members to work closer together?

Options:

A.

You organize a workshop with all team members to establish common understanding and to lay the foundation for fruitful trusting collaboration

B.

You write a long e-mail summarizing your understanding of the project goals, its current difficulties and indicate the steps required to solve the problem.

C.

You establish a test management tool to make sure everybody has Access to the requirements and their related test cases.

D.

Knowing about the importance of the personal interactions, you travel from site to site to meet with every project team member and collect their vision

Buy Now
Questions 14

As a tester on an Agile project, you have to perform an exploratory test session for a new feature developed. Which of the following actions is the LEAST likely to be carried out for the purpose.

Options:

A.

Discovering and learning the use of the product

B.

Preparation of a test charter and review with the Product Owner

C.

Performing the tests and reporting the results

D.

Scripting of the automated test scripts

Buy Now
Questions 15

Which of the following pillars of UX requirement analysis is described BEST?

Options:

A.

During user analysis, business analysts perform interviews to identify the psychological disposition of different users

B.

During task analysis, business analysts observe users that work with existing products to determine required ^ functionality

C.

During context analysis, security requirement are derived for the external interfaces of the product

D.

During competition analysis, products from competitors are exposed to different environmental conditions

Buy Now
Questions 16

As a tester you are part of a development team for health monitoring system to record and synchronize various health parameters, calculate health score and provide practical advice on how to maintain and improve health. You are asked to review the acceptance criteria for the following user story:

US23; As a user of the system. I can monitor my blood pressure and obtain alerts in case of excessive pressure, in order to prevent the risk associated with hypertension.

Which of the following is NOT a good example of an acceptance criterion for this requirement?

Options:

A.

The monitoring system displays the heart rate together with the blood pressure

B.

People with hypertension are advised to get their blood pressure checked at least thrice a week

C.

The alert thresholds depend on the following user's personal settings: age, weight and gender

D.

The system should be developed using Java script framework to allow fast response times

Buy Now
Questions 17

Which one of the following scenarios is MOST likely to be encountered in the context of performance testing?

Options:

A.

Usage profiles are used to cover the different configurations the system may be exposed to during operation

B.

The system is stressed by simulating various users that perform memory- intensive tasks

C.

Different workflows and use cases are performed to ensure correct performance for all user scenarios.

D.

Parameter fuzzing is performed to check the systems robustness against user voluntary or involuntary user misbehavior

Buy Now
Questions 18

Which one of the following scenarios characterizes UX task analysis BEST?

Options:

A.

Users are qualified depending on their physical and intellectual characteristics.

B.

Use cases are analyzed and represented through business process models.

C.

External conditions are considered as input for subsequent design steps.

D.

Inspirations from similar sectors are sought to identify successful solutions.

Buy Now
Questions 19

The standard ISO 25010 defines a quality in use model with characteristics and subcharacteristics. Which elements of the following list is a characteristic of quality in use according to this standard?

Options:

A.

Efficiency

B.

Usability

C.

Compatibility

D.

Portability

Buy Now
Questions 20

Which one of the following statements describes correctly how acceptance testing may be augmented with other test techniques or approaches?

Options:

A.

In a model-based testing approach, acceptance tests are generated from graphical or textual models.

B.

In a priority-based testing approach, prioritization of acceptance tests depends on identified product risks.

C.

In a risk-based testing approach, acceptance criteria are derived from the tester’s experience and intuition.

D.

In a black-box testing approach, acceptance test scenarios follow the implemented sequence of function calls in the code.

Buy Now
Questions 21

Which of the following sentences explains BEST how acceptance test cases can be derived from the acceptance criteria

Options:

A.

Acceptance criteria are not useful for creating acceptance test cases because experience-based techniques should be preferred

B.

Test techniques such as business process-based testing or use case testing can be used to create acceptance tests from the acceptance criteria

C.

Risk-based testing is not a good practice for designing and prioritizing tests because the objective is to cover only the acceptance criteria

D.

Test design should start with non-functional acceptance criteria and only then with functional aspects

Buy Now
Questions 22

Which one of the following statements describes an exploratory test charter BEST?

Options:

A.

Indicating that the tester should take the role of a novice user can be part of an exploratory test charter.

B.

The test charter is elaborated during the testing session according to test execution results.

C.

Each exploratory test charter is based on a previously defined list of activities that would be interesting to test.

D.

Acceptance testers use the exploratory test charter during the testing session to define the test oracle.

Buy Now
Questions 23

Which one of the following combinations between high-level security requirements and security testing techniques matches BEST?

Options:

A.

Static vulnerability analysis to test authentication and authorization mechanisms

B.

Penetration testing to test the validation and sanitization of input data

C.

Fuzzing to test the performance of cryptographic algorithms

D.

Threat modeling to test the organizational security policy

Buy Now
Questions 24

Which one of the following statements regarding ATDD / BDD is true?

Options:

A.

Behavior-Driven Development (BDD. considers acceptance test design as an activity to be handled by the test team after requirements have been finalized.

B.

In both Acceptance-Test Driven Development (ATDD. and Behavior-Driven Development (BDD., test cases provide examples of product use.

C.

In Acceptance-Test Driven Development (ATDD., test cases are written prior to the acceptance criteria.

D.

In both Acceptance-Test Driven Development (ATDD. and Behavior-Driven Development (BDD., acceptance test cases are written by a test automation engineer as test automation code.

Buy Now
Exam Code: CTFL-AcT
Exam Name: ISTQB Certified Tester - Acceptance Testing (CT-AcT)
Last Update: Sep 15, 2025
Questions: 80
$57.75  $164.99
$43.75  $124.99
$36.75  $104.99
buy now CTFL-AcT