CCNA Gcl Responsible Ai Governance Questions

50 of 125 questions · Page 2/2 · Gcl Responsible Ai Governance topic · Answers revealed

76
MCQeasy

According to Google's AI Principles, which of the following is a key commitment regarding privacy?

A.AI systems should incorporate privacy design principles, including notice and consent
B.AI systems should share all data with third parties for transparency
C.AI systems should collect as much data as possible to improve accuracy
D.AI systems should store data indefinitely for future analysis
AnswerA

This directly matches Google's AI Principles on privacy.

Why this answer

Option A is correct because Google's AI Principles explicitly commit to incorporating privacy design principles, such as notice and consent, into AI systems. This means that AI systems should be designed with privacy safeguards from the outset, ensuring users are informed about data collection and have control over their data, aligning with frameworks like GDPR and privacy-by-design.

Exam trap

Cisco often tests the misconception that transparency requires full data sharing or that maximizing data collection is always beneficial for AI accuracy, when in fact privacy principles mandate data minimization and user consent.

How to eliminate wrong answers

Option B is wrong because sharing all data with third parties for transparency violates core privacy commitments; transparency does not require indiscriminate data sharing, and Google's principles emphasize data minimization and user consent. Option C is wrong because collecting as much data as possible to improve accuracy contradicts the principle of data minimization and could lead to privacy violations; accuracy should be balanced with privacy, not achieved at any cost. Option D is wrong because storing data indefinitely for future analysis violates the principle of data retention limits and user control; AI systems should only retain data as long as necessary for specified purposes, with mechanisms for deletion.

77
MCQeasy

A healthcare startup is developing a generative AI system to assist doctors in diagnosing rare diseases. According to Google's AI Principles, what is the MOST important requirement before deployment?

A.The model must achieve at least 99% accuracy on a held-out test set
B.The model must be trained on the most recent medical literature
C.The startup must publish the model's architecture in a peer-reviewed journal
D.The system must include a mechanism for human review of all diagnostic suggestions
AnswerD

For high-stakes AI decisions like medical diagnoses, human oversight is essential to ensure accountability and patient safety.

Why this answer

Google's AI Principles state that AI systems should be built and tested for safety, especially in high-stakes domains like healthcare, where human oversight is critical.

78
MCQmedium

A data scientist observes that a text generation model consistently produces outputs that stereotype certain genders. According to Google's AI Principles, what is the BEST first step?

A.Evaluate the model's bias using a diverse test set across genders
B.Immediately stop using the model and delete it
C.Fine-tune the model on a gender-balanced dataset
D.Add a disclaimer that the model may exhibit bias
AnswerA

Evaluation is the first step to quantify bias and inform mitigation strategies.

Why this answer

Option A is correct because Google's AI Principles emphasize that the first step in addressing bias is to evaluate and measure it using appropriate tools and diverse datasets. This aligns with Principle #2: 'Avoid creating or reinforcing unfair bias,' which requires testing models across relevant demographic groups before taking corrective action. Without evaluation, any subsequent mitigation steps would lack a baseline and could be ineffective or counterproductive.

Exam trap

Cisco often tests the misconception that mitigation (like fine-tuning or disclaimers) should be the immediate response, rather than the correct first step of systematic evaluation and measurement of bias.

How to eliminate wrong answers

Option B is wrong because immediately stopping use and deleting the model is an overreaction that violates the principle of 'Be socially beneficial' — the model may still provide value if bias is addressed, and deletion prevents any learning from the bias. Option C is wrong because fine-tuning on a gender-balanced dataset is a mitigation step that should only be taken after evaluation to understand the specific nature and extent of the bias; premature fine-tuning could introduce new biases or fail to address root causes. Option D is wrong because adding a disclaimer is a transparency measure, not a first step — it acknowledges bias without measuring or understanding it, which violates the principle of 'Be accountable to people' by avoiding proactive bias detection.

79
MCQeasy

Which Google initiative provides a set of interactive, open-source tools to help UX designers and product managers build human-centered AI products?

A.TensorFlow Privacy
B.Model Cards
C.Datasheets for Datasets
D.People + AI Guidebook (PAIR)
AnswerD

PAIR is exactly that: an interactive guidebook for designing human-centered AI.

Why this answer

The People + AI Guidebook (PAIR) is a Google initiative that provides guidelines, case studies, and design patterns for building human-centered AI.

80
MCQeasy

What is the primary purpose of Google's Content Safety filters in Vertex AI?

A.To filter out low-quality training data
B.To ensure the model only generates content from a curated set of sources
C.To block generated content that contains hate speech, violence, or sexually explicit material
D.To improve the model's accuracy on safe content
AnswerC

Content Safety filters are designed to block harmful content categories.

Why this answer

Google's Content Safety filters in Vertex AI are designed to block generated content that violates safety policies, specifically targeting hate speech, violence, and sexually explicit material. This is a core component of responsible AI deployment, ensuring that model outputs adhere to ethical guidelines and legal requirements. The filters operate by analyzing the generated text or images against predefined safety categories, not by assessing data quality or source curation.

Exam trap

The trap here is that candidates may confuse Content Safety filters with data quality filters or source restrictions, assuming they improve model accuracy or curate training data, when in fact they are purely safety mechanisms applied at inference time.

How to eliminate wrong answers

Option A is wrong because Content Safety filters are not used to filter out low-quality training data; that function is handled by data preprocessing and curation pipelines, not by inference-time safety filters. Option B is wrong because Content Safety filters do not restrict the model to a curated set of sources; they block specific types of harmful content regardless of source, and the model can still generate from its full training distribution. Option D is wrong because the primary purpose is not to improve accuracy on safe content but to prevent the generation of unsafe content; accuracy improvements are a separate concern addressed by model tuning and evaluation.

81
Multi-Selectmedium

A tech company wants to ensure that their generative AI model does not produce harmful content. They plan to use Google Cloud's content safety features. Which two methods can they use to customize content safety? (Choose two.)

