Get CTAL-TA_Syll2019 Braindumps & CTAL-TA_Syll2019 Real Exam Questions
ISQI CTAL-TA_Syll2019 Actual Questions and Braindumps
NEW QUESTION 17
How many cases are required to test the tax system specification as described below, using a decision table which is not collapsed?
Tax system
A tax system needs to be updated due to new legislation. For a person with a salary of less than € 20.000 and who is married, the tax needs to be recalculated. If the person also has more than two and less than five children, an additional 10% reduction is applicable.
- A. 0
- B. 1
- C. 2
- D. 3
Answer: D
NEW QUESTION 18
Based on the system state transition diagram of an ATM system shown below, using the state transition test technique which of the following is an example of a test case required to achieve 1-switchcoverage?
- A. 1 st try-> 2nd try
- B. 1 st try -> 2nd try -> 3rd try
- C. 1st try -> 2nd try -> eat card
- D. 1 st try -> 2nd try -> 3rd try -> access to act
Answer: D
NEW QUESTION 19
What are ways in which classification trees support the application of pairwise testing?
a. They help to identify inputs to be used by the pairwise test technique b. They show the combinations needed to cover all-pairs c.They help to identify particular combinations of interest d. They show both typical and atypical behavior e.They show the expected results for the various test cases
- A. b and c
- B. c and e
- C. a, b and c
- D. b, d and e
Answer: D
NEW QUESTION 20
Which of the following software development lifecycle models requires the earliest involvement from the Test Analyst?
- A. Maintenance lifecycle
- B. V-model
- C. Embedded iterative model
- D. Agile development model
Answer: B
NEW QUESTION 21
Consider the following user story: As a student, I want to be able to buy a parking pass (priority: high) Acceptance criteria
- The student will not receive the parking pass if the payment is insufficient.
- Only registered students can buy a parking pass.
- The student can only buy one parking pass each month.
Which of the following checklist items would result in finding a defect for the user story?
- A. Is the story written from the view of the person who requested it?
- B. Is the story prioritized?
- C. Does the story follow the commonly used format "As a < >, I want < > so that < >"?
- D. Are the acceptance criteria defined and testable?
Answer: B
NEW QUESTION 22
Consider the following decision table:
This decision table has been created to test the following specification: Persons that study at a university (C1) and have parents whose total annual income is less than € 30.000 (C2), receive a scholarship In in addition to these qualifications, if they also live away from home (C3), they receive an addition to their scholarship (A2) How many cases are left when this decision table is collapsed?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: D
NEW QUESTION 23
Which of the following appropriate tasks for the Test Analyst is performed during the test analysisphase?
- A. Review test estimates
- B. Evaluate status against exit criteria
- C. Create a test execution schedule
- D. Examine the test basis
Answer: B
NEW QUESTION 24
For an ATM banking project the following applies: "When the user first inserts a valid credit card, the system considers the user to be in an unauthenticated state. When requesting a cash advance, the user must be in an authenticated state. The user authenticates by entering the correct PIN code for the card they have used.
During the user authentication, the system shall allow the user to enter their PIN code up to three times before failing the authentication and rejecting the card. On the first and second try, the system shall prompt the user to re-enter the PIN code " Suppose you are concerned that, depending on the number of invalid PIN codes entered, the system may behave incorrectly. Which of the following test design techniques is specifically targeted at finding such failures?
- A. Classification tree technique
- B. Equivalence partitioning
- C. Pairwise testing
- D. State transition testing using 1-switch coverage
Answer: D
NEW QUESTION 25
Although usability is an important aspect for a new planning system, due to availability constraints, the usability evaluation shall be performed without Which of the following is a usability technique that can be applied in this situation?
- A. Usability lab sessions
- B. Usability prototyping
- C. Usability review, e.g., heuristic evaluation
- D. Usability survey
Answer: C
NEW QUESTION 26
Ken finds the quality of the tea locally available to be so low, that he decides to research superior teas around the world. He decides to market, sell and distribute these superior teas via the web. His marketing strategy is to offer superior products on a well-designed website that has fast loading graphics, high availability, superior usability and fast response times. The website will offer the following:
- An innovative interactive catalogue of teas, which not only enables customers to buy the product, but also enables them to provide feedback by rating the teas (which will influence his stock purchasing levels).
- Provide the customer with the ability to use secure credit card transactions.
- Provide the customer with the ability to give general feedback.
Ken selects an iterative model for the development of the prototypes. The team consists of three developers who are experienced in web development Ken, although he doesn't have a technical skillset, is concerned with quality. He doesn't believe a lot of documentation is necessary and he wants the website to be completed quickly. The test basis contains the following:
- Story boards that show the information flow and page links through the site.
- HTML pages developed to date
- A set of non-functional requirements.
With the strategy taking shape, it is decided that exploratory testing should be used to complete the required testing, bearing in mind the nature of the application and the nature of Ken's overall objectives. You have now been given the task of identifying the exploratory tests, which will be executed as test sessions.
Which of the options below state what you will typically use for identifying the exploratory tests?
- A. Create test chatters to be used to guide the testing
- B. Apply equivalence partitioning and boundary value analysis using the storyboard ideas as a basis to maximise functional coverage
- C. Use external testers on the team to provide a new approach and fresh view to the testing effort
- D. Define low-level test cases to be executed by the end users.
Answer: D
NEW QUESTION 27
Based on the classification tree shown below, using the pairwise testing technique how many test cases are required to test all pairs?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: B
NEW QUESTION 28
You are a Test Analyst in the banking domain. You have received the following requirement: "The system shall allow cash advances of at least 200 Euros for all supported credit cards. The following credit cards are supported: American Express, Diners, Visa, Mastercard and Eurocard.
Which one of the findings described below is true regarding this requirement?
- A. The requirement is ambiguous in terms of supported cards.
- B. The requirement is unclear in terms of advance limits.
- C. The requirement indicates potential usability problems
- D. The requirement indicates potential performance problems.
Answer: D
NEW QUESTION 29
You are testing an ATM based on the following use
ATM start screen is showing
1. The user inserts card
2. The user types in PIN
3 The user selects cash with receipt'
4. The user selects €50
5. The user selects no further service' Expected results
- The ATM provides €50 to the user
- The ATM returns the card and balance slip
- The ATM clears the screen
- The ATM returns to start menu
You are asked to review this use case.
You are asked to review this use case.
What is the most important information that is missing from this use case?
- A. Expected results not clearly defined
- B. More test cases are needed to achieve the minimum acceptable level of coverage.
- C. The use case should also include alternative behaviour.
- D. Nothing has been defined for expected response times.
Answer: D
NEW QUESTION 30
To enhance both the effectiveness and efficiency of the test design phase, the purchase of a test design tool is being considered. Which one of these statements best characterizes a test design tool?
- A. A test design tool validates models of the software.
- B. A test design tool generates test inputs from requirements
- C. A test design tool enables tests to be executed automatic ally.
- D. A test design tool enables individual tests to be traced to requirements
Answer: A
NEW QUESTION 31
company in the medical domain has adopted methodical testing as its preferred test strategy Before being able to release to the market an external audit on the test process is mandatory. The test team consists of a mix of highly experienced domain-based testers and junior testers who only recently joined the company.
What is the BEST option regarding the level of detail and documentation required for test cases in the project?
- A. Low-level test cases since it will make the process more effective and it will make the best use of the knowledge and skills of the experienced domain testers.
- B. Low-level test cases since this will support both the external audit and the new junior testers.
- C. High-level test cases since this is consistent with the chosen test strategy
- D. High-level test cases since it will make the process more effective and it will make the best use of the knowledge and skills of the experienced Idomain testers.
Answer: D
NEW QUESTION 32
......
CTAL-TA_Syll2019 Dumps To Pass ISQI Exam in 24 Hours - Prep4King: https://www.prep4king.com/CTAL-TA_Syll2019-exam-prep-material.html
Buy Latest CTAL-TA_Syll2019 Exam Q&A PDF - One Year Free Update: https://drive.google.com/open?id=19WvPGMTVZCqI_DGBlYg8lPdbVaGx20Uy

