ISTQB® ATTA Exam Practice Questions (P. 1)
- Full Access (65 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #1
An embedded software company is considering to improve the quality of its software components to be delivered to the integration team. After studying various experience papers that report a higher level of quality for software components, two main alternative techniques are identified: static analysis and dynamic analysis. In deciding which one is most applicable and how they relate to each other a detailed study is performed.
Which of the following are TWO key similarities between static analysis and dynamic analysis?
Which of the following are TWO key similarities between static analysis and dynamic analysis?
- ABoth are performed using requirements as its major input document
- BBoth are usually undertaken by integration testers
- CBoth are usually undertaken by development during coding and unit testing
- DBoth are related to reviews
- EBoth usually use a tool
Correct Answer:
CE
CE
send
light_mode
delete
Question #2
Which of the following is a dynamic analysis technique related to improving application performance?
- ACode complexity analysis
- BProfiling
- CNetwork package sniffing
- DSpelling and grammar checking
Correct Answer:
B
B
send
light_mode
delete
Question #3
Definition-use pairs are identified during which of the following static analysis activities?
- AControl flow analysis
- BData flow activities
- CCoding standards analysis
- DCyclomatic complexity analysis
Correct Answer:
B
B
send
light_mode
delete
Question #4
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?
- AThat all bugs present in that module were necessarily revealed by those tests.
- BThat every control flow branch had been executed at least once by those tests.
- CThat every dataflow in that module was exercised at least once by those tests.
- DThat every path through that module was exercised at least once by those tests.
Correct Answer:
B
B
send
light_mode
delete
Question #5
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 the airlines frequent flier program. If you dont hold a gold card, there is a possibility that you will get bumped off the flight if it is full and you check in late. This is shown in the figure hereafter. Note that each box (i.e. statement) has been numbered.
Three tests have been run:
Test 1: Gold card holder who gets upgraded to business class
Test 2: Non-gold card holder who stays in economy
Test 3: A person who is bumped from the flight
What is the statement coverage of these three tests?

Three tests have been run:
Test 1: Gold card holder who gets upgraded to business class
Test 2: Non-gold card holder who stays in economy
Test 3: A person who is bumped from the flight
What is the statement coverage of these three tests?

send
light_mode
delete
All Pages