👉Get Full PDF
Question. 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? A. You should Add an input property. B. You should Add a screen C. You should create a component. D. You should create a form. |
16. Click here to View Answer
Answer:
C
Explanation:
C. You should create a component.
Creating a reusable gallery that displays data according to the current record requires creating a component. A component is a reusable element that you can place on any screen in the app. By creating a component, you can reuse the gallery on every screen, ensuring that the size and type of gallery are consistent throughout the app. Once you create the component, you can add it to every screen where you want to display the gallery, and then configure the input properties to show the correct data for each screen.
Question. 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? A. You should use the When an item is created trigger. B. You should use the For a selected file trigger. C. You should use the When a file is classified by a content understanding model trigger. D. You should use the When an item is created or modified trigger. |
17. Click here to View Answer
Answer:
A
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.
Question. 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. A. No adjustment required. B. Power Apps Maker portal or Power Platform Admin center C. Solution explorer or Power Apps Maker portal D. Solution explorer or SQL Server Management Studio E. SQL Server Management Studio or Power Apps Maker portal |
18. Click here to View Answer
Answer:
C
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
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/create-edit-1n-relationships
Question. 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? A. Yes, it does B. No, it does not |
19. Click here to View Answer
Answer:
B
Explanation:
No. The question refers in fact to a canvas app, therefore we should create an instant flow with “PowerApps” trigger
You should build a Power Apps Button inside the Canvas app.
While you can absolutely achieve the goal using an instant cloud flow (or flow button) the question states “The app should also allow for the technicians to notify.”
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/using-logic-flows
Question. 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? A. Yes, it does B. No, it does not |
20. Click here to View Answer
Answer:
A
Explanation:
A. Yes, it does.
Creating a cloud flow can help automate the process of notifying the sales executives when clients order service contracts, and allow the technician to enter the service contract specifics. By setting up appropriate triggers and actions within the cloud flow, the app can send notifications to the sales executives and capture the necessary information from the technician, streamlining the entire process.