PMI CPMAI Practice Test Questions and Exam Dumps Part9 Q161-180

View Full PMI CPMAI Exam Dumps and Practice Test Dumps.

 

Question 161

Which factor should be evaluated when determining whether an AI solution can scale to meet future business demand?

  1. Only the current model accuracy
  2. Only the number of project stakeholders
  3. Compute capacity, data volume, latency requirements, and expected workload
  4. The color of the application’s user interface

Correct Answer: 3

Explanation

Scalability determines whether an AI solution can continue to support increasing workloads, data volumes, users, or transaction rates without unacceptable degradation. Evaluation may include compute requirements, storage, network capacity, inference latency, concurrency, infrastructure architecture, and expected growth. A model’s current accuracy alone does not demonstrate that the system can handle future demand. Likewise, stakeholder count and interface appearance do not determine technical scalability. Assessing scalability during planning helps organizations identify infrastructure requirements and potential bottlenecks before deployment. This is especially important for AI applications expected to process growing datasets or serve large numbers of users or real-time requests.

Question 162

What is the primary purpose of establishing a business case for an AI initiative?

  1. To explain the expected value, costs, risks, and justification for investment
  2. To select a programming language
  3. To guarantee project approval
  4. To replace the AI model evaluation process

Correct Answer: 1

Explanation

An AI business case provides a structured justification for investing in the proposed initiative. It can describe the business problem, expected benefits, estimated costs, risks, assumptions, alternatives, resource requirements, and potential return or value. Decision-makers can use this information to determine whether the initiative aligns with organizational priorities and whether the expected benefits justify the investment. A business case does not guarantee approval and does not replace technical model evaluation. Programming language selection is also a technical implementation concern. Developing a clear business case helps connect AI capabilities with measurable organizational outcomes and provides a foundation for informed investment decisions.

Question 163

Which situation is an example of an AI project constraint?

  1. A requirement that the system must use only approved organizational cloud infrastructure
  2. A possible future increase in customer demand
  3. An unverified assumption about data quality
  4. A potential security incident

Correct Answer: 1

Explanation

A project constraint is a limitation that restricts how the project can be planned or executed. Examples include fixed budgets, deadlines, approved technologies, regulatory requirements, staffing limitations, or infrastructure restrictions. A requirement to use only approved organizational cloud infrastructure is therefore a constraint that influences technical solution design. A possible future demand increase is generally an uncertainty or assumption, while a potential security incident is a risk. Distinguishing constraints, assumptions, risks, and requirements helps project teams develop realistic plans and respond appropriately when conditions change. Clear documentation of constraints also helps stakeholders understand the boundaries within which the project must operate.

Question 164

Which practice helps ensure that AI project decisions remain aligned with organizational governance requirements?

  1. Allowing individual developers to bypass policies
  2. Establishing defined approval processes and decision authorities
  3. Removing documentation from major decisions
  4. Avoiding risk assessments

Correct Answer: 2

Explanation

Defined approval processes and decision authorities help ensure that important AI project decisions are made consistently with organizational governance requirements. Depending on the organization, approvals may be needed for data access, high-risk use cases, model deployment, security exceptions, privacy assessments, or changes to approved scope. Clear governance roles reduce ambiguity about who can authorize important actions and provide accountability for decisions. Allowing developers to bypass policies or removing documentation can increase organizational risk. Governance should be integrated into the project lifecycle so that appropriate decisions are reviewed at suitable points rather than being treated as an optional activity after implementation.

Question 165

What is a key reason for conducting an AI impact assessment?

  1. To identify potential effects and risks of an AI system on people, processes, and stakeholders
  2. To guarantee that the model will never make errors
  3. To eliminate all project costs
  4. To automatically select the best algorithm

Correct Answer: 1

Explanation

An AI impact assessment helps an organization examine the potential effects of an AI system before or during deployment. Depending on the use case, the assessment may consider impacts on individuals, groups, employees, customers, business processes, privacy, security, fairness, safety, and other stakeholders. Identifying potential impacts early allows teams to introduce appropriate controls, mitigation strategies, oversight, and monitoring. An impact assessment cannot guarantee that a system will never make errors or automatically select an algorithm. Its purpose is broader: to understand potential consequences and ensure that important risks and responsibilities are considered when deciding how the AI system should be designed and operated.

