Unit 4: Practical Prompt Design with Vertex AI - Subjective Questions
CSG202 — Generative Ai Fundamentals • Practice Questions with Detailed Answers
20 questions
Explain the business case for responsible AI. Why should organizations invest in responsible AI practices?
The business case for responsible AI goes beyond ethics and directly impacts an organization's long-term success and sustainability.
Key reasons to invest in responsible AI:
- Trust and Reputation: Responsible AI builds customer, employee, and stakeholder trust. Ethical lapses can lead to reputational damage that is costly to repair.
- Regulatory Compliance: Governments worldwide are introducing AI regulations (e.g., EU AI Act, GDPR). Proactive responsible AI reduces legal and compliance risks.
- Risk Mitigation: It helps avoid biased outcomes, safety failures, and unintended harms that could result in lawsuits or financial losses.
- Competitive Advantage: Companies known for ethical AI attract better talent, partners, and customers.
- Sustainable Innovation: Building AI responsibly ensures products remain viable and socially acceptable over the long term.
- Better Decision-Making: Responsible frameworks improve data quality and model reliability, leading to more accurate business outcomes.
Conclusion: Responsible AI is not merely a moral obligation but a strategic investment that safeguards value, ensures compliance, and fosters durable trust with all stakeholders.
Define Responsible AI and describe its core objectives within an organizational context.
Responsible AI refers to the practice of designing, developing, and deploying artificial intelligence systems in a way that is ethical, transparent, fair, accountable, and beneficial to individuals and society.
Core objectives:
- Fairness: Ensure AI systems do not create or reinforce unfair bias against individuals or groups.
- Transparency: Make AI decisions understandable and explainable to stakeholders.
- Accountability: Establish clear ownership and governance over AI outcomes.
- Privacy & Security: Protect user data and safeguard systems against misuse.
- Safety & Reliability: Ensure AI behaves predictably and does not cause harm.
- Human-centered design: Keep humans in the loop and prioritize human well-being.
In an organizational context, responsible AI translates these objectives into concrete policies, review processes, and technical safeguards that guide how AI products are built and operated.
Identify and explain the key ethical considerations that must be addressed when developing AI systems.
Several ethical considerations must be carefully evaluated during AI development:
- Bias and Fairness: AI models may learn and amplify biases present in training data, leading to discriminatory outcomes.
- Privacy: AI systems often process sensitive personal data, raising concerns about consent, data protection, and surveillance.
- Transparency and Explainability: Users have a right to understand how decisions affecting them are made.
- Accountability: Determining who is responsible when AI causes harm is critical.
- Safety: Ensuring AI systems do not produce harmful or dangerous outputs.
- Autonomy: Preserving human agency and avoiding manipulative or coercive AI.
- Societal Impact: Considering effects on employment, misinformation, and social structures.
- Environmental Impact: Large models consume significant energy and resources.
Conclusion: Addressing these considerations early through issue spotting and structured review helps prevent harm and builds trustworthy AI.
Describe the concept of issue spotting as a best practice for identifying ethical concerns in AI. Why is it important?
Issue spotting is the proactive practice of identifying potential ethical, legal, and social concerns in an AI system before they cause harm.
How it works:
- Teams systematically examine an AI use case across multiple dimensions (fairness, privacy, safety, transparency).
- They ask probing questions such as: Who could be harmed? What data is used? Could this reinforce bias? Is the outcome explainable?
- Concerns are documented, prioritized, and escalated for review.
Why it is important:
- Prevention over reaction: Catching issues early is far cheaper and safer than fixing them after deployment.
- Structured thinking: It provides a repeatable framework rather than relying on ad-hoc judgment.
- Cross-functional awareness: Encourages collaboration between engineers, legal, policy, and domain experts.
- Documentation: Creates an audit trail demonstrating due diligence.
Best practices for issue spotting:
- Involve diverse perspectives to catch blind spots.
- Use checklists and frameworks to ensure consistency.
- Revisit issues iteratively throughout the AI lifecycle.
- Foster a culture where raising concerns is encouraged.
Explain Google's AI Principles and how they guide responsible AI development.
Google's AI Principles were published in 2018 to guide the ethical development and use of AI. They serve as a practical framework for decision-making.
The seven objectives — AI should:
- Be socially beneficial — Consider the broad benefits and risks to society.
- Avoid creating or reinforcing unfair bias — Prevent discrimination based on sensitive characteristics.
- Be built and tested for safety — Design systems to avoid unintended harm.
- Be accountable to people — Provide appropriate human direction, control, and feedback opportunities.
- Incorporate privacy design principles — Ensure transparency and user control over data.
- Uphold high standards of scientific excellence — Ground work in rigorous, evidence-based research.
- Be made available for uses that accord with these principles — Limit potentially harmful or abusive applications.
AI applications Google will NOT pursue:
- Technologies causing overall harm.
- Weapons or technologies whose principal purpose is to cause injury.
- Surveillance violating international norms.
- Technologies contravening international law and human rights.
Guiding role: These principles are not abstract ideals — they are embedded into product review processes to steer real development decisions.
Describe how Google put its AI Principles into practice, including the structures and processes it established.
Google operationalized its AI Principles through a combination of governance structures, review processes, tools, and education.
Key practices:
- Governance and Review Bodies: Google established formal review teams and committees that evaluate sensitive AI use cases against the principles.
- Structured Review Process: Proposed AI applications undergo a multi-stage review — intake, analysis, and decision — where risks are identified and mitigated.
- Tools and Technical Resources: Google built tools like the What-If Tool, Fairness Indicators, and Model Cards to help teams detect bias and improve transparency.
- Education and Training: Employees receive training on ethics and responsible AI to build a shared culture.
- External Engagement: Google engages with researchers, policymakers, and civil society to refine its approach.
- Documentation and Accountability: Decisions are recorded to ensure consistency and learning over time.
Outcome: These mechanisms turn high-level principles into concrete, repeatable actions that shape product decisions daily.
Discuss the key lessons learned by Google in implementing responsible AI. How can other organizations leverage them?
Google shared several lessons learned from operationalizing responsible AI that others can apply:
Key lessons:
- Operationalizing principles is hard: Translating abstract values into daily decisions requires dedicated processes and resources.
- Context matters: Ethical judgments depend heavily on the specific use case, users, and deployment environment.
- There are no simple checklists: Responsible AI requires nuanced, case-by-case analysis rather than rigid rules.
- Tension between values: Principles can conflict (e.g., transparency vs. privacy); trade-offs must be managed deliberately.
- Culture is essential: Building a culture where employees feel safe raising concerns is critical.
- Iterate and adapt: Frameworks must evolve as technology and society change.
How organizations can leverage them:
- Start with clear principles tailored to their mission.
- Build review processes and governance structures.
- Invest in education and tools.
- Treat responsible AI as an ongoing journey, not a one-time project.
Explain the concept of AI bias. Describe the different types of bias that can affect AI systems with examples.
AI bias occurs when an AI system produces systematically prejudiced results due to erroneous assumptions in the machine learning process or biased data.
Types of bias:
- Data (Training) Bias: Training data does not represent the real-world population.
- Example: A facial recognition system trained mostly on light-skinned faces performs poorly on darker-skinned faces.
- Selection Bias: Data is collected in a non-representative way.
- Example: A survey conducted only online excludes people without internet access.
- Confirmation Bias: Systems reinforce existing beliefs or patterns.
- Measurement Bias: Data is measured or labeled inconsistently.
- Reporting Bias: The frequency of events in data does not reflect real-world frequency.
- Automation Bias: Humans over-trust automated outputs.
- Group Attribution Bias: Generalizing individual traits to an entire group.
Impact: Bias can lead to unfair, discriminatory, and harmful outcomes, undermining trust.
Mitigation: Diverse datasets, fairness testing, bias detection tools, and human oversight help reduce bias.
Describe a framework for operationalizing responsible AI in an organization. What are its essential components?
A framework for operationalizing responsible AI provides a structured approach to embedding ethics throughout the AI lifecycle.
Essential components:
- Define Principles and Values: Establish clear, organization-specific AI principles aligned with mission and values.
- Governance Structure: Create roles, committees, and review boards accountable for responsible AI.
- Processes and Workflows: Integrate ethical review at key stages — design, development, deployment, and monitoring.
- Tools and Techniques: Adopt tools for bias detection, explainability, and fairness testing (e.g., Model Cards, Fairness Indicators).
- Education and Culture: Train employees and foster a culture where raising concerns is encouraged.
- Monitoring and Auditing: Continuously monitor deployed systems and audit outcomes.
- Stakeholder Engagement: Involve users, experts, and affected communities.
- Feedback and Iteration: Learn from incidents and update policies over time.
Conclusion: Operationalizing responsible AI is a continuous, cross-functional effort requiring leadership commitment, clear processes, and the right tools.
Distinguish between fairness and transparency as pillars of responsible AI. Why are both necessary?
Fairness and transparency are two distinct but complementary pillars of responsible AI.
| Aspect | Fairness | Transparency |
|---|---|---|
| Definition | Ensuring AI does not create or reinforce unfair bias | Making AI systems and decisions understandable |
| Focus | Equitable treatment of individuals/groups | Openness about how AI works |
| Concern | Discrimination, biased outcomes | Black-box models, lack of explainability |
| Techniques | Bias testing, balanced datasets | Explainable AI, Model Cards, documentation |
Why both are necessary:
- Fairness without transparency: You might reduce bias but cannot prove or explain it to stakeholders.
- Transparency without fairness: You can explain a decision but the decision itself may still be discriminatory.
- Together they build trust — users understand decisions (transparency) and trust that decisions are equitable (fairness).
Conclusion: Both pillars reinforce accountability and are essential for trustworthy AI.
Explain the role of accountability in responsible AI. How can organizations ensure accountability throughout the AI lifecycle?
Accountability in responsible AI means establishing clear ownership and responsibility for the outcomes of AI systems, ensuring that someone is answerable when things go wrong.
Why it matters:
- AI decisions can significantly impact people's lives (loans, hiring, healthcare).
- Without accountability, harms may go unaddressed and trust erodes.
How organizations ensure accountability:
- Human-in-the-loop: Maintain meaningful human oversight and control over AI decisions.
- Clear roles and responsibilities: Define who owns each AI system and its outcomes.
- Governance bodies: Establish review boards to oversee sensitive applications.
- Documentation: Keep records of decisions, data sources, and model behavior (e.g., Model Cards).
- Auditing and Monitoring: Regularly audit systems for compliance and performance.
- Redress mechanisms: Provide ways for affected individuals to appeal or report harms.
- Feedback loops: Learn from failures and continuously improve.
Conclusion: Accountability transforms responsible AI from a principle into an enforceable practice.
Compare the short-term and long-term business benefits of adopting responsible AI practices.
Adopting responsible AI yields benefits across different time horizons.
Short-term benefits:
- Risk reduction: Immediate avoidance of biased or harmful outputs.
- Regulatory readiness: Faster compliance with emerging laws.
- Improved data quality: Better data practices enhance model accuracy now.
- Early trust signals: Demonstrating responsibility can win early customer confidence.
Long-term benefits:
- Sustained brand reputation: A track record of ethical AI builds durable trust.
- Customer loyalty: Long-term relationships built on trust and transparency.
- Talent attraction and retention: Ethical companies attract top talent.
- Market leadership: Positioning as an industry leader in trustworthy AI.
- Reduced legal exposure: Fewer lawsuits and regulatory penalties over time.
- Innovation resilience: Products remain socially acceptable and viable.
Comparison: Short-term benefits focus on risk and compliance, while long-term benefits center on trust, reputation, and sustainable growth. Both justify investment, but the strategic value grows over time.
Describe the AI applications that Google has committed NOT to pursue and explain the reasoning behind these limits.
As part of its AI Principles, Google explicitly listed applications it will not pursue, setting clear ethical boundaries.
Applications Google will NOT design or deploy:
- Technologies that cause or are likely to cause overall harm — Where risks outweigh benefits, Google proceeds only with strong safety constraints, or not at all.
- Weapons or technologies whose principal purpose is to cause or facilitate injury to people.
- Technologies that gather or use information for surveillance violating internationally accepted norms.
- Technologies whose purpose contravenes widely accepted principles of international law and human rights.
Reasoning behind these limits:
- Preventing harm: Aligns with the principle of being socially beneficial and avoiding injury.
- Protecting human rights: Upholds dignity, privacy, and freedom.
- Maintaining trust: Clear red lines reassure users, employees, and society.
- Ethical leadership: Demonstrates a values-driven approach to technology.
Conclusion: These prohibitions show that responsible AI involves not just how to build AI, but also deciding what not to build.
Explain the importance of privacy in AI systems. What design principles help protect user privacy?
Privacy is a fundamental pillar of responsible AI because AI systems often process large volumes of sensitive personal data.
Why privacy matters:
- Protects individuals from misuse, surveillance, and identity risks.
- Ensures compliance with regulations like GDPR and CCPA.
- Builds and maintains user trust.
Privacy-by-design principles:
- Data minimization: Collect only the data necessary for the task.
- Purpose limitation: Use data only for the stated purpose.
- Consent and transparency: Inform users and obtain meaningful consent.
- Anonymization/Pseudonymization: Remove or mask identifying information.
- Security safeguards: Encrypt data and control access.
- User control: Allow users to view, correct, and delete their data.
- Privacy-preserving techniques: Use methods like differential privacy and federated learning.
Conclusion: Embedding privacy from the outset — rather than as an afterthought — is essential for ethical and legally compliant AI.
Discuss the challenges organizations face when trying to operationalize responsible AI and suggest ways to overcome them.
Operationalizing responsible AI is difficult, and organizations encounter several challenges:
Common challenges:
- Ambiguity of principles: High-level values are hard to translate into concrete actions.
- Conflicting values: Trade-offs arise (e.g., accuracy vs. fairness, transparency vs. privacy).
- Lack of expertise: Teams may lack ethics or fairness knowledge.
- Resource constraints: Reviews and tooling require time and investment.
- Cultural resistance: Employees may see ethics reviews as obstacles.
- Rapidly evolving technology and regulation: Keeping frameworks current is hard.
- Measuring success: Ethical outcomes are difficult to quantify.
Ways to overcome them:
- Establish clear governance and dedicated responsible AI roles.
- Provide training to build ethics literacy across teams.
- Use tools for bias detection and explainability.
- Embed reviews into existing workflows to reduce friction.
- Foster a supportive culture where concerns are welcomed.
- Iterate continuously and stay informed on regulations.
Conclusion: Overcoming these challenges requires leadership commitment, structured processes, and an adaptive mindset.
Define explainability in AI and describe why it is critical for responsible AI. Mention tools that support it.
Explainability (or interpretability) refers to the degree to which a human can understand the reasoning behind an AI system's decisions or predictions.
Why it is critical:
- Trust: Users and stakeholders trust systems they can understand.
- Accountability: Enables identification of errors and responsibility.
- Debugging: Helps developers detect and fix flaws or biases.
- Compliance: Many regulations require a "right to explanation."
- Fairness verification: Reveals whether decisions rely on inappropriate factors.
The challenge: Complex models like deep neural networks are often black boxes, making explanation difficult.
Tools and techniques that support explainability:
- Model Cards: Document a model's intended use, performance, and limitations.
- What-If Tool: Allows interactive exploration of model behavior.
- Fairness Indicators: Evaluate fairness metrics across groups.
- SHAP and LIME: Attribute predictions to input features.
- Vertex AI Explainable AI: Provides feature attributions for predictions.
Conclusion: Explainability bridges the gap between complex models and human understanding, making it foundational to responsible AI.
Explain how responsible AI considerations apply specifically to generative AI and prompt design in Vertex AI.
Generative AI introduces unique responsible AI challenges because it produces novel content (text, images, code) rather than simple predictions.
Responsible AI considerations for generative AI:
- Harmful content generation: Models may produce toxic, biased, or misleading outputs.
- Misinformation: Generative models can create convincing but false information (hallucinations).
- Bias amplification: Outputs may reflect biases in training data.
- Privacy leakage: Models might reproduce sensitive training data.
- Intellectual property: Generated content may resemble copyrighted material.
- Misuse: Potential for deepfakes, spam, or manipulation.
Applying responsibility in prompt design with Vertex AI:
- Craft clear, constrained prompts that reduce ambiguity and harmful outputs.
- Use safety filters and settings provided by Vertex AI to block unsafe content.
- Test prompts across diverse inputs to spot bias or failure modes.
- Include human review for sensitive use cases.
- Monitor outputs continuously in production.
- Set responsible defaults and provide transparency to end users.
Conclusion: Responsible prompt design combines technical safeguards with ethical awareness to ensure generative AI is safe and beneficial.
Describe the AI lifecycle stages at which responsible AI practices should be applied, and give examples of actions at each stage.
Responsible AI is not a single checkpoint but must be woven throughout the entire AI lifecycle.
Lifecycle stages and responsible actions:
-
Problem Definition / Design:
- Assess whether the AI use case is appropriate and beneficial.
- Conduct issue spotting to identify potential harms early.
-
Data Collection & Preparation:
- Ensure data is representative and unbiased.
- Respect privacy and obtain proper consent.
-
Model Development & Training:
- Test for bias and fairness across groups.
- Document model design using Model Cards.
-
Evaluation & Testing:
- Use fairness metrics and explainability tools.
- Perform adversarial and edge-case testing.
-
Deployment:
- Apply safety filters and set responsible defaults.
- Ensure human oversight for sensitive decisions.
-
Monitoring & Maintenance:
- Continuously monitor for drift, bias, and harmful outputs.
- Provide feedback and redress mechanisms.
Conclusion: Embedding responsibility at every stage ensures issues are caught and addressed proactively rather than reactively.
Explain the concept of human-centered design in AI and how it supports responsible AI goals.
Human-centered design in AI is an approach that places human needs, values, and well-being at the core of AI system design and deployment.
Key aspects:
- Human-in-the-loop: Keeping humans involved in critical decisions rather than fully automating them.
- Understanding user needs: Designing AI that genuinely serves the people using it.
- Diverse perspectives: Involving varied users to uncover blind spots and reduce bias.
- Feedback mechanisms: Allowing users to report problems and influence improvements.
- Appropriate trust: Helping users understand when to rely on and when to question AI.
How it supports responsible AI:
- Fairness: Diverse input reduces the risk of biased outcomes.
- Accountability: Human oversight ensures someone remains responsible.
- Safety: Human judgment can catch errors AI misses.
- Transparency: Designing for user understanding builds trust.
Conclusion: Human-centered design ensures AI augments rather than replaces human judgment, keeping systems aligned with human values and responsible AI principles.
Distinguish between Google's approach to responsible AI and a typical ad-hoc approach. What makes a structured framework more effective?
There is a significant difference between a structured approach (like Google's) and an ad-hoc approach to responsible AI.
| Aspect | Google's Structured Approach | Ad-hoc Approach |
|---|---|---|
| Principles | Clear, published AI Principles | Vague or undefined |
| Governance | Dedicated review teams & committees | No formal ownership |
| Process | Repeatable, multi-stage review | Case-by-case, inconsistent |
| Tools | Model Cards, Fairness Indicators, What-If Tool | Few or no tools |
| Culture | Training and shared responsibility | Reliant on individuals |
| Documentation | Recorded decisions & audit trails | Little documentation |
Why a structured framework is more effective:
- Consistency: Similar cases are handled the same way.
- Scalability: Processes work across many teams and products.
- Accountability: Clear ownership and traceable decisions.
- Learning: Documented outcomes enable continuous improvement.
- Trust: Demonstrable rigor reassures stakeholders and regulators.
Conclusion: A structured framework transforms responsible AI from good intentions into reliable, repeatable practice — a key lesson organizations can learn from Google.
Explain the business case for responsible AI. Why should organizations invest in responsible AI practices?
The business case for responsible AI goes beyond ethics and directly impacts an organization's long-term success and sustainability.
Key reasons to invest in responsible AI:
- Trust and Reputation: Responsible AI builds customer, employee, and stakeholder trust. Ethical lapses can lead to reputational damage that is costly to repair.
- Regulatory Compliance: Governments worldwide are introducing AI regulations (e.g., EU AI Act, GDPR). Proactive responsible AI reduces legal and compliance risks.
- Risk Mitigation: It helps avoid biased outcomes, safety failures, and unintended harms that could result in lawsuits or financial losses.
- Competitive Advantage: Companies known for ethical AI attract better talent, partners, and customers.
- Sustainable Innovation: Building AI responsibly ensures products remain viable and socially acceptable over the long term.
- Better Decision-Making: Responsible frameworks improve data quality and model reliability, leading to more accurate business outcomes.
Conclusion: Responsible AI is not merely a moral obligation but a strategic investment that safeguards value, ensures compliance, and fosters durable trust with all stakeholders.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill. The rest comes out of a student's own pocket: the domain, the storage, and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason. to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it. What it pays for →