Updated Sep-2021 Exam Engine or PDF for the ISQI CTFL-AcT test to help you quickly prepare for the ISQI exam! [Q13-Q29]

Share

Updated Sep-2021 Test Engine or PDF for the ISQI CTFL-AcT test to help you quickly prepare for the ISQI exam!

Full CTFL-AcT Practice Test and 42 unique questions with explanations waiting just for you, get it now!

NEW QUESTION 13
How does ISTQB CTFL test activities relate to the IQBBA FL business analysis and requirements engineering activities?

  • A. The IQBBA solution evaluation phase precedes the ISTQB test implementation and test execution activities.
  • B. Business analysts who follow the IQBBA requirements engineering process will not be involved in designing test cases.
  • C. Business analysts and tester have to decide, whether they follow the IQBBA or ISTQB lifecycle processes, because they exclude each other.
  • D. Test analysis and test design activities may result in changes of acceptance criteria.

Answer: D

 

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

  • A. Inspirations from similar sectors are sought to identify successful solutions.
  • B. Users are qualified depending on their physical and intellectual characteristics.
  • C. External conditions are considered as input for subsequent design steps.
  • D. Use cases are analyzed and represented through business process models.

Answer: D

 

NEW QUESTION 15
As an acceptance tester you are analyzing the following user story for a computer web-based mass multiplayer role-playing game:
As an unregistered player
I want to be able to register myself by defining my e-mail, login and password in a registration form so that I become a registered player Consider the following propositions of the acceptance criteria:
i.a registration form is displayed on the screen.
ii.the form is written in the Groovy language; the cursor is initially set on the 'login' field; after pushing the TAB button the cursor switches to 'password', 'repeat password', 'mail', and 'repeat mail' forms.
iii.I cannot register myself if the login I choose is used by another player.
iv.after successful registration process I am informed about it by an e-mail.
Which of the above statements would you consider as well-written acceptance criteria?

  • A. only i) and iii)
  • B. only ii) and iv)
  • C. only i), iii) and iv)
  • D. only ii)

Answer: C

 

NEW QUESTION 16
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?

  • A. Test 2, Test 4
  • B. Test 1, Test 2, Test 3
  • C. Test 1, Test 2, Test 4
  • D. Test 1, Test 3

Answer: D

 

NEW QUESTION 17
In Agile an exploratory test session is conducted. Which one of the following concepts applies BEST?

  • A. timeboxing
  • B. pair programming
  • C. refactoring
  • D. planning poker

Answer: A

 

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

  • A. In both Acceptance-Test Driven Development (ATDD. and Behavior-Driven Development (BDD., test cases provide examples of product use.
  • B. Behavior-Driven Development (BDD. considers acceptance test design as an activity to be handled by the test team after requirements have been finalized.
  • 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.

Answer: A

 

NEW QUESTION 19
Which of the following is the BEST example of a Gherkin-style test for a web-based banking application?

  • A. GIVEN I have $5000 on my personal account X AND I have $200 on my personal account Y WHEN I transfer $1000 from X to Y THEN I should have balance $4000 on my personal account X AND I should have balance $1200 on my personal account Y
  • B. GIVEN I have $5000 on my personal account X and $600 on my personal account Y WHEN I transfer
    $500 from Y to X
    THEN I should have balance $4500 on X and balance $1100 on Y
  • C. GIVEN I have $5000 on my personal account X WHEN I have $600 on my personal account Y THEN I have $5600 in total on my personal accounts X and Y
  • D. GIVEN I have $5000 on my personal account X AND I have $200 on my personal account Y WHEN I click 'Make transfer' button AND I enter '3000' into 'Amount' field AND I enter 'X' into 'From which account' field AND I enter 'Y' into 'To which account' field AND I click 'Confirm transaction' button THEN I should have balance $2000 on my personal account X AND I should have balance $3200 on my personal account Y

Answer: A

 

NEW QUESTION 20
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?

  • A. GIVEN ii)
    WHEN iv)
    THEN v)
  • B. GIVEN ii)
    WHEN v) AND vi) THEN i)
  • C. GIVEN iii)
    WHEN ii)
    THEN iv)
  • D. GIVEN ii)
    WHEN i)
    THEN vi)

Answer: D

 

NEW QUESTION 21
Which one of the following statements describes the collaboration between business analysts and testers BEST?

  • A. Testers participate in identifying business needs of stakeholders to better understand the business needs and related requirements.
  • B. Business analysts usually cannot review acceptance tests, because they do not understand the technical details.
  • C. Business analysts collaborate on test planning and risk analysis to ensure that further on, appropriate test cases are developed and prioritized.
  • D. Once the requirements and acceptance criteria have been defined, business analysts are no longer involved in testing activities.

