Tested Material Used To CTAL-TA_Syll2019 Test Engine Exam Questions in here [Sep-2021]
Penetration testers simulate CTAL-TA_Syll2019 exam PDF
NEW QUESTION 14
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 15
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 16
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 (ii)
- C. Test set (iv)
- D. Test set (iii)
Answer: D
NEW QUESTION 17
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. Maintainability
- B. Interoperability
- C. Reliability
- D. Portability
Answer: A
NEW QUESTION 18
Which of the following descriptions is an example of the use of defect taxonomies?
- A. Running tests with the aim of finding as many defects as possible
- B. Following a defect management process throughout testing
- C. Using a list of known defect types to penetrate the security of computer systems
- D. Grouping defects found during execution by functional area
Answer: C
NEW QUESTION 19
You are testing software which is being ported from one platform to another.There are no documented requirements and there is no time budgeted for writing them.
Which type of test technique is most useful in this situation?
- A. White-box test technique
- B. Black-box test technique
- C. Experience-based test technique
- D. Defect-based test technique
Answer: B
NEW QUESTION 20
REQ1 a sun cancer warning system shall produce a daily score sheet based on the number of hours expose to the sun and the intensity of sun radiation.
REQ2 The number of hours exposed to the sun shall be categorized in A (below 2), B (2 to 4 hours) or C (more than 4 hours) REQ3 The intensity of sun radiation shall be labelled as low, medium, high, or extreme.
Based on the requirements stated above a Test Analyst has defined the following three test cases:
How many test conditions to be identified from requirements REQ2 and REQ3, are NOT covered by the three test cases:
- A. 0
- B. 1
- C. 2
- D. 3
Answer: C
NEW QUESTION 21
A PIN entry component of an ATM system has been developed using the following state table:
Using the state transition test technique, how many 0-switch test cases are needed to achieve 100% 0-switch coverage?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: C
NEW QUESTION 22
During testing of a mobile banking application, traceability matrices are defined and maintained between test cases and user stories. This task is supported by a test management tool. Testing is expected to report on the coverage level of the implemented and tested user stories. Which of the following test types is most likely being performed?
- A. Interoperability testing
- B. Functional completeness testing
- C. Functional appropriateness testing
- D. Functional correctness testing
Answer: B
NEW QUESTION 23
When preparing test cases for an interoperability test, not all interactions may be clearly specified in the requirements documents. Which type of document is typically also used by a Test Analyst as the test basis for interoperability testing?
- A. Component specifications
- B. System architecture document
- C. User stories
- D. Functional specifications
Answer: D
NEW QUESTION 24
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: C
NEW QUESTION 25
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, d and e
- B. a, b and c
- C. c and e
- D. b and c
Answer: A
NEW QUESTION 26
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. Boundaries for stock levels are ambiguous.
- C. Dependencies between power unit and body style are ambiguous
- D. It is not clear which message will be displayed when the car is "out of stock"
Answer: D
NEW QUESTION 27
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, 4:00 pm, 6:00 pm, 8 00 pm, 8:30 pm
- C. 8:00 am, 10:00 am, 5:15 pm, 7:01 pm, 11:00 pm
- D. 9:30 am, 9:31 am, 4:59 pm, 5:00 pm, 8:00 pm
Answer: B
NEW QUESTION 28
During test execution defects have been found including non-compliance to requirements, calculations that produce incorrect results, and improper handling of data or situations.
Which of the following test types is most likely being performed?
- A. Interoperability testing
- B. Functional appropriateness testing
- C. Usability testing
- D. Functional correctness testing
Answer: B
NEW QUESTION 29
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. Detailed low-level test cases since many re-runs of the tests are expected.
- B. High-level test cases supported by low-level test cases to allow for traceability and enable future changes.
- C. High-level test cases only since the end-users have extensive domain knowledge and many changes are expected
- D. Low-level test cases only since the end-users have extensive domain knowledge.
Answer: C
NEW QUESTION 30
......
Authentic Best resources for CTAL-TA_Syll2019 Online Practice Exam: https://www.realexamfree.com/CTAL-TA_Syll2019-real-exam-dumps.html
Get the superior quality CTAL-TA_Syll2019 Dumps with explanations waiting just for you, get it now: https://drive.google.com/open?id=16CPBPAhn8jOPgwEECNZMI9wp9rVfqrbU