Question 166

Which technique can help identify highly correlated features that may provide redundant information to a model?

  1. Feature correlation analysis
  2. Data encryption
  3. User authentication
  4. Model deployment

Correct Answer: 1

Explanation

Feature correlation analysis can help identify variables that contain similar or strongly related information. Highly correlated features may introduce redundancy and, depending on the model, can complicate interpretation or contribute to instability. Reviewing correlations can therefore support feature selection and engineering decisions. However, correlation does not automatically mean that one feature should be removed; domain knowledge, model behavior, causality considerations, and business requirements should also be evaluated. Encryption and authentication are security controls, while deployment concerns moving an approved model into an operational environment. Feature analysis should be performed as part of a broader data preparation and modeling process.

Question 167

Which statement best describes the role of subject-matter experts in an AI project?

  1. They are responsible only for writing model code
  2. They provide domain knowledge that can improve requirements, validation, and interpretation
  3. They replace the need for technical specialists
  4. They approve every software change automatically

Correct Answer: 2

Explanation

Subject-matter experts contribute knowledge about the business domain, operational processes, terminology, decision criteria, and real-world conditions relevant to an AI use case. Their input can help teams define appropriate requirements, identify meaningful features, interpret model outputs, validate results, and recognize unrealistic assumptions. Subject-matter experts do not replace data scientists, engineers, project managers, or other technical roles. Their value comes from combining domain expertise with the capabilities of the broader project team. Including appropriate experts throughout the lifecycle can improve the relevance and usability of an AI solution and help identify issues that may not be visible from technical analysis alone.

Question 168

Why should an AI project establish measurable success criteria before implementation?

  1. To provide objective conditions for determining whether project objectives have been achieved
  2. To prevent any changes to the project
  3. To guarantee stakeholder agreement
  4. To eliminate the need for model testing

Correct Answer: 1

Explanation

Measurable success criteria translate broad project objectives into observable outcomes that can be evaluated. Examples may include a required reduction in processing time, a target level of predictive performance, improved customer response rates, or a defined operational cost reduction. Establishing these criteria before implementation provides a reference for evaluating whether the project has achieved its intended objectives. Success criteria do not guarantee stakeholder agreement or prevent legitimate changes. They also do not replace model testing because technical validation and business evaluation serve different purposes. Clear criteria help teams make evidence-based decisions about project progress, acceptance, and benefits realization.

Question 169

Which approach can reduce the risk of an AI system being used outside its intended purpose?

  1. Documenting intended use cases, limitations, and prohibited or unsupported uses
  2. Removing all model documentation
  3. Allowing unrestricted reuse without review
  4. Hiding known limitations from users

Correct Answer: 1

Explanation

Documenting an AI system’s intended use, limitations, assumptions, and unsupported scenarios helps users understand where the system should and should not be applied. This is particularly important when a model performs well under specific conditions but may produce unreliable results outside those conditions. Documentation can be supplemented with user training, access controls, warnings, approval processes, and monitoring. Removing limitations or allowing unrestricted reuse can increase the likelihood of inappropriate application. Clearly communicating intended use supports responsible adoption and helps stakeholders make informed decisions about whether a model is suitable for a particular task or situation.

Question 170

What is the primary purpose of a confusion matrix in classification evaluation?

  1. To measure infrastructure capacity
  2. To show counts of correct and incorrect predictions by class
  3. To calculate data storage requirements
  4. To identify project stakeholders

Correct Answer: 2

Explanation

A confusion matrix summarizes classification predictions by comparing predicted classes with actual classes. It typically identifies true positives, true negatives, false positives, and false negatives for a binary classification problem, with corresponding extensions for multiclass problems. These values can be used to calculate metrics such as accuracy, precision, recall, and F1 score. A confusion matrix therefore provides more detailed information than overall accuracy alone and can help teams understand the types of errors a model is making. It does not measure infrastructure capacity or identify stakeholders. Its primary role is to support evaluation of classification behavior.

Question 171

