Demo Preview

AI-103 Safe Question Preview

This public preview shows limited demo-safe questions only. Correct answers, full explanations, paid-only media, private IDs, and attempt data are not included.

Implement generative AI and agentic solutionsMultiple ChoiceMulti SelectDrag Order

Preview Questions

Multiple ChoiceImplement generative AI and agentic solutions
Question 1. You have a Microsoft Foundry project that contains an agent and an image generation model deployment. The agent generates original images from user-supplied product photos. You need to ensure that the generated images maintain the product identity and visual characteristics of the provided photo. What should you do?
A. Set the input_fidelity parameter to high.
B. Apply a groundedness detection filter.
C. Include a prompt and input image in the request.
D. Decrease the value of the temperature parameter.
Multi SelectImplement generative AI and agentic solutions
Question 2. You have a Microsoft Foundry project that contains an agent named PaymentAgent. PaymentAgent includes a function tool that issues customer refunds by using an external API. You are creating a workflow in YAML. You need to ensure that the workflow pauses for human approval and continues with the refund step only after approval is granted. How should you complete the workflow definition? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Answer:
A. ask_question
B. basic_chat
C. data.transformation
D. approval == "approved"
E. propose_refund.output != null
F. true
Multi SelectImplement generative AI and agentic solutions
Question 3. You have a Microsoft Foundry project that contains an agent. The agent accepts user-uploaded screenshots and uses a multimodal chat model. Some 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? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Answer:
A. Disable the shield.
B. Set action to block.
C. Set action to annotate.
D. Enable Spotlighting.
E. Create a custom blocklist.
F. Use optical character recognition (OCR) to extract the text from the images first.
Drag OrderImplement generative AI and agentic solutions
Question 4. You have a Microsoft Foundry project that contains an agent used by the financial analysts at your company. You need to optimize the agent workflow by providing additional data access and processing capabilities. The solution must meet the following requirements: • Ensure that the agent can perform calculations during conversations • Ensure that the agent can access up-to-date information from public websites. • Ensure that the agent can retrieve information from documents uploaded directly to the agent. What should you use for each requirement? To answer, drag the appropriate tools to the correct requirements. Each tool may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point. Answer:
A. Perform calculations during conversations: Code interpreter
B. Access up-to-date information from public websites: Grounding with Bing Search
C. Retrieve information from documents uploaded directly to the agent: File search
Multiple ChoiceImplement generative AI and agentic solutions
Question 5. Note: This section contains one or more sets of questions with the same scenario and problem. Each question presents a unique solution to the problem. You must determine whether the solution meets the stated goals. More than one solution in the set might solve the problem. It is also possible that none of the solutions in the set solve the problem. After you answer a question in this section, you will NOT be able to return. As a result, these questions do not appear on the Review Screen. You have a multimodal Al generative model that accepts image uploads and uses extracted image text to generate responses. You discover that users can upload unsafe images and embed hidden instructions into images to manipulate the model. You need to implement controls to mitigate the risk. Solution: You configure a prompt shield for documents. Does this meet the goal?
A. Yes
B. No