Microsoft · AB-620
✅ Correct Sequence
1) Enable Responsible AI content moderation filters → 2) Configure prompt modifications at the system level to enforce tone, disclaimers, and refusal behavior → 3) Configure Power Platform DLP policies to restrict unauthorized data connectors
You need to configure the agent in Copilot Studio to meet Blue Yonder's Responsible AI and data protection requirements.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
1) Enable Responsible AI content moderation filters → 2) Configure prompt modifications at the system level to enforce tone, disclaimers, and refusal behavior → 3) Configure Power Platform DLP policies to restrict unauthorized data connectors
Core Concept
Responsible AI and data protection in Microsoft Copilot Studio represent foundational governance capabilities that ensure AI agents operate safely, ethically, and in compliance with organizational security policies. These capabilities include content moderation filters that screen both user inputs and agent responses for harmful content, prompt modifications that shape agent behavior and output characteristics, and Data Loss Prevention policies that control which data connectors and services the agent can access.
In enterprise deployments, these controls must be implemented systematically rather than individually per topic or conversation. Content moderation filters prevent the agent from generating or responding to inappropriate, harmful, or unsafe content. Prompt modifications allow administrators to inject system-level instructions that govern tone, include mandatory disclaimers, define refusal scenarios, and enforce brand guidelines without requiring manual updates to every topic. DLP policies provide the security boundary that prevents agents from accessing or transmitting data through unauthorized connectors, protecting sensitive enterprise information.
The proper sequence of configuration matters because security policies and AI governance frameworks should be established before the agent is exposed to users. Content moderation and prompt modifications work together to create a safe conversational experience, while DLP policies ensure that backend integrations comply with organizational data governance standards. Together, these mechanisms provide defense-in-depth protection for both the organization and its customers.
Detailed Explanation
Configuring Responsible AI and data protection in Copilot Studio involves implementing multiple layers of controls that work together to create a secure and compliant conversational AI experience. The technical requirements explicitly state that Responsible AI content moderation filters must be enabled, prompt modifications must enforce tone and disclaimers consistently, and Power Platform DLP policies must be configured to block unauthorized data flows.
The first critical action is enabling Responsible AI content moderation filters. These filters use Microsoft's AI safety systems to analyze both user inputs and agent responses in real time. They detect and block content that violates safety policies, including hate speech, self-harm content, violence, and sexual content. This protection operates at the platform level and applies automatically across all channels and topics, ensuring consistent safety enforcement without requiring per-topic configuration.
The second action involves configuring prompt modifications at the system level. Prompt modifications allow administrators to inject instructions into the generative AI system that influence how the agent interprets queries and formulates responses. The case study specifically requires disclaimers to be applied consistently across all generative responses and explicitly prohibits manual edits to individual topics. Prompt modifications satisfy this requirement by allowing a single configuration point that affects all generative answers. These modifications can enforce brand tone, include legal disclaimers, define scenarios where the agent should refuse to answer, and establish behavior guidelines.
The third essential action is configuring Power Platform DLP policies. These policies define which connectors and data sources the agent can access, creating a security boundary that prevents unauthorized data flows. Given that Blue Yonder's agent integrates with multiple sensitive systems including reservation data, loyalty programs, and customer information, DLP policies ensure that data access follows the principle of least privilege and complies with data governance requirements. These policies are enforced at the environment level and apply to all agents and flows within that environment.
The correct sequence ensures that foundational security and AI governance controls are in place before the agent becomes operational. Enabling content moderation first establishes safety boundaries. Configuring prompt modifications second ensures consistent behavior and compliance messaging. Implementing DLP policies third locks down data access patterns. This layered approach provides comprehensive protection while maintaining scalability and manageability.
Why the Correct Answer is Correct
The correct answer sequence addresses all three mandatory compliance requirements identified in the case study: Responsible AI content moderation, consistent disclaimer and tone enforcement through prompt modifications, and data protection through DLP policies. This sequence follows security best practices by establishing safety controls first, then behavioral guardrails, and finally access restrictions.
Enabling Responsible AI content moderation filters is foundational because it provides immediate protection against harmful content across all interactions regardless of topic or channel. Configuring prompt modifications at the system level satisfies the explicit requirement that disclaimers must be applied consistently without manual per-topic edits, providing scalable governance over generative responses. Configuring Power Platform DLP policies enforces the technical requirement to block unauthorized data flows and ensures that integration mechanisms comply with enterprise security standards.
This approach aligns with Microsoft's recommended practices for deploying secure and compliant AI agents, where platform-level controls take precedence over individual configurations, and multiple defensive layers work together to protect users and organizational data.
Why the Other Options are Incorrect
Manual per-topic configurations
Manually adding disclaimers or safety instructions to individual topics violates the requirement for consistent, system-level enforcement and creates unsustainable maintenance overhead.
Channel-specific security settings
Relying on channel-level settings rather than platform-level controls creates inconsistent protection across deployment channels and fails to establish comprehensive governance.
Post-deployment compliance configuration
Enabling safety and security controls after publishing the agent exposes the organization to risk during the window between deployment and compliance implementation.
Using shared or service account credentials
Configuring authentication with builder or shared credentials rather than user identity violates the explicit technical requirement that user identity must be used for data access.
Implementing only DLP without content moderation
Focusing solely on data protection without enabling AI safety filters fails to address the full spectrum of Responsible AI requirements.
Key Terms
Responsible AI Content Moderation: Platform-level filters that analyze user inputs and agent outputs to detect and block harmful, inappropriate, or unsafe content in real time.
Prompt Modifications: System-level instructions injected into the generative AI model that influence agent behavior, tone, disclaimer inclusion, and response characteristics across all topics.
Power Platform DLP Policies: Data Loss Prevention policies that control which connectors, data sources, and services can be used within a Power Platform environment, preventing unauthorized data access or transmission.
System-level Configuration: Settings applied at the platform or environment level that affect all agents, topics, and conversations, providing consistent enforcement without per-instance maintenance.
Generative Answers: Responses created by large language models based on knowledge sources, user queries, and system instructions, rather than predefined message templates.
Defense-in-Depth: Security strategy employing multiple layers of protection so that if one control fails, others continue to provide protection.
Practical Example
A financial services company deploys a Copilot Studio agent to help customers check account balances, transfer funds, and get investment advice. Before launching, the compliance team implements Responsible AI content moderation to prevent discussion of illegal activities or inappropriate financial advice. They configure prompt modifications with mandatory disclaimers stating "This information is for general purposes only and does not constitute professional financial advice. Consult a licensed advisor for specific recommendations."
The IT security team then configures DLP policies that allow the agent to access the approved banking API connector but block connections to external cloud storage services and social media platforms. This prevents customer financial data from being inadvertently transmitted to unauthorized systems.
When a customer asks the agent about cryptocurrency investments, the content moderation system allows the conversation to proceed since it's a legitimate financial topic. The agent provides general information and automatically includes the disclaimer due to prompt modifications. If someone attempts to ask the agent to help with tax evasion schemes, content moderation detects the potentially harmful intent and the agent refuses to engage with the query.
All three controls work together seamlessly, providing a secure conversational experience without requiring the agent author to manually implement safety checks in every topic.
Common Mistakes
- Implementing disclaimers by manually editing each topic rather than using system-level prompt modifications, creating maintenance overhead and inconsistent compliance
- Enabling content moderation only on certain channels instead of at the platform level, leaving gaps in protection
- Configuring DLP policies after agent deployment rather than as a prerequisite, creating temporary security vulnerabilities
- Relying exclusively on topic-level logic for safety controls instead of leveraging platform capabilities
- Testing agent functionality without verifying that all compliance controls are active and properly configured
- Assuming that channel-specific settings provide adequate security without implementing environment-level governance
- Failing to coordinate between AI safety controls and data protection policies, creating gaps in the compliance framework
- Publishing the agent before completing the full sequence of compliance configurations
Exam Tips
- Case study questions test your ability to synthesize multiple requirements and identify the correct implementation sequence based on dependencies and best practices
- Look for explicit requirements in the technical requirements and compliance sections that specify system-level versus per-topic approaches
- Identify statements that prohibit certain approaches (such as manual per-topic edits) as these eliminate incorrect answer options
- Remember that security and compliance controls should generally be implemented before functionality deployment, not after
- Prompt modifications and content moderation work together but serve different purposes: moderation blocks harmful content while modifications shape behavior
- DLP policies operate at the environment level and affect all components within that environment including agents and flows
- Sequencing questions typically follow logical dependency chains where foundational controls must be established before dependent configurations
- Pay attention to scale and maintainability requirements as these often indicate the need for system-level rather than individual configurations