Select 2 answers
A.Use the default safety filters without any modifications
B.Disable all safety filters for maximum model creativity
C.Adjust safety thresholds for different categories like hate speech and violence
D.Define a custom blocklist of prohibited words or phrases
E.Train a separate model to detect harmful content
AnswersC, D

Why this answer

Vertex AI allows setting safety thresholds per category (B) and defining blocklists for specific terms (D) to customize content filtering.

82
Multi-Selecthard

A financial services firm is deploying a generative AI model to assist in loan approval decisions. To comply with regulatory requirements for fairness and explainability, which THREE actions should they take? (Choose 3)

Select 3 answers
A.Add SynthID watermarks to all model outputs
B.Increase the model size to improve accuracy
C.Evaluate the model for bias using diverse test sets
D.Implement chain-of-thought reasoning to explain loan decisions
E.Design a human-in-the-loop process with override capability
AnswersC, D, E

Bias evaluation is essential for fairness.

Why this answer

Option C is correct because evaluating the model for bias using diverse test sets is a fundamental step in ensuring fairness in AI-driven loan approvals. This involves testing the model across demographic groups (e.g., race, gender, age) to detect disparate impact, which is required by regulations like the Equal Credit Opportunity Act (ECOA) and Fair Housing Act. Without this evaluation, the model could inadvertently discriminate, leading to legal and ethical violations.

Exam trap

Cisco often tests the distinction between technical safeguards (like watermarks) and governance actions (like bias evaluation and explainability), leading candidates to mistakenly select watermarks as a fairness measure when they are only for content attribution.

83
MCQeasy

Which of the following is a key principle in Google's AI Principles that directly addresses the need to avoid creating or reinforcing unfair bias?

A.Avoid creating or reinforcing unfair bias
B.Uphold high standards of scientific excellence
C.Be socially beneficial
D.Be accountable to people
AnswerA

This is the exact principle that directly addresses unfair bias.

Why this answer

Option A is correct because Google's AI Principles explicitly state 'Avoid creating or reinforcing unfair bias' as a standalone principle. This principle directly mandates that AI systems must be designed and tested to mitigate biases in training data, model outputs, and deployment contexts, ensuring fairness across demographic groups. It is the most direct response to the question's focus on avoiding unfair bias.

Exam trap

Cisco often tests the distinction between principles that directly address bias versus those that are related but broader, so candidates may confuse 'Be socially beneficial' or 'Be accountable to people' as the correct answer because they seem to cover fairness, but they lack the explicit focus on avoiding unfair bias.

How to eliminate wrong answers

Option B is wrong because 'Uphold high standards of scientific excellence' addresses rigor, reproducibility, and methodological soundness, not the specific mitigation of unfair bias. Option C is wrong because 'Be socially beneficial' is a broader principle about overall positive impact, which includes but does not specifically target the avoidance of unfair bias. Option D is wrong because 'Be accountable to people' focuses on transparency, oversight, and redress mechanisms, not the direct prevention of bias in model design or data.

84
MCQmedium

A software company wants to provide users with a clear understanding of when and why their AI system may produce incorrect answers. Which tool from the Responsible AI toolkit should they use to communicate model limitations?

A.People + AI Guidebook
B.PAIR Explorables
C.Model Cards
D.Datasheets for Datasets
AnswerC

Model Cards include sections on limitations, ethical considerations, and intended use.

Why this answer

Model Cards are designed to communicate model performance, intended use, and limitations to stakeholders in a standardized format.

85
MCQeasy

A data scientist is evaluating a generative AI model for potential gender bias in its outputs. They use a diverse test set that includes names, pronouns, and occupations across genders. Which Google's AI Principle does this practice primarily support?

A.Avoid creating or reinforcing unfair bias
B.Incorporate privacy design principles
C.Be built and tested for safety
D.Be socially beneficial
AnswerA

Using diverse test sets to evaluate bias directly addresses this principle.

86
MCQeasy

Which Google resource provides interactive visualizations and exercises to help AI practitioners understand concepts like fairness, interpretability, and privacy?

A.PAIR Explorables
B.Model Cards
C.People + AI Guidebook
D.TensorFlow Fairness Indicators
AnswerA

PAIR Explorables are interactive and educational.

Why this answer

PAIR (People + AI Research) Explorables is the correct answer because it is a Google resource specifically designed to provide interactive visualizations and hands-on exercises that help AI practitioners grasp complex concepts like fairness, interpretability, and privacy. Unlike static documentation or tools, Explorables allow users to manipulate parameters and see real-time effects, making abstract responsible AI principles tangible and actionable.

Exam trap

Cisco often tests the distinction between educational/interactive resources and practical implementation tools, so the trap here is that candidates confuse Model Cards or Fairness Indicators (which are about applying fairness) with PAIR Explorables (which are about learning fairness concepts through interaction).

How to eliminate wrong answers

Option B (Model Cards) is wrong because Model Cards are standardized documentation templates that disclose model performance, intended use, and fairness evaluations, but they do not offer interactive visualizations or exercises for learning concepts. Option C (People + AI Guidebook) is wrong because it is a static design guide with best practices and patterns for human-AI interaction, not an interactive learning tool with visualizations and exercises. Option D (TensorFlow Fairness Indicators) is wrong because it is a suite of tools for computing and visualizing fairness metrics on model evaluations, but it is a practical debugging tool, not an educational resource with interactive exercises to teach underlying concepts.

87
MCQmedium

An e-commerce company is using a generative AI model to write product descriptions. They want to ensure that the model does not generate harmful content such as hate speech or violence. Which Google Cloud feature should they configure?

A.Cloud DLP (Data Loss Prevention)
B.Vertex AI Explainable AI
C.Vertex AI Safety Filters
D.Vertex AI Model Monitoring
AnswerC

Safety filters are specifically designed to block harmful content categories in model inputs and outputs.

Why this answer

Google Cloud's Vertex AI provides built-in safety filters that can be configured to block harmful content categories like hate speech, violence, sexual content, and dangerous instructions.

88
MCQhard

