Who is responsible for clearly expressing Product Backlog Items? (Choose the best answer)
Answer(s): A
The Scrum Guide explicitly states: "The Product Owner is accountable for effective Product Backlog management, which includes... clearly expressing Product Backlog items." This responsibility ensures that the items reflect stakeholder needs and are understandable to the Developers. Option B is incorrect--the Scrum Master facilitates and coaches, not manages the Product Backlog. Option C is wrong--neither the Scrum Master nor Developers are accountable for this; it's the Product Owner's role. Option D introduces a "business analyst" role, which isn't part of Scrum; the Product Owner directly handles this duty without delegation to a proxy. Thus, A is correct.
Scrum Guide (2020), Section: "The Product Owner."
The time-box for a Daily Scrum is? (Choose the best answer)
Answer(s): D
The Scrum Guide defines the Daily Scrum as a 15-minute time-boxed event: "The Daily Scrum is a 15- minute event for the Developers of the Scrum Team." This duration is fixed regardless of Sprint length, ensuring consistency and focus on synchronizing work and identifying impediments. Option A refers to a scheduling practice, not the time-box. Option B is arbitrary and not Scrum-defined. Option C is far too long and contradicts the Scrum Guide. Option E incorrectly suggests variability based on Sprint length, which isn't supported--15 minutes is the standard. Thus, D is the correct answer.
Scrum Guide (2020), Section: "Daily Scrum."
Who must do all the work to make sure Product Backlog items conform to the Definition of "Done"? (Choose the best answer)
Answer(s): B
The Scrum Guide clearly assigns the responsibility for delivering a "Done" Increment to the Developers: "The Developers are the people in the Scrum Team that are committed to creating any aspect of a usable Increment each Sprint." This includes all work--development, testing, integration, etc.--needed to meet the Definition of "Done," a shared commitment that ensures quality. Option A(Scrum Team) is too broad; while the Scrum Team collaborates, only the Developers perform the hands-on work. Option C (Product Owner) is incorrect--they manage the Product Backlog, not the execution. Option D (QA Specialists) introduces a role not defined in Scrum; quality is the Developers' collective responsibility. Option E (Scrum Master) is wrong--they facilitate, not build. Thus, B is correct.
Scrum Guide (2020), Section: "The Developers," "Definition of Done."
Which does a self-organizing Scrum Team choose? (Choose the best answer)
Self-organization in Scrum means the Developers have autonomy over how they deliver the Sprint Goal. The Scrum Guide states: "The Developers... are self-managing, meaning they internally decide who does what, when, and how." Option A aligns with this--choosing how to accomplish work is their domain. Option B is incorrect; the Product Owner orders the Product Backlog. Option C is wrong; the Product Owner invites stakeholders to the Sprint Review. Option D is partially true-- Sprint length is set by the Scrum Team collaboratively, not just the Developers, and is typically fixed once established. Option E is false; release decisions are the Product Owner's responsibility. Thus, A is the best answer.
Scrum Guide (2020), Section: "The Developers."
Which of the following are roles on a Scrum Team? (Choose the best three answers)
Answer(s): A,D,E
The Scrum Guide defines the Scrum Team as consisting of three roles: "The Scrum Team consists of one Scrum Master, one Product Owner, and Developers." Option A (Developers) is the group responsible for building the Increment. Option D (Product Owner) manages the Product Backlog and value delivery. Option E (Scrum Master) facilitates Scrum adoption and team effectiveness. Options B (Users) and C (Customers) are external stakeholders, not Scrum Team roles--they interact with the product but aren't part of the team. Thus, A, D, and E are the correct roles.
Scrum Guide (2020), Section: "The Scrum Team."
As the Sprint Planning meeting progresses, the Developers see that the workload is greater than they can handle. Which two are valid actions? (Choose the best two answers)
Answer(s): D,E
The Scrum Guide allows the Sprint Backlog to be adjusted during Sprint Planning if the Developers realize the scope exceeds capacity: "If the work turns out to be different than they expected, they collaborate with the Product Owner to negotiate the scope of the Sprint Backlog within the Sprint."D: Removing or changing items is valid to align with capacity while preserving the Sprint Goal.E: Informing the Product Owner, starting the Sprint, and monitoring progress reflects collaboration and adaptability, keeping the Sprint on track.Option A (overtime) contradicts Scrum's sustainable pace principle. Option B (recruiting) isn't feasible mid-planning and disrupts team stability. Option C (canceling) is an extreme measure only the Product Owner can initiate, not the Developers, and only for specific reasons (e.g., Sprint Goal obsolescence). Thus, D and E are valid.
Scrum Guide (2020), Section: "Sprint Planning."
What does it mean to say that an event has a time-box?
In Scrum, a time-box is a maximum duration for an event, ensuring focus and efficiency. The Scrum Guide states: "All events are time-boxed, meaning they have a maximum duration." For example, Sprint Planning is 8 hours max, Daily Scrum is 15 minutes, etc. The event can end earlier if its purpose is achieved, but it cannot exceed the time-box. Option A refers to scheduling, not time- boxing. Option B implies a deadline, not a duration limit. Option C suggests a minimum, which isn't part of the definition. Thus, D is correct.
Scrum Guide (2020), Section: "Scrum Events."
When many Scrum Teams are working on the same product, should all of their Increments be integrated every Sprint? (Choose the best answer)
The Scrum Guide mandates that when multiple Scrum Teams work on one product, they produce a single integrated Increment: "Multiple Scrum Teams often work together on the same product... The Increment must be integrated and usable so that it can provide value." This ensures transparency and stakeholder feedback at the Sprint Review. Option A (hardening Sprint) is a misconception-- Scrum rejects separate phases for integration. Option B contradicts the single-product focus. Option C limits integration to dependencies, but the Scrum Guide requires full integration regardless. Option D correctly emphasizes the need for a cohesive, inspectable Increment, making it the best answer.
Scrum Guide (2020), Section: "The Increment."
Share your comments for GAQM CASPO-001 exam with other users:
Question 12:Here’s why Question 12’s correct choices are C and D.
Question 3:Question 3 asks for two valid ways to meet the purchase order creation validation (warn if the vendor is on the exclusion list for the customer/product and block/alert accordingly). Correct answers: C and D
Question 12:Here’s how to understand question 12.
Question 6:Here’s how question 6 works. Key constraint: All new and extended objects must be in an existing model named FinanceExt. Creating a brand-new model is not allowed. Why the two correct options work:
Question 2:I don’t have the text for Question 2 here. Please paste the exact Question 2 (including all answer choices) or describe the topic it covers. Once I have it, I’ll:
Which statement is true about using default environment variables? The environment variables can be read in workflows using the ENV: variable_name syntax. The environment variables created should be prefixed with GITHUB_ to ensure they can be accessed in workflows The environment variables can be set in the defaults: sections of the workflow The GITHUB_WORKSPACE environment variable should be used to access files from within the runner.Correct answer: The statement "The GITHUB_WORKSPACE environment variable should be used to access files from within the runner." is true. Why the others are false:
${{ env.VARIABLE }}
$VARIABLE
GITHUB_
defaults:
run
GITHUB_WORKSPACE
${{ github.workspace }}
$GITHUB_WORKSPACE/...
${{ github.workspace }}/...
As an administrator for this subscription, you have been tasked with recommending a solution that prohibits users from copying corporate information from managed applications installed on unmanaged devices. Which of the following should you recommend? Windows Virtual Desktop. Microsoft Intune. Windows AutoPilot. Azure AD Application Proxy.
Question 34:
Policy
function of appnav in sdwan
Question 1:
Question 5:
Why this is correct
Question 7:
Question 104:
clustering keys
Q23: Fabric Admin is correct. Because Domain admin cannot create domains. Only Fabric Admin can among the given options. Q51: Wrapping @pipeline.parameter.param1 inside {} will return a string. But question requires the expression to return Int, so correct answer should be @pipeline.parameter.param1 (no {})
Question 62:
ZDX
Analyze Score
Y Engine
Question 32:
Question 3:
date = sys.argv[1]
sys.argv[1]
date = spark.conf.get("date")
input()
date = dbutils.notebooks.getParam("date")
dbutils.notebook.run
Question 528:
Question 23:The correct answer is Domain admin (option B), not Fabric admin.
Question 2:For question 2, the key concept is the Longest Prefix Match. Routers pick the route whose subnet mask is the most specific (largest prefix length) that still matches the destination IP. From the options:
Question 129:Correct answer: CNAME
compute.osAdminLogin
enable-oslogin
Question 2:
Recommend using AI for Solutions rather the Answer(s) submitted here
This is very interesting
Are these the same questions you have to pay for in ExamTopics?
For Question 7 - while the answer description indicates the correct answer, the option no. mentioned is incorrect. Nice and Comprehensive. Thankyou
This is very good and accurate. Explanation is very helpful even thou some are not 100% right but good enough to pass.
The DP-900 exam can be tricky if you aren't familiar with Microsoft’s specific cloud terminology. I used the practice questions from free-braindumps.com and found them incredibly helpful. The site breaks down core data concepts and Azure services in a way that actually mirrors the real test. As a resutl I passed my exam.
interesting
Passed this exam 2 days ago. These questions are in the exam. You are safe to use them.
Keeping this site free takes real effort. We constantly battle automated scraping and unauthorized content copying. A quick account helps us protect the community and keep the site free.
To continue studying for your CASPO-001, please sign in or create a free account.