0
0
Prompt Engineering / GenAIml~20 mins

AI governance frameworks in Prompt Engineering / GenAI - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
AI Governance Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Key Principle of AI Governance Frameworks
Which of the following is a fundamental principle commonly emphasized in AI governance frameworks to ensure responsible AI use?
AIgnoring data privacy to improve AI accuracy
BEnsuring transparency and explainability of AI decisions
CPrioritizing AI development over human rights
DMaximizing AI system speed regardless of ethical concerns
Attempts:
2 left
💡 Hint
Think about what helps users understand AI decisions.
Model Choice
intermediate
2:00remaining
Choosing a Model for Fairness Evaluation
You want to evaluate if an AI model treats different demographic groups fairly. Which approach aligns best with AI governance frameworks focused on fairness?
ACompare model performance metrics separately for each demographic group
BUse a single accuracy metric on the whole dataset
CIgnore demographic data to avoid bias
DOnly test the model on the majority group data
Attempts:
2 left
💡 Hint
Fairness means checking if all groups are treated equally.
Metrics
advanced
2:00remaining
Interpreting Bias Metrics in AI Governance
An AI governance team uses disparate impact ratio to assess bias. If the ratio is 0.6 for a protected group, what does this indicate?
AThe protected group is favored by the AI model
BThe ratio indicates no bias
CThe AI model has perfect fairness
DThe protected group is disadvantaged compared to the reference group
Attempts:
2 left
💡 Hint
Disparate impact less than 0.8 usually signals bias.
🔧 Debug
advanced
2:00remaining
Identifying Governance Issue in AI Deployment Code
Consider this pseudocode snippet for deploying an AI model: model = train_model(data) if model.accuracy > 0.9: deploy(model) else: deploy(model) What governance issue does this code illustrate?
AIt deploys the model regardless of accuracy, risking poor performance
BIt correctly prevents deployment of low accuracy models
CIt ensures fairness by checking demographic metrics
DIt uses explainability checks before deployment
Attempts:
2 left
💡 Hint
Look at the conditions for deployment.
🧠 Conceptual
expert
3:00remaining
Balancing Innovation and Regulation in AI Governance
Which statement best captures the challenge AI governance frameworks face when balancing innovation and regulation?
AStrict regulations always speed up AI innovation
BNo regulation is needed if AI is innovative
CGovernance must protect society without stifling beneficial AI advances
DInnovation should be stopped to ensure full safety
Attempts:
2 left
💡 Hint
Think about how rules can both help and slow progress.