PL-200 · Question #35
PL-200 Question #35: Real Exam Question with Answer & Explanation
The correct answer is B: No. {"question_number": 5, "correct_answer": "B", "explanation": "The solution proposes using Quick Find on the Notes list to search for the word 'run' to find a note containing 'running.' This does not work for two reasons: (1) Dynamics 365 Quick Find uses 'begins with' matching on
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. On a Contact record, a user creates a Note record that contains the word running. One week later, the user reports that they cannot find the Contact record associated with the Note record. You need to find the Note record. Solution: Use Quick Find search on the Notes list to search for the word run. Does the solution meet the goal?
Options
- AYes
- BNo
Explanation
{"question_number": 5, "correct_answer": "B", "explanation": "The solution proposes using Quick Find on the Notes list to search for the word 'run' to find a note containing 'running.' This does not work for two reasons: (1) Dynamics 365 Quick Find uses 'begins with' matching on indexed fields by default - searching 'run' will not match 'running' because 'running' does not begin with 'run' in the same token sense; and (2) Quick Find does not perform linguistic stemming or wildcard expansion. To find the note containing 'running,' you would need to search for the full word 'running,' or use a different search mechanism such as Relevance Search (now Dataverse Search), which supports full-text and stemmed queries. Therefore the solution does not meet the goal.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.