[Dec-2021] Download Real ISQI CTFL-AcT Exam Dumps Test Engine Exam Questions
New CTFL-AcT exam dumps Use Updated ISQI Exam
NEW QUESTION 16
Which one of the following statements defines beta testing BEST?
- A. Beta testers discover defects in the product that escaped during the development process.
- B. During beta testing, genuine users define the acceptance criteria for various realistic configurations.
- C. Beta testing is performed by developers at the customer's location.
- D. Beta testing takes place early in the development process to acquire feedback from the market.
Answer: A
NEW QUESTION 17
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 process for collecting CCAD meets corporate usability guidelines.
- B. The CCAD record process is quick and reversible.
- C. The CCAD are stored in the MySQL relational database after each successful data entry procedure.
- D. The CCAD is not recorded if it is incomplete and a message is displayed.
Answer: D
NEW QUESTION 18
Which one of the following combinations of given perspective and statement matches BEST?
- A. From a technical perspective, the number of concurrent user and the types of transactions performed are major elements.
- B. From a user perspective, missing feedback from the system when processing a request it is a problem.
- C. From a business perspective, computing power and architecture are major parameters for fine- tuning the system.
- D. From a business perspective, the choice of performance test tools strongly depends on the applied test techniques.
Answer: B
NEW QUESTION 19
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?
- A. Testers will be able to show test coverage directly within the graphical representation of business processes.
- B. The process models will help testers to understand the use cases to be tested.
- 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.
Answer: C
NEW QUESTION 20
Which one of the following statements describes the relation between business goals, business needs and requirements BEST?
- A. To derive the business needs, the business analyst first has to understand the business goals and requirements.
- B. Business goals and business needs are synonyms.
- C. Business goals, business needs and requirements describe at different levels of abstraction, what shall be achieved.
- D. Business needs address the business solution whereas business requirements define the business problem or opportunity.
Answer: C
NEW QUESTION 21
You are leading a brand new project team whose members are coming from all over the organization and have no former experience in working together. You need to build a common vision and team spirit. What workshop would fit BEST:
- A. You invite the team members and ask them to design their own (team-wise) emblem representing their values, beliefs, goals, tasks together than a common motto.
- B. You ask every member in turn to write down three things he/she likes and dislikes in the organization and to post them on a wall. A volunteer is then chosen to read randomly some posts that are then discussed with the group.
- C. You invite every member in turn to describe his/her past experience and his/her major achievements in the organization or in their former job.
- D. 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 top of the stairs. The team is asked to identify and discuss the major steps downwards.
Answer: A
NEW QUESTION 22
In Agile an exploratory test session is conducted. Which one of the following concepts applies BEST?
- A. refactoring
- B. planning poker
- C. pair programming
- D. timeboxing
Answer: D
NEW QUESTION 23
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 v) AND vi) THEN i) - B. GIVEN ii)
WHEN iv)
THEN v) - C. GIVEN iii)
WHEN ii)
THEN iv) - D. GIVEN ii)
WHEN i)
THEN vi)
Answer: D
NEW QUESTION 24
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. Efficiency
- B. Compatibility
- C. Usability
- D. Portability
Answer: A
NEW QUESTION 25
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?
- A. Performing title search and requesting credit report are sequential tasks.
- B. Verifying employment is not done when the loan status is rejected.
- C. A review credit report is optional when reviewing the loan application.
- D. Creating the loan contract is defined as a sub-process.
Answer: D
NEW QUESTION 26
How are beta testing and acceptance testing related?
- A. Beta testing is a synonym for acceptance testing used in specific application domains.
- B. Beta testing allows the product to be tested in realistic business configurations and contexts.
- C. Beta testing should include predefined acceptance test scenarios based on acceptance criteria.
- D. Beta testing is a systematic approach to acceptance testing and provides measurable coverage of the user stories.
Answer: B
NEW QUESTION 27
Which of the following statements corresponds BEST to a UX requirement analysis activity?
- A. Personas are used to analyze products or solutions from competitors.
- B. Security requirements are derived from usage scenarios.
- C. Environmental conditions such as light conditions are obtained from a task analysis.
- D. User profiles are used to determine different levels of business knowledge.
Answer: D
NEW QUESTION 28
Which one of the following statements describes correctly how acceptance testing may be augmented with other test techniques or approaches?
- 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 black-box testing approach, acceptance test scenarios follow the implemented sequence of function calls in the code.
- D. In a risk-based testing approach, acceptance criteria are derived from the tester's experience and intuition.
Answer: A
NEW QUESTION 29
Which one of the following statements describes an exploratory test charter BEST?
- A. Each exploratory test charter is based on a previously defined list of activities that would be interesting to test.
- B. The test charter is elaborated during the testing session according to test execution results.
- C. Acceptance testers use the exploratory test charter during the testing session to define the test oracle.
- D. Indicating that the tester should take the role of a novice user can be part of an exploratory test charter.
Answer: D
NEW QUESTION 30
Which one of the following statements regarding acceptance criteria is true?
- A. Acceptance criteria specify what shall be tested to verify that a requirement or user story has been implemented correctly.
- B. In acceptance test-driven development (ATDD., acceptance criteria replace acceptance tests.
- C. Testers should not be involved in writing acceptance criteria to make sure that the test is independent.
- D. Acceptance criteria are specific to agile frameworks where they correspond to functional requirements.
Answer: A
NEW QUESTION 31
......
Pass Your CTFL-AcT Dumps as PDF Updated on 2021 With 42 Questions: https://www.actualpdf.com/CTFL-AcT_exam-dumps.html
Verified CTFL-AcT Dumps Q&As - CTFL-AcT Test Engine with Correct Answers: https://drive.google.com/open?id=10Dv1aGbtRp569_eiV298b__lBWieqGAe
