PL-500 · Question #161
PL-500 Question #161: Real Exam Question with Answer & Explanation
The correct answer is D: Capture an image.. {"question_number": 4, "question": "You are developing a Power Automate desktop flow to process thousands of product data sheets in an older desktop application. You need to extract the product image and description from each product sheet. Which two Power Automate Desktop automa
Question
You are developing a Power Automate desktop flow to process thousands of product data sheets. The data sheets reside in an older desktop application. Each data sheet is the same format and contains a product image and description field. You need to extract the product image and description from each product sheet and add those elements to a table in Microsoft Dataverse. Which two Power Automate Desktop automation capabilities should you use? Each correct answer presents complete solution. NOTE: Each correct selection is worth one point.
Options
- AChange the focus to a text field in a window.
- BWait for window content to appear or clear from a window.
- CGet UI element details in a window.
- DCapture an image.
- EExtract text by using optical character recognition (OCR).
Explanation
{"question_number": 4, "question": "You are developing a Power Automate desktop flow to process thousands of product data sheets in an older desktop application. You need to extract the product image and description from each product sheet. Which two Power Automate Desktop automation capabilities should you use?", "correct_answer": "D, E", "explanation": "For an older desktop application where direct programmatic text extraction may not be reliable: (D) 'Capture an image' is used to capture the product image from the screen or application window and save it for storage in Dataverse; and (E) 'Extract text using OCR (Optical Character Recognition)' reads the description text visually from the application, which is ideal for legacy apps that don't expose accessible UI elements or text properties. Option C ('Get UI element details') might work in modern apps but is unreliable for older desktop applications that don't support UI accessibility. Options A and B are utility actions for focus and wait conditions, not for data extraction.", "generated_by": "claude-sonnet", "llm_judge_score": 3}
Topics
Community Discussion
No community discussion yet for this question.