View Full PMI CPMAI Exam Dumps and Practice Test Dumps.
Question 261
Which activity is most useful for determining whether an AI project can be supported by the organization’s existing operational processes?
- Increasing the model’s parameter count
- Removing user involvement
- Performing an operational feasibility assessment
- Expanding the training dataset without review
Correct Answer: 3
Explanation
Operational feasibility examines whether an organization can successfully integrate, operate, support, and maintain a proposed AI solution within its existing environment. The assessment may consider staffing, workflows, user readiness, infrastructure, support procedures, training, integration requirements, service levels, and operational ownership. A technically successful model may still fail to deliver value if users cannot incorporate it into their workflows or the organization lacks the resources to maintain it. Operational feasibility should therefore be considered alongside technical and economic feasibility. Identifying operational constraints early gives the project team an opportunity to redesign workflows, provide training, assign ownership, or adjust the proposed solution before deployment.
Question 262
Which practice helps protect the integrity of an AI model during its lifecycle?
- Allowing unrestricted modification of production artifacts
- Using controlled access, versioning, and approval processes for model artifacts
- Removing model documentation
- Sharing administrative credentials among developers
Correct Answer: 2
Explanation
Model integrity depends on ensuring that model artifacts cannot be modified or replaced without appropriate authorization and traceability. Organizations can use access controls, version control, model registries, approval workflows, integrity checks, and audit logs to protect important artifacts. These measures help establish which model version was evaluated and approved and reduce the likelihood of unauthorized modification. Shared administrative credentials and unrestricted production access weaken accountability and increase security risk. Model integrity is particularly important when AI systems support important business processes because an unauthorized or unverified model change could alter system behavior without being immediately detected.
Question 263
What is the primary purpose of a probability-impact matrix in AI project risk management?
- To rank programming languages
- To determine database storage requirements
- To identify training examples
- To help assess and prioritize risks based on likelihood and potential impact
Correct Answer: 4
Explanation
A probability-impact matrix provides a structured way to evaluate risks by considering how likely each risk is to occur and how significant its consequences could be. Combining these dimensions helps project teams identify which risks may require greater attention, mitigation, monitoring, or escalation. AI projects can contain many risks, including data-quality issues, privacy concerns, security threats, model performance problems, vendor dependencies, and operational challenges. The matrix does not eliminate risk or replace detailed analysis. Instead, it provides a consistent prioritization mechanism that helps teams allocate attention and resources appropriately and supports communication about the relative significance of identified project uncertainties.
Question 264
Which characteristic is most important when evaluating whether an AI dataset is suitable for its intended purpose?
- The dataset should be relevant to the problem and appropriate for the intended population and use conditions
- The dataset must always contain exactly the same number of records for every category
- The dataset should contain only historical information
- The dataset should always be the largest available
Correct Answer: 1
Explanation
Dataset suitability depends on whether the information is relevant, sufficiently representative, reliable, and appropriate for the intended AI application. A large dataset is not automatically useful if it contains irrelevant, inaccurate, outdated, or unrepresentative information. Teams should evaluate factors such as population coverage, data quality, labeling, time period, collection methods, feature relevance, and expected deployment conditions. Historical data can be valuable but may not represent future conditions. Similarly, perfect balance across categories is not always necessary. The appropriate dataset depends on the business problem and the risks associated with incorrect predictions. Subject-matter experts can help identify important gaps or limitations.
Question 265
Which approach helps an organization manage changes to an AI model in a controlled manner?
- Allowing developers to change production models whenever necessary
- Removing previous model versions
- Using documented change procedures, testing, approvals, and version tracking
- Disabling audit logs
Correct Answer: 3
Explanation
Controlled model changes require a documented process that establishes how modifications are proposed, reviewed, tested, approved, deployed, and recorded. Version tracking allows teams to identify which model is currently active and compare it with previous versions. Testing helps determine whether a proposed change meets technical and business requirements before deployment. Approval processes provide governance for changes that could introduce significant risk. Removing historical versions or allowing unrestricted production changes reduces traceability and makes troubleshooting more difficult. Effective change management helps organizations balance the need for continuous improvement with the need for stability, accountability, reproducibility, and controlled operational risk.
Question 266
Which metric is commonly used to measure the proportion of predicted positive cases that are actually positive?
- Recall
- Precision
- Mean squared error
- Specificity only
Correct Answer: 2
Explanation
Precision measures the proportion of predicted positive cases that are actually positive. It is calculated as true positives divided by the sum of true positives and false positives. Precision is especially important when false-positive results carry significant consequences. Recall, in contrast, measures the proportion of actual positive cases that the model successfully identifies. The appropriate metric depends on the business context because increasing precision may sometimes reduce recall and vice versa. Teams should therefore examine both metrics when relevant and understand the consequences of false positives and false negatives. Classification thresholds can also influence precision and recall and should be evaluated according to the intended use.
Question 267
What is a key purpose of data profiling before developing an AI model?
- To automatically deploy the model
- To replace data governance
- To identify characteristics, quality issues, distributions, and potential anomalies in the data
- To guarantee model accuracy
Correct Answer: 3
Explanation
Data profiling examines the characteristics and quality of a dataset before or during preparation. It can reveal missing values, unusual distributions, duplicate records, invalid values, inconsistent formats, outliers, and relationships between variables. Profiling provides evidence that helps the project team understand whether the data is suitable for the intended AI use case and what preparation may be necessary. It does not guarantee model accuracy and does not replace broader governance activities. Effective profiling can also reveal potential data leakage or sampling problems that might otherwise affect model development. Repeating profiling after major data changes helps ensure that evolving datasets remain appropriate for continued use.
Question 268
Which statement best describes a model’s generalization ability?
- The ability to perform appropriately on previously unseen data
- The ability to memorize every training example
- The ability to store large files
- The ability to increase processor speed
Correct Answer: 1
Explanation
Generalization refers to a model’s ability to perform effectively on data that was not used during training. A model that memorizes its training examples may achieve strong training performance but fail on new observations, which is a common characteristic of overfitting. Evaluating validation and test data provides evidence about how well the model generalizes. The desired level of generalization depends on the intended application and data distribution. Teams should ensure that evaluation datasets reasonably represent future operating conditions and avoid leakage between development and evaluation data. Good generalization is important because production systems normally encounter cases that differ from the exact examples used during model training.
Question 269
Which activity helps ensure that AI project responsibilities are clearly assigned among team members?
- Increasing model complexity
- Defining roles and responsibilities through an appropriate governance or responsibility structure
- Removing project documentation
- Allowing every stakeholder to approve every technical change
Correct Answer: 2
Explanation
Clearly defined roles and responsibilities help prevent confusion about who owns important AI project activities and decisions. Responsibilities may include business ownership, data stewardship, model development, validation, security, compliance, deployment, monitoring, incident response, and final approval. A responsibility structure such as a RACI matrix can help clarify who is responsible, accountable, consulted, or informed for particular activities. Assigning responsibilities does not mean every stakeholder should approve every decision. Instead, decision authority should correspond to expertise, risk, and organizational governance. Clear ownership improves accountability and helps ensure that important activities are completed without unnecessary duplication or gaps.
Question 270
Which situation is most likely to indicate data drift?
- The model source code has been reformatted
- The production server receives a security patch
- The distribution of incoming model features changes significantly compared with the training data
- A developer changes their workstation
Correct Answer: 3
Explanation
Data drift occurs when the statistical characteristics or distribution of input data changes compared with the data used during model development. For example, a customer population may change, new product categories may appear, or typical transaction values may shift. Data drift does not necessarily mean that the relationship between inputs and outcomes has changed; that situation is more closely associated with concept drift. Monitoring input distributions can help detect meaningful changes early. Teams should investigate whether observed drift affects model performance or business outcomes and determine whether action such as data review, recalibration, retraining, or additional monitoring is appropriate.
Question 271
Which approach is most appropriate for managing an AI project’s unresolved issue that is already affecting project execution?
- Record and manage it as an active issue with an owner and resolution plan
- Treat it as a future possibility only
- Remove it from project records
- Automatically classify it as a completed risk
Correct Answer: 1
Explanation
An issue is a problem or condition that has already occurred and requires action, whereas a risk describes an uncertain event or condition that may occur in the future. Once a risk materializes and begins affecting project execution, it may need to be managed as an issue. The project team should document the issue, identify an owner, assess its impact, determine corrective actions, and track progress toward resolution. Keeping issues visible helps stakeholders understand current project constraints and decisions. Removing an active issue from project records can reduce transparency and delay appropriate action. Clear issue management is therefore an important component of effective AI project governance.
Question 272
Which technique can help protect sensitive information while reducing the amount of identifying detail used during AI development?
- Increasing model depth
- Data minimization or appropriate de-identification techniques
- Removing all security monitoring
- Expanding access permissions
Correct Answer: 2
Explanation
Data minimization involves collecting and using only the information necessary for a legitimate purpose. When appropriate, de-identification techniques can further reduce direct or indirect identification risks by modifying or removing identifying information. The effectiveness of such techniques depends on the data, context, and potential for re-identification, so they should not be treated as an automatic guarantee of privacy. AI teams should also consider access controls, encryption, retention, governance, and secure processing. Reducing unnecessary sensitive information can limit exposure if a security incident occurs. Privacy protections should be considered throughout the data lifecycle rather than added only after development is complete.
Question 273
What is the main purpose of a service-level agreement for an AI service?
- To define agreed service expectations such as availability, performance, support, or response times
- To describe only the model’s training algorithm
- To replace all project requirements
- To eliminate vendor accountability
Correct Answer: 1
Explanation
A service-level agreement, or SLA, establishes agreed expectations between a service provider and customer. For an AI service, relevant commitments may include availability, response time, support procedures, incident response, maintenance, performance expectations, and service credits or other remedies where applicable. SLAs help organizations understand what operational service level they can expect and provide a reference for managing vendor performance. An SLA does not replace technical requirements, security controls, or governance processes. Organizations should ensure that contractual commitments are aligned with the business importance and risk profile of the AI service and should monitor actual service performance against agreed expectations.
Question 274
Which practice can help detect unauthorized changes to important AI system resources?
- Disabling system logs
- Removing access restrictions
- Maintaining audit logs and reviewing relevant system activity
- Giving every user administrator privileges
Correct Answer: 3
Explanation
Audit logging records relevant activities such as authentication events, access attempts, configuration changes, model modifications, deployments, and other important actions. Reviewing these records can help organizations identify unauthorized or unexpected changes and support investigation after security incidents. Logs should be protected against inappropriate modification and retained according to organizational requirements. Giving users broad administrative privileges increases risk, while disabling logs removes valuable evidence. Logging alone is not sufficient security; it should be combined with access controls, authentication, monitoring, alerting, and appropriate incident-response procedures. For AI systems, auditability is particularly useful when investigating changes in model behavior or determining how a production configuration was modified.
Question 275
Which factor should be evaluated when estimating the total cost of ownership of an AI solution?
- Only the initial model-development cost
- Development, infrastructure, licensing, operations, maintenance, monitoring, and other lifecycle costs
- Only employee training
- Only the cost of collecting one dataset
Correct Answer: 2
Explanation
Total cost of ownership, or TCO, considers the costs associated with an AI solution across its lifecycle rather than focusing only on initial development. Depending on the implementation, costs may include data acquisition and preparation, infrastructure, cloud services, software licenses, development personnel, deployment, monitoring, security, support, retraining, maintenance, vendor services, and eventual retirement. Considering these costs provides a more realistic view of the resources required to operate the system over time. An AI solution with a low development cost may become expensive if it requires substantial ongoing infrastructure or maintenance. TCO analysis therefore supports better planning, budgeting, vendor comparison, and long-term investment decisions.
Question 276
Which approach can help reduce the impact of class imbalance during model development?
- Ignore the minority class completely
- Evaluate appropriate metrics and consider suitable resampling or class-weighting techniques
- Delete the validation dataset
- Always duplicate every record equally
Correct Answer: 2
Explanation
Class imbalance occurs when one or more classes contain substantially fewer observations than another class. In such cases, overall accuracy can provide a misleading picture because a model may perform well on the majority class while performing poorly on the minority class. Teams can evaluate metrics such as precision, recall, F1 score, or other suitable measures and may consider techniques such as class weighting, oversampling, undersampling, or other problem-specific approaches. The chosen technique should be validated carefully because resampling can introduce other issues. The appropriate response depends on the business consequences of classification errors and the characteristics of the dataset.
Question 277
Which practice is most useful for ensuring that an AI project remains within its approved boundaries?
- Formal scope management and change control
- Allowing unlimited requirements
- Ignoring project constraints
- Implementing every stakeholder request immediately
Correct Answer: 1
Explanation
Scope management establishes what the AI project will and will not deliver. It helps the team maintain focus on approved objectives, deliverables, boundaries, assumptions, and constraints. When stakeholders request new functionality or requirements, change control can be used to evaluate whether the request should be incorporated and what impact it would have on schedule, budget, resources, risks, and quality. Without scope management, projects can experience uncontrolled expansion, increased costs, delayed delivery, and unclear responsibilities. Effective scope management does not mean rejecting every change. Instead, it provides a transparent process for deciding which changes are justified and ensuring that approved changes are properly incorporated into the project plan.
Question 278
Which AI lifecycle activity focuses on evaluating whether a deployed model continues to meet required performance and business objectives?
- Model monitoring
- Initial data collection only
- Project kickoff
- Requirements brainstorming
Correct Answer: 1
Explanation
Model monitoring is the ongoing observation of an AI system after deployment to determine whether it continues to operate as expected. Monitoring may include model performance, data distributions, latency, availability, error rates, business outcomes, fairness indicators, and other relevant measures. The specific indicators depend on the use case and risk profile. Monitoring helps detect degradation caused by changing data, changing relationships, infrastructure problems, implementation defects, or shifts in user behavior. It should be connected to defined thresholds and response procedures so that detected problems lead to appropriate investigation and action. Monitoring is therefore a central component of responsible AI lifecycle management.
Question 279
Which practice best supports effective user adoption of a newly deployed AI system?
- Providing appropriate training, documentation, support, and clear guidance on system limitations
- Preventing users from asking questions
- Hiding system limitations
- Removing all user feedback mechanisms
Correct Answer: 1
Explanation
Successful AI adoption requires more than technical deployment. Users need to understand how the system works at an appropriate level, what its outputs mean, when they should verify results, and what limitations or escalation procedures apply. Training, user documentation, support channels, and feedback mechanisms can help users incorporate the system into existing workflows. Clear guidance is particularly important for generative AI and other systems whose outputs may require human judgment. Hiding limitations can lead to inappropriate reliance and reduce trust when errors occur. Adoption should therefore be monitored after deployment, with user feedback and operational observations used to identify training, interface, workflow, or system improvements.
Question 280
Which action is most appropriate when an AI system’s risk exceeds the organization’s defined risk tolerance?
- Continue deployment without review
- Increase system access
- Escalate the risk and implement appropriate mitigation, redesign, restriction, or other approved response
- Delete the risk register
Correct Answer: 3
Explanation
When an AI system’s risk exceeds the organization’s defined tolerance, the issue should receive appropriate governance attention. The project team may need to implement additional controls, restrict the system’s use, modify the solution, increase human oversight, postpone deployment, or consider another approved response. The appropriate action depends on the nature and severity of the risk and the organization’s governance framework. Continuing deployment without review can expose the organization to unacceptable consequences. Risk escalation ensures that decisions are made by stakeholders with appropriate authority. Documenting the assessment and response also supports accountability and provides a record of why the organization accepted, reduced, transferred, avoided, or otherwise managed the risk.