PL-600 · Question #7
Case Study 2 - Relecloud Background Relecloud provides regional air service in North America. The company uses a variety of systems, apps, and services to manage the business. You are hired to…
The correct answer is B. Lookup. A Lookup field is the correct choice because meal types need to exist as separate records in a dedicated table. This design supports two critical requirements: (1) meal types can be 'temporarily unavailable' by simply deactivating the record rather than modifying the schema…
Question
Options
- AGlobal Option Set
- BLookup
- COption Set
- DTwo Options
How the community answered
(46 responses)- A9% (4)
- B76% (35)
- C2% (1)
- D13% (6)
Explanation
A Lookup field is the correct choice because meal types need to exist as separate records in a dedicated table. This design supports two critical requirements: (1) meal types can be 'temporarily unavailable' by simply deactivating the record rather than modifying the schema, and (2) new meal types (like gluten-free) can be added as new records without any schema changes. An Option Set or Global Option Set would require a developer to modify the field definition to add/remove options and cannot be 'temporarily unavailable' - only permanently removed. Two Options is a boolean (yes/no) and is far too limited for this use case.
Topics
Community Discussion
No community discussion yet for this question.