In the early stages of an AI project, the team needs to determine the types of environments and devices where the AI solution will be used. This information is crucial to ensure a successful implementation. Which action should the project manager implement first?
-
A
Conduct comprehensive user experience research.
-
B
Perform a technical requirements audit.
-
C
Hold workshops with end users to gather feedback.
-
D
Draft a detailed usage scenario analysis.
Reveal answer details
Close answer details
Correct answerD
ExplanationA usage scenario analysis describes who will use the AI solution, in what environment, on which devices, and under what operating conditions. Drafting these scenarios first turns the deployment context into explicit requirements that can guide later technical and user-experience decisions.
An IT services company is developing an AI-driven customer support chatbot. The project manager assembling the team needs to identify the data subject matter experts (SMEs) who can contribute effectively to the chatbot training and optimization. What expertise should the project manager look for to meet this objective?
-
A
Experience with generative adversarial networks (GANs) and generating realistic synthetic data
-
B
Knowledge of long-short-term memory (LSTM) neural networks and success in handling long-term dependencies
-
C
Proficiency in convolution neural networks (CNNs) and their use in image recognition
-
D
Background in recurrent neural networks (RNNs) and effectiveness in sequential data processing
Reveal answer details
Close answer details
Correct answerB
ExplanationChatbot conversations are sequential, and the meaning of a later message can depend on information introduced much earlier. Long-short-term memory neural networks are designed to retain useful context across long-term dependencies, so expertise with LSTMs directly supports chatbot training and optimization.
Your team is trying to determine which pattern best fits their AI problem. To do this the project team is running through the seven patterns of AI to figure out what pattern best applies to their problem. Which of the following is the best approach?
-
A
When in doubt, go with the patterns and anomalies pattern as all AI projects are about pattern matching.
-
B
Determine what you're trying to accomplish and see which pattern(s) of AI fit best.
-
C
Apply every pattern to the project.
-
D
When in doubt, don't apply any pattern of AI
Reveal answer details
Close answer details
Correct answerB
ExplanationPattern selection should follow the outcome the project is meant to achieve. The team must first determine what it is trying to accomplish, then map that objective to the AI pattern or patterns that fit it. Applying every pattern adds unrelated work, while choosing a default pattern without reference to the objective can misalign the solution with the actual problem.
An AI project team with a manufacturing company needs to ensure data integrity before moving to model development. They discovered some data inconsistencies due to manual entry errors. What is an effective method that helps to ensure data integrity?
-
A
Using machine learning algorithms to detect and correct errors
-
B
Automating data entry processes
-
C
Conducting regular audits of manually entered data
-
D
Implementing real-time data validation rules
Reveal answer details
Close answer details
Correct answerD
ExplanationReal-time validation rules check manually entered values against defined formats, ranges, and consistency conditions at the point of entry. Invalid values can be rejected or flagged before they enter the development dataset, preventing known entry mistakes from continuing to compromise data integrity.
You're running an AI project and want to speed up training of the model so that you can complete your current CPMAI iteration within the two-week timeframe the team has set. What's one approach to speed up model training?
-
A
Use data from a previous project
-
B
Use cloud-based technology
-
C
-
D
Use or extend a pre-trained model
Reveal answer details
Close answer details
Correct answerD
ExplanationA pre-trained model already contains parameters learned during earlier training, so the team does not need to begin every part of learning from an uninitialized model. Reusing or extending that model lets the project focus training on the current need. This can reduce the work needed within the two-week iteration while still allowing adaptation for the project.
Question 6
Multiple choice
During the planning phase, a project manager identifies multiple patterns for their AI project. Which two actions should the project manager do? (Choose two.)
-
A
Split the project into iterations for different patterns.
-
B
Focus on noncognitive parts before addressing cognitive patterns.
-
C
Combine all patterns into a single comprehensive iteration.
-
D
Select patterns based on stakeholder preference.
-
E
Proceed with the most complex pattern to challenge the team.
Reveal answer details
Close answer details
Correct answersA, B
ExplanationDifferent AI patterns can require distinct data, models, tests, and acceptance criteria, so splitting the project into pattern-specific iterations keeps each learning cycle manageable. Addressing noncognitive parts first establishes the routine automation foundation before cognitive patterns are added. This sequence reduces unnecessary complexity and lets later intelligent work build on completed basic functions.
Your team has built a new robot that roams the halls at your organization and helps with various things such as small deliveries. However, you notice that many employees are opting not to use the robot. When you ask them why they tell you that the robot looks "creepy" and they would rather not interact with it. What's going on here?
-
A
Lack of understanding the robot's usefulness
-
B
The bot is falling into The "Uncanny Valley"
-
C
-
D
Safety and reliability issues that impact bot usefulness
Reveal answer details
Close answer details
Correct answerB
ExplanationEmployees understand that the robot can perform useful tasks, yet its appearance makes them uncomfortable enough to avoid interaction. The Uncanny Valley describes this negative reaction when a humanlike system appears close to human but still feels unnatural or unsettling. The reported "creepy" response is the decisive sign of that effect.
For AI projects the code and systems don't matter as much as the data. In fact, big data is what's powering much of this latest wave of AI. What's most important for your company to consider around data?
-
A
Because of almost-infinite storage and compute power, collect as much data as possible and deal with organizing it later.
-
B
Collect enormous amounts of data - the more data the better.
-
C
Understanding which algorithms are best for your data needs.
-
D
Have team members that have experience, understanding of tools, and the ability to deal with massive volumes of data.
Reveal answer details
Close answer details
Correct answerD
ExplanationLarge data volumes create value only when people can manage and use them effectively. Team members need experience, an understanding of the relevant tools, and the ability to work with massive volumes of data. Simply collecting more information without those capabilities does not organize, prepare, or extract useful value from it.
In a clustering analysis for data use, the project team finds that the clusters are not meaningful and do not provide actionable insights. Which activity should the project manager do with the project team?
-
A
Establish data governance protocols.
-
B
Conduct an algorithm analysis on the data sources.
-
C
Assess the trade-offs of the various algorithms.
-
D
Identify the data gaps and address deficiencies.
Reveal answer details
Close answer details
Correct answerD
ExplanationClustering depends on data that contains sufficient, relevant information to reveal useful groupings. Missing coverage, weak variables, or other deficiencies can produce clusters that are mathematically distinct but not meaningful for action. Identifying the data gaps and correcting those deficiencies improves the basis for clustering before the team compares or modifies algorithms.
Question 10
Single choice
You've built your model and now need to see if it actually works as expected. In which phase of CPMAI is this done?
-
A
-
B
-
C
-
D
-
E
-
F
Reveal answer details
Close answer details
Correct answerE
ExplanationThe model has already been built, so the next task is to determine whether it works as expected against the relevant criteria. CPMAI Phase V is model evaluation, where the developed model is tested and its results are assessed. This separates verifying model performance from Phase IV, which focuses on developing, training, and tuning the model.
Question 11
Single choice
A healthcare organization plans to use an AI solution to predict patient readmissions. The data science team needs to identify data sources and ensure data quality. Which method will meet the project team's objectives?
-
A
Setting up a continuous integration pipeline for real-time data validation
-
B
Using data profiling tools to assess data completeness
-
C
Implementing data augmentation techniques to fill missing values
-
D
Operationalizing a data catalog to maintain metadata standards
Reveal answer details
Close answer details
Correct answerB
ExplanationData profiling examines candidate sources and measures characteristics such as missing values and field completeness. That gives the team a direct basis for deciding which sources are usable and where quality gaps exist before model development. Augmentation changes data, a catalog maintains metadata, and a continuous integration pipeline does not replace the initial completeness assessment.
Question 12
Single choice
An IT services company is working on a project to develop an AI-based customer support system. During data preparation, the project manager needs to clean and transform customer interaction logs. What is an effective technique to handle any missing data?
-
A
Remove records with missing values if minimal.
-
B
Duplicate existing data to fill in missing gaps.
-
C
Ignore missing data if it seems insignificant.
-
D
Fill missing values with zeros without analysis.
Reveal answer details
Close answer details
Correct answerA
ExplanationWhen only a minimal number of records contain missing values, removing those records eliminates incomplete inputs without materially reducing the usable dataset. The condition that the missing portion is minimal is essential because extensive deletion could discard important information or distort coverage. Duplicating records, ignoring gaps, or inserting zeros would introduce unsupported values or preserve defects.
Question 13
Single choice
A project manager needs to select an effective technique to address distinct outputs and objectives in AI/ machine learning (ML) model training. What should the project manager use?
-
A
A generic prompt template
-
B
A sequence of prompts tailored to each output
-
C
A single comprehensive prompt for all tasks
-
D
A fixed set of predefined prompts
Reveal answer details
Close answer details
Correct answerB
ExplanationDistinct outputs have different objectives, context needs, and completion criteria. A sequence of prompts allows each step to be tailored to its particular output and lets the result of one step support the next. A single generic or fixed prompt cannot provide the same output-specific guidance across several different training tasks.
Question 14
Single choice
An AI project team needs to assess the feasibility of an AI solution. In order to proceed with the AI project, what should the project manager address?
-
A
Alignment with business objectives
-
B
-
C
Complexity of operationalization
-
D
Reveal answer details
Close answer details
Correct answerA
ExplanationFeasibility begins with confirming that the proposed AI capability serves a defined business objective. Alignment establishes why the project should proceed and provides the basis for evaluating benefits and success. Vendor cost, operational complexity, and data concerns are relevant constraints, but they cannot justify an AI solution that does not advance the organization's intended outcome.
Question 15
Single choice
An AI project team needs to consider compliance with data regulations and explainability standards as requirements for a new AI solution. At what point in the project should the requirements be approached?
-
A
As part of the business understanding phase
-
B
As part of the data preparation phase
-
C
As optional guidelines based on project scope
-
D
As part of the final testing phase
Reveal answer details
Close answer details
Correct answerA
ExplanationData-regulation and explainability obligations shape what the solution is permitted and expected to do. Addressing them during business understanding makes them part of the initial requirements and feasibility decisions, so later data preparation, design, and testing can be planned to satisfy them from the outset.
Question 16
Single choice
Recently your company has been getting a large number of spam emails and some employees have been clicking on these suspicious emails causing a headache for IT. The head of IT wants to create a more robust spam filter and your team has been tasked with this project. What type of algorithm would you select for this problem?
-
A
-
B
-
C
Binary (or Binomial) Classification
-
D
Multiclass Classification
Reveal answer details
Close answer details
Correct answerC
ExplanationEach email must be assigned to one of two mutually exclusive outcomes: spam or not spam. Binary, also called binomial, classification is designed for a target with exactly two classes. Regression would predict a numeric value, while multiclass classification would be needed only if more than two categories were required.
Question 17
Single choice
Your AI model must provide predictions once per month using historical data snapshots. What is the most appropriate operationalization approach?
-
A
-
B
-
C
-
D
Web service / Microservice
Reveal answer details
Close answer details
Correct answerC
ExplanationPredictions are required only once per month and are based on historical snapshots, so there is no need to score each event immediately. Batch prediction processes a collected dataset together on a scheduled cycle and produces the month's outputs. This matches both the periodic timing and snapshot-based input described in the requirement.
Question 18
Single choice
An AI project team is in the process of designing a security plan. The team needs to consider various aspects such as transparency, explainability, and compliance with data regulations. Which action should the project manager take?
-
A
Ensure the AI system's decisions are transparent and explainable.
-
B
Rely solely on encryption without considering other security aspects.
-
C
Focus only on technical security measures, ignoring transparency.
-
D
Assume compliance without reviewing current regulations.
Reveal answer details
Close answer details
Correct answerA
ExplanationA security plan for this AI project must include the stated transparency and explainability concerns alongside regulatory compliance. Ensuring decisions are transparent and explainable makes model behavior reviewable and accountable, instead of limiting security planning to encryption or other technical controls.
Question 19
Single choice
During which phase of an AI project should you consider Trustworthy AI considerations?
-
A
Phase I: Business Understanding
-
B
Phase II: Data Understanding
-
C
Phase VI: Model Operationalization
-
D
Every Phase of the AI project
Reveal answer details
Close answer details
Correct answerD
ExplanationTrustworthy AI affects decisions made across the full AI lifecycle, including business goals, data use, model design, evaluation, deployment, and ongoing operation. Waiting for one phase would leave earlier risks and requirements unaddressed. It must therefore be considered in every phase of the AI project so each stage incorporates the relevant trust and governance needs.
Question 20
Single choice
You're testing your model and it is overly sensitive to the fluctuations of data and having trouble generalizing. What type of problem is this?
-
A
You are underfitting the data
-
B
You are overfitting the data
-
C
You have selected the wrong algorithm
-
D
You have selected the wrong data
Reveal answer details
Close answer details
Correct answerB
ExplanationSensitivity to small fluctuations in the training data combined with poor generalization is characteristic of overfitting. The model has learned details or noise that are specific to its observed data instead of a pattern that transfers reliably. As a result, its behavior changes too readily and does not hold up on new examples.
Question 21
Single choice
A logistics company is operationalizing an AI system to improve delivery times. The project team needs to identify performance constraints that may impact the AI solution. Which method should the project manager use to meet the team's objective?
-
A
Conducting a preliminary feasibility study
-
B
Training employees on AI ethics
-
C
Implementing advanced data visualization tools
-
D
Benchmarking against competitors
Reveal answer details
Close answer details
Correct answerA
ExplanationA preliminary feasibility study examines whether the proposed AI solution can operate within relevant technical, operational, resource, and performance constraints. Identifying those limits before full operationalization shows where delivery-time objectives may be restricted and whether the design is practical.
Question 22
Single choice
An aerospace company is planning to integrate AI for predictive maintenance. The project team needs to identify which parts of the project require cognitive AI solutions. Which method should the project manager perform to meet the objective?
-
A
Employing a multicriteria decision analysis tool to categorize AI project components
-
B
Utilizing an AI-driven workflow engine to automate project segmentation
-
C
Implementing a rule-based system to classify AI project elements based on predefined criteria
-
D
Conducting a series of workshops with domain experts to map out AI dependencies
Reveal answer details
Close answer details
Correct answerD
ExplanationDomain experts understand the maintenance decisions, aircraft components, failure conditions, and operational dependencies involved. Workshops allow the team to map those dependencies collaboratively and distinguish project areas needing cognitive AI judgment or prediction from work that does not require it.
Question 23
Single choice
You're in charge of marketing at your organization and you've been tasked with using AI to help create marketing images. What's a good solution for this need?
-
A
Generative AI solutions for content generation
-
B
Image and object detection and recognition systems
-
C
Autonomous patterns and process automation
-
D
Decision tree and Random Forest approaches
Reveal answer details
Close answer details
Correct answerA
ExplanationThe marketing team needs to create new images, so the required capability is generation rather than recognition or classification. Generative AI solutions for content generation can produce new visual content from the supplied direction. Image and object detection systems analyze existing images, but they do not directly satisfy the need to create marketing images.
Question 24
Single choice
A healthcare organization plans to develop an AI-driven diagnostic tool. To define the required data, the project manager needs to ensure data consistency and accessibility. Which method should the project manager use?
-
A
Leveraging natural language processing (NLP) to standardize patient records
-
B
Performing a data quality assessment with extraction, transformation, and loading (ETL) processes
-
C
Employing a hybrid cloud strategy for scalable data storage
-
D
Integrating electronic health records (EHR) with AI through machine learning (ML) algorithms
Reveal answer details
Close answer details
Correct answerB
ExplanationA data quality assessment identifies missing, inconsistent, or unusable patient information. Extraction, transformation, and loading processes then obtain the required records, convert them into consistent forms, and place them where they are accessible for use. This addresses both consistency and accessibility.
Question 25
Multiple choice
A company is operationalizing an AI system for automated customer service. The system appears to favor queries in one language over others, despite having been trained on a multilingual dataset. Which two issues should the project lead investigate? (Choose two.)
-
A
Presume the dataset is at fault, without conducting a detailed analysis.
-
B
Examine whether the preprocessing techniques varied across languages.
-
C
Check the distribution of training samples per language.
-
D
Evaluate the system's response times for different languages.
-
E
Determine whether the neural network architecture supports multilingual processing.
Reveal answer details
Close answer details
Correct answersB, C
ExplanationLanguage preference can arise before training if preprocessing treats languages differently, such as applying inconsistent cleaning or representation steps. The team should therefore examine preprocessing techniques across languages. It should also check the distribution of training samples per language, because unequal representation can cause the model to learn some languages more effectively than others.
Question 26
Single choice
A healthcare project manager is evaluating whether to implement an AI-powered diagnostic tool. The initial cost is US$500,000 with an expected return on investment (ROI) of 15% within the first year. The project needs to satisfy multiple stakeholders including hospital administrators and medical staff. Which method will maximize a positive ROI for the AI implementation?
-
A
Monitoring AI model performance against key performance indicators.
-
B
Ensuring all AI and non-AI components are integrated seamlessly.
-
C
Acquiring alternatives to the AI solution as a contingency plan.
-
D
Seeking verbal commitments from interested parties at each project phase.
Reveal answer details
Close answer details
Correct answerA
ExplanationA positive return depends on the diagnostic tool producing measurable benefits after the investment is made. Monitoring model performance against key performance indicators reveals whether the system is delivering the outcomes tied to that return and enables corrective action when results fall short. Integration is necessary for operation, but it does not by itself demonstrate or maximize realized value.
Question 27
Single choice
A stakeholder asks whether Trustworthy AI considerations can be handled after the model is deployed. What is the correct response?
-
A
Yes, governance only applies post-deployment
-
B
Yes, but only for regulated industries
-
C
No, Trustworthy AI must be considered throughout all CPMAI phases
-
D
No, it only applies during data preparation
Reveal answer details
Close answer details
Correct answerC
ExplanationTrustworthy AI cannot be added only after deployment because risks and controls arise throughout the lifecycle. Business goals, data handling, model development, evaluation, and operationalization can each affect trustworthiness. Considering Trustworthy AI throughout all CPMAI phases allows relevant governance, transparency, responsibility, and risk controls to shape each decision when it is made.
Question 28
Single choice
Major factors for the project you are currently working on is around the training time, cost, and complexity of training your models. Which algorithm is not the best choice given these constraints?
-
A
Support Vector Machines (SVM)
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerB
ExplanationNeural networks can impose substantial training time, computational cost, and implementation complexity. Those characteristics conflict directly with all three constraints named in the scenario. When those factors are major selection criteria, a neural network is therefore not the best algorithm choice among the listed alternatives.
Question 29
Single choice
Your team is working on an AI enabled chatbot to be placed on the website. The goal of the chatbot is to be able to answer questions 24/7 to service clients around the globe. When evaluating your data, you realize you don't have enough data to train the model. What's the best course of action?
-
A
Research what Third-Party Models are available and purchase them to keep the project moving
-
B
Do not move forward with the project
-
C
Ask your customer service team to generate additional data for you to use for the project
-
D
Use the data that you have and keep the project moving
Reveal answer details
Close answer details
Correct answerA
ExplanationThe current obstacle is insufficient data for training a new model, not the absence of a valid chatbot objective. Researching available third-party models identifies existing capabilities that may satisfy the need without training from scratch. Purchasing a suitable model then allows the project to continue, whereas using inadequate data would leave the original training limitation unresolved.
Question 30
Single choice
A model is deployed globally, but new regional regulations impact how user data can be processed. What capability should already be in place to manage this risk?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerC
ExplanationRegional regulations can change what data processing is permitted, so the organization needs an established structure for oversight, policies, responsibilities, and compliance controls. An AI governance framework provides that structure across the deployed system. Technical activities such as tuning or versioning do not by themselves determine how new legal processing obligations are managed.
Question 31
Single choice
Your team is tasked with selecting an algorithm for a supervised learning classification project. Which algorithm might you choose?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerC
ExplanationK-nearest neighbor is a supervised learning method that classifies a new example by examining the labels of nearby examples in the feature space. That mechanism directly supports a classification project with labeled training data. K-means and Gaussian mixture are clustering approaches, while Q learning belongs to reinforcement learning.
Question 32
Single choice
You have been tasked with creating a model that will recommend products based on what other customers have similarly purchased. Which algorithm is the best choice given this situation?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerA
ExplanationThe recommendation depends on finding customers whose purchasing behavior is similar and using those nearby examples to suggest products. K Nearest Neighbor is built around comparing an instance with its closest neighbors under a similarity measure. That mechanism directly supports recommendations based on what similar customers have purchased.
Question 33
Single choice
Missing sensor values are concentrated during overheating, the condition most associated with equipment failure. What should the data-preparation team do first?
-
A
Drop every row with a missing value so all training records are complete
-
B
Replace every missing value with the overall mean before examining the pattern
-
C
Investigate the missingness mechanism and its effect before choosing a treatment
-
D
Generate replacement values for every gap without examining sensor behavior
Reveal answer details
Close answer details
Correct answerC
ExplanationThe gaps occur disproportionately during overheating, so missingness may carry information about the failure-related condition rather than being random noise. The team should investigate why values disappear and how that pattern affects features, labels, and bias before selecting a treatment. Immediate deletion or blanket replacement could remove or distort the very signal associated with failure.
Question 34
Single choice
You have just joined a team and they are working on a new project. The project lead isn't sure what type of technology should be used on this project - AI or a traditional software development approach. What is the best way to determine if you have the criteria for a good AI / ML Project?
-
A
Evaluate whether the solution can be done with automation.
-
B
Determine if the project fits within the scope, budget, and timeline set out.
-
C
Determine whether the project has a cognitive technology component and meets a short-term need.
-
D
Determine the long-term need for the organization and build the project to that long-term goal.
Reveal answer details
Close answer details
Correct answerC
ExplanationA suitable AI or ML project needs a cognitive technology component, because a problem solvable entirely through ordinary deterministic automation does not require learning. It should also address a short-term need that can be scoped and evaluated through an achievable iteration. Checking both conditions distinguishes an appropriate cognitive project from a broad long-term technology ambition.
Question 35
Single choice
A project manager is considering the feasibility of an AI solution for a project aimed at improving customer service response times. They need to decide whether the project requirements can be solved with existing technologies or whether AI is the best approach. Which principle do the project manager's activities represent?
-
A
Identifying ethical concerns
-
B
Evaluating cognitive alternatives
-
C
Determining automation potential
-
D
Assessing scalability requirements
Reveal answer details
Close answer details
Correct answerB
ExplanationThe manager is comparing an AI-based approach with solutions available through existing technologies. That activity evaluates cognitive alternatives by determining whether intelligent capabilities are necessary and offer the best fit for the response-time requirement. It is broader than identifying work that can be automated because the decision concerns which kind of solution should perform the work.
Question 36
Single choice
During CPMAI Phase VI, continuous monitoring identifies a decline in model precision. What is the correct next step?
-
A
Re-run CPMAI Phase I only
-
B
Trigger the retraining pipeline using updated data
-
C
Retire the model immediately
-
D
Ignore unless the decline exceeds 50%
Reveal answer details
Close answer details
Correct answerB
ExplanationContinuous monitoring has already identified a meaningful operational problem: declining precision. The retraining pipeline is the lifecycle mechanism for responding, and updated data lets the model learn from current conditions. Triggering that pipeline addresses the degradation through controlled iteration instead of ignoring it or immediately discarding the model.
Question 37
Single choice
An aerospace firm is developing an AI system for predictive maintenance of their aircraft. The project team needs to define the required data to train the model. Which activity should the project manager implement?
-
A
Developing a comprehensive data collection strategy
-
B
Conducting a pilot test with a small dataset
-
C
Setting up real-time data streaming from aircraft sensors
-
D
Implementing data cleaning and preprocessing routines
Reveal answer details
Close answer details
Correct answerA
ExplanationDefining required training data comes before streaming, cleaning, or testing particular records. A comprehensive data collection strategy specifies what aircraft, sensor, maintenance, and outcome information must be obtained and how it will support predictive maintenance. It therefore establishes the coverage needed for model training and guides the later acquisition and preparation activities.
Question 38
Single choice
You are planning an AI project and realize that your data quality is inconsistent and incomplete. What should you do before proceeding to modeling?
-
A
Collect more unstructured data
-
B
Proceed with current data but use ensemble models
-
C
Address data governance and cleansing first
-
D
Switch to synthetic data generation
Reveal answer details
Close answer details
Correct answerC
ExplanationInconsistent and incomplete data can cause modeling results to reflect quality defects rather than useful patterns. Data governance establishes how data is controlled and maintained, while cleansing addresses the actual inconsistencies and gaps. Both should be handled first so the later model receives data suitable for its intended purpose.
Question 39
Single choice
A project manager is considering different project management approaches for an AI solution deployment. They need to ensure the approach allows for iterative improvements and accommodates changing requirements. Which approach is effective in this situation?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerB
ExplanationAn adaptive/agile approach works through short cycles of delivery, review, and adjustment. Feedback from each iteration can guide improvements, while the backlog and near-term plans can change as requirements evolve, making this approach suitable when the solution cannot be fully specified in advance.
Question 40
Single choice
A project team is trying to determine the most suitable environment to operationalize their AI/machine learning (ML) solution. They need to consider various factors to help ensure a successful implementation. What should the project manager do?
-
A
Analyze the solution's compliance requirements.
-
B
Consider the cost of implementation.
-
C
Evaluate the system's scalability options.
-
D
Identify the end users and their interactions.
Reveal answer details
Close answer details
Correct answerD
ExplanationIdentifying the end users and understanding how they will interact with the AI/ML solution helps determine the operational environment that best supports actual usage requirements. User interactions influence factors such as accessibility, interfaces, workflows, performance expectations, and deployment needs. This understanding provides essential context for selecting an environment in which the solution can operate successfully.
Question 41
Single choice
A financial institution is planning to use AI capabilities to detect fraudulent transactions. The project manager needs to ensure that all necessary requirements are met before proceeding. What is a necessary initial task?
-
A
Evaluating the accuracy of current fraud detection methods
-
B
Identifying the primary stakeholders and their needs
-
C
Assessing the ethical implications of using AI for fraud detection
-
D
Determining the scalability of AI solutions for transaction monitoring
Reveal answer details
Close answer details
Correct answerB
ExplanationBefore detailed solution requirements can be established, the project manager must know whose goals, constraints, and decisions the fraud-detection initiative must address. Identifying primary stakeholders and their needs defines the business expectations that later accuracy, ethics, and scalability assessments must support.
Question 42
Single choice
Your team is working on an NLP model and has just operationalized the first model. Your team makes updates to the model, overwrites the original model, and puts this new model into operation. However, one of the teams using the model has seen a decrease in performance and is asking to use the original model. What critical error did your team make?
-
A
They did not have data governance in place
-
B
They did not practice model versioning and keep all versions of the model
-
C
They did not have a model retraining pipeline that took into account models
-
D
They did not practice model iteration and properly iterate on the model
Reveal answer details
Close answer details
Correct answerB
ExplanationOverwriting the operational model removed the ability to return to the earlier working state. Model versioning preserves each model release so its performance can be compared, reproduced, and restored when a later version performs worse. Keeping all versions would have allowed the affected team to resume using the original model.
|