Summer Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

ISTQB-Agile-Public PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

ISTQB-Agile-Public PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: ISTQB Agile Public Sector Exam
  • Last Update: Sep 12, 2025
  • Questions and Answers: 40
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

ISTQB-Agile-Public Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

ISTQB-Agile-Public Practice Exam Questions with Answers ISTQB Agile Public Sector Exam Certification

Question # 6

Which of the following statements is FALSE regarding early and frequent feedback?

SELECT ONE OPTION

A.

Early feedback provides the Agile team with information on its productivity.

B.

Early feedback promotes early discovery and resolution of quality problems.

C.

Early feedback decreases the amount of time needed for system testing.

D.

Early feedback helps to deliver a product that better reflects what the customer wants.

Full Access
Question # 7

Which of the following is the BEST way for a test team to keep its independence when working in an Agile development environment?

SELECT ONE OPTION

A.

Share the Test Strategy with the Agile development team, but not the details of the Test Cases.

B.

Locate the team that develops the test automation framework in a different location to the Agile development team.

C.

Co-locate only some of the testers with the Agile development team, while the rest of the testers are in a different location.

D.

Assign testers to be members of the Agile team, but ensure the testers report to a different manager than the developers.

Full Access
Question # 8

Which of the following is NOT a typical task performed by the tester within an Agile team?

SELECT ONE OPTION

A.

Ensuring the appropriate testing tasks are scheduled during iteration planning.

B.

Ensuring all project status meetings are held according to the plan.

C.

Suggesting improvements in team retrospectives.

D.

Working with business stakeholders to clarify requirements.

Full Access
Question # 9

Which of the following is NOT a statement of value from the Agile Manifesto?

SELECT ONE OPTION

A.

software over comprehensive documentation.

B.

Responding to change over following a plan.

C.

Processes and tools over individuals and interactions.

D.

Customer collaboration over contract negotiation.

Full Access
Question # 10

Which of the following statements would you expect to be the MOST direct advantage of the whole-team approach?

SELECT ONE OPTION

A.

Reducing the involvement of business representatives because of the increased communication and collaboration between testers and developers.

B.

Having at least once a day an automated build and test process that detects integration errors early and quickly.

C.

Avoiding requirements misunderstandings which may not have been detected until later in the development cycle when they are more expensive to fix.

D.

Capitalizing on the combined skills of business representatives, testers and developers working together to contribute to project success.

Full Access
Question # 11

What is the definition of agile software development?

SELECT ONE OPTION

A.

A group of software development methodologies based on iterative incremental development with self-organizing cross-functional teams who cooperate to define requirements and to implement the solution.

B.

A framework to describe the software development lifecycle activities from requirements specification to maintenance where test planning of the various test levels is done as soon as the test basis is ready.

C.

Testing carried out informally where no formal test preparation or execution takes place, no recognized test design technique is used and there are no expectations for results.

D.

A way of developing software where the test cases are developed, and often automated, before the software under test is developed.

Full Access
Question # 12

Consider an online application that allows registered users to pay the annual car tax based on the vehicle's engine power in kW. Given the following user story:

“As a customer I need the online application to calculate the annual car tax amount that I need to pay for my car":

- If the power of the vehicle is less than 20 kW, then the annual car tax is free

- If the power of the vehicle is more or equal than 20 kW but less or equal than 150 kW, then theannual car tax is 250 Euros

- If the power of the vehicle is more than 150 kW, then the annual car tax is 750 Euros"

What is the MOST suitable use of a black-box test design technique for this user story?

SELECT ONE OPTION

A.

State transition testing. Test the transitions between the following states: logging In. inserting the power of the vehicle, making payment, logging out

B.

Use case testing.

Test the following use case (Actor=registered user):

Pre-condition=registered user logged in

Scenario=registered user inserts the power of the vehicle, making payment and logs out

Post-condition=car tax paid and registered user logged out

C.

Decision table testing. Test the following conditions:

Condltions=reglstered user logged In; inserted power of the vehlcle=20kW;

Action=Car tax paid

D.

Equivalence partitioning. Test the annual car tax value for the following partitions: [power of the vehicle<20 kW; 20 kW ?power of the vehicle?! 50 kW; power of the vehicle>150 kW]

Full Access