A cloud architect is designing a generative AI pipeline that must comply with the EU AI Act for high-risk AI systems. Which of the following is a mandatory requirement under the Act?

A.The system must be explainable using chain-of-thought reasoning
B.The system must achieve a minimum accuracy of 90% on validation data
C.The system must be trained on data that is representative of the target population
D.The system must undergo a conformity assessment before deployment
AnswerD

High-risk AI systems must undergo conformity assessment to ensure compliance with the Act.

Why this answer

Under the EU AI Act, high-risk AI systems must undergo a conformity assessment before deployment to ensure compliance with requirements such as risk management, data governance, and transparency. This is a mandatory procedural step, not a performance metric or specific reasoning technique. The assessment may involve self-evaluation or third-party review depending on the system's risk category.

Exam trap

Cisco often tests the distinction between aspirational best practices (like explainability or accuracy thresholds) and actual legal mandates, leading candidates to pick a plausible-sounding but non-mandatory option like A or B instead of the procedural requirement in D.

How to eliminate wrong answers

Option A is wrong because the EU AI Act does not mandate a specific explainability technique like chain-of-thought reasoning; it requires general transparency and interpretability, but the method is left to the provider. Option B is wrong because the Act does not prescribe a fixed accuracy threshold like 90%; it requires appropriate levels of accuracy based on the system's intended purpose and risk, validated against representative data. Option C is wrong because while data representativeness is a key principle under the Act's data governance requirements, it is not a standalone mandatory requirement; the Act mandates that training, validation, and testing datasets be relevant, representative, and free from biases, but this is part of broader data governance obligations, not a single checkbox.

89
MCQmedium

A developer is using Vertex AI Studio to experiment with prompts. They want to ensure that the model's responses are grounded in factual information from a trusted knowledge base. Which feature should they enable?

A.Safety filters
B.Temperature setting reduction
C.Chain-of-thought prompting
D.Grounding with a Vertex AI Search data store
AnswerD

Grounding uses a search data store to retrieve and cite relevant information.

Why this answer

Vertex AI's grounding feature allows the model to cite sources from a provided knowledge base, improving factual accuracy and verifiability.

90
MCQhard

A company wants to use AI to make hiring decisions. They are concerned about bias against certain demographic groups. According to Google's AI Principles, which approach is MOST aligned?

A.Pre-train the model on a dataset that is balanced across all demographics
B.Blind the model to demographic features to ensure fairness
C.Only use the model for initial resume screening, with final decisions by humans
D.Evaluate the model using diverse test sets and adjust if bias is found
AnswerD

Evaluation on diverse data helps identify bias, and adjustments can then be made.

Why this answer

The principle 'avoid creating or reinforcing unfair bias' requires proactive identification and mitigation. Evaluating the model on diverse test sets is a standard way to detect and address bias before deployment.

91
MCQmedium

A company wants to build a customer service chatbot that answers questions about their internal policy documents. The documents are updated monthly, and the team cannot afford to retrain a model each time. Which approach is MOST appropriate?

A.Use a larger foundation model with a longer context window and paste all documents into each prompt
B.Use Retrieval-Augmented Generation (RAG) with the policy documents indexed in a vector store
C.Fine-tune a base LLM on the policy documents monthly
D.Train a custom model from scratch on the policy documents each month
AnswerB

RAG retrieves relevant document chunks at query time, ensuring the chatbot always answers from the latest uploaded documents without any model retraining.

Why this answer

Retrieval-Augmented Generation (RAG) is the most appropriate approach because it allows the chatbot to retrieve relevant policy document chunks from a vector store at inference time, eliminating the need to retrain the model when documents are updated monthly. This keeps the system cost-effective and scalable, as only the vector index needs to be refreshed, not the underlying LLM.

Exam trap

Cisco often tests the misconception that fine-tuning or training from scratch is necessary for domain-specific knowledge, when in fact RAG provides a dynamic, cost-effective alternative that avoids retraining for frequently updated data.

How to eliminate wrong answers

Option A is wrong because pasting all documents into each prompt would exceed the context window limits of even large models (e.g., 128K tokens), leading to high latency, cost, and potential loss of relevant information due to truncation. Option C is wrong because fine-tuning a base LLM monthly on policy documents is expensive, time-consuming, and risks catastrophic forgetting of prior knowledge, making it impractical for frequent updates. Option D is wrong because training a custom model from scratch each month is prohibitively expensive and resource-intensive, requiring massive compute, data, and expertise, which is unnecessary when RAG can achieve the same goal with far less overhead.

92
Multi-Selectmedium

A company is developing an AI-powered interview assistant that screens job applicants. The responsible AI team wants to ensure the model does not discriminate based on gender, race, or age. Which TWO practices should they implement?

Select 2 answers
A.Deploy the model without human oversight to ensure consistency.
B.Regularly evaluate the model's outputs for bias using intersectional test sets.
C.Use SynthID watermarking on all model outputs.
D.Remove all demographic attributes from the training data to ensure fairness.
E.Use a diverse and representative training dataset that includes candidates from various demographics.
AnswersB, E

Ongoing evaluation helps detect and address bias that may emerge.

93
MCQhard

A financial institution is deploying an AI model to approve loans. To comply with the EU AI Act, which requirement is MANDATORY for this high-risk AI system?

A.The system must include a human review and override mechanism
B.The model must be trained exclusively on EU citizen data
C.The model must be deployed on Google Cloud infrastructure within the EU
D.The model must provide explanations for all loan rejections
AnswerA

Human oversight is a key requirement for high-risk AI systems under the EU AI Act.

Why this answer

The EU AI Act requires human oversight for high-risk AI systems, including the ability to override the system's decisions. The other options are not specifically mandated by the Act.

94
MCQhard

An organization uses a generative AI model to automatically approve or reject loan applications. To comply with the EU AI Act's requirements for high-risk AI systems, what must they implement?

A.A human-in-the-loop review for all loan decisions
B.Publish the model's accuracy metrics on a public website
C.A fully automated decision process with no human involvement
D.Regular bias audits without human review of individual decisions
AnswerA

