PL-200 · Question #344
PL-200 Question #344: Real Exam Question with Answer & Explanation
The correct answer is D: Use the classic experience to add a canvas app.. {"question_number": 3, "question_summary": "Embed a custom interface on a model-driven app form without custom code", "correct_answer": "D", "explanation": "Canvas apps can be embedded directly into model-driven app forms as a component, providing a fully custom interface with no
Question
You are building a model-driven app. The environment has Advanced settings enabled. A form in the app requires a custom interface. You need to embed the custom interface onto the form without using custom code. What should you do?
Options
- AModify the model-driven app to use mobile form factor.
- BModify the model-driven app to use tablet form factor.
- CCreate an HTML web resource.
- DUse the classic experience to add a canvas app.
Explanation
{"question_number": 3, "question_summary": "Embed a custom interface on a model-driven app form without custom code", "correct_answer": "D", "explanation": "Canvas apps can be embedded directly into model-driven app forms as a component, providing a fully custom interface with no custom code required. The classic (legacy) form editor exposes the option to add a canvas app to a form section, and Power Apps handles the integration automatically. This is a low-code/no-code capability built into the platform. Option A (mobile form factor) and Option B (tablet form factor) change the layout target for the entire app but do not enable embedding a custom interface. Option C (HTML web resource) is technically capable of creating a custom interface, but it requires writing custom HTML, CSS, and JavaScript - which violates the 'without using custom code' constraint. Therefore, D is the only option that embeds a custom interface without custom code.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.