QuestionQ1
Implement generative AI and agentic solutionsYou have a Microsoft Foundry project that contains an agent. The agent accepts user-uploaded screenshots and relies on a multimodal chat model. Some of the screenshots contain potentially malicious embedded text. You need to prevent a prompt injection attack and ensure that third-party content is treated as lower trust. How should you configure Prompt Shields for document attacks?
QuestionQ2
Implement generative AI and agentic solutionsYou need to recommend a plan for creating a customer support agent using the Microsoft Foundry Agent Service. The agent must meet these requirements:
- Retain user preferences across multiple conversations.
- Let users provide contextual grounding by uploading documents directly during a chat.
Which Foundry capability should you recommend for each requirement?
Community Discussion
QuestionQ3
Implement text analysis solutionsYou have an application named App1 that uses Azure Speech in Foundry Tools to transcribe live calls.
Transcript segments frequently contain both English and Spanish. App1 sends each segment to Azure Translator in Foundry Tools for translation into another language, but mixed-language segments sometimes produce incomplete or incorrect translations.
You need to reduce translation errors, ensuring that the entire transcript is translated successfully.
What should you do before sending the segments to Translator?
- A Use document translation to translate the entire transcript as a single document.
- B Split the mixed-language segments into single-language segments and translate each segment separately.
- C Enable automatic language detection for the translation request.
- D Specify English as the source language in the translation request for all the segments.
Community Discussion
QuestionQ4
Implement generative AI and agentic solutionsYou have a Microsoft Foundry project named Project1 that contains an agent, and the agent uses an OpenAPI 3.0 specification to call an external weather service.
The weather service requires a key that must be passed in an HTTP header, and the key value is stored as a connection in Project1.
You need to ensure that the key value from the connection is automatically included whenever the OpenAPI tool is invoked.
What should you configure in the OpenAPI specification?
- A a header parameter defined for each operation
- B an Azure Key Vault connection
- C an API key security scheme
- D a Bearer token security scheme
Community Discussion
QuestionQ5
Implement generative AI and agentic solutionsYou have a Microsoft Foundry project that contains an agent. You use a GitHub Actions workflow for CI/CD. You need to configure the workflow to automatically evaluate the agent whenever a pull request (PR) is created, and to prevent branches from merging if the evaluation results do not meet the defined thresholds.

Community Discussion