Human oversight ensures accountability and compliance with the EU AI Act.

Why this answer

The EU AI Act mandates that high-risk AI systems, such as those used for credit scoring and loan approvals, must include human oversight to mitigate risks of automated bias and errors. A human-in-the-loop (HITL) review ensures that each loan decision is subject to human judgment, allowing for intervention in edge cases or when the model's confidence is low. This directly satisfies the Act's requirement for meaningful human control over high-risk AI outputs.

Exam trap

Cisco often tests the misconception that transparency measures (like publishing metrics) or bias audits alone are sufficient for compliance, when the EU AI Act specifically requires human oversight for high-risk systems, making human-in-the-loop review the mandatory control.

How to eliminate wrong answers

Option B is wrong because publishing accuracy metrics on a public website is a transparency measure, not a mandated control for high-risk systems under the EU AI Act; the Act focuses on risk management, documentation, and human oversight, not public disclosure of metrics. Option C is wrong because a fully automated decision process with no human involvement directly violates the EU AI Act's explicit requirement for human oversight in high-risk AI systems, such as loan approval. Option D is wrong because regular bias audits without human review of individual decisions fail to meet the Act's requirement for human-in-the-loop oversight; bias audits are a complementary measure, but they do not replace the need for human intervention in each specific decision.

95
MCQeasy

A company wants to ensure that its generative AI application complies with the GDPR right to erasure (right to be forgotten) for user data used in model fine-tuning. What is the best approach?

A.Store data with expiration dates and automatically delete after a set period
B.Maintain a mapping of user identities to training data, and upon request, remove the specific data points and retrain the model
C.Use a broad data deletion request on all training data
D.Implement differential privacy during training to prevent memorization
AnswerB

This allows targeted removal and retraining, fulfilling the right to erasure.

Why this answer

Only option B fully addresses GDPR compliance by identifying and removing specific user data from the training set, then retraining. The other options do not effectively erase the user's influence from the model.

96
MCQeasy

A non-profit organization uses generative AI to produce reports on climate change. They want to ensure that the model's outputs are scientifically accurate. Which Google AI Principle is most relevant?

A.Be built and tested for safety
B.Uphold high standards of scientific excellence
C.Be accountable to people
D.Be socially beneficial
AnswerB

This principle requires that AI systems are built on sound scientific methods and produce accurate outputs.

Why this answer

The Google AI Principle 'Uphold high standards of scientific excellence' directly addresses the need for generative AI outputs to be scientifically accurate, especially in domains like climate change reporting where factual precision is critical. This principle emphasizes rigorous validation, peer review, and adherence to established scientific methodologies to ensure the model's outputs are reliable and trustworthy.

Exam trap

Cisco often tests the distinction between broad ethical principles (like safety or social benefit) and the specific principle that mandates factual and methodological rigor, causing candidates to pick 'Be socially beneficial' because they conflate 'good for society' with 'scientifically accurate'.

How to eliminate wrong answers

Option A is wrong because 'Be built and tested for safety' focuses on preventing harmful or unsafe behaviors (e.g., avoiding dangerous instructions), not on ensuring scientific accuracy of factual content. Option C is wrong because 'Be accountable to people' relates to transparency, feedback mechanisms, and human oversight, but does not specifically mandate scientific rigor or factual correctness. Option D is wrong because 'Be socially beneficial' is a broad principle about overall positive societal impact, which does not inherently require the model to produce scientifically accurate outputs—it could be socially beneficial but still factually incorrect.

97
MCQmedium

A financial institution is deploying a generative AI chatbot for investment advice. According to Google's AI Principles and responsible AI practices, what is a mandatory requirement before this chatbot can be used with customers?

A.The chatbot must use SynthID to watermark its outputs
B.The training data must be publicly available
C.All responses must be reviewed by a human financial advisor before being shown to the customer
D.The chatbot must be deployed on-premises to ensure data residency
AnswerC

High-stakes AI decisions, especially in financial advice, need human review to ensure accountability.

Why this answer

Option C is correct because Google's AI Principles emphasize that high-risk AI applications, such as financial investment advice, must include meaningful human oversight to prevent harm. In this context, a human financial advisor must review and approve each chatbot response before it reaches the customer, ensuring compliance with responsible AI practices and regulatory requirements for fiduciary duty.

Exam trap

Cisco often tests the misconception that technical safeguards like watermarking or deployment location are mandatory for all AI systems, when in fact the critical requirement for high-risk domains is human oversight to mitigate potential harm and ensure accountability.

How to eliminate wrong answers

Option A is wrong because SynthID is a watermarking tool for AI-generated content, but it is not a mandatory requirement for all generative AI deployments; it is used for identifying AI outputs, not for ensuring safety or accuracy in high-stakes financial advice. Option B is wrong because training data does not need to be publicly available; Google's AI Principles require transparency and accountability, but proprietary or private datasets can be used as long as they are responsibly sourced and free from bias. Option D is wrong because on-premises deployment is not a mandatory requirement; data residency concerns can be addressed through cloud-based solutions with proper data governance controls, and Google Cloud offers options like Confidential VMs and data residency regions without requiring on-premises infrastructure.

98
MCQmedium

A healthcare startup is deploying a generative AI model to assist physicians in diagnosing rare diseases. The model will suggest possible conditions based on patient symptoms and lab results. Which approach best aligns with Google's AI Principles and responsible AI practices?

A.Deploy the model with an override mechanism available only to the development team.
B.Fine-tune the model on a small dataset of rare disease cases to improve accuracy, then deploy without additional safeguards.
C.Allow the model to provide a diagnosis without human review to speed up treatment decisions.
D.Use the model only as a suggestion tool with a mandatory human-in-the-loop review before any diagnosis is communicated to the patient.
AnswerD

This ensures accountability, safety, and aligns with Google's AI Principles, especially for high-stakes domains like healthcare.

99
MCQhard

