CTAL-TTA_001 Exam Questions
65 real CTAL-TTA_001 exam questions with expert-verified answers and explanations. Page 1 of 2.
- Question #1Structure-Based Testing
What is the value of statement coverage achieved by test case 1 from test set A? 2 credits [K3]
statement coveragecoverage calculationwhite-box testingcode analysis - Question #2Structure-Based Testing
Which additional set of test cases is needed to achieve both 100% statement coverage and 100% decision coverage? 3 credits [K3] A. Price Quantity Bonus Market 4.0 110 1 UK 1.0 3 4...
statement coveragedecision coveragetest case designwhite-box testing - Question #3Structure-Based Testing
Which TWO additional structure-based test design techniques could be used to dynamically test the code? 1 credit [K2]
condition testingmultiple condition testingstructure-based techniquesdynamic testing - Question #4Structure-Based Testing
How many test cases are needed to test code fragment lines 26 - 32 to achieve 100% condition determination coverage? 2 credits [K3]
condition determination coverageMCDCcoverage criteriatest case count - Question #5Structure-Based Testing
The application of multiple condition testing is also being considered. Which specification-based technique is largely based on the principle of multiple condition testing? 1 credi...
multiple condition testingdecision table testingspecification-based testing - Question #6Structure-Based Testing
How many test cases are needed to test code fragment lines 26 - 32 to achieve 100% multiple condition coverage? 2 credits [K3]
multiple condition coveragecoverage criteriatest case countwhite-box testing - Question #7Reviews
The Bonus Program is perceived by management to be critical. Defects in the program would almost immediately lead to financial loss. In the past an improvement program has been run...
inspectionreview typesIEEE 1028formal review - Question #8Technical Test Analyst Tasks in the Test Process
You have tested the program and have found that with "bonus" a boundary value has not been implemented according to design. You have written an incident report. Which of the follow...
incident reportdefect reportingtest documentationreport quality - Question #9Reviews
Part 3 "Bonus Program" When performing code reviews, which of the following defect types will be most difficult to find? 1 credit [K2]
code reviewdefect typesmemory issuesstatic analysis - Question #10Reviews
Part 3 "Bonus Program" During code reviews, it is the author's responsibility... 1 credit [K2]
code reviewauthor responsibilitydefect logreview process - Question #11Reviews
Part 3 "Bonus Program" An organization has already implemented a static analysis tool and is considering whether code reviews would have any added value. Which of the following def...
static analysiscode reviewconformance to designdefect detection - Question #12Reviews
Part 3 "Bonus Program" To support code reviews a checklist will be developed. Which TWO questions from the list would you implement as part of the code review checklist? 3 credits...
code review checklistmagic numbersempty logic blocksreview preparation - Question #13Reviews
Part 3 "Bonus Program" Applying exploratory testing (ET) during unit testing is being considered. Which ET deliverable would be the primary candidate for informal reviews? 1 credit...
exploratory testingtest charterinformal reviewET deliverables - Question #14Analytical Techniques
Part 3 "Bonus Program" Which of the following is the most important benefit of making exploratory testing part of your test approach for the "Bonus Program"? 3 credits [K4]
exploratory testingtest approachincomplete test basisexperience-based testing - Question #15Test Tools and Automation
What are the TWO most significant benefits a test execution tool should bring to the organization? 1 credit [K2]
test execution toolregression testingtest automationtool benefits - Question #16Analytical Techniques
Part 1 "Test Techniques various" Consider the following fault attack: "Force all possible incoming errors from the software/OS interfaces to the application". Which of the followin...
fault attackerror handlingexperience-based testingdefect-based testing - Question #17Structure-Based Testing
How many test cases would be needed to achieve 100% decision coverage? 1 credit [K2]
decision coveragebranch coveragetest case countwhite-box testing - Question #18Analytical Techniques
Part 1 "Test Techniques various" An embedded software company is considering to improve the quality of its software components to be delivered to the integration team. After studyi...
static analysisdynamic analysisunit testingtechnique comparison - Question #19Analytical Techniques
Part 1 "Test Techniques various" Which of the following is a dynamic analysis technique related to improving application performance? 1 credit [K2]
dynamic analysisprofilingperformance testingcode execution - Question #20Analytical Techniques
Part 1 "Test Techniques various" Definition-use pairs are identified during which of the following static analysis activities? 1 credit [K2]
data flow analysisdefinition-use pairsstatic analysiscontrol flow analysis - Question #21Structure-Based Testing
Part 1 "Test Techniques various" If we say that a set of tests has achieved 100% structural decision coverage on a particular module in a program, what does that mean? 1 credit [K2...
decision coveragecontrol flowstructural coveragecoverage criteria - Question #22Structure-Based Testing
Part 1 "Test Techniques various" If you are flying with an economy ticket, there is a possibility that you may get upgraded to business class, especially if you hold a gold card in...
statement coveragecoverage percentagecontrol flow graphtest execution - Question #23Technical Test Analyst Tasks in the Test Process
Part 1 "Test Techniques various" As part of a risk analysis, technical risks are analyzed. Which TWO factors influence technical risk? 1 credit [K2]
risk analysistechnical riskcomplexityintegration issues - Question #24Structure-Based Testing
Part 1 "Test Techniques various" A component has been analyzed as being highly critical. Which of the following structure-based test design techniques provides the highest level of...
coverage criteriacondition determination testingcriticalitytest design - Question #25Analytical Techniques
Part 1 "Test Techniques various" The result of a product risk analysis performed on components I, II and III of the airplane control system shows the following risk matrix: The pro...
risk matrixcoverage targetsrisk-based testingcoverage criteria - Question #26Analytical Techniques
Which of the following is a valid way to calculate the cyclomatic complexity? 1 credit [K2]
cyclomatic complexitycontrol flow graphcomplexity metricslinks nodes - Question #27Structure-Based Testing
The developers have suggested test set A is adequate to test the program opposite: When executing test set A through the program which statements are exercised? 2 credits [K3]
statement coveragecontrol flowcoverage analysistest adequacy - Question #28Structure-Based Testing
How many test cases would be needed to achieve 100% statement coverage? 1 credit [K2]
statement coveragetest case countcoverage criteriaminimum tests - Question #29Analytical Techniques
What is the number of nested levels for the code fragment? 2 credits [K3]
nesting depthcode complexitycode metricsstatic analysis - Question #30Quality Characteristics for Technical Testing
The comment frequency of the code fragment is 13%. To which ISO 9126 quality attribute does a good level of comment frequency especially contribute? 1 credit [K2]
ISO 9126portabilitycode commentsquality attributes - Question #31Analytical Techniques
Which specification-based technique could be used to enhance coverage for this code fragment? 1 credit [K2]
boundary value analysisspecification-based testingtechnique selectionblack-box testing - Question #32Structure-Based Testing
Consider the following code fragment If (a>b) and (b>c) then b = (a+c)/2 endif Assume that in the following options, each of the three numbers in parenthesis represent the inputs f...
decision coverageminimum test casescondition testingtest case design - Question #33Structure-Based Testing
For the control flow, what is the correct labelling? 1 credit [K2] i ii iii
control flow graphnodeslinksregions - Question #34Test Tools and Automation
A new web site has been launched for a conference organisation. There are a number of links to other related websites for information purposes. Customers like the new site but comp...
hyperlink testingweb testingtool selectionbroken links - Question #35Test Tools and Automation
Part 4 "Test tools & Automation" It has been decided to improve the efficiency and effectiveness of unit testing by acquiring a number of test tools. Which TWO of the following too...
unit testing toolsdynamic analysiscoverage measurementtool selection - Question #36Test Tools and Automation
You have been asked to select a number of tools to support the performance testing. Which TWO of the following tools would you recommend? 2 credits [K4]
performance testingload testingmonitoring toolstool selection - Question #37Test Tools and Automation
A developer has spent three days looking at a system that crashes now and then. The problem was caused by two coding faults:
static analysisundefined variablestool selectiondefect detection - Question #38Test Tools and Automation
What are the TWO most significant pitfalls the organisation should be aware of? 1 credit [K2]
test automation pitfallsscript maintenanceskills trainingautomation risks - Question #39Test Tools and Automation
Select TWO solutions how the team could achieve significant benefits in the use of this tool within the next 6 months? (3 credits, for 1 out of 2 correct 1 credit) 3 credits [K4]
test automation strategydata-driven testingkeyword-driven testingautomation benefits - Question #40Analytical Techniques
Based on the state diagram above, how many invalid test cases could be identified in a state table? 2 credits [K3]
state transition testingstate tableinvalid test casestest design - Question #41Structure-Based Testing
What is the theoretical maximum level of switch coverage that can be achieved for the state diagram above? 1 credit [K2]
state transition testingswitch coveragestate diagramcoverage criteria - Question #42Analytical Techniques
How many test cases are required to test a specification that has three conditions using a decision table testing which is not collapsed? 1 credit [K2]
decision table testingcondition combinationstest case countblack-box testing - Question #43Analytical Techniques
Consider the following decision table, How many cases are left when this decision table is collapsed? 2 credits [K3]
decision tabletable collapsingtest case reductionanalytical techniques - Question #44Quality Characteristics for Technical Testing
At which test level would performance testing most likely be performed? 1 credit [K2]
performance testingtest levelssystem testingnon-functional testing - Question #45Quality Characteristics for Technical Testing
To address reliability a number of measures will be taken throughout the development and testing process. Select TWO appropriate measures that are typically taken as part of reliab...
reliability engineeringoperational profilesFMEAreliability testing - Question #46Quality Characteristics for Technical Testing
It has been decided by management to ask an external consultant to perform a reliability assessment. The external consultant will use a checklist to support the assessment. Select...
reliabilitychecklisthardware redundancydatabase consistency - Question #47Quality Characteristics for Technical Testing
It has been suggested to organize a performance test to find out more regarding the third risk. Which of the following would you use to quantify the situation and as a basis for de...
performance testingexit criteriaresponse timeperformance metrics - Question #48Quality Characteristics for Technical Testing
To address the second risk mentioned in the scenario, security testing will be performed. Which test techniques would be most applicable for security testing? 1 credit [K2]
security testingfault attackstest techniquesnon-functional testing - Question #49Quality Characteristics for Technical Testing
Part 5 "Testing of Software Characteristics" "The test team has been struggling to achieve major benefits using the test execution tool sine they purchased it. Training in use of t...
ISO 9126quality attributesusabilityportability - Question #50Quality Characteristics for Technical Testing
Part 5 "Testing of Software Characteristics" Which of the following is the best example of a reliability failure for the application? 1 credit [K2]
reliabilityfailure typesapplication terminationquality characteristics