PassFish

AIGP practice questions — 10 free

Artificial Intelligence Governance Professional · every answer carries the reasoning, and why each other option fails.
411 questions
17 chapters of notes
EN + ZH languages

Tap an option to see the answer, the reasoning, and why the other three fail.

Question 1 of 10

Which of the following is a method that helps to ensure AI integrity and that data is representative, accurate and unbiased?

Why A is correct

Data lineage tracks data over time from the source to any other intervening programs or uses, and ultimately to the AI program or process utilizing it. Knowing where and how data has been used and manipulated before it is incorporated into an AI program or process helps ensure the data being used is accurate and appropriate.

Question 2 of 10

Please use the following scenario to answer the next TWO questions. Amy is a data scientist who works for a health care company in France. She is asked to develop a plan to build a machine learning model that predicts patient satisfaction with doctors based on an analysis of the doctors’ notes. The doctors are from various countries, and the notes are in free-form text, compiled in a database in Germany. John is the AI governance lead for his EU-based company, XYZ. XYZ provides users with a virtual assistant. When exiting the system, users receive a notice which informs them they have interacted with an AI system and its responses may include hallucinations that should be reviewed by the user. John informs XYZ of his approval of this notice along with the way it is presented to him. Based on the information provided, why is XYZ not in compliance with the transparency requirements set out by the EU AI Act?

Why B is correct

As per the transparency obligations set forth in the EU AI Act, the notice that informs users they are using an AI system shall be provided, at the latest, at the time of first interaction or exposure to the AI system in question. In this case, the notice was provided as a response to the first prompt rather than being displayed to users at the time of the first interaction or exposure, before they enter a prompt.

Question 3 of 10

You are the chief privacy officer of a medical research company that would like to collect and use sensitive data about cancer patients, such as their names, addresses, race and ethnic origin, medical histories, insurance claims, pharmaceutical prescriptions, eating and drinking habits and physical activity. The company will use this sensitive data to build an AI algorithm that will spot common attributes that will help predict if seemingly healthy people are more likely to get cancer. However, the company is unable to obtain consent from enough patients to sufficiently collect the minimum data to train its model. Which of the following solutions would most efficiently balance privacy concerns with the lack of available data during the testing phase?

Why C is correct

With patient consent insufficient to collect enough real sensitive data lawfully, synthetic data lets the team expand the training and testing set without further exposing real patients. It is the option that addresses the data shortage and the privacy constraint at the same time, which is what the scenario requires.

Question 4 of 10

A company initially intended to use a large data set containing personal information to train an AI model. After consideration, the company determined that it can derive enough value from the data set without any personal information and permanently obfuscated all personal data elements before training the model. This is an example of applying which privacy-enhancing technique (PET)?

Why A is correct

Anonymization is a privacy-enhancing technique that involves removing or permanently altering personal data elements to prevent the identification of individuals. In this case, the company obfuscated all personal data elements before training the model, which aligns with the definition of anonymization. This ensures that the data cannot be traced back to individuals, thereby protecting their privacy while still allowing the company to derive value from the dataset. Reference: AIGP

Question 5 of 10

You asked a generative AI tool to recommend new restaurants to explore in Boston, Massachusetts that have a specialty Italian dish made in a traditional fashion without spinach and wine. The generative AI tool recommended five restaurants for you to visit. After looking up the restaurants, you discovered one restaurant did not exist and two others did not have the dish. This information provided by the generative AI tool is an example of what commonly called:

Why C is correct

The tool invented a restaurant that does not exist and misdescribed dishes at two that do. Generating fluent, confident content that is factually false is called hallucination, and it is a known and characteristic failure mode of large language models. The output looks the same whether it is right or wrong, which is exactly why it has to be verified against a source.

Question 6 of 10

Which of the following compliance related controls within an organization is most easily adapted to identify AI risks?

Why D is correct

A privacy impact assessment is the existing compliance control most easily adapted to identify AI risks, because it is structurally the same exercise: identify risks to individuals, evaluate their severity, design mitigations and record the decision. An organization with a mature PIA process already has the workflow, the reviewers and the escalation path an AI impact assessment needs.

Question 7 of 10

All of the following are examples of types of bias that can occur in AI systems EXCEPT:

Why B is correct

This is an EXCEPT question. The bias types recognised in AI systems include implicit bias, sampling bias and temporal bias, all of which arise unintentionally through data or model development. Explicit bias describes deliberate human prejudice and is not part of the standard taxonomy of technical bias in AI systems.

Question 8 of 10

All of the following are potential benefits of using private over public LLMs EXCEPT:

Why C is correct

Using a private LLM does not inherently reduce the possibility of hallucinations; hallucination is a core limitation of LLM architectures regardless of whether they are public or private.

Question 9 of 10

A team plans to ingest a customer's full profile into a churn model although only three fields are predictive. Which two requirements does this most directly conflict with?

Why B is correct

Data minimization requires processing only the data necessary for the purpose, and privacy by design requires that constraint to be built into the architecture while the design is being formed rather than fields being stripped out after launch. Ingesting a full profile when three fields are predictive breaches both at once.

Question 10 of 10

During testing, the team discovers the model fails badly on a rare but safety-critical input pattern. Which response follows the requirement to identify and manage issues and risks during training and testing?

Why B is correct

Issues found during training and testing must be logged, assessed, treated and recorded. A safety-critical failure mode carries enough severity to rank high in priority even at low probability, which is exactly why probability and severity are read together rather than separately.

These 10 are a sample

See the full bank