A global retailer uses a generative AI model to personalize product recommendations. They need to ensure that customer prompts and responses are not logged for model improvement to meet GDPR data minimization principles. Which configuration should they apply?

A.Use a third-party logging service with data deletion policies
B.Enable data logging for six months and then automatically delete
C.Disable prompt/response logging in Vertex AI endpoint settings
D.Anonymize all customer data before logging
AnswerC

Disabling logging ensures that customer data is not stored for model improvement, aligning with GDPR.

Why this answer

To comply with GDPR data minimization, the retailer should disable prompt/response logging. Vertex AI offers settings to control whether prompts and responses are stored for model improvement.

100
MCQhard

An AI company wants to detect whether text was generated by their own model. Which technology developed by Google is specifically designed for this purpose?

A.SynthID
B.Google's confidential computing
C.Differential privacy
D.Federated learning
AnswerA

SynthID embeds an invisible watermark that can be detected later.

Why this answer

SynthID is Google's watermarking framework for AI-generated content, including text, images, and audio.

101
Multi-Selecthard

A multinational corporation deploys a generative AI chatbot across multiple regions. They need to comply with GDPR and local data residency requirements. Which THREE actions are necessary?

Select 3 answers
A.Obtain explicit consent from every user before collecting any data
B.Anonymize all training data before fine-tuning
C.Store and process data only in approved geographic regions (data residency controls)
D.Implement prompt and response logging with configurable retention policies
E.Encrypt personal data at rest and in transit using customer-managed encryption keys (CMEK)
AnswersC, D, E

Data residency controls ensure data stays within required jurisdictions.

Why this answer

To comply with GDPR and data residency, the company must encrypt personal data, store data in specific regions, and control retention of prompts/responses. Consent management is part of GDPR but not specifically about data residency. Anonymization is one approach but not a universal requirement.

102
Multi-Selectmedium

A data architect is designing a system that uses a generative AI model to summarize customer support transcripts. The system must comply with GDPR and company policy requiring data residency in the EU. Which TWO controls should they implement?

Select 2 answers
A.Enable prompt logging and retention for 5 years for auditing
B.Use a model that has been fine-tuned on all customer transcripts globally
C.Use a non-EU region to reduce latency
D.Configure the Vertex AI endpoint to use an EU region for data processing
E.Disable prompt logging entirely to minimize data processing
AnswersD, E

Using an EU region ensures data residency within the EU.

Why this answer

Option D is correct because configuring the Vertex AI endpoint to use an EU region ensures that all data processing, including model inference and any intermediate data handling, occurs within the EU, satisfying GDPR data residency requirements. This control directly enforces geographic data localization without relying on data transfer mechanisms like Standard Contractual Clauses (SCCs).

Exam trap

Cisco often tests the misconception that disabling logging entirely is always the best GDPR control, but in practice, a balanced approach with minimal, purpose-limited logging (e.g., with data masking) is often more compliant and operationally viable than complete elimination of logs.

103
MCQhard

A startup uses a generative AI model to create marketing content. They plan to sell the generated content commercially. What is the most important legal consideration regarding copyright?

A.The model automatically owns the copyright to all generated content
B.They should apply SynthID watermarking to all generated content
C.They can use any generated content freely as long as they attribute the model
D.They must verify the training data provenance to ensure no copyrighted material was used without permission
AnswerD

Training data provenance is key to avoiding copyright infringement claims on generated outputs.

Why this answer

Option D is correct because under current copyright law, the user of a generative AI system is typically considered the author of the output, but only if the training data was lawfully obtained. If the model was trained on copyrighted works without permission, the generated content may be considered a derivative work, exposing the startup to infringement liability. Verifying training data provenance is therefore the most critical legal step before commercializing AI-generated content.

Exam trap

Cisco often tests the misconception that AI-generated content is automatically free to use or that technical safeguards like watermarking replace legal due diligence, when in fact the core legal risk lies in the provenance of the training data.

How to eliminate wrong answers

Option A is wrong because under current US Copyright Office guidance and most international frameworks, AI models themselves cannot hold copyright; copyright vests in the human user who provides sufficient creative input or direction. Option B is wrong because SynthID watermarking is a technical tool for identifying AI-generated content, not a legal mechanism for copyright ownership or clearance; it does not resolve infringement risks from training data. Option C is wrong because attribution to the model does not grant legal permission to use copyrighted material; fair use or licensing must be established independently, and simply crediting the AI does not satisfy copyright law requirements.

104
Multi-Selecthard

A health-tech startup is fine-tuning a generative AI model on electronic health records (EHR) to assist in clinical decision support. They need to ensure responsible AI practices. Which THREE measures should they implement? (Select three.)

Select 3 answers
A.Automate all decisions to reduce human error
B.Evaluate model outputs for bias across different demographic groups
C.Require a human clinician to review all AI-generated recommendations before action
D.Publish a Model Card that describes the model's intended use, limitations, and performance
E.Train the model exclusively on data from a single hospital to ensure consistency
AnswersB, C, D

Bias evaluation ensures the model is fair across populations, which is critical in healthcare.

Why this answer

Responsible AI in healthcare requires human oversight for high-stakes decisions, evaluating the model for bias (especially across demographic groups), and ensuring transparency about the model's limitations. Training data representativeness is also critical.

105
MCQmedium

A healthcare startup is developing an AI system to assist radiologists in detecting tumors from X-ray images. Which Google AI Principle is MOST directly applicable to this use case?

A.Incorporate privacy design principles
B.Be built and tested for safety
C.Be socially beneficial
D.Avoid creating or reinforcing unfair bias
AnswerB

Safety is paramount in medical applications; the system must be rigorously tested to avoid harm.

Why this answer

The principle 'be built and tested for safety' directly applies to medical applications where incorrect detection could harm patients. The other principles are also relevant but safety is the most directly applicable to a diagnostic tool.

106
MCQhard

A healthcare organization is using a generative AI model to assist in diagnosing rare diseases from patient symptoms. They want to ensure that model outputs are explainable and that the clinician can verify the reasoning. Which feature should they prioritize?

