PL-100 · Question #94
PL-100 Question #94: Real Exam Question with Answer & Explanation
The correct answer is B: No. {"question_number": 2, "question_summary": "Canvas app detecting bicycles - Category Classification model + Object Detector control", "correct_answer": "B - No", "explanation": "Category Classification in AI Builder is designed to classify text or documents into predefined catego
Question
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You are creating a canvas app. You need to automatically detect bicycles in pictures taken with the camera. Proposed solution: - Create a Category Classification custom model in AI Builder. - Train the model with pictures of bicycles and then publish the trained model. - Add the Object Detector control to your canvas app. Does the solution meet the goal?
Options
- AYes
- BNo
Explanation
{"question_number": 2, "question_summary": "Canvas app detecting bicycles - Category Classification model + Object Detector control", "correct_answer": "B - No", "explanation": "Category Classification in AI Builder is designed to classify text or documents into predefined categories, not to detect objects in images. Detecting bicycles in photos requires an Object Detection custom model. Although the Object Detector control is correct for the canvas app side, the wrong AI Builder model type makes this solution fail - regardless of training and publishing steps.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.