CAPM Exam Question 491
In the project charter process, which three of the following are discussed during meetings held with stakeholders? (Choose three)
Correct Answer: A,C,D
According to the PMBOKGuide, specifically the Develop Project Charter process, the project charter is the document that formally authorizes the existence of a project and provides the project manager with the authority to apply organizational resources to project activities.
During meetings to develop this document, the focus is on high-level strategic alignment rather than granular tactical details. The three correct elements discussed are:
* Project Objectives (C): These are the measurable goals the project is intended to achieve. Meetings with stakeholders are crucial to ensure that the project ' s purpose is clearly defined and aligned with the business case and strategic goals of the organization.
* Success Criteria (D): Stakeholders must agree on what constitutes project success. This includes defining the measurable standards (such as KPIs, quality levels, or specific business outcomes) that will be used to determine if the project has met its objectives upon completion.
* High-level Deliverables (A): The charter outlines the main products, services, or results that the project will produce. While a detailed Work Breakdown Structure (WBS) comes later during planning, the " big picture " deliverables must be identified in the charter to define the project ' s boundaries.
Analysis of other options:
* Phase transitions (Option B): Discussions regarding how to move from one phase to another (Kill Points or Stage Gates) are typically part of the Project Management Plan or the Project Life Cycle definition during the planning phase, not the initial chartering process.
* Cost (Option E): While a High-level Budget or " Summary Budget " is included in a charter, " Cost " (the detailed estimation of all resources and activities) is a specific output of the Determine Budget process during planning. The charter deals with the " order of magnitude " funding, while detailed costs are discussed much later.
Per PMI standards, the meetings held during the initiation phase are designed to capture the Sponsor's vision, define Project Objectives, and establish Success Criteria to ensure all key stakeholders are in agreement before the project moves into detailed planning.
During meetings to develop this document, the focus is on high-level strategic alignment rather than granular tactical details. The three correct elements discussed are:
* Project Objectives (C): These are the measurable goals the project is intended to achieve. Meetings with stakeholders are crucial to ensure that the project ' s purpose is clearly defined and aligned with the business case and strategic goals of the organization.
* Success Criteria (D): Stakeholders must agree on what constitutes project success. This includes defining the measurable standards (such as KPIs, quality levels, or specific business outcomes) that will be used to determine if the project has met its objectives upon completion.
* High-level Deliverables (A): The charter outlines the main products, services, or results that the project will produce. While a detailed Work Breakdown Structure (WBS) comes later during planning, the " big picture " deliverables must be identified in the charter to define the project ' s boundaries.
Analysis of other options:
* Phase transitions (Option B): Discussions regarding how to move from one phase to another (Kill Points or Stage Gates) are typically part of the Project Management Plan or the Project Life Cycle definition during the planning phase, not the initial chartering process.
* Cost (Option E): While a High-level Budget or " Summary Budget " is included in a charter, " Cost " (the detailed estimation of all resources and activities) is a specific output of the Determine Budget process during planning. The charter deals with the " order of magnitude " funding, while detailed costs are discussed much later.
Per PMI standards, the meetings held during the initiation phase are designed to capture the Sponsor's vision, define Project Objectives, and establish Success Criteria to ensure all key stakeholders are in agreement before the project moves into detailed planning.
CAPM Exam Question 492
It's time to perform code review on a software project that has over three million lines of code written. Which management tool should the project manager use?
Correct Answer: C
According to the PMBOKGuide, when dealing with a very large volume of data-such as three million lines of code-it is physically and financially impractical to inspect every single item. In these scenarios, the project manager should use Statistical Sampling.
* Efficiency in Large Data Sets: Statistical sampling involves selecting a subset (a " sample " ) of the population of interest (the code) for inspection. The results of this inspection are then used to infer the quality of the entire population.
* Reduced Cost and Time: By reviewing a statistically significant sample rather than the full three million lines, the project team can identify systemic issues or high error rates much faster and at a lower cost.
* Sample Frequency and Size: The sampling frequency and sizes are determined during the Plan Quality Management process so that the cost of quality (CoQ) is balanced with the level of confidence required in the results.
Why other options are incorrect:
* Option A: Pareto chart: A Pareto chart is a histogram used to rank causes of problems from most significant to least significant (the 80/20 rule). While it helps prioritize which errors to fix first, it is not a method for conducting the review or inspection itself.
* Option B: Regression analysis: This is an analytical technique used to determine the relationship between variables (e.g., how a change in one area affects another). It is used for forecasting and trend analysis, not for the primary inspection of code quality.
* Option C: Automated testing tools: While automated tools are frequently used in software development to run tests, " Automated testing " is not a management tool defined under the standard Quality Management techniques in the PMBOK Guide. Furthermore, code reviews (which check for logic, readability, and standards) often require human or qualitative assessment that simple automated " tests " might miss, making statistical sampling the correct theoretical choice for a management-level inspection strategy.
* Efficiency in Large Data Sets: Statistical sampling involves selecting a subset (a " sample " ) of the population of interest (the code) for inspection. The results of this inspection are then used to infer the quality of the entire population.
* Reduced Cost and Time: By reviewing a statistically significant sample rather than the full three million lines, the project team can identify systemic issues or high error rates much faster and at a lower cost.
* Sample Frequency and Size: The sampling frequency and sizes are determined during the Plan Quality Management process so that the cost of quality (CoQ) is balanced with the level of confidence required in the results.
Why other options are incorrect:
* Option A: Pareto chart: A Pareto chart is a histogram used to rank causes of problems from most significant to least significant (the 80/20 rule). While it helps prioritize which errors to fix first, it is not a method for conducting the review or inspection itself.
* Option B: Regression analysis: This is an analytical technique used to determine the relationship between variables (e.g., how a change in one area affects another). It is used for forecasting and trend analysis, not for the primary inspection of code quality.
* Option C: Automated testing tools: While automated tools are frequently used in software development to run tests, " Automated testing " is not a management tool defined under the standard Quality Management techniques in the PMBOK Guide. Furthermore, code reviews (which check for logic, readability, and standards) often require human or qualitative assessment that simple automated " tests " might miss, making statistical sampling the correct theoretical choice for a management-level inspection strategy.
CAPM Exam Question 493
Which tool is used to develop technical details within the project management plan?
Correct Answer: B
According to the PMBOKGuide, the process of Develop Project Management Plan involves defining, preparing, and coordinating all plan components. To develop the technical details and integrate them into a cohesive whole, the following tools and techniques are utilized:
* Project Management Methodology: This refers to a defined system of practices, techniques, procedures, and rules used by those who work in a discipline. In the context of plan development, the methodology provides the framework and technical approach for how the project will be managed and controlled. It dictates how various technical details-such as lifecycle phases, change control procedures, and communication protocols-are structured within the plan.
* Expert Judgment: While Expert Judgment (Choice A) is used to tailor the process and provide technical expertise, the methodology is the overarching tool that specifically organizes the development of those technical details into the formal document.
* Project Management Information System (PMIS): Choice C is a tool used for providing access to IT software tools (like scheduling or configuration management) and for the collection/distribution of information, but it is not the primary tool for developing the technical logic or strategy of the plan itself.
* Project Selection Methods: Choice D is used during the initiating phase or at the portfolio level to determine which projects should be authorized, long before the technical details of a project management plan are developed.
The methodology ensures that the technical details are consistent with organizational standards and the specific needs of the project ' s complexity and industry requirements.
* Project Management Methodology: This refers to a defined system of practices, techniques, procedures, and rules used by those who work in a discipline. In the context of plan development, the methodology provides the framework and technical approach for how the project will be managed and controlled. It dictates how various technical details-such as lifecycle phases, change control procedures, and communication protocols-are structured within the plan.
* Expert Judgment: While Expert Judgment (Choice A) is used to tailor the process and provide technical expertise, the methodology is the overarching tool that specifically organizes the development of those technical details into the formal document.
* Project Management Information System (PMIS): Choice C is a tool used for providing access to IT software tools (like scheduling or configuration management) and for the collection/distribution of information, but it is not the primary tool for developing the technical logic or strategy of the plan itself.
* Project Selection Methods: Choice D is used during the initiating phase or at the portfolio level to determine which projects should be authorized, long before the technical details of a project management plan are developed.
The methodology ensures that the technical details are consistent with organizational standards and the specific needs of the project ' s complexity and industry requirements.
CAPM Exam Question 494
Resource calendars are included in the:
Correct Answer: A
According to the PMBOKGuide, specifically within the Plan Resource Management and Develop Schedule processes, resource calendars play a vital role in understanding the availability of human and physical resources.
* Staffing Management Plan: In earlier versions of the PMBOKGuide (which many practice questions still reference), the Staffing Management Plan is a component of the human resource management plan.
It describes when and how human resource requirements will be met. Resource calendars-which document the working days and non-working days for specific resources-are logically housed within this plan to show when staff are available to be assigned to project activities.
* Modern Context: In more recent editions, this is part of the broader Resource Management Plan. It includes the resource histogram, recognition and rewards, and the timetable for staff acquisition and release.
* Function of the Calendar: It identifies the specific time periods (days, weeks, or months) that each resource is available. It accounts for vacations, local holidays, and commitments to other projects.
Analysis of Other Options:
* B. Work breakdown structure (WBS): The WBS is a deliverable-oriented hierarchical decomposition of the work to be executed by the project team. It defines the " what " of the project, not " when " specific people are available.
* C. Project communications plan: This plan defines the communication requirements for the project and its stakeholders (who needs what information, when, and how). While it might use the resource list for a contact directory, it does not include the calendars of availability.
* D. Project charter: The charter is a high-level document that formally authorizes the existence of a project. It contains high-level requirements and milestones but does not contain granular details like individual resource calendars.
* Staffing Management Plan: In earlier versions of the PMBOKGuide (which many practice questions still reference), the Staffing Management Plan is a component of the human resource management plan.
It describes when and how human resource requirements will be met. Resource calendars-which document the working days and non-working days for specific resources-are logically housed within this plan to show when staff are available to be assigned to project activities.
* Modern Context: In more recent editions, this is part of the broader Resource Management Plan. It includes the resource histogram, recognition and rewards, and the timetable for staff acquisition and release.
* Function of the Calendar: It identifies the specific time periods (days, weeks, or months) that each resource is available. It accounts for vacations, local holidays, and commitments to other projects.
Analysis of Other Options:
* B. Work breakdown structure (WBS): The WBS is a deliverable-oriented hierarchical decomposition of the work to be executed by the project team. It defines the " what " of the project, not " when " specific people are available.
* C. Project communications plan: This plan defines the communication requirements for the project and its stakeholders (who needs what information, when, and how). While it might use the resource list for a contact directory, it does not include the calendars of availability.
* D. Project charter: The charter is a high-level document that formally authorizes the existence of a project. It contains high-level requirements and milestones but does not contain granular details like individual resource calendars.
CAPM Exam Question 495
Which three of the following are the most widely used techniques that a business analyst should implement to gather requirements? (Choose three)
Correct Answer: B,C,E
In the Collect Requirements process, as defined by the PMBOKGuide and the PMI Guide to Business Analysis, elicitation techniques are used to draw out information from stakeholders. While many methods exist, the industry standard focuses on those that balance depth, speed, and consensus.
* Why Choices B, C, and E are correct:
* B (Facilitated Workshops): These are highly effective for bringing cross-functional stakeholders together to reach a consensus. Techniques like JAD (Joint Application Design) help resolve requirements conflicts quickly and are considered one of the most powerful tools for defining product scope.
* C (Scheduled Interviews): This is the most common " one-on-one " technique. It allows the Business Analyst to dive deep into a specific stakeholder ' s needs, elicit confidential information, and build individual rapport. It is the primary method for gathering detailed, specific functional requirements.
* E (Brainstorming Sessions): This is a data-gathering technique used to generate and collect multiple ideas related to project and product requirements in a short period. It encourages creative thinking and is often the first step in identifying a broad range of potential features.
Analysis of other options:
* A (Current state analysis): While this is a critical part of Business Analysis, it is technically an analytical process used to understand the " as-is " environment. It is a prerequisite for or a result of elicitation, rather than a primary " gathering " technique itself in the context of standard PMI toolsets.
* D (Shop floor observation): Also known as " Job Shadowing " or " Observation, " this is a valid technique, especially when stakeholders find it difficult to articulate their requirements. However, it is a specialized technique (often for process improvement) and is not considered as " widely used " or foundational as workshops, interviews, or brainstorming for general project requirements.