A.Confidence indicators
B.Human oversight mechanisms
C.Grounding (citing sources)
D.Chain-of-thought reasoning
AnswerD

Chain-of-thought shows the intermediate reasoning steps, enabling clinicians to verify the logic.

Why this answer

Chain-of-thought reasoning is the correct feature because it enables the generative AI model to produce an explicit, step-by-step logical path from patient symptoms to a diagnosis. This allows clinicians to verify each reasoning step, ensuring explainability and trust in the model's output, which is critical for rare disease diagnosis where transparency is paramount.

Exam trap

Cisco often tests the distinction between explainability (how the model reached a conclusion) and interpretability (what the model output means), causing candidates to confuse grounding or confidence indicators with the step-by-step reasoning required for clinical verification.

How to eliminate wrong answers

Option A is wrong because confidence indicators only provide a numerical or probabilistic score (e.g., 85% confidence) without revealing the underlying reasoning, which fails to meet the requirement for verifiable, explainable outputs. Option B is wrong because human oversight mechanisms (e.g., requiring clinician approval) address accountability and safety but do not inherently make the model's internal reasoning transparent or explainable to the clinician. Option C is wrong because grounding (citing sources) ensures factual accuracy by linking outputs to external data, but it does not expose the model's step-by-step reasoning process, which is essential for verifying the diagnostic logic.

107
Multi-Selecthard

A company is deploying a generative AI chatbot for customer support. They want to ensure that the chatbot does not generate harmful content and that they can customize the safety thresholds. Which TWO features in Vertex AI should they use? (Select 2)

Select 2 answers
A.AutoML Tables
B.Custom safety settings (adjustable thresholds)
C.Model Cards
D.Safety filters
E.People + AI Guidebook
AnswersB, D

Allows customization of safety filter sensitivity.

Why this answer

Safety filters block harmful categories; custom safety settings allow adjustment of thresholds. Model Cards and the People + AI Guidebook are not operational safety controls.

108
MCQhard

A legal firm wants to use a generative AI model to draft contract clauses. They need to ensure the model's outputs cite specific legal precedents and statutes, and that the reasoning behind each clause is transparent. Which combination of explainability techniques should they prioritize?

A.Confidence indicators and model cards
B.Content safety filters and human oversight
C.Grounding and chain-of-thought reasoning
D.Datasheets for Datasets and PAIR Explorables
AnswerC

Grounding ensures outputs cite sources (legal precedents/statutes); chain-of-thought shows reasoning steps, providing transparency.

109
Multi-Selectmedium

A data scientist is fine-tuning a generative AI model for customer sentiment analysis. To ensure the fine-tuned model does not inadvertently memorize and reproduce personally identifiable information (PII) from the training data, which THREE practices should they follow? (Select 3)

Select 3 answers
A.Apply differential privacy during fine-tuning
B.Apply model quantization to reduce model size
C.Remove or anonymize all PII from the training data
D.Use only a subset of data that is necessary for the task (data minimization)
E.Use k-fold cross-validation to evaluate the model
AnswersA, C, D

Differential privacy bounds the influence of any single data point.

Why this answer

Differential privacy limits memorization; PII removal prevents it from being present; data minimization reduces risk. Quantization and k-fold cross-validation do not directly address PII memorization.

110
Multi-Selectmedium

A company is developing a generative AI application that will be used by customers in the EU. To comply with GDPR, which TWO measures are REQUIRED? (Choose 2)

Select 2 answers
A.Provide users the ability to request deletion of their personal data
B.Implement end-to-end encryption for all data in transit and at rest
C.Publish a Model Card for the AI model
D.Ensure all data is stored in a data center within the EU
E.Obtain explicit consent from users before processing their personal data
AnswersA, E

Right to erasure is a core GDPR right.

Why this answer

Option A is correct because GDPR grants data subjects the 'right to erasure' (Article 17), requiring organizations to delete personal data upon request without undue delay. For a generative AI application, this means the company must be able to remove specific training data or user inputs from the model's memory or logs, which is technically challenging but legally mandatory.

Exam trap

Cisco often tests the distinction between GDPR's explicit legal requirements (like consent and erasure) and common security or transparency practices (like encryption or Model Cards) that are recommended but not mandated, leading candidates to over-select options that seem 'good' but are not legally required.

111
Multi-Selectmedium

A company is deploying a generative AI system for medical diagnosis. Which TWO measures are essential for responsible AI in this high-stakes domain?

Select 2 answers
A.Allow the AI to make autonomous decisions in time-sensitive emergencies
B.Ensure a human medical professional reviews all AI-generated diagnoses
C.Publish all patient data used for training to ensure transparency
D.Provide model documentation (Model Cards) to clinicians detailing the system's limitations
E.Use the AI only for administrative tasks, not diagnosis
AnswersB, D

Human oversight is critical for high-stakes decisions to catch errors and maintain accountability.

Why this answer

High-stakes domains require human oversight and transparency. Human review ensures accountability, and Model Cards communicate capabilities and limitations to stakeholders.

112
MCQmedium

A research team wants to document the intended uses, limitations, and ethical considerations of their newly trained image classification model. Which Google Cloud tool should they use?

A.Explainable AI SDK
B.Datasheets for Datasets
C.Model Card Toolkit
D.What-If Tool
AnswerC

Model Card Toolkit is designed to create Model Cards that document model details, intended use, and ethical considerations.

Why this answer

The Model Card Toolkit is specifically designed to document the intended uses, limitations, and ethical considerations of machine learning models, including image classification models. It generates a structured model card that provides transparency and accountability, which aligns directly with the team's goal of documenting these aspects.

Exam trap

Cisco often tests the distinction between tools that explain individual predictions (Explainable AI SDK) versus tools that document the model's overall purpose and limitations (Model Card Toolkit), causing candidates to confuse local interpretability with global documentation.

How to eliminate wrong answers

