PL-500 · Question #168
PL-500 Question #168: Real Exam Question with Answer & Explanation
The correct answer is C: Delete the child flow. Recreate it in the ContosoAutomations solution.. {"question_number": 1, "question_summary": "Configuring parent/child automations in Power Platform where child flow is outside the solution and all must deploy together", "correct_answer": "C", "explanation": "The core requirement is that all automations must be deployed together
Question
You are building automations within Microsoft Power Platform for Contoso. The automations have the following key requirements: - A single parent automation is already configured. The automation must be used to trigger an additional child automation. - The parent automation already exists within the ContosoAutomations solution. The existing child automation is outside of the solution. - All automations must be deployed together. - No dependency on physical compute environments is allowed. You need to configure the automations. What should you do?
Options
- AUse a connection reference.
- BDelete the parent flow. Recreate it outside of the solution.
- CDelete the child flow. Recreate it in the ContosoAutomations solution.
- DRemove the parent flow from the ContosoAutomations solution.
Explanation
{"question_number": 1, "question_summary": "Configuring parent/child automations in Power Platform where child flow is outside the solution and all must deploy together", "correct_answer": "C", "explanation": "The core requirement is that all automations must be deployed together, which in Power Platform means they must reside within the same solution. Solutions are the packaging mechanism for deploying flows across environments. Since the parent flow is already in the ContosoAutomations solution and the child flow exists outside it, the child flow must be deleted and recreated inside the ContosoAutomations solution. This ensures both flows are packaged together and can be exported/imported as a unit. Additionally, flows inside a solution cannot call flows outside a solution in a managed deployment context. Option A (connection reference) addresses connector credentials, not flow placement. Options B and D would break the existing parent configuration or violate the solution-based deployment requirement.", "generated_by": "claude-sonnet", "llm_judge_score": 3}
Topics
Community Discussion
No community discussion yet for this question.