Question 26

Your solution must answer questions about numeric data in large Excel-based reports (e.g.,
"What was Q3 revenue for the West region?"). Which approach is most appropriate?
  • Question 27

    You need to ensure that responses from your Azure OpenAI application include citations back to the specific source documents used, to support user trust and verification. What should you implement?
  • Question 28

    You are creating a hazard notification system that has a single signaling server which triggers audio and visual alarms to start and stop.
    You implement Azure Service Bus to publish alarms, each alarm controller uses Azure Service Bus to receive alarm signals as part of a transaction Alarm events must be recorded for audit purposes Each transaction record must include information about the alarm type that was activated.
    You need to implement a reply-trail auditing solution
    Which two actions should you perform? Each correct answer presents part of the solution.
    NOTE: Each correct selection is worth one point.
  • Question 29

    You are choosing an embedding strategy for a RAG solution. Documents range from 2 to 200 pages. You need to preserve semantic coherence while staying within embedding model token limits. What should you do?
  • Question 30

    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 are preparing a production deployment for an Azure Function app. The app will run across multiple environments.
    The solution must support environment-specific configuration and prevent secrets from being stored in source control.
    You need to develop the solution.
    Solution: Store production secrets in environment variables set by the Dockerfile.
    Does the solution meet the goal?