Microsoft Power Platform App Maker

Here you have the best Microsoft PL-100 practice exam questions

  • You have 339 total questions to study from
  • Each page has 5 questions, making a total of 68 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on November 20, 2024
Question 1 of 339

Your company simplifies business processes by making use of Power Automate and Power Apps.

You have been tasked with creating an AI model using AI Builder that examines client assessments regarding products.

Which of the following is the AI model you should create?

    Correct Answer: A

    To examine client assessments regarding products, the most appropriate AI model to create would be a Category classification model. This model is designed to categorize text data, identifying and tagging text entries which is essential for understanding and analyzing client assessments, particularly if the assessments include free text describing their experiences and opinions. This method serves purposes like sentiment analysis, spam detection, and customer request routing, all of which are relevant for examining client assessments.

Question 2 of 339

DRAG DROP -

You are in the process of designing a new multi-page canvas app. The app connects to an outside data source to load tabular data. all screens within the canvas app must have access to the data after it is loaded. You want to make sure that data retrieval from the data source for the app is kept to a minimum.

You need to configure the use of a suitable data store.

Which of the following options could you make use of? Answer by dragging the correct options from the list to the answer area.

Select and Place:

    Correct Answer:

    Reference:

    https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/working-with-data-sources

Question 3 of 339

You have been tasked with designing a model-driven app. The app must be configured to permit so that users are able to generate and modify a list of current accounts.

You want to make sure that a list of all active accounts is displayed. You need to make use of a suitable user interface component.

You use the Display form control.

Does the action achieve your objective?

    Correct Answer: B

    The Display form control is used to display and edit a single record, not a list of records. For a model-driven app where you need to display and modify a list of active accounts, you should use components like a View or Editable Grid. These components are designed to handle and display multiple records and allow for easier modification of the list.

Question 4 of 339

You have been tasked with designing a model-driven app. The app must be configured to permit so that users are able to generate and modify a list of current accounts.

You want to make sure that a list of all active accounts is displayed. You need to make use of a suitable user interface component.

You use the Data table control.

Does the action achieve your objective?

    Correct Answer: B

    A Data Table control is primarily used within Canvas Apps in Microsoft Power Apps. For a model-driven app, you should use features like Views or Subgrids, which are specifically designed to display and manage records within the model-driven environment. Model-driven apps do not natively support the Data Table control, and even if it were integrated through some workaround, it would be read-only, which does not meet the requirement of allowing users to generate and modify accounts.

Question 5 of 339

You have been tasked with designing a model-driven app. The app must be configured to permit so that users are able to generate and modify a list of current accounts.

You want to make sure that a list of all active accounts is displayed. You need to make use of a suitable user interface component.

You use the Text input control.

Does the action achieve your objective?

    Correct Answer: B

    The action does not achieve the objective. The Text input control is used for user input, such as entering or editing text, and is not suitable for displaying a list of all active accounts. To display a list of accounts, you would need a control that can show multiple records from a data source, such as a Gallery control or a Data table control. These controls can be configured to display the necessary details for each account and allow users to interact with the list.