Option A is wrong because the Explainable AI SDK focuses on providing feature attributions and explanations for individual predictions, not on documenting the model's intended uses, limitations, or ethical considerations. Option B is wrong because Datasheets for Datasets is a tool for documenting datasets, not models; it covers dataset characteristics, collection methods, and biases, but does not address model-level documentation. Option D is wrong because the What-If Tool is an interactive visualization tool for exploring model behavior and fairness across different slices of data, but it does not generate a static documentation artifact like a model card.

113
Multi-Selectmedium

A company wants to use a generative AI model to automatically generate marketing content. They are concerned about copyright infringement if the model reproduces copyrighted text. Which TWO strategies should they employ? (Choose 2)

Select 2 answers
A.Implement output filters to block known copyrighted phrases
B.Create a Model Card documenting the training data sources
C.Require human review of every generated piece of content
D.Use SynthID to watermark all generated content
E.Ensure training data does not include copyrighted material without proper licensing
AnswersA, E

Filters can catch and block direct reproduction of copyrighted text.

Why this answer

Training data provenance (B) helps avoid using copyrighted material without permission. Output filtering (C) can prevent reproduction of known copyrighted phrases. Watermarking (A) does not prevent infringement.

Model Cards (D) document but don't prevent. Human review (E) is costly and not a direct strategy.

114
MCQhard

A startup is building a generative AI legal document assistant for small law firms. They want to ensure that the model's outputs are accurate and can be traced back to specific legal statutes. Which approach best supports this requirement?

A.Fine-tune the model on a large corpus of legal documents
B.Apply a high temperature setting to encourage diverse outputs
C.Use a model larger than 70B parameters
D.Use a RAG architecture that retrieves relevant statutes and includes them as citations in the model's response
AnswerD

RAG with citations provides traceability to specific sources.

Why this answer

Option D is correct because Retrieval-Augmented Generation (RAG) architecture retrieves specific legal statutes from a trusted external knowledge base and includes them as citations in the model's response. This ensures both accuracy (by grounding outputs in verifiable sources) and traceability (by providing direct references to the statutes used). Fine-tuning alone cannot guarantee that the model will cite specific statutes correctly, as it may hallucinate or misremember legal references.

Exam trap

Cisco often tests the misconception that larger models or fine-tuning alone can guarantee factual accuracy and traceability, when in fact retrieval-augmented generation is required for verifiable, source-grounded outputs.

How to eliminate wrong answers

Option A is wrong because fine-tuning on a large corpus of legal documents improves general legal knowledge but does not provide a mechanism to retrieve and cite specific, up-to-date statutes; the model may still hallucinate or produce outdated references. Option B is wrong because applying a high temperature setting increases randomness and diversity in outputs, which reduces accuracy and makes traceability to specific statutes impossible. Option C is wrong because using a model larger than 70B parameters does not inherently improve the ability to cite specific statutes; larger models can still hallucinate and lack a retrieval mechanism for grounded citations.

115
MCQeasy

What is the primary purpose of Google's Datasheets for Datasets?

A.To serve as a legal contract for data sharing
B.To list all models trained on the dataset
C.To document the dataset's creation, composition, and intended use
D.To provide a template for labeling data
AnswerC

Datasheets provide a structured format for documenting datasets.

Why this answer

Datasheets for Datasets are designed to document the motivation, composition, collection process, and other details of a dataset to promote transparency and reproducibility.

116
MCQmedium

A healthcare startup wants to use Vertex AI to deploy a model that helps doctors diagnose rare diseases. The model must be explainable, showing the reasoning path. Which technique should they implement?

A.Use a black-box ensemble model for higher accuracy
B.Reduce the model size to make it inherently interpretable
C.Disable all safety filters to avoid interfering with model output
D.Implement chain-of-thought prompting to output reasoning steps
AnswerD

Chain-of-thought provides a clear reasoning path, aiding interpretability.

Why this answer

Chain-of-thought reasoning allows the model to generate step-by-step explanations, which is crucial for medical diagnosis transparency.

117
Multi-Selectmedium

A company is using Vertex AI to build a language model for generating legal documents. They need to ensure the model's outputs are accurate and verifiable. Which TWO features should they use?

Select 2 answers
A.Confidence indicators
B.Safety filters for legal content
C.Chain-of-thought reasoning
D.Grounding with citations to relevant legal texts
E.Model Cards
AnswersC, D

Chain-of-thought makes the model's reasoning process transparent, aiding in verification.

Why this answer

Grounding (citing sources) and chain-of-thought reasoning are the two features that directly improve accuracy and verifiability. Confidence indicators and safety filters are useful but do not directly address accuracy/verifiability.

118
MCQhard

A music streaming service wants to use AI-generated playlists and artwork, but is concerned about potential copyright infringement. They plan to use a generative model that was trained on a large corpus of publicly available music and images. Which action is MOST important to mitigate IP risk?

A.Review the training data provenance and ensure it consists of properly licensed or public domain works
B.Only use models hosted on Google Cloud, as Google assumes liability
C.Add a watermark to all generated content using SynthID
D.Ask the model to self-certify that its outputs are original
AnswerA

Understanding and documenting the training data's legal status helps mitigate IP infringement risk.

Why this answer

Training data provenance is a key IP concern. The service should verify that the training data does not include copyrighted content without permission, and document the data sources to establish a chain of provenance.

119
MCQmedium

A team is using Vertex AI to fine-tune a large language model on proprietary company data. The data contains personally identifiable information (PII). What is the BEST practice to protect privacy?

A.Use differential privacy during the fine-tuning process
B.Use a different foundation model that was not trained on proprietary data
C.Remove all PII from the dataset before fine-tuning
D.Store the fine-tuned model on-premises only
AnswerA

Differential privacy adds noise to prevent the model from memorizing individual data points.

Why this answer

Differential privacy (Option A) is the best practice because it adds calibrated noise during fine-tuning, mathematically guaranteeing that the model cannot memorize or leak individual PII records even if the training data contains such information. This approach preserves privacy without requiring complete removal of PII, which may be impractical or destroy data utility. Vertex AI supports differential privacy through libraries like TensorFlow Privacy, enabling privacy budget tracking via epsilon (ε) values.

