nerdexam
MicrosoftMicrosoft

PL-100 · Question #272

PL-100 Question #272: Real Exam Question with Answer & Explanation

The correct answer is C: Lookup. {"question_number": 4, "correct_answer": "C", "explanation": "A Lookup field references records in a related table - in this case, a Warehouses table that stores each warehouse's name, address, and other details. With hundreds of warehouses, a lookup allows users to search and se

Create business solutions

Question

A company has hundreds of warehouses. You are developing an app for the shipping department at the company. The app must be able to provide the warehouse address for shipments. You need to create the warehouse field on the app form. Which field type should you use?

Options

  • AChoice
  • BText
  • CLookup
  • DChoices

Explanation

{"question_number": 4, "correct_answer": "C", "explanation": "A Lookup field references records in a related table - in this case, a Warehouses table that stores each warehouse's name, address, and other details. With hundreds of warehouses, a lookup allows users to search and select the correct warehouse record, and the associated address data is automatically available through the relationship. Option A (Choice) and Option D (Choices) use static, manually maintained lists that are impractical for hundreds of warehouses that may change over time. Option B (Text) allows free-form entry with no validation, no enforcement of valid warehouses, and no link to address data - the user would have to type the address manually every time.", "generated_by": "claude-sonnet", "llm_judge_score": 4}

Topics

#Field types#Lookup fields#Power Apps forms#Data modeling

Community Discussion

No community discussion yet for this question.

Full PL-100 PracticeBrowse All PL-100 Questions