PL-100 : Microsoft Power Platform App Maker : Part 01

  1. 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?

    • A Category classification model.
    • An Object detection model.
    • A Form processing model.
    • A Prediction model.
  2. 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.

    PL-100 Microsoft Power Platform App Maker Part 01 Q02 001 Question
    PL-100 Microsoft Power Platform App Maker Part 01 Q02 001 Question
    PL-100 Microsoft Power Platform App Maker Part 01 Q02 001 Answer
    PL-100 Microsoft Power Platform App Maker Part 01 Q02 001 Answer
  3. 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?

    • Yes, it does
    • No, it does not
  4. 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?

    • Yes, it does
    • No, it does not
  5. 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?

    • Yes, it does
    • No, it does not
  6. You have an unmanaged solution, for which you have created multiple apps.

    You are required to move the apps to a different environment. The environment requires that the solution allows for components to be added, amended, renewed, removed, deleted, or tested.

    You need to use the correct solution type.

    You make use of a Managed solution.

    Does the action achieve your objective?

    • Yes, it does
    • No, it does not
    Explanation:
    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.
  7. You have an unmanaged solution, for which you have created multiple apps.

    You are required to move the apps to a different environment. The environment requires that the solution allows for components to be added, amended, renewed, removed, deleted, or tested.

    You need to use the correct solution type.

    You make use of an Unmanaged solution.

    Does the action achieve your objective?

    • Yes, it does
    • No, it does not
    Explanation:
    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.
  8. All app makers at your company have their own Common Data Service environment.

    You are in the process of adapting a canvas app in your own environment. Because you have booked time of work, you have to make the app and all your adaptations available to a fellow app maker, who will carry on adapting the app.

    You need to, however, make sure that you will be able to resume work on the app when you come back.

    Which of the following actions should you take?

    • You should consider exporting the app, with all adaptations, as an ununmanaged solution.
    • You should consider publishing the app to the production environment.
    • You should consider exporting the app, with all adaptations, as a managed solution.
    • You should consider publishing the app to a staging environment.
    Explanation:

    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.

    Incorrect Answers:
    C: 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.

  9. You are employed as an app maker. You are currently creating a new canvas app.

    App users will include users who have diminished or no sight.

    You are identifying methods that will hide content from seeing users and show them to screen reader users.

    Which of the following methods are valid? (Choose all that apply.)

    • Configure color and related properties as transparent.
    • Set X, Y, or both properties for the control to be on-screen.
    • Set the width and height to 1.
    • Set the size to 10.
  10. You are employed as an app maker. You are required to construct a canvas app that allows for detailed data to be identified in targeted text.

    Which of the following is the AI Model you should include in your app?

    • A Business card reader model.
    • A Category classification model.
    • A Key Phrase Extraction model.
    • An Entity Extraction model.
    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.

  11. Your company makes use of Microsoft 365, Microsoft Azure, and Power Platform for app development. Your company has a sister company that has the same Microsoft SharePoint and Azure configurations, but have their own tenant.

    You have been tasked with building a mobile app that must also be made available to the sister company. The sister company, however, must be prevented from making changes to any of the app components.

    Which of the following actions should you take?

    • Navigate to the managed properties page, and set the value of the Allow customizations option to true.
    • Navigate to the managed properties page, and set the value of the Allow customizations option to false.
    • Export the app as a managed solution.
    • Export the app as an unmanaged solution.
    Explanation:
    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.
  12. You are creating an app that must support users with different disabilities.

    You want to make sure that your app to adhere to Microsoft’s accessibility and performance guidelines.

    Which of the following actions should you take?

    • You should use the App Checker
    • You should use the Solution Checker
    • You should use the Object Detector
    • You should use the Portal Checker
  13. You have constructed a Power Platform solution that stores its data in a mixture of known cloud services.

    You also have to make sure that the solution is also able to connect to industry data sources.

    You make use of a current data connector.

    Does the action achieve your objective?

    • Yes, it does
    • No, it does not
    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:
    1. Add data source
    2. In the center pane, select connect to data to open the Data pane.
    3. Select Add data source.
    4. 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.

    PL-100 Microsoft Power Platform App Maker Part 01 Q13 002
    PL-100 Microsoft Power Platform App Maker Part 01 Q13 002

    5. Select New connection to display a list of connections.

    PL-100 Microsoft Power Platform App Maker Part 01 Q13 003
    PL-100 Microsoft Power Platform App Maker Part 01 Q13 003

    6. In the search bar, type or paste the first few letters of the connection you want, and then select the connection when it appears.

    PL-100 Microsoft Power Platform App Maker Part 01 Q13 004
    PL-100 Microsoft Power Platform App Maker Part 01 Q13 004

    7. Select Create to both create the connection and add it to your app.

  14. You have constructed a Power Platform solution that stores its data in a mixture of known cloud services.

    You also have to make sure that the solution is also able to connect to industry data sources.

    You produce a business process flow.

    Does the action achieve your objective?

    • Yes, it does
    • No, it does not
  15. You have constructed a Power Platform solution that stores its data in a mixture of known cloud services.

    You also have to make sure that the solution is also able to connect to industry data sources.

    You generate a data policy template.

    Does the action achieve your objective?

    • Yes, it does
    • No, it does not
  16. After creating an app with several screens, test users inform you that the size and type of gallery shown on every screen is different.

    You decide to enhance the consistency for the app screens by creating a reusable gallery that displays data according to the current record.

    You start by adding a gallery control.

    Which of the following is the action you should take NEXT?

    • You should Add an input property.
    • You should Add a screen
    • You should create a component.
    • You should create a form.
  17. You document client data via a Microsoft SharePoint list.

    You are planning to configure a Power Automate flow that triggers a series of actions when new data is added to the list.

    Which of the following actions should you take?

    • You should use the When an item is created trigger.
    • You should use the For a selected file trigger.
    • You should use the When a file is classified by a content understanding model trigger.
    • You should use the When an item is created or modified trigger.
    Explanation:
    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.
  18. You need to consider the underlined segment to establish whether it is accurate.

    To create a custom table relationship in Microsoft Dataverse, you can use Power Platform Admin center or Solution explorer.

    • No adjustment required.
    • Power Apps Maker portal or Power Platform Admin center
    • Solution explorer or Power Apps Maker portal 
    • Solution explorer or SQL Server Management Studio
    • SQL Server Management Studio or Power Apps Maker portal
    Explanation:
    There are two designers you can use to create and edit 1:N (one-to-many) or N:1 (many-to-one) relationships:
    – You can create and edit 1:N (one-to-many) or N:1 (many-to-one) entity relationships in Power Apps portal
    – You can create and edit create and edit 1:N (one-to-many) or N:1 (many-to-one) entity relationships using solution explorer
  19. You have been tasked with creating a canvas app that allows computer technicians to update job cards after client site visits. The app should also allow for the technicians to notify the sales executives instantaneously when clients order service contracts. As soon as the notification is sent, the technician has to be able to enter the service contract specifics.

    You create a button flow with user input that includes the Flow button for mobile trigger.

    Does the action achieve your objective?

    • Yes, it does
    • No, it does not
    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.
  20. You have been tasked with creating a canvas app that allows computer technicians to update job cards after client site visits. The app should also allow for the technicians to notify the sales executives instantaneously when clients order service contracts. As soon as the notification is sent, the technician has to be able to enter the service contract specifics.

    You create a cloud flow.

    Does the action achieve your objective?

    • Yes, it does
    • No, it does not
Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments