2023 New PL-100 Exam Dumps with PDF and VCE Free: https://www.2passeasy.com/dumps/PL-100/
We provide real PL-100 exam questions and answers braindumps in two formats. Download PDF & Practice Tests. Pass Microsoft PL-100 Exam quickly & easily. The PL-100 PDF type is available for reading and printing. You can print more and practice many times. With the help of our Microsoft PL-100 dumps pdf and vce product and material, you can easily pass the PL-100 exam.
Online PL-100 free questions and answers of New Version:
NEW QUESTION 1
You need to ensure that the app can support the needs of User2 and User3, and meets the production deployment requirements.
Which tools should you use? To answer, select the appropriate tool in the answer area. NOTE: Each correct selection is worth one point.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation:
Box 1: App Checker
Scenario: Several sales representatives have accessibility restrictions. User2 is visually impaired and cannot see images. User3 is unable to use a mouse.
Users who have vision, hearing, or other impairments can use your canvas app more easily and successfully if you consider accessibility as you design how the app looks and behaves. If you're not sure how to make your app more accessible, you can run the AppChecker Accessibility checker in Power Apps Studio.
Box 2: Solution Checker
Scenario: Before deploying the app to production, you must ensure that the app conforms to Microsoft accessibility and performance guidelines.
Use solution checker to validate your model-driven apps in Power Apps. Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/accessibility-checker https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/use-powerapps-checker
NEW QUESTION 2
A coworker creates a canvas app.
The canvas app contains the following formula. The formula is attached to the OnVisible property of the first
You are updating the canvas app.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation:
Box 1: No
Records are added, not updated. Box 2: Yes
The Collect function adds records to a data source. Syntax: Collect( DataSource, Item, ... )
DataSource – Required. The data source that you want to add data to. If it doesn't already exist, a new collection is created.
Item(s) - Required. One or more records or tables to add to the data source. Box 3: No
No records are cleared. Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-clear-collect-clearcollect
NEW QUESTION 3
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?
- A. Yes
- B. No
Answer: A
Explanation:
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.
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
NEW QUESTION 4
You create a canvas app for technicians at a computer store. You assign technicians cases to work on. The technicians update cases at the end of customer site visit.
The manager wants the technicians to sell warranties to the customers. If a customer agrees to purchase a warranty, technicians use the canvas app to immediately alert the sales team, and then the technician records details about the warranty into the app.
You need to create a flow to alert the sales team. Which type of trigger should you use?
- A. Flow button for mobile
- B. Power Apps
- C. Office 365 Outlook
- D. Common Data Service
Answer: A
Explanation:
Create a button flow to run routine tasks by simply tapping a button. Customize your flow by allowing the user to provide specific details that will be used when the flow runs.
Note: There are many repetitive tasks that we all wish we could run with just a tap of a button. For example, you may need to quickly email your team to remind them to join the daily team sync, or you may want to start a new Visual Studio Codespaces build of your code base after you've been notified that there are no more checkins planned for the day. Button flows allow you to accomplish these and many other tasks simply by tapping a button on your mobile device.
Reference:
https://docs.microsoft.com/en-us/power-automate/button-flow-with-user-input-tokens
NEW QUESTION 5
A company uses data loss prevention (DLP) policies. You have a Power Automate flow that posts Twitter mentions into a Microsoft SharePoint list.
You are not able to activate the flow. You need to troubleshoot the issue.
What are two possible reasons why you cannot activate the flow? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
- A. You are not assigned the Power Platform Admin role.
- B. You placed all connectors into the Business group within the DLP policy.
- C. You placed all connectors into the Non-Business group within the DLP policy.
- D. You are not assigned the Environment Admin role.
Answer: BD
Explanation:
D: DLP policies are created in the Power Platform admin center. They affect Power Platform canvas apps and Power Automate flows. To create a DLP policy, you need to be a tenant admin or have the Environment Admin role.
B: This table describes how the DLP policy you created affects data connections in apps and flows.
Note: Any connector that resides in the Non-Business data group—such as Outlook.com—won't share data with apps and flows by using SharePoint or Salesforce connectors. Facebook and Twitter connectors are altogether blocked from being used in any app or flow in non-test environments such as production or default environments.
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/wp-data-loss-prevention
NEW QUESTION 6
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.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation:
Step 1: Connect data to the model.
First create an AI Builder form processing model for the customer reviews you want to process.
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/
NEW QUESTION 7
You have a solution that contains a Power Automate flow, an environment variable, and a model-driven app. Which three steps should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation:
Step 1: Adjust the version number. Step 2: Select the managed solution.
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.
Step 3: Publish all changes. Reference:
https://powerusers.microsoft.com/t5/Power-Apps-Pro-Dev-ISV/Managed-vs-Unmanaged/td-p/495685
NEW QUESTION 8
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?
- A. Yes
- B. No
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
NEW QUESTION 9
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?
- A. Yes
- B. No
Answer: B
Explanation:
A Category classification model categorizes text by its meaning. Reference:
https://knowledgefrommanish.com/powerplatform/ai-builder-entity-extraction-ai-model/
NEW QUESTION 10
You need to provide the app to Tailwind Traders. What should you do?
- A. Within Managed Properties, set the value of the Allow customizations option to tru
- B. Export the app as a managed solution.
- C. Use the Share App feature.
- D. Within Managed Properties, set the value of the Allow customizations option to fals
- E. Export the app as a managed solution.
- F. Within Managed Properties, set the value of the Allow customizations option to fals
- G. Export the app as an unmanaged solution.
Answer: C
Explanation:
Scenario: The completed app and all supporting components must be provided to Tailwind Traders. Tailwind Traders must not be able to make changes to any of the components.
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
NEW QUESTION 11
You create a model-driven app for a company. The app will be used to manage events that the company organizes.
The Events entity ownership type is set to User or team. Members of the marketing team are assigned the MarketingTeam security role. All privileges for the role are set to User access.
All employees must be able to view event records. Only members of the marketing team are permitted to create or edit event records. You create a role named OtherEmployees.
You need to configure the MarketingTeam and OtherEmployees security roles.
Which three actions should you perform? Each correct selection presents a part of the solution.
NOTE: Each correct selection is worth one point.
- A. Set the access level for the OtherEmployees security role to Organization for the Read permission.
- B. Set the access level for the MarketingTeam security role to Organization for the Read permission.
- C. Set the access level for the OtherEmployees security role to None Selected for the Read permission.
- D. Set the access level for the MarketingTeam security role to None Selected for the Read permission.
- E. Set the access level for the MarketingTeam security role to None Selected for the Create and White permission.
- F. Set the access level for the OtherEmployees security role to None Selected for the Create and Write permission.
Answer: ABE
NEW QUESTION 12
You create a Power Platform solution. Solution data is stored in a variety of documented cloud services. You must also be able to connect to one or more industry data sources.
You need to configure the data sources. What should you do?
- A. Create a business process flow.
- B. Create a data policy template.
- C. Create a UI flow.
- D. Use an existing data connector.
Answer: D
Explanation:
In Power Apps, add a data connection to an existing canvas app or to an app that you're building from scratch. Your app can connect to SharePoint, Common Data Service, Salesforce, OneDrive, or many other data sources.
Note:
Add data source
* 1. In the center pane, select connect to data to open the Data pane.
* 2. Select Add data source.
* 3. If the list of connections includes the one that you want, select it to add it to the app. Otherwise, skip to the next step.
* 4. Select New connection to display a list of connections.
* 5. In the search bar, type or paste the first few letters of the connection you want, and then select the connection when it appears.
* 6. Select Create to both create the connection and add it to your app. Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/add-data-connection
NEW QUESTION 13
You are an app builder for a medical office. The medical office uses activities to book appointments and business process flows to track patient status. The cleaning staff wants the app to connect directly to a Microsoft Excel workbook to track cleaning tasks. The office does not have access to reporting tools including Power BI.
You need to create apps for the following groups of users. Apps must not require customizations or the use of additional products.
Which type of app should you build for each group? To answer, drag the appropriate app types to the correct groups. Each app 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.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation:
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/embedded-canvas-app-guidelines https://global.hitachi-solutions.com/blog/canvas-vs-model-driven-apps
NEW QUESTION 14
You are designing a canvas app that will be used by all users including users who have vision impairments. Which outcome is achieved by each action? To answer, drag the appropriate outcomes to the correct actions.
Each outcome 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.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation:
Reference:
https://docs.microsoft.com/sv-se/powerapps/maker/canvas-apps/accessible-apps
NEW QUESTION 15
......
Thanks for reading the newest PL-100 exam dumps! We recommend you to try the PREMIUM Allfreedumps.com PL-100 dumps in VCE and PDF here: https://www.allfreedumps.com/PL-100-dumps.html (47 Q&As Dumps)