PL-100 · Question #13
PL-100 Question #13: Real Exam Question with Answer & Explanation
The correct answer is A: view. {"question_number": 4, "correct_answer": "A", "explanation": "In model-driven apps, a 'view' is the correct UI component for displaying a filtered list of records, such as all active accounts. Views are defined at the entity level and allow filtering, sorting, and column selectio
Question
You are creating a model-driven app that allows users to create and edit a list of existing accounts. You need to display a list of all active accounts. Which user interface components should you use?
Options
- Aview
- Bgallery
- Cdata table
- Dform
Explanation
{"question_number": 4, "correct_answer": "A", "explanation": "In model-driven apps, a 'view' is the correct UI component for displaying a filtered list of records, such as all active accounts. Views are defined at the entity level and allow filtering, sorting, and column selection. A 'gallery' (B) is a canvas app component, not used in model-driven apps. A 'data table' (C) exists in canvas apps for tabular display. A 'form' (D) is used for creating or editing a single record, not for displaying a list. Since the question asks about a model-driven app showing a list of accounts, 'view' is the only correct answer.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.