The clients at home and abroad strive to buy our AB-620 test materials because they think our products are the best study materials which are designed for preparing the test AB-620 certification. They trust our AB-620 certification guide deeply not only because the high quality and passing rate of our AB-620 qualification test guide but also because our considerate service system. They treat our AB-620 study materials as the magic weapon to get the AB-620 certificate and the meritorious statesman to increase their wages and be promoted.
| Section | Weight | Objectives |
|---|---|---|
| Build and extend agents in Copilot Studio | 40–45% | - Develop agent flows and logic
|
| Plan and configure agent solutions | 30–35% | - Configure agent foundations
|
| Test, deploy, and manage agents | 20–25% | - Deploy and manage agent lifecycle
|
All exam questions that contained in our AB-620 study engine you should know are written by our professional specialists with three versions to choose from: the PDF, the Software and the APP online. In case there are any changes happened to the AB-620 Exam, the experts keep close eyes on trends of it and compile new updates constantly. It means we will provide the new updates of our AB-620 preparation dumps freely for you later after your payment.
NEW QUESTION # 59
Case Study 1 - Blue Yonder Airlines
Background
Blue Yonder Airlines is a global carrier headquartered in Los Angeles, California, operating domestic and international flights. The company serves millions of passengers annually through its website, mobile app, and call centers. To improve customer service efficiency and reduce call center volume, Blue Yonder is deploying an AI agent in Microsoft Copilot Studio.
The agent will handle customer inquiries across multiple channels - web chat, mobile app, and Microsoft Teams (for internal support staff). It will answer questions, retrieve data from enterprise systems, and escalate to human agents when needed.
The project is led by a cross-function team:
- Product manager: Defines requirements and success metrics.
- Lead agent author: Designs topics, intents, and generative behavior.
- Flow designers: Build agent flows and integrations.
- IT/security and compliance: Oversees identity, data protection, and Responsible AI (RAI) compliance.
Current environment
Channels
Public website: Embedded web chat
Mobile app: In-app chatbot
Microsoft Teams: Internal support agent access
Identity and access
Customers: Anonymous access for general inquiries (e.g., flight status, baggage policy).
Authentication is required for personal data access (e.g., bookings, loyalty points).
Internal staff: Authenticate via Microsoft Entra ID.
Data sources
Reservation and Ticketing System (internal): REST API, no prebuilt connector with custom enterprise database.
Flight Status and Weather APIs (external): REST APIs with API keys.
Customer Support Knowledge Base: SharePoint library with PDFs and policy documents.
Loyalty Program Data: Stored in Dynamics 365 and Dataverse.
Travel Advisory Content: Uses REST API with partner services.
Integration mechanisms
Custom connectors must be used for internal APIs that lack prebuilt connectors.
HTTP request nodes may be used for lightweight external APIs.
Knowledge sources must be used for unstructured content.
Agent flows must be used to encapsulate reusable logic (e.g., rebooking).
Business requirements
Omnichannel support
Deploy the agent across web, mobile, and Teams with a consistent user experience. The Teams deployment must also support internal staff.
Self-service capabilities
The agent must handle common inquiries such as:
- Flight status
- Booking and rebooking
- Loyalty program questions
- Travel policies and baggage rules
Human escalation
If the agent cannot resolve an issue or the user requests help, it must:
- Escalate to a human agent.
- Transfer the conversation transcript and relevant context.
- Redact any sensitive personal data before escalation.
Knowledge integration
The agent must use scalable methods for knowledge integration and must not rely on manually authored Q&A topics for each document.
Performance metrics
First-contact resolution: +25%
Tier-1 call deflection: ≥20%
Response time: 90% of queries answered within 30 seconds
Accuracy: ≥95% for known FAQs
CSAT: ≥85% for AI-handled interactions
Technical requirements
Platform constraints
No custom code is permitted; only Copilot Studio's built-in tools may be used.
All backend logic must be implemented using agent flows.
Markdown must be used for formatting (e.g., bold, bullet points); HTML is not supported.
Authentication
Sign-in is required for personal data access.
Anonymous access is allowed for general inquiries.
User identity must be used for data access; shared or builder credentials must not be used.
Compliance and security
Power Platform DLP policies must be enforced to block unauthorized data flows.
Responsible AI content moderation filters must be enabled.
Prompt modifications must be added to enforce tone, disclaimers, and refusal behavior.
Disclaimers must be applied consistently across all generative responses. Manual edits to individual topics must be avoided.
Monitoring and maintenance
All conversations and actions must be logged for auditing.
Weekly reviews of transcripts and metrics must be conducted.
Topics, flows, and knowledge sources must be updated as policies or systems evolve.
Issues and constraints
API rate limits: External APIs (e.g., flight status) have usage limits. Agent flows must handle retries and caching to avoid exceeding quotas.
Knowledge base limits: Copilot Studio has limits on the number and size of indexed documents.
Large files must be split or summarized.
Generative answer risks: Generative responses must be constrained to avoid policy violations.
Prompt modifications and filters must be used to enforce tone, safety, and compliance.
User input variability: Users phrase questions in diverse ways. Topics must include varied trigger phrases and fallback handling.
Authentication UX: The agent must clearly explain when sign-in is required and handle transitions smoothly across channels.
Problem statement
Blue Yonder Airlines must deploy a secure, scalable, and policy-compliant AI agent using Microsoft Copilot Studio. The agent must deliver accurate, helpful, and safe responses across multiple channels, integrate with enterprise systems, and support both anonymous and authenticated users. It must adhere to strict data protection and Responsible AI standards while improving customer service efficiency and satisfaction.
You need to deploy the Blue Yonder Copilot agent to the public website and Microsoft Teams while ensuring compliance with the company's security and Responsible AI requirements.
Which two actions should you perform before making the agent available on both channels? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer: C,D
Explanation:
Under Compliance and Security, the requirements state: "Prompt modifications must be added to enforce tone, disclaimers, and refusal behavior. Disclaimers must be applied consistently across all generative responses. Manual edits to individual topics must be avoided." Setting this up at the system level ensures broad, consistent compliance without violating the constraint against manual topic-level edits.
Under Compliance and Security, the case study explicitly states: "Power Platform DLP policies must be enforced to block unauthorized data flows." DLP (Data Loss Prevention) policies are environment-level safeguards configured before deployment to restrict data movement between custom/REST connectors and non-compliant channels/destinations.
Reference:
https://learn.microsoft.com/en-us/microsoft-copilot-studio/publication-fundamentals-publish-channels
https://learn.microsoft.com/en-us/microsoft-copilot-studio/advanced-dlp
https://learn.microsoft.com/en-us/microsoft-copilot-studio/nlu-generative-answers
NEW QUESTION # 60
An agent in Copilot Studio must complete tasks by automating interactions with a legacy desktop application that does not use APIs.
During testing, the builder must confirm that the automation runs in a supported execution context and can inspect how each automation step executes during conversations.
To meet the business needs, the solution must:
- Execute UI automation in a supported, platform-managed environment.
- Provide visibility into how automation steps run during agent
conversations.
You need to configure the agent based on the requirements.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer: C,E
Explanation:
[B]
The agent runtime view / Activity page is where a builder checks real-time actions and logs. It explicitly provides visibility into how the orchestration engine is making decisions, running individual automation steps, and processing conversation flows.
[C]
Computer use is the precise feature in Copilot Studio designed to automate legacy applications that do not have APIs. Turning it on allows the agent to interact with user interfaces using a vision-based reasoning layer in a platform-managed environment.
Incorrect:
[Not A]
Publishing the agent makes the bot available to end-users on live channels. While it applies settings to production, publishing is a deployment step rather than a diagnostic or setup step used to confirm execution context or inspect granular automation steps while a builder is actively testing.
Reference:
https://learn.microsoft.com/en-us/microsoft-copilot-studio/configure-where-computer-use-runs
NEW QUESTION # 61
You need to enable collaboration requirements for Operations Concierge
Which two actions should you perform? Each correct answer presents part of the solution Choose two.
NOTE: Each correct selection is worth one point
Answer: A,C
Explanation:
Comprehensive and Detailed Explanation From Microsoft AB-620 Study Guide: The Service Desk Agent must be both published and available for connections from other agents. Publishing establishes a runtime version that the primary agent can call; an unpublished draft is not a valid connected-agent target. On the Service Desk Agent, the setting that allows other agents to connect and use it must also be enabled.
Microsoft additionally requires the connected agent to be in the same environment and the maker to own it or have it shared, but those conditions are not offered as choices. Replacing the agent with an MCP server would discard the existing agent ' s orchestration and ticket-routing logic. Adding it as a knowledge source would expose content for retrieval, not delegate an IT request to another agent. Publishing Operations Concierge alone does not satisfy the prerequisites of the target agent. After connection, the local description in Operations Concierge should clearly define when IT-specific work is delegated, because descriptions influence routing. Any later changes to the Service Desk Agent must be published before the main agent can use the updated version. Study Guide alignment: Integrate and extend agents in Copilot Studio > Configure multi-agent collaboration from Copilot Studio > Integrate an existing agent in Copilot Studio.
NEW QUESTION # 62
An agent calls a flow that intermittently produces unexpected results during execution. The agent behaves inconsistently.
You need to investigate agent flow executions to diagnose the issue.
Which two actions should you use? Each correct answer presents a complete solution. Choose two. NOTE:
Each correct selection is worth one point.
Answer: B,C
Explanation:
Comprehensive and Detailed Explanation From Microsoft AB-620 Study Guide: Flow run history provides the chronological record needed to identify which executions succeeded, failed, timed out, or behaved differently. Opening the failed run details then exposes the action-level inputs, outputs, status, duration, connection errors, and failure message that explain the inconsistent result. These two views support evidence-based diagnosis without changing the flow before the cause is known. Updating the trigger, increasing a timeout, or changing connection behavior are potential remediations only after the failure pattern has been established. The Analytics summary is useful for aggregate trends but lacks the full payload and step sequence of an individual run. The Activity tab ' s Error column can help locate failures, but the question asks for the two complete diagnostic actions and the detailed run inspection is the more direct evidence. Reviewers should compare a failed run with a successful run using the same input, check transient versus deterministic errors, and redact or restrict access to sensitive data captured in run history. Study Guide alignment: Plan and configure agent solutions > Create and monitor agent flows in Copilot Studio > Monitor agent flows.
NEW QUESTION # 63
A team deploys Copilot Studio solutions by using Power Platform Pipelines.
You must configure a deployment strategy that meets the following requirements:
Ensure that the solutions deploy in dev, test, and production environments in order.
Identify missing connection references or environment variables before the deployment process begins.
Manage all pipeline stages and security from a single, unified location for all linked environments.
You need to configure the pipeline to meet the requirements.
Answer:
Explanation:
NEW QUESTION # 64
......
With our AB-620 exam questions, the most important and the most effective reward is that you can pass the exam and get the AB-620 certification. And it is also what all of the candidates care about. At the same time, you can also get some more practical skills. Your work efficiency will increase and your life will be more capable. Our AB-620 Guide questions are such a very versatile product to change your life and make you become better.
AB-620 Exam Answers: https://www.examsreviews.com/AB-620-pass4sure-exam-review.html