Key Concept: The Project Management Institute (PMI) categorizes these techniques under Data Gathering and Interpersonal and Team Skills. To build a robust Requirements Traceability Matrix, a Business Analyst typically starts with Brainstorming (Choice E) for ideas, conducts Interviews (Choice C) for detail, and uses Facilitated Workshops (Choice B) to align the group and finalize the scope.
* Why Choices B, C, and E are correct:
* B (Facilitated Workshops): These are highly effective for bringing cross-functional stakeholders together to reach a consensus. Techniques like JAD (Joint Application Design) help resolve requirements conflicts quickly and are considered one of the most powerful tools for defining product scope.
* C (Scheduled Interviews): This is the most common " one-on-one " technique. It allows the Business Analyst to dive deep into a specific stakeholder ' s needs, elicit confidential information, and build individual rapport. It is the primary method for gathering detailed, specific functional requirements.
* E (Brainstorming Sessions): This is a data-gathering technique used to generate and collect multiple ideas related to project and product requirements in a short period. It encourages creative thinking and is often the first step in identifying a broad range of potential features.
Analysis of other options:
* A (Current state analysis): While this is a critical part of Business Analysis, it is technically an analytical process used to understand the " as-is " environment. It is a prerequisite for or a result of elicitation, rather than a primary " gathering " technique itself in the context of standard PMI toolsets.
* D (Shop floor observation): Also known as " Job Shadowing " or " Observation, " this is a valid technique, especially when stakeholders find it difficult to articulate their requirements. However, it is a specialized technique (often for process improvement) and is not considered as " widely used " or foundational as workshops, interviews, or brainstorming for general project requirements.