Which practice can help maintain reproducibility when deploying a machine-learning model?

  1. Recording the model version, dependencies, configuration, and relevant deployment information
  2. Updating dependencies without testing
  3. Using undocumented production configurations
  4. Manually changing model files after deployment

Correct Answer: 1

Explanation

Reproducible deployment requires sufficient information to recreate the environment and configuration under which a model operates. Teams should track model versions, code, dependencies, configuration settings, infrastructure requirements, and relevant data or preprocessing versions. Containerization and automated deployment pipelines can also help standardize environments. Updating dependencies without testing or manually modifying production artifacts can make behavior difficult to reproduce and troubleshoot. Maintaining deployment metadata allows teams to identify exactly which model and configuration are running and helps reconstruct previous environments when necessary. Reproducibility is valuable for debugging, auditing, controlled releases, and responding to incidents affecting production AI systems.

Question 172

What is the purpose of a service-level agreement when using an external AI service provider?

  1. To define agreed service expectations such as availability, support, or response commitments
  2. To determine the model’s training labels
  3. To replace internal governance
  4. To guarantee that the AI model is unbiased

Correct Answer: 1

Explanation

A service-level agreement, or SLA, establishes agreed expectations between an organization and an external service provider. Depending on the arrangement, an SLA may define availability targets, support response times, incident handling, performance commitments, maintenance windows, and escalation procedures. SLAs can help clarify operational responsibilities and provide a basis for evaluating whether a provider is meeting contractual expectations. They do not replace the organization’s internal governance responsibilities or guarantee that an AI model is unbiased. Model quality, privacy, security, and compliance requirements may need additional contractual and technical controls. Proper vendor management therefore considers the SLA as one component of a broader third-party risk framework.

Question 173

Which characteristic of an AI system refers to its ability to produce dependable results under expected operating conditions?

  1. Reliability
  2. Compression
  3. Portability
  4. Duplication

Correct Answer: 1

Explanation

Reliability refers to the ability of an AI system to operate consistently and produce dependable results under expected conditions. Reliability can involve stable model behavior, system availability, consistent processing, error handling, and resilience to normal operational variation. A reliable AI solution should also have appropriate monitoring and recovery processes to identify and respond to failures. Reliability does not mean that the model will always be correct, because AI systems can still make errors. Instead, it indicates that the system performs consistently enough to support its intended purpose under defined conditions. Reliability should be considered during design, testing, deployment, and ongoing monitoring.

Question 174

Which approach is most appropriate for handling an AI model that must provide predictions within strict response-time requirements?

  1. Evaluate latency and infrastructure requirements as part of model and system selection
  2. Ignore response time until after production deployment
  3. Always select the largest available model
  4. Remove performance monitoring

Correct Answer: 1

Explanation

When an AI application has strict latency requirements, response time must be considered during both model and system evaluation. Teams may compare model complexity, inference speed, hardware requirements, network latency, concurrency, caching, and deployment architecture. A highly accurate model may not be suitable if it consistently exceeds the application’s response-time limits. Performance testing under realistic workloads can help identify whether the proposed architecture meets requirements. Ignoring latency until deployment can result in expensive redesign work. Similarly, selecting the largest model without considering operational requirements may create unnecessary delays. Model selection should therefore balance predictive performance with practical system requirements.

Question 175

What is the primary purpose of monitoring data drift after deployment?

  1. To identify changes in input-data characteristics that may affect model performance
  2. To automatically increase the model’s accuracy
  3. To remove the need for model validation
  4. To prevent users from accessing the system

Correct Answer: 1

Explanation

Data drift occurs when the statistical characteristics or distribution of input data change over time compared with the data used during model development. Monitoring for drift can help identify conditions that may cause a model’s predictions to become less reliable. For example, customer behavior, product characteristics, or operational processes may change after deployment. Drift does not automatically mean that model performance has degraded, so teams should investigate the relationship between observed changes and relevant outcomes. Monitoring can trigger further analysis, retraining, recalibration, or other actions when appropriate. Data drift monitoring is therefore an important part of maintaining AI systems after deployment.

Question 176

