PL-100 · Question #230
Case Study 3 - A culinary arts college Background A culinary arts college trains world class chefs by offering a blend of theoretical and practical education. The culinary arts program enrolls two…
The correct answer is B. a grid filter that filters by both threshold and quantity. In this culinary arts college case study, the requirement involves filtering an inventory view to identify items that need attention based on two conditions: the current quantity on hand and a reorder threshold. A grid filter that filters by both threshold and quantity (B)…
Question
" lunch orders placed between 10:00 AM and noon from an open menu, subject to availability. Most occasional and high-volume subscribers became fans of the college after ordering from the public subscription. - Occasional subscribers " a fixed number of meals, either monthly or weekly. - High volume `" businesses that provide their staff free lunches every workday. A group of 25 business subscribers each order an average of 2,000 meals per day. The number of occasional subscribers varies daily. The college generates a QR code for high-volume subscribers to allow staff to vote for their favorite dishes. Requirements Class management The solution must track credits earned by the students. Students require a fixed number of credits in the chef's role to gain the cuisine specialization. Students can acquire credits by using any of the following methods: - fans of the college - number of hours in practical sessions as helpers - number of hours as chefs - popular votes from dishes prepared as chefs - marks from the class instructor Students must confirm their attendance by selecting Start at the beginning of each class and selecting Done at the end of the class. The student's total number of practice hours and credits earned must display in the app. Students team up together to create new recipes and must keep their recipes confidential. The instructors photograph dishes that pass quality checks and upload the photographs to the daily menu that is made available to subscribers. Dish votes are counted based on the number of people who marked the dish as a favorite. The college requires a lively visual that displays marketing data on their public-facing website. Requirements Subscriptions The subscriber administrators must approve the credit terms for high-volume subscribers. Occasional and high-volume subscribers must be able to place orders online. Subscribers should be able to mark a dish as favorite directly from their order. Requirements Food management Instructors must be able to reserve the quantities of ingredients that they require for cooking sessions. Each ingredient has a primary unit of measure for bulk ordering and a second unit of measure for using in a recipe. (For example, flour in pounds when ordering and in cups for use in a recipe). The app must display the current inventory and reserved quantities for each ingredient needed for a recipe. The display must be consistent for appropriate roles. Food banks must be able to access the food pool online and place their orders from a filtered list based on their location. The college must replace the food bank notifications with an automated system that food bank users can access directly from the college's public website. The app must use a chatbot to replace the food bank notifications so that food bank users can see food available for pickup by food banks. Issues One instructor discovers discrepancies in the ingredient inventory and requests the standardization of the units of measures for all ingredients. Each time an ingredient is used in a recipe, the secondary unit of measure must be populated and be read only. Students report that they are not able to see their total practice hours in the app. Question You need to implement a solution to meet the ingredients inventory requirement. Which type of public view should you use?Options
- Aa grid filter that filters by quantity only
- Ba grid filter that filters by both threshold and quantity
- Ca grid filter that filters by threshold only
- Da conditional view filter that filters by both threshold and quantity
- Ea conditional view filter that filters by threshold only
How the community answered
(31 responses)- A6% (2)
- B74% (23)
- C3% (1)
- D3% (1)
- E13% (4)
Explanation
In this culinary arts college case study, the requirement involves filtering an inventory view to identify items that need attention based on two conditions: the current quantity on hand and a reorder threshold. A grid filter that filters by both threshold and quantity (B) allows staff to see only those inventory items where the quantity has dropped to or below the threshold - the precise condition needed to flag items for restocking. Filtering by threshold only (C or E) would not account for current stock levels. Filtering by quantity only (A) would not consider the reorder point. A conditional view filter (D or E) applies filter logic at the view definition level in model-driven apps, but a grid filter is more appropriate for interactive, ad-hoc filtering by the end user.
Topics
Community Discussion
No community discussion yet for this question.