Answer: C

 

NEW QUESTION 22
As a tester you participate in the project of the decision support system for granting a loan. You are asked to review the acceptance criteria for the following requirement:
REQ 3.28. The automated system records critical credit application data (CCAD. needed to support application screening.
Assume that it is well known what kind of data CCAD are. Which of the following would be the BEST example of an acceptance criterion for this requirement?

  • A. The CCAD are stored in the MySQL relational database after each successful data entry procedure.
  • B. The CCAD record process is quick and reversible.
  • C. The process for collecting CCAD meets corporate usability guidelines.
  • D. The CCAD is not recorded if it is incomplete and a message is displayed.

Answer: D

 

NEW QUESTION 23
Which one of the following statements defines beta testing BEST?

  • A. Beta testing takes place early in the development process to acquire feedback from the market.
  • B. Beta testing is performed by developers at the customer's location.
  • C. Beta testers discover defects in the product that escaped during the development process.
  • D. During beta testing, genuine users define the acceptance criteria for various realistic configurations.

Answer: C

 

NEW QUESTION 24
The project team is currently facing a difficult situation originating from their difficulty in envisioning the future and the necessary steps to reach it together with a certain loss of motivation due to a strong feeling of stagnation. You try to unlock the situation by proposing a workshop. Which one would fit the best?

  • A. You ask two volunteers to play a part in front of the team. One will try to defend the project and propose positive arguments and ways forward. The other will do the opposite. You then recapitulate the major arguments of both sides and debate them openly with the team.
  • B. You visualize all remaining major milestones of the project, starting with today and ending with project release. Then, you ask the team to identify and discuss the necessary actions to move forward from the present situation and to reach the milestones.
  • C. You draw a staircase with 11 steps, each of them representing a major milestone of the project. The bottom of the stairs corresponds to the first day of the project and the upper step means that the project is released. You locate the present situation in the middle of the stairs. The team is asked to identify and discuss the major steps down and up.
  • D. You organize a day out with challenging physical exercises practiced in teams followed by an afterwork dinner and drink. After all, nothing is best for motivation than hard times together, strong common objectives and a promise of good time.

Answer: C

 

NEW QUESTION 25
Given the following attributes:
i.commercializability
ii.functional suitability
iii.viability
iv.reliability
v.security
vi.cognitive ability
vii.maintainability
Which one of the following answers contains quality attributes that are MOST relevant for acceptance testing?

  • A. ii, v and vi
  • B. iii, iv and v
  • C. i, ii and vi
  • D. ii, v and vii

Answer: C

 

NEW QUESTION 26
Which one of the following statements regarding acceptance criteria is true?

  • A. In acceptance test-driven development (ATDD., acceptance criteria replace acceptance tests.
  • B. Testers should not be involved in writing acceptance criteria to make sure that the test is independent.
  • C. Acceptance criteria specify what shall be tested to verify that a requirement or user story has been implemented correctly.
  • D. Acceptance criteria are specific to agile frameworks where they correspond to functional requirements.

Answer: C

 

NEW QUESTION 27
Which one of the following statements regarding the quality of requirements is MOST correct?

  • A. INVEST is a technique that ensure the quality of user stories or requirements, thus replacing regular reviews.
  • B. Vague or ambiguous requirements may lead to misunderstandings both during implementation and testing.
  • C. Testers may complete unclear requirements by assumptions, as long as they discuss those assumptions with at least one stakeholder.
  • D. In Agile development lifecycle models, requirement engineering becomes less important due to the product owner role.

Answer: B

 

NEW QUESTION 28
Which tool fits the mentioned acceptance test activities BEST?

  • A. Test management and automation tools for business process model-based acceptance test generation.
  • B. Model-based testing tools for managing incidents.
  • C. Business process management tools for modeling business processes and rules.
  • D. Requirements management tools for managing acceptance test execution campaigns.

Answer: C

 

NEW QUESTION 29
......

Get Latest CTFL-AcT Dumps Exam Questions: https://drive.google.com/open?id=1w8c7SsmX16sCBq58ZRWTJo1iZvAic83M

Full CTFL-AcT Practice Test and 42 unique questions with explanations waiting just for you, get it now: https://www.examcost.com/CTFL-AcT-practice-exam.html