Key Concept: The Project Management Institute (PMI) categorizes these techniques under Data Gathering and Interpersonal and Team Skills. To build a robust Requirements Traceability Matrix, a Business Analyst typically starts with Brainstorming (Choice E) for ideas, conducts Interviews (Choice C) for detail, and uses Facilitated Workshops (Choice B) to align the group and finalize the scope.
- Other Version
- 4472PMI.CAPM.v2023-02-14.q281
- 10132PMI.CAPM.v2022-05-24.q570
- 59PMI.Pass4guide.CAPM.v2022-05-12.by.shirley.570q.pdf
- 12529PMI.CAPM.v2022-01-02.q768
- 89PMI.Exams4sures.CAPM.v2021-08-25.by.odelette.722q.pdf
- Latest Upload
- 129Pegasystems.PEGACPDC25V1.v2026-07-17.q45
- 225CompTIA.N10-009.v2026-07-17.q230
- 146EMC.D-PDM-DY-23.v2026-07-17.q66
- 146Salesforce.ADM-201.v2026-07-17.q63
- 337PMI.CAPM.v2026-07-17.q643
- 148Cisco.300-215.v2026-07-17.q60
- 354CollegeAdmission.PMHNP.v2026-07-17.q640
- 198Microsoft.MB-240.v2026-07-17.q174
- 130SAP.C_CE325_2601.v2026-07-17.q37
- 263Microsoft.AZ-900.v2026-07-16.q224
