Free PL-900 Exam Braindumps (page: 36)

Page 35 of 74

HOTSPOT (Drag and Drop is not supported)
You create a model-driven app. You need to determine which customization can be made to table forms.
Instructions: For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Note: Each correct selection is worth one point.
Hot Area:

  1. See Explanation section for answer.

Answer(s): A

Explanation:



Box 1: Yes
Different people in your organization may interact with the same data in different ways. Managers may depend on being able to quickly scan information in a row and service people may require a form that streamlines data entry. You can accommodate different requirements by assigning forms to the security roles that different groups of people belong to.
When you have more than one main or other form type defined for a table, you can select which forms users will be able to use based on their security roles.
Because each table must be able to display a form for any user, at least one form must be designated as a ג€fallbackג€ form ג€" a form visible to users whose security roles do not have any forms explicitly assigned to them.

Box 2: Yes
Label property: By default, the label will match the display name of the column. The name for the form can be overridden by entering a different label here.

Box 3: No


Reference:

https://docs.microsoft.com/en-us/power-apps/maker/model-driven-apps/control-access-forms https://docs.microsoft.com/en-us/power-apps/maker/model-driven-apps/common-field-properties-legacy https://docs.microsoft.com/en-us/power-apps/user/quick-find



HOTSPOT (Drag and Drop is not supported)
A tutoring company has developed and deployed a model-driven app for the administration staff and a canvas app for teachers.
Instructions: For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Note: Each correct selection is worth one point.
Hot Area:

  1. See Explanation section for answer.

Answer(s): A

Explanation:



Box 1: Yes
Canvas offers two ways to access your courses ג€" a mobile app or web browser. Accessing the Canvas website on a desktop or laptop with a compatible browser will give you the best overall experience.

Box 2: No
After you build a canvas app that addresses a business need, specify which users in your organization can run the app and who can modify and even re-share it.
Specify each user by name, or specify a security group in Azure Active Directory (Azure AD). If everyone would benefit from your app, specify that your entire organization can run it.
Note: If your app connects to data for which users need access permissions, specify security roles as appropriate.

Box 3: Yes
Users may want to view data in relation to a table in a range of ways. A drop-down list of views is frequently displayed in the application so these can be selected.
Personal views are included above the list of system or public views that are available in the app. This makes it easier for users to find the data that is important to them.
Note: Personal view - Personal views are owned by individuals and only visible to that person unless they share their personal views with others.
Any user can create dashboards visible only to them in their work area, such as sales, service, or marketing. An administrator or customizer creates or customises system dashboards that, when published, are visible to everyone in the organization. A user can choose to set their user dashboard as their default dashboard and override the system dashboard.


Reference:

https://docs.microsoft.com/en-us/power-apps/maker/canvas-apps/share-app https://www.futurelearn.com/info/courses/cloudswyft-msft-dynamics-365-using-power-platform-ap/0/steps/208105



You complete development and testing of a new canvas app. You add users to a security team and assign the security team permissions to the app.
Users are unable to view the app.
You need to ensure that users can launch and use the app.
What should you do?

  1. Add the application to the solution.
  2. Publish the application.
  3. Share the application.
  4. Add a Power Apps Component Framework (PCF) control to the application.

Answer(s): B

Explanation:

Whenever you save changes to a canvas app, you automatically publish them only for yourself and anyone else who has permissions to edit the app.
When you finish making changes, you must explicitly publish them to make them available to everyone with whom the app is shared.


Reference:

https://docs.microsoft.com/en-us/power-apps/maker/canvas-apps/save-publish-app



You are creating a canvas app to enable users to order tickets. You create an input field for users to input the number of tickets to order.
Users must order a maximum of four tickets and a minimum of two tickets. If a user enters a number except 2, 3, or 4, the input field must display in red. If a user enters the numbers 2, 3, or 4, the input field must display in green.
You need to color the input field based on the user input.
What should you use?

  1. formula
  2. gallery
  3. connector
  4. calculated column

Answer(s): A

Explanation:

For example, we can use the PowerFX IsNumeric to validate field value as Numeric or not.
In the text property of the label provide the below formula.
If(IsNumeric(TextInput1.Text),ג€Validג€,ג€Invalidג€)


Reference:

https://softchief.com/2021/12/22/check-field-value-numeric-in-power-apps-canvas-apps/






Post your Comments and Discuss Microsoft PL-900 exam with other Community members:

PL-900 Discussions & Posts