A hospital system has been using a chatbot and has received complaints from end users. The end users believe they are speaking to a person but are frustrated when answers do not make sense. To help ensure end users know that they are engaging with an AI chatbot, what should be considered to support transparency?
Correct Answer: C
Responsible and transparent AI-key themes in PMI-CPMAI-require that end users understand when they are interacting with an AI system rather than a human. In this scenario, end users mistakenly believe they are chatting with a person and become frustrated when responses are nonsensical. PMI-style responsible AI and ethics guidance emphasizes clear disclosure, user awareness, and expectation management as essential controls to protect trust and reduce harm. The most direct way to support transparency here is a disclosure notice with each use (option C), for example a visible label or brief statement indicating "You are interacting with an AI-powered chatbot." This can appear at session start, in the chat header, or near the input box and may be reinforced periodically. Inclusion of diverse datasets (option A) and interpretable models (option D) are important for fairness and explainability but do not solve the misunderstanding about the chatbot's identity. Operationalizing advanced algorithms (option B) might improve answer quality, but again, it does not address the core transparency issue. Therefore, to ensure users know they are engaging with an AI chatbot, the system should present a clear disclosure notice with each use.
PMI-CPMAI Exam Question 2
A development team is tasked with creating an AI system to assist physicians with diagnosing medical conditions. They encountered cases where symptoms do not always lead to well-defined diagnoses. Which approach should the project manager integrate to handle the inherent uncertainty?
Correct Answer: A
For AI systems supporting high-stakes medical decisions, PMI-CP/CPMAI and responsible AI guidance emphasize human-in-the-loop oversight as the primary way to manage inherent uncertainty and risk. In clinical diagnosis, symptoms are often ambiguous, overlapping across multiple conditions, and influenced by patient history and context. No matter how advanced the model, there will be edge cases, rare diseases, and conflicting signals. Rather than attempting to eliminate uncertainty purely through more complex models, more input variables, or ever-growing rule sets, best practice is to design the AI as a decision-support tool, not an autonomous decision-maker. That means physicians retain ultimate responsibility, reviewing AI suggestions, over-riding them when clinically necessary, and using their expertise to weigh patient-specific factors the model may not capture. Human-in-the-loop design also supports explainability and trust: clinicians can question outputs, cross-check with other evidence, and provide feedback that can be used later for model improvement. CPMAI's lifecycle framing for regulated and safety-critical domains is clear: when outcomes materially affect health or life, the appropriate way to handle uncertainty is to keep a human in the loop for all decision-making, which aligns directly with option A.
PMI-CPMAI Exam Question 3
A team is in the early stages of an AI project. They need to ensure they have the necessary data and technology to support AI solution development. What is the first step the project team should complete?
Correct Answer: D
In the PMI-CP in Managing AI guidance, early AI project work includes confirming that the data foundation is viable before committing to specific tools or architectures. For AI initiatives, data is the primary constraint: if the right data does not exist, is incomplete, or is of low quality, no choice of technology will rescue the solution. Therefore, before assessing tooling gaps or even detailing the technology stack, teams are expected to verify the availability, accessibility, and quality of the required data for the intended use case. PMI-CPMAI describes data readiness activities such as identifying key data sources, profiling them for completeness and consistency, assessing coverage of relevant populations and time periods, and checking for legal and regulatory constraints around access and use. Only after this verification can the team meaningfully evaluate whether existing platforms, infrastructure, and tools are sufficient, and then identify gaps. Assessing team expertise or procuring tools are important, but they follow from the prior understanding of what data exists and what is needed for the model. Thus, the first step the project team should complete to ensure they have what they need for AI development is to verify the availability and quality of the required data.
PMI-CPMAI Exam Question 4
A telecommunications company is considering an AI solution to improve customer service through automated chatbots. The project team is assessing the feasibility of the AI solution by examining its potential scalability and effectiveness. What will present the highest risk to the company?
Correct Answer: B
PMI's responsible AI emphasis treats privacy, security, and compliance as top-tier risks because failures can lead to immediate harm, legal penalties, loss of trust, and forced shutdown of the system-often outweighing technical or delivery risks. PMI notes that strong data governance creates a structured, secure environment that minimizes the risk of data security breaches and addresses compliance gaps as AI capabilities evolve faster than regulation. In a customer-service chatbot, sensitive data (account details, identifiers, interaction logs) is frequently processed and stored; a privacy breach can trigger regulatory action and reputational damage at a scale that eclipses integration delays (A), performance/scalability issues (C), or team capability gaps (D). PMI also frames trustworthy AI around governance and accountability practices that reduce fear and build trust-privacy compliance is foundational to that trust. While scalability is important for feasibility, it is generally a solvable engineering and capacity-planning challenge; by contrast, privacy noncompliance can be existential for the initiative. Therefore, the highest-risk option is breaching customer data privacy regulations with legal consequences.
PMI-CPMAI Exam Question 5
An AI project team in the healthcare sector is tasked with developing a predictive model for patient readmissions. They need to gather required data from various sources, including electronic health records (EHR), patient surveys, and clinical notes. The team is evaluating which technique will help to ensure the data is comprehensive and reliable. What is an effective technique the project team should use?
Correct Answer: A
In the PMI-CPMAI body of knowledge, healthcare AI initiatives are repeatedly framed as data-intensive efforts that must integrate heterogeneous sources such as EHRs, patient-reported outcomes, and unstructured clinical narratives. The guidance stresses that "unstructured sources, including physician notes and narrative reports, often contain critical clinical context that will not appear in structured fields," and that project teams must use techniques that can reliably extract this information into analysis-ready form to achieve completeness and reliability of the dataset. This is where natural language processing (NLP) is highlighted as a key enabler: by systematically parsing and extracting diagnoses, treatments, comorbidities, timelines, and outcomes from free-text clinical notes, NLP makes these rich but messy data usable alongside structured EHR fields and survey data. PMI-CPMAI also emphasizes that simply adding more data or distributing training (such as data augmentation or federated learning) does not guarantee that the underlying data are comprehensive; what matters is that all relevant signals are captured and normalized across modalities. NLP directly supports this by converting unstructured text into standardized features, reducing omissions and manual abstraction errors. Real-time EHR integration improves freshness, but not necessarily coverage across all sources. Therefore, to ensure the data is comprehensive and reliable for a readmission prediction model, employing NLP to extract relevant data from clinical notes is the most effective technique among the options.