Free ASTQB ISTQB-Advanced-Lev1 Practice Test & Real Exam Questions

  • Exam Code/Number: ISTQB-Advanced-Lev1
  • Exam Name/Title: ISTQB Advanced Level Test manager Exam
  • Certification Provider: ASTQB
  • Corresponding Certification: ASTQB Advanced Level
  • Exam Questions: 80
  • Updated On: Jun 13, 2026
According to ISTQB syllabus, characteristics of systems of systems are;
I. Long duration of projects
II. Multiple levels of integration
III. Need for Maintenance Testing
IV. No formal development lifecycle or milestones.
Correct Answer: A Vote an answer
A local council employs its own IT staff; there are 40, most of whom have been with the council for over 10 years. The council uses the Agile development methodology. Each project has between five and nine team members, all of whom work very closely together.
At the start of each iteration, the requirements are loosely defined. These are then built, tested and refined. The IT Department has been asked to upgrade the council website to include:
# Information on recycling targets;
# Amounts recycled per month; and
# Energy usage in the recycling effort.
The project will be undertaken in three iterations, one for each requirement defined above.
Which two of the following methods of test estimation would be most appropriate in this situation?
I. Making use of a work breakdown structure.
II. Taking 30 per cent of the total iteration time.
III. Calculating the time required using test point analysis.
IV. Gaining consensus from the team.
Correct Answer: C Vote an answer
A development house (DH) uses the V model for its projects. It delivers systems to the energy industry. In response to consumer demands, DH has been asked to create an online system for consumers to switch energy suppliers easily. There are already offerings in the marketplace for this service, but DH thinks it can provide a service which is easier to use. It will request more detailed information on homes and occupant lifestyles in order to accurately predict likely bills per quarter, and will update users if a cheaper tariff becomes available. For this new service, the specifications have been defined, code has been created, and system testing is about to start. Which of the following would form part of the entry criteria into unit testing (which will be followed by integration testing)?
I. 100 per cent decision coverage of all tariff calculations.
II. Signed-off program specification.
III. Signed-off technical specification.
IV. 100 per cent program specification coverage.
V. Compiled code.
Correct Answer: B Vote an answer
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 to test branch / decision coverage?
Correct Answer: A Vote an answer
An internet service provider (ISP) offers its services mainly to home users. With this group,
a major target is home users with children. One of its key selling points is its Parental
Control (PC) system. The PC system allows the user with Master rights to set the internet
access privileges of the other users. Its categories of user are: Mature Teen (M), General
Teen (G), Kids only (KO).
# A Mature Teen can have 24-hour access, can access websites in the M category and can
visit chat rooms.
# A General Teen can have '9-5' access, can access websites in the G category and can
visit chat rooms.
# A Kid can have access up to 1 hour per day, can access websites in the KO category only,
but cannot visit chat rooms.
Which of the following test design techniques would be best suited to testing that a General
Teen can have only '9-5' access to the system?
Correct Answer: C Vote an answer
A Car sales company is financing their customers' vehicles. Financing interest rates are as follows:
(I)For all motorcycles:
a) Customer Credit score 300 - 550
# Annual income US$ 40K-80K - Interest rate 15%
# Annual income US$ 81K-100K- Interest rate 12 %
# Annual income US $ 101K or more - Interest rate 9 %
b) Customer Credit score 551- 680
# Annual income US$ 40K-80K - Interest rate 12%
# Annual income US$ 81K-100K- Interest rate 9 %
# Annual income US $ 101K or more - Interest rate 7 %
c) Customer Credit score 681 or more
# Annual income US$ 40K-80K - Interest rate 10%
# Annual income US$ 81K-100K-Interest rate 6
# Annual income US $ 101K or more - Interest rate 5 %
(II)For all other vehicles the interest rate is 1 % less (from the values given above) for each category mentioned.
a) Ex: Customer Credit score 300 - 550
Annual income US$ 40K-80K - Interest rate 14% and so on.Select the correct decision table from the decision tables given below for the above scenario



Correct Answer: C Vote an answer
Failure Mode and Effect Analysis (FMEA) should be applied;
Correct Answer: C Vote an answer
Select the matching pair;
I. Contractual Review
II. Requirement Review
III. Design Review
a.Involve Managers, customers and technical staff. Review contract milestones.
b.Involve customers and technical staff. Review design solutions, test cases.
c.Involve auditor. Review compliance to processes and regulations.
d.Involve customers and technical staff. Reviewing functional and non functional requirements, test conditions.
Correct Answer: B Vote an answer