Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear on the review screen. You work in Microsoft Foundry with a prompt flow. You must manually evaluate prompts and compare results across prompt variants. You need to capture the inputs, outputs, token usage, and latencies for each flow run for the evaluation. Solution: In Microsoft Foundry, turn on Tracing for the prompt flow of the project and execute test runs to produce trace data. Does the solution meet the goal?
Select an option, then click Submit answer.
Reference / correct answer:
Most accepted answer: A. Yes
Community votes: A=2, B=2
Selected Answer: A Enabling Tracing in Microsoft Foundry automatically captures the required inputs, outputs, token usage, and latencies for each prompt flow run to support comprehensive evaluation. upvoted 1 times
Selected Answer: B Traicing just capture Inputs , Outputs, Token usage, Latency and not compare upvoted 1 times
Selected Answer: A I think this could reasonably be interpreted as **Yes**. The requirement focuses on capturing: * inputs * outputs * token usage * latency Tracing in Microsoft Foundry prompt flow provides exactly this runtime telemetry for each flow run. While the Evaluation experience is better suited for side-by-side prompt comparison and manual review workflows, the proposed solution still satisfies the stated requirement of capturing evaluation data for prompt runs. The question does not explicitly require the Evaluation experience itself, only the ability to capture run data for evaluation. upvoted 1 times
Selected Answer: B Correct answer: B. No Explanation Turning on Tracing for a prompt flow and executing test runs only partially meets the requirements: ✅ Tracing does capture: Inputs Outputs Token usage Latency upvoted 3 times