Which action is most appropriate when a project’s actual costs begin exceeding the approved budget?

  1. Hide the variance until project completion
  2. Analyze the cause, communicate the variance, and evaluate appropriate corrective actions
  3. Automatically cancel the project
  4. Continue spending without tracking

Correct Answer: 2

Explanation

Budget variance should be analyzed and managed rather than hidden or ignored. The project manager should determine why actual costs differ from the approved budget, assess the impact on remaining work, communicate relevant information to stakeholders, and evaluate corrective actions. Possible responses may include reprioritizing scope, adjusting resources, modifying schedules, controlling discretionary spending, or seeking an approved budget change when justified. Automatically canceling the project may be inappropriate without understanding the causes and alternatives. Continued spending without tracking can worsen the problem. Effective cost management provides visibility into financial performance and allows stakeholders to make informed decisions about the project’s remaining work.

Question 177

Which statement best describes the purpose of a minimum viable AI solution?

  1. It provides the smallest useful implementation that can test value and key assumptions
  2. It must contain every planned feature
  3. It is always the most accurate possible model
  4. It is automatically ready for enterprise-wide deployment

Correct Answer: 1

Explanation

A minimum viable AI solution focuses on delivering enough functionality to test important assumptions and demonstrate meaningful value without implementing every potential feature. This approach can allow teams to gather evidence about user needs, technical feasibility, business outcomes, and operational challenges before investing heavily in a larger solution. A minimum viable solution is not necessarily the most accurate model and does not automatically qualify for enterprise-wide deployment. Appropriate testing, security, governance, operational readiness, and acceptance criteria still apply. By limiting initial scope to essential capabilities, organizations can learn from real evidence and make more informed decisions about future development.

Question 178

Which practice can help ensure that changes to an AI model are properly reviewed before production deployment?

  1. Using a controlled approval and release process
  2. Allowing direct modification of production artifacts
  3. Removing version identifiers
  4. Disabling testing for urgent releases

Correct Answer: 1

Explanation

A controlled approval and release process helps ensure that model changes are reviewed, tested, documented, and authorized before they reach production. Depending on the organization’s governance framework, the process may include version control, automated testing, security checks, performance evaluation, approval gates, deployment records, and rollback procedures. Direct modification of production artifacts makes changes harder to trace and can introduce unexpected risks. Removing version identifiers also reduces accountability and reproducibility. Even urgent changes should follow an appropriate expedited process rather than bypassing all controls. Controlled releases help organizations balance development speed with reliability, security, governance, and operational risk management.

Question 179

Why should AI project teams collect feedback from end users after deployment?

  1. To identify usability issues, unexpected behavior, and opportunities for improvement
  2. To guarantee that every user will approve the model
  3. To replace technical monitoring
  4. To prevent future model updates

Correct Answer: 1

Explanation

End-user feedback provides information that may not be visible through technical metrics alone. Users can identify confusing outputs, workflow problems, missing functionality, unexpected model behavior, inappropriate recommendations, or situations where the system does not fit operational needs. This feedback can complement model performance monitoring and help teams prioritize improvements. User feedback does not guarantee universal acceptance and should not replace objective technical and operational monitoring. Instead, it provides another source of evidence about how the AI solution performs in real workflows. Combining user feedback with quantitative metrics can support continuous improvement, adoption, training, and responsible management of the deployed system.

Question 180

Which activity best supports continuous improvement of an AI solution throughout its lifecycle?

  1. Collecting performance data, monitoring outcomes, reviewing feedback, and making controlled improvements
  2. Freezing the system permanently after deployment
  3. Removing all production monitoring
  4. Ignoring changes in business requirements

Correct Answer: 1

Explanation

Continuous improvement involves systematically using evidence from model performance, business outcomes, user feedback, operational metrics, and changing requirements to identify opportunities for improvement. Teams can evaluate whether updates to data, features, models, workflows, infrastructure, or governance controls are appropriate. Improvements should be controlled, tested, documented, and approved according to the organization’s lifecycle process. Freezing a system permanently can allow performance or relevance to decline as conditions change, while removing monitoring eliminates important evidence. Continuous improvement does not mean making constant uncontrolled changes. Instead, it means maintaining a structured feedback loop that helps the AI solution remain useful, reliable, and aligned with its intended purpose.