ASTQB ISTQB Advanced Level Test manager Sample Questions:
1. The testing department of a leading company delivered a software, which included the three new features along with the test qualification report.
They also archived their test results, logs, and other test artifacts in company documentation database.
Scheduled a lessons learned meeting with the software testers, project managers and software developers.
The testing department is describing;
A) Test planning activities
B) User acceptance testing activities
C) Test analysis activities
D) Test closure activities
2. Software Testers in a software development company installed the new release on test systems and started the testing phase. Testers verified the new functionality, performed necessary security testing and completed planned regression tests. During the last week of testing, testers noticed that the memory utilization was more than 95% on two of the test servers (out of 4 servers). This behavior was not observed during the first weeks of the testing phase. As a test analyst, what would you do?
A) Create a defect report and reboot the system to correct the memory problem.
B) Reboot the system so that memory utilization will come back to normal. Not report it as a problem.
C) Report the problem to the developer immediately and create a defect report because it could be a problem related to memory leak.
D) Ignore the problem because other two servers are okay (memory utilization is normal)
3. Use the following code;
x=1 y=2 z=3
If (x = = 2) { print "Hi There !"; }
else { print "Good bye"; }
z=x + y;
if (z ==4) { print "Welcome Back!"; }
else { print "Thank you"; }
How many test cases, at minimum, are required for statement coverage?
A) 4
B) 8
C) 2
D) 3
4. Which of the following are "white-box" test techniques?
I. Decision Testing
II. Condition Testing
III. LCSAJ (loop testing)
IV. State transition testing
A) I, II true.III, IV false
B) I, II, III true, IV false
C) I, III, IV true, II false
D) All of the above
5. A software company developed a software application for a Life Insurance Company. The testers of the software company were given the release to test. The software application calculates the annual life insurance cost based on customers' age. Life insurance cost is as follows per year; # Age 18 or less: US $ 300 # Age over 18 or less than 70: US $ 500 # Person has to be at least 1 year old to purchase insurance If a customer enters any other age, the software prints an error message. The Application accepts only positive integer values (no decimals). How many boundary value test cases can you derive for the life insurance application?
A) 10
B) 9
C) 6
D) 3
Solutions:
| Question # 1 Answer: D | Question # 2 Answer: C | Question # 3 Answer: C | Question # 4 Answer: B | Question # 5 Answer: B |
We're so confident of our products that we provide no hassle product exchange.


By Gustave

