You need to implement the concrete calculator. Which Microsoft Power Platform tool or component should you use?
Answer : D
You create a canvas app named Hardware Order that suggests computer hardware to customers.
A value must be entered for the EmployeeID field when creating a new order if the value in the OrderType field does not contain the prefix test.
You need to configure the business rule.
Which two actions should you perform? Each correct answer presents part of the complete solution.
NOTE: Each correct selection is worth one point.
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?
Answer : B
Instead create an Object Detection custom model
https://docs.microsoft.com/en-us/ai-builder/prediction-overview
https://docs.microsoft.com/en-us/ai-builder/object-detector-component-in-powerapps
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 build a canvas app for a manufacturing company. The company receives parts and materials from many vendors. You create a form to collect information from packing slips.
Receivers must be able to take a picture of packing slips to receive materials instead of manually entering data in the app.
You need to ensure that users can scan packing slip information into the form.
Proposed solution: Use an Entity Extraction model.
Does the solution meet the goal?
Answer : B
AI Builder entity extraction models recognize specific data in the text that you target based on your business needs.
The model identifies key elements in the text and then classifies them into predefined categories. This can help you transform unstructured data into structured data that's machine-readable. You can then apply processing to retrieve information, extract facts, and answer questions.
Note: Create a canvas app and add the text recognizer AI Builder component to your screen. This component takes a photo or loads an image from the local device, and then processes it to detect and extract text based on the text recognition prebuilt model. If it detects text in the image, the component outputs the text and identifies the instances by showing a rectangle for each instance in the image.
https://knowledgefrommanish.com/powerplatform/ai-builder-entity-extraction-ai-model/
https://docs.microsoft.com/en-us/ai-builder/prebuilt-text-recognizer-component-in-powerapps
You use a Microsoft SharePoint list to record information about customers.
You must perform a series of actions only when a new item is added to a SharePoint list.
You need to configure a Power Automate flow.
Which trigger should you use?
Answer : A
Trigger - When an item is created
Triggers when an item is created.
MS Flow will trigger when an item is created in the list. It will return all list item properties which can be used in the Flow.
https://www.c-sharpcorner.com/article/sharepoint-based-triggers-in-ms-flow-part-2/
A company stores financial files in Microsoft SharePoint document libraries.
When a user uploads a new file, the user's manager must approve the request.
You need to design a cloud flow to meet The requirement.
Which three actions should you use? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer : A, F, G
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 developing a model-driven app that uses a Common Data Service database. App users will have a variety of different security roles.
Development and testing must be performed using production dat
a. Multiple testers must be used at each testing stage.
You need to provision and configure new environments for development and testing.
Solution:
Provision production environments named P1 and P2.
Copy the current production environment to P1 and P2.
Use P1 for development and P2 for testing.
Does the solution meet the goal?
Answer : B
Production: This is intended to be used for permanent work in an organization.
Don't use production environment for development and testing.
https://docs.microsoft.com/en-us/power-platform/admin/environments-overview