Exam trap

Cisco often tests the misconception that data removal (Option C) is sufficient for privacy, when in fact differential privacy provides a formal mathematical guarantee against inference attacks even if PII is present in the training set.

How to eliminate wrong answers

Option B is wrong because using a different foundation model does not address the privacy risk; the fine-tuning process on proprietary data still exposes PII regardless of the base model chosen. Option C is wrong because removing all PII before fine-tuning is a data preprocessing step that can reduce risk but is not a privacy guarantee—residual PII may remain due to incomplete scrubbing, and the model can still infer sensitive patterns from non-PII fields. Option D is wrong because storing the fine-tuned model on-premises only addresses data residency but does not prevent the model from memorizing and leaking PII during inference; privacy protection requires algorithmic safeguards, not just storage location.

120
MCQhard

A social media company is using a generative AI model to automatically moderate user-uploaded images for harmful content. They need to comply with the EU AI Act's requirements for high-risk AI systems. Which combination of actions is MOST appropriate?

A.Deploy the model without any filters, but log all decisions for audit
B.Use Google's safety filters, allow users to appeal automated decisions, and document the model's capabilities and limitations
C.Only rely on human moderators and disable AI moderation
D.Use a third-party model that has been certified by a notified body
AnswerB

Safety filters reduce harmful outputs, appeal mechanisms provide human oversight, and documentation satisfies transparency obligations under the EU AI Act.

Why this answer

The EU AI Act mandates risk management, transparency, and human oversight for high-risk systems. Google's AI Principles align with these requirements. The correct answer involves using safety filters for content, maintaining human review for appeals, and documenting the system's purpose and limitations.

121
MCQmedium

A machine learning engineer is evaluating a generative AI model for bias. They have a diverse test set covering gender, race, and age groups. Which metric would best indicate if the model's performance is systematically worse for certain demographic groups?

A.Model perplexity on held-out data
B.Equalized odds across demographic groups
C.Overall accuracy on the test set
D.Area under the ROC curve (AUC)
AnswerB

Equalized odds checks for fairness by comparing error rates across groups.

Why this answer

Equalized odds measures whether a model's predictions have equal false positive/negative rates across groups. The other options either measure different aspects or are not specific to fairness.

122
MCQmedium

A financial services company uses a generative AI model to summarize customer complaints. They notice that summaries for certain demographics consistently omit negative sentiment. Which responsible AI practice should they apply FIRST to address this bias?

A.Store all prompts and responses in Cloud Logging for auditing
B.Implement SynthID watermarking on all generated summaries
C.Reduce the temperature parameter of the LLM to 0.1 to make outputs more deterministic
D.Evaluate the model's outputs for bias using a diverse test set that represents all customer demographics
AnswerD

Bias evaluation with representative data helps identify and quantify unfair bias, allowing the team to take corrective action.

Why this answer

Evaluating the model's outputs for bias using diverse test sets is essential to identify and mitigate unfair bias, as outlined in Google's AI Principles.

123
MCQmedium

A healthcare company is developing a generative AI system to assist radiologists by highlighting potential abnormalities in X-ray images. They want to ensure the system's outputs are explainable and can be verified by medical professionals. Which combination of features should they use?

A.AutoML Tables and Vertex Explainable AI
B.Model Cards and Datasheets for Datasets
C.Vertex AI Model Registry and Feature Store
D.Grounding (citing sources) and chain-of-thought reasoning
AnswerD

Grounding provides source references; chain-of-thought shows reasoning steps, enabling radiologists to verify outputs.

Why this answer

Grounding (citing sources) and chain-of-thought reasoning provide explainability by showing the reasoning steps and source evidence. Confidence indicators help radiologists assess reliability. The other options either lack explainability or are less suitable for medical decision support.

124
MCQmedium

A company deploying a generative AI assistant wants to allow users to override the AI's suggestions before final actions are taken. Which design pattern does this represent?

A.Human-on-the-loop
B.Human-in-the-loop
C.Human-out-of-the-loop
D.Automated decision-making
AnswerB

Human-in-the-loop requires human approval before action, with override capability.

Why this answer

Option B is correct because the Human-in-the-loop (HITL) pattern ensures that a human reviews and can override the AI's suggestions before any final action is executed. This design explicitly maintains human oversight over critical decisions, preventing fully automated actions that could lead to harmful or unintended outcomes.

Exam trap

Cisco often tests the distinction between 'Human-in-the-loop' and 'Human-on-the-loop' by describing scenarios where the human either actively approves actions (in-the-loop) versus passively monitors (on-the-loop), so candidates must carefully note whether the human must intervene before or after the action is taken.

How to eliminate wrong answers

Option A is wrong because Human-on-the-loop implies the human monitors the AI's actions but does not actively intervene in real-time; the system acts autonomously unless the human steps in after the fact. Option C is wrong because Human-out-of-the-loop removes human oversight entirely, allowing the AI to make and execute decisions without any human review or override capability. Option D is wrong because Automated decision-making is a broad category that does not specify any human involvement; it could include fully autonomous systems, which contradicts the requirement for user override before final actions.

125
MCQhard

An e-commerce company uses a generative AI model to generate product descriptions. They observe that descriptions for high-end products use more sophisticated language compared to budget products, potentially reinforcing class stereotypes. What is the most likely cause, and what should they do to mitigate it?

A.The training data reflects real-world associations; fine-tune with a balanced dataset that includes diverse product descriptions across price ranges
B.The safety filters are too aggressive; relax them
C.The temperature parameter is set too low; increase it to introduce more randomness
D.The model architecture is biased; switch to a different base model
AnswerA

Fine-tuning with balanced data reduces stereotype reinforcement.

Why this answer

The bias stems from training data correlations. Fine-tuning on balanced, diverse data can reduce stereotypical associations. The other options either do not address the root cause or are less effective.

← PreviousPage 2 of 2 · 125 questions total

Ready to test yourself?

Try a timed practice session using only Gcl Responsible Ai Governance questions.