[Sep-2021] Pass CTFL-AcT Exam in First Attempt UpdatedCTFL-AcT ExamsLabs Exam Question [Q12-Q31]

Share

[Sep-2021] Pass CTFL-AcT Exam in First Attempt UpdatedCTFL-AcT ExamsLabs Exam Question

ISTQB Foundation Level Dumps CTFL-AcT Exam for Full Questions - Exam Study Guide

NEW QUESTION 12
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 13
Which one of the following statements describes correctly how acceptance testing may be augmented with other test techniques or approaches?

  • A. In a risk-based testing approach, acceptance criteria are derived from the tester's experience and intuition.
  • B. In a priority-based testing approach, prioritization of acceptance tests depends on identified product risks.
  • C. In a model-based testing approach, acceptance tests are generated from graphical or textual models.
  • D. In a black-box testing approach, acceptance test scenarios follow the implemented sequence of function calls in the code.

Answer: C

 

NEW QUESTION 14
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 15
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?

  • A. Compatibility
  • B. Portability
  • C. Efficiency
  • D. Usability

Answer: C

 

NEW QUESTION 16
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 17
How are beta testing and acceptance testing related?

  • A. Beta testing allows the product to be tested in realistic business configurations and contexts.
  • B. Beta testing is a systematic approach to acceptance testing and provides measurable coverage of the user stories.
  • C. Beta testing should include predefined acceptance test scenarios based on acceptance criteria.
  • D. Beta testing is a synonym for acceptance testing used in specific application domains.

Answer: A

 

NEW QUESTION 18
Which one of the following test design techniques fits accepting testing purposes BEST?

  • A. equivalence partitioning
  • B. defect-based test design
  • C. static code analysis
  • D. input validation

Answer: A

 

NEW QUESTION 19
Suppose you are testing a new professional exam support system. As input the system takes two grades from two exams. For each exam the possible grade is 0 or 1 point. As output the system returns a single string - the decision about the entitlements: if the total score is 2, the candidate receives full entitlements. If the total score is 1, she receives partial entitlements. If the total score is 0, the candidate fails and receives no entitlements.
Which of the following is the correct Decision Model and Notation (DMN) model for this situation?

  • A. Option A
  • B. Option D
  • C. Option B
  • D. Option C

Answer: A

 

NEW QUESTION 20
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 21
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 22
What is considered as good practice regarding business process modeling?

  • A. Keeping all model element in one diagram considerably improves the readability of BMPN models.
  • B. Links to requirements or risks should be well separated from the workflow description.
  • C. Business analysts should finalize their process models before showing them to acceptance testers.
  • D. BPMN diagrams and DMN tables should include information such as traceability to user stories.

Answer: D

 

NEW QUESTION 23
Which of the following information is most likely part of an acceptance test summary report?

  • A. Information to evaluate the level of risk for product release.
  • B. Technical details on defect fixes.
  • C. Test strategy and test design methods.
  • D. Test procedure information.

Answer: A

 

NEW QUESTION 24
Which one of the following usability testing techniques matches the test objective BEST?

  • A. Biometrics-based evaluation help to understand retrospectively, how users interacted with the system and to improve it.
  • B. Log file analysis performed by usability experts identifies strong points of an interface that attract the user's attention.
  • C. Walkthrough and thinking aloud methods can indicate difficulties users experience with certain tasks.
  • D. Expert reviews help to understand how users interact with a system and what is more or less visible.

Answer: C

 

NEW QUESTION 25
Which one of the following statements regarding the graphical representation of business processes is true?

  • A. Graphical representations of business processes must describe the complete workflow in detail, including alternative and error scenarios.
  • B. For acceptance testing, graphical business process models should focus on the user workflows to be tested.
  • C. Business processes should be described graphically using the DMN standard and completed with decision tables.
  • D. Using decision tables in BPMN allows defining test conditions corresponding to the business rules under test.

Answer: B

 

NEW QUESTION 26
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 27
Which one of the following statements describes the relation between business goals, business needs and requirements BEST?

  • A. Business goals, business needs and requirements describe at different levels of abstraction, what shall be achieved.
  • B. To derive the business needs, the business analyst first has to understand the business goals and requirements.
  • C. Business goals and business needs are synonyms.
  • D. Business needs address the business solution whereas business requirements define the business problem or opportunity.

Answer: A

 

NEW QUESTION 28
......

Authentic Best resources for CTFL-AcT Online Practice Exam: https://www.examslabs.com/ISQI/ISTQB-Foundation-Level/best-CTFL-AcT-exam-dumps.html

Get the superior quality CTFL-AcT Dumps with explanations waiting just for you, get it now: https://drive.google.com/open?id=17cBv1rBKHvMbzodBg9lqYOCtrVIi9GoW