Free ISQI CTAL-TA_Syll2019 Exam 2022 Practice Materials Collection
CTAL-TA_Syll2019 Exam Info and Free Practice Test All-in-One Exam Guide Jun-2022
NEW QUESTION 22
Consider the following scenario for a metro fare system:
If you take the metro before 9:30 am or in the afternoon between 5:00 pm until 7:00 pm, you must pay full fare A saver ticket is available for metro rides between 9:30 am and 5:00 pm [both inclusive], and after 7:00 pm.
Which off the following test sets will provide the best equivalence partitioning coverage?
- A. 9:29 am, 5 01 pm, 7:30 pm, 7:31 pm, 8:00 pm
- B. 9:30 am, 9:31 am, 4:59 pm, 5:00 pm, 8:00 pm
- C. 8:00 am, 10:00 am, 5:15 pm, 7:01 pm, 11:00 pm
- D. 9:30 am, 4:00 pm, 6:00 pm, 8 00 pm, 8:30 pm
Answer: D
NEW QUESTION 23
Based on the tax system specification as described below, using boundary value analysis, which would be the best test set to explicitly test on single boundary value fully?
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 a person has at least three and less than six children, an additional 10% reduction is applicable.
- A. Test set (i)
- B. Test set (iv)
- C. Test set (ii)
- D. Test set (iii)
Answer: D
NEW QUESTION 24
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. Define low-level test cases to be executed by the end users.
- B. Use external testers on the team to provide a new approach and fresh view to the testing effort
- C. Apply equivalence partitioning and boundary value analysis using the storyboard ideas as a basis to maximise functional coverage
- D. Create test chatters to be used to guide the testing
Answer: A
NEW QUESTION 25
What is main difference between user experience and usability?
- A. Usability relates to people's perceptions and responses; user experience relates to characteristics of the software product.
- B. There is no difference between user experience and usability, they are the same.
- C. User experience relates to people's perceptions and responses; usability relates to characteristics of the software product.
- D. Usability is evaluated via reviews; the user experience is evaluated via surveys
Answer: B
NEW QUESTION 26
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 27
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 survey
- B. Usability review, e.g., heuristic evaluation
- C. Usability prototyping
- D. Usability lab sessions
Answer: B
NEW QUESTION 28
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: C
NEW QUESTION 29
You are testing the processing of a critical traffic control system to which various regulations apply The processing of the input variables is dependent on defined ranges within which the actual retrieved data values can lie.
Which of the following black-box test techniques should you use to test the processing functionality of this system?
- A. Use case testing
- B. Pairwise testing
- C. State transition testing
- D. Equivalence partitioning enhanced with boundary value analysis
Answer: A
NEW QUESTION 30
Supercar is an online vehicle sales website specialising in a single manufacturer's Sports Utility Vehicles (SUVs) and saloons. A vehicle has two key elements, power unit and body style. The manufacturer offers three choices of power unit: petrol, diesel and hybrid. There are 3 mam body styles Saloon, Hatchback and SUV SUVs only come as petrol and diesel options Hybrid is available for Hatchback only. The site will allow an order to be processed if at least one of the chosen vehicle configurations is in stock, otherwise a message will be displayed asking the user to try again later As a Test Analyst you are asked to review the Supercar specification before starting to design the corresponding usability test cases. Which of the comments below should you make?
- A. I have no comments, specification looks OK
- B. It is not clear which message will be displayed when the car is "out of stock"
- C. Dependencies between power unit and body style are ambiguous
- D. Boundaries for stock levels are ambiguous.
Answer: B
NEW QUESTION 31
For the use case Copy A4 to A4 for a new copier, the following scenarios were identified.
Basic scenario single-sided to single-sided.
Alternatives single-sided to double-sided, copy of a set, copy using the automatic document feeder Errors: no paper in paper tray, paper jam, out of staples.
What is the minimum number of test cases needed to achieve the minimum acceptable level of coverage for this use case?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: A
NEW QUESTION 32
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 performance problems.
- D. The requirement indicates potential usability problems
Answer: C
NEW QUESTION 33
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 34
Consider 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.
The requirement has been identified as business critical.
The following test conditions have been derived:
1. The system shall allow cash advances of at least 200 Euros
2. It shall support American Express, Diners, VISA, Mastercard and Eurocard.
Assume you are following a risk-based testing strategy, where likelihood and impact are both assessed on a five-point scale ranging from very low to very high The requirement R1 was identified as a risk item during the quality risk analysis process. In total 20 risk items were identified during thisprocess Assume that technical project stakeholders have assessed the likelihood of the requirementR1 risk item at a medium levelGiven only the information above, which of the following statements is true?
- A. The test cases associated with requirement R1 must be run towards the middle of the test execution period.
- B. The test cases associated with requirement R1 shall be run first in the test execution period
- C. A large number of test cases should be designed for requirement R1, based on impact
- D. The risk impact for requirement R1 should be categorized as high or very high
Answer: D
NEW QUESTION 35
Rather than developing an e-commerce product, management has decided to acquire a COTS package The e-commerce product needs to interface.
with backend applications such a finance, stock control and order delivery. You are asked to define a test plan for this project.
Given just the information in the scenario, which of the following software quality characteristics must be included in your test plan?
- A. Interoperability
- B. Portability
- C. Maintainability
- D. Reliability
Answer: C
NEW QUESTION 36
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 37
As a Test Analyst you are involved in the early stages of an acceptance test for a Product Data Management system.You are asked to write test designs and test cases based on use cases. An early version of the system is already available. It is expected that many things will change (including the user interface) during implementation of the new version.
The tests will be conducted by end-users with much domain knowledge who have also been involved in the project defining the user requirements (in the format of use cases) and reviewing other documentation.
What Is the BEST option regarding the level of detail and documentation required for test cases in the project?
- A. Low-level test cases only since the end-users have extensive domain knowledge.
- B. Detailed low-level test cases since many re-runs of the tests are expected.
- C. High-level test cases only since the end-users have extensive domain knowledge and many changes are expected
- D. High-level test cases supported by low-level test cases to allow for traceability and enable future changes.
Answer: C
NEW QUESTION 38
......
Pass ISQI CTAL-TA_Syll2019 Actual Free Exam Q&As Updated Dump: https://simplilearn.actual4labs.com/ISQI/CTAL-TA_Syll2019-actual-exam-dumps.html