Agile Asf Scrum Foundation Practice Test - Set 1

Test your knowledge with this Agile Asf Scrum Foundation mock exam. Get real-world IT questions and prepare for certification success.

ASF: Agile Scrum Foundation - Exam Information

Exam Information

Exam Code

Agile Asf Scrum Foundation

Exam Title

ASF: Agile Scrum Foundation

Vendor

Agile

Difficulty

Intermediate

Duration

1 Hour

Question Format

Multiple Choice

Last Updated

March 7, 2025

Covers fundamental Agile and Scrum concepts.

Practice Test

Shop Best ASF: Agile Scrum Foundation Resources Worldwide Amazon

1. What is the primary goal of Agile methodology?

Customer satisfaction
Strict documentation
Lengthy planning
Fixed processes

2. What is the purpose of a Sprint in Scrum?

Deliver a potentially shippable product increment
Plan the entire project
Document project requirements
Assign tasks to team members

3. What is the role of a Product Owner?

Prioritize the product backlog
Facilitate daily stand-ups
Remove impediments
Write code

4. What is the purpose of a Daily Stand-up?

Synchronize team activities
Review the product backlog
Assign tasks to team members
Plan the next Sprint

5. What is the purpose of a Sprint Retrospective?

Reflect on the Sprint and identify improvements
Plan the next Sprint
Review the product backlog
Assign tasks to team members

6. What is the purpose of a Product Backlog?

Maintain a prioritized list of features and tasks
Track progress during a Sprint
Assign tasks to team members
Reflect on the Sprint

7. What is the purpose of a Sprint Review?

Demonstrate completed work to stakeholders
Reflect on the Sprint
Plan the next Sprint
Assign tasks to team members

8. What is the purpose of a Burndown Chart?

Track progress during a Sprint
Prioritize the product backlog
Assign tasks to team members
Reflect on the Sprint

9. What is the purpose of a Definition of Done (DoD)?

Define when a task is considered complete
Prioritize the product backlog
Assign tasks to team members
Reflect on the Sprint

10. What is the purpose of a Sprint Planning meeting?

Plan the work for the upcoming Sprint
Reflect on the Sprint
Review the product backlog
Assign tasks to team members

11. What is the purpose of a Scrum Team?

Deliver a potentially shippable product increment
Plan the entire project
Document project requirements
Assign tasks to team members

12. What is the purpose of a Scrum Board?

Visualize the progress of tasks during a Sprint
Prioritize the product backlog
Assign tasks to team members
Reflect on the Sprint

13. What is the purpose of a Sprint Backlog?

List tasks to be completed during the Sprint
Prioritize the product backlog
Assign tasks to team members
Reflect on the Sprint

14. What is the purpose of a Retrospective?

Reflect on the Sprint and identify improvements
Plan the next Sprint
Review the product backlog
Assign tasks to team members

15. What is the purpose of a Scrum Master?

Facilitate the Scrum process
Prioritize the product backlog
Write code
Define project scope

16. What is the purpose of a Product Increment?

Deliver a potentially shippable product
Plan the entire project
Document project requirements
Assign tasks to team members

17. What is the purpose of a Sprint Goal?

Provide a shared objective for the Sprint
Prioritize the product backlog
Assign tasks to team members
Reflect on the Sprint

18. What is the purpose of a Scrum Framework?

Deliver value incrementally
Plan the entire project
Document project requirements
Assign tasks to team members

19. What is the purpose of a Scrum Team?

Deliver a potentially shippable product increment
Plan the entire project
Document project requirements
Assign tasks to team members

20. What is the purpose of a Scrum Board?

Visualize the progress of tasks during a Sprint
Prioritize the product backlog
Assign tasks to team members
Reflect on the Sprint

21. What is the recommended maximum duration for a Sprint in Scrum?

4 weeks or less
6 weeks
8 weeks
12 weeks

22. Who is responsible for removing impediments in Scrum?

Scrum Master
Product Owner
Development Team
Project Manager

23. What is the main artifact used to track progress in Kanban?

Kanban Board
Burndown Chart
Gantt Chart
Product Backlog

24. Which Agile principle emphasizes face-to-face communication?

The most efficient method of conveying information is face-to-face conversation
Working software is the primary measure of progress
Welcome changing requirements
Business people and developers must work together

25. What does INVEST stand for in Agile user stories?

Independent, Negotiable, Valuable, Estimable, Small, Testable
Integrated, Negotiable, Verified, Estimable, Scalable, Testable
Iterative, Negotiable, Valuable, Exact, Small, Testable
Independent, Negotiable, Valuable, Exact, Scalable, Testable

26. What is the primary purpose of a Spike in Agile?

To research or investigate a technical challenge
To fix critical bugs
To document requirements
To conduct user testing

27. Which ceremony is NOT part of Scrum?

Backlog refinement meeting
Sprint Planning
Quarterly Planning
Daily Stand-up

28. What is the ideal size for a Scrum Team?

3-9 people
5-12 people
10-15 people
2-7 people

29. Which metric is commonly used in Kanban?

Cycle Time
Velocity
Story Points
Sprint Burndown

30. What is the primary purpose of a User Story?

To describe functionality from an end-user perspective
To document technical specifications
To track bugs
To estimate project timelines

31. Which Agile methodology emphasizes strict WIP limits?

Kanban
Scrum
XP
Crystal

32. What is the main purpose of Refactoring in Agile?

To improve code structure without changing functionality
To fix critical bugs
To add new features
To document code

33. Which role is responsible for defining Acceptance Criteria?

Product Owner
Scrum Master
Development Team
QA Team

34. What does DEEP stand for in Product Backlog refinement?

Detailed, Emergent, Estimated, Prioritized
Defined, Estimated, Emergent, Prioritized
Detailed, Estimated, Emergent, Progressive
Defined, Emergent, Estimated, Progressive

35. Which Agile practice involves working in pairs at one workstation?

Pair Programming
Mob Programming
Code Review
Swarming

36. What is the primary goal of Continuous Integration?

To frequently merge code changes into a shared repository
To deploy to production daily
To automate testing
To document requirements

37. Which Agile value is represented by responding to change over following a plan?

Responding to change over following a plan
Individuals and interactions over processes and tools
Working software over comprehensive documentation
Customer collaboration over contract negotiation

38. What is the purpose of a Story Point?

To estimate relative effort of work
To track actual hours spent
To measure business value
To define priority

39. Which technique is used to prioritize Product Backlog items?

MoSCoW Method
Fibonacci Sequence
Planning Poker
Burndown Chart

40. What is the main purpose of a Definition of Ready?

To define when a user story is ready for development
To define when a task is complete
To prioritize the backlog
To estimate story points

41. Which Agile methodology emphasizes engineering practices like TDD?

Extreme Programming (XP)
Scrum
Kanban
Lean

42. What is the primary purpose of a Burn-up Chart?

To track completed work against total scope
To track remaining work in a Sprint
To estimate velocity
To prioritize backlog items

43. Which Agile practice involves the whole team working on the same item?

Swarming
Pair Programming
Mob Programming
Sprint Planning

44. What is the recommended frequency for Sprint Retrospectives?

After each Sprint
Monthly
Quarterly
When major issues arise

45. Which Agile principle states "Simplicity is essential"?

Simplicity - the art of maximizing work not done
Welcome changing requirements
Deliver working software frequently
Build projects around motivated individuals

46. What is the primary purpose of a Task Board?

To visualize work in progress
To track velocity
To estimate story points
To document requirements

47. Which Agile practice involves writing tests before code?

Test-Driven Development (TDD)
Behavior-Driven Development (BDD)
Acceptance Test-Driven Development (ATDD)
Exploratory Testing

48. What is the primary purpose of Velocity in Scrum?

To forecast future Sprint capacity
To measure individual productivity
To track business value delivered
To estimate project duration

49. Which Agile methodology uses "Feature Teams"?

SAFe
Scrum
Kanban
XP

50. What is the primary purpose of a Release Plan?

To forecast when features will be delivered
To track daily progress
To document requirements
To estimate story points

51. Which Agile practice involves frequent small releases?

Continuous Delivery
Sprint Planning
Backlog Refinement
Pair Programming

52. What is the primary purpose of a Parking Lot diagram?

To track impediments and issues
To visualize work in progress
To estimate story points
To document requirements

53. Which Agile methodology emphasizes "Stop the Line" quality culture?

Lean
Scrum
Kanban
XP

54. What is the primary purpose of a Cumulative Flow Diagram?

To visualize work status across workflow stages
To track velocity
To estimate story points
To document requirements

55. Which Agile practice involves writing specifications as examples?

Behavior-Driven Development (BDD)
Test-Driven Development (TDD)
Acceptance Test-Driven Development (ATDD)
Exploratory Testing

56. What is the primary purpose of a Risk Burndown Chart?

To track mitigation of project risks
To track Sprint progress
To estimate velocity
To prioritize backlog items

57. Which Agile methodology uses "Epics" as large user stories?

SAFe
Scrum
Kanban
XP

58. What is the primary purpose of a Sprint Demo?

To showcase completed work to stakeholders
To plan the next Sprint
To reflect on team processes
To estimate story points

59. Which Agile practice involves continuous customer feedback?

Frequent releases
Sprint Planning
Backlog Refinement
Pair Programming

60. What is the primary purpose of a Team Charter?

To define team working agreements
To document requirements
To track velocity
To estimate story points

The Agile Asf Scrum Foundation certification is a globally recognized credential for IT professionals. This practice test helps you prepare by covering key topics like hardware, networking, troubleshooting, and security.

Want more practice? Check out our other mock exams:

© 2025 ITCertRocket.com - Hands-On IT Lab Exercises & Certification Prep. All rights reserved.