ExamGecko
Home / Microsoft / PL-100 / List of questions
Ask Question

Microsoft PL-100 Practice Test - Questions Answers, Page 7

List of questions

Question 61

Report
Export
Collapse

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 a Category classification model.

Does the solution meet the goal?

Yes

Yes

No

No

Suggested answer: B

Explanation:

A Category classification model categorizes text by its meaning.

Reference: https://knowledgefrommanish.com/powerplatform/ai-builder-entity-extraction-ai-model/

asked 05/10/2024
Maher Khamessi
30 questions

Question 62

Report
Export
Collapse

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?

Yes

Yes

No

No

Suggested answer: B

Explanation:

Instead use the Use a Text Recognition model.

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.

Incorrect Answers:

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.

Reference:

https://knowledgefrommanish.com/powerplatform/ai-builder-entity-extraction-ai-model/

https://docs.microsoft.com/en-us/ai-builder/prebuilt-text-recognizer-component-in-powerapps

asked 05/10/2024
Nick Endrikat
32 questions

Question 63

Report
Export
Collapse

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 a Key Phrase Extraction model.

Does the solution meet the goal?

Yes

Yes

No

No

Suggested answer: B

Explanation:

The key phrase extraction prebuilt model identifies the main points in a text document.

Reference:

https://docs.microsoft.com/en-us/ai-builder/prebuilt-key-phrase

asked 05/10/2024
Azwihangwisi Ntikane
38 questions

Question 64

Report
Export
Collapse

You are an app designer for a hotel.

The hotel wants to create an app to help the housekeeping staff schedule work.

You need to create a new environment for the app.

Where should you create the environment?

Power Platform Admin center

Power Platform Admin center

Power Apps Maker portal

Power Apps Maker portal

Dynamics 365 Admin center

Dynamics 365 Admin center

Suggested answer: A

Explanation:

Manage environment in the Power Platform admin center.

Reference: https://docs.microsoft.com/en-us/power-platform/admin/create-environment

asked 05/10/2024
Siphiwe Soldat
34 questions

Question 65

Report
Export
Collapse

A company delivers products to multiple communities. The company creates a canvas app connected to a Common Data Service database. The app tracks communities to see where the delivery volume is the highest. Drivers must enter delivery information on a form that uses an entity named Delivery. Depot staff must enter information on a pick-up form that uses an entity named Pick-up. Each form contains a community field that is based on a shared list across both forms.

You need to create the community field.

Which type of field should you create?

local option set

local option set

text

text

global option set

global option set

text area

text area

Suggested answer: C

Explanation:

Can use a global option set, no need to use localized option sets.

Note: In PowerApps Option set is one of the field types you can use in your Entity. The information type that Option Set stores is a list of text values. And here comes the Option Set advantage - once you define its text values you can centrally managed it.

Reference:

https://powerapps.microsoft.com/en-us/blog/option-sets-and-many-to-many-relationships-for-canvas-apps/

asked 05/10/2024
abdelhafid houssa
41 questions

Question 66

Report
Export
Collapse

A company has an on-premises system that stores product information. The company plans to replace the information with a Power Platform solution that uses the Common Data Service. The Power Platform solution needs to use data from the product information system.

You need to transform and import the data from the product information system.

Which two tools should you use? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Dataflow

Dataflow

Business process flow

Business process flow

Power BI Desktop

Power BI Desktop

Data gateway

Data gateway

Suggested answer: A, D

Explanation:

The on-premises data gateway acts as a bridge to provide quick and secure data transfer between on-premises data (data that isn't in the cloud) and several Microsoft cloud services. These cloud services include Power BI, PowerApps, Power Automate, Azure Analysis Services, and Azure Logic Apps. By using a gateway, organizations can keep databases and other data sources on their on-premises networks, yet securely use that on-premises data in cloud services. Can use the Power Platform dataflows to load entity in CDS with the option to transform data.

Reference: https://docs.microsoft.com/en-us/power-bi/connect-data/service-gateway-onprem https://nishantrana.me/2020/07/07/load-data-from-sql-on-premise-to-cds-common-data-service-using-power-platform-dataflows-in-power-apps/

asked 05/10/2024
Thijs van Ham
36 questions

Question 67

Report
Export
Collapse

In a Common Data Service database, you create a canvas app and a custom entity. The app also reads data from the Account entity in the Common Data Service database. Entity access permissions will be controlled by the Common Data Service User security role. You create a Common Data Service solution. You need to replicate the changes to a new Common Data Service database.

Which two components should you include with the canvas app? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Custom entity

Custom entity

Account entity

Account entity

Common Data Service User security role

Common Data Service User security role

Sitemap

Sitemap

Suggested answer: B, C
asked 05/10/2024
Newton Vela
39 questions

Question 68

Report
Export
Collapse

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 a Text Recognition model.

Does the solution meet the goal?

Yes

Yes

No

No

Suggested answer: A

Explanation:

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.

Reference:

https://docs.microsoft.com/en-us/ai-builder/prebuilt-text-recognizer-component-in-powerapps

asked 05/10/2024
Anupam Roy
45 questions

Question 69

Report
Export
Collapse

DRAG DROP

A company uses Power Automate and Power Apps to streamline business processes.

You need to use AI Builder to analyze customer reviews of the company’s products.

In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.


Microsoft PL-100 image Question 69 105680 10052024010645000
Correct answer: Microsoft PL-100 image answer Question 69 105680 10052024010645000

Explanation:

Step 1: Connect data to the model.

First create an AI Builder form processing model for the customer reviews you want to process.

Microsoft PL-100 image Question 12 explanation 105680 10052024010645000000

Step 2: Train the model.

Step 3: Publish the model.

Step 4: Use the model in a Power Automate flow.

Once you train and publish the model, create a solution-aware flow in Power Automate.

Reference:

https://powerapps.microsoft.com/en-us/blog/introducing-simplified-ai-builder-experience-in-power-automate/

asked 05/10/2024
Dean Pillay
47 questions

Question 70

Report
Export
Collapse

DRAG DROP

You create multiple apps as part of an unmanaged solution.

You need to move the apps to another environment.

You need to pick the appropriate solution type for each requirement.

Which types of solutions should you create? To answer, drag the appropriate solution types to the correct requirements. Each solution type may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.


Microsoft PL-100 image Question 70 105681 10052024010645000
Correct answer: Microsoft PL-100 image answer Question 70 105681 10052024010645000

Explanation:

Box 1: Unmanaged

Unmanaged Solution: The beginning state of solution is the unmanaged solution state. During this phase, you can add, edit, update, remove, delete, and test any of the components of the solution.

Box 2: Unmanaged

Box 3: Managed

Managed Solution: A managed solution is a finalized solution that can be distributed and installed. They are created by exporting an unmanaged solution by setting restrictions to prevent any further customizations. The whole point of Managed is locking down the Component states so they cannot be edited. Deleting the Managed Solution will remove all its customisations as well as data contained. Managed Solutions become read only once deployed so they cannot be manipulated.

Reference:

https://powerusers.microsoft.com/t5/Power-Apps-Pro-Dev-ISV/Managed-vs-Unmanaged/td-p/495685

asked 05/10/2024
Aleksei Chernikov
47 questions
Total 271 questions
Go to page: of 28
Search

Related questions