Latest [Nov 03, 2024] Realistic Verified PL-100 Dumps [Q161-Q177]

Share

Latest [Nov 03, 2024] Realistic Verified PL-100 Dumps

Pass Microsoft PL-100 Exam Updated 278 Questions

NEW QUESTION # 161
You are a technical assistant for a legal services organization. The company uses SharePoint to manage documents and Microsoft Dataverse as the data store. The company has strict rules about access, permissions, and privacy.
Lawyers and paralegals use Microsoft Teams for communications and collaboration. Employees use personal devices to access legal files. You do not have access to the admin area in Microsoft Power Platform.
You need to ensure that these rules are observed consistently and managed in one place.
Which type of app should you create? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation
Graphical user interface, text, application Description automatically generated

Box 1: Model-driven app in Microsoft Teams
A user's ability to see and use apps is controlled by sharing the application with the user. Sharing of canvas apps is done directly with a user or Azure AD group but is still subject to Dataverse security roles. Sharing of model-driven apps is done via Dataverse security roles.
Box 2: Sharepoint Calendar
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/database-security


NEW QUESTION # 162
You have an existing Power Apps environment.
You need to create a Common Data Service database for the environment.
Which three actions 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.

Answer:

Explanation:

1 - Select an existing environment
2 - Select Create my database
3 - Configure currency and language settings
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/create-database


NEW QUESTION # 163
You are configuring security to enable users to analyze data by using Microsoft Excel templates.
You create a security role named TemplateAdministrator and configure the role as shown below and assign the role to a user named User1.

Use the drop-down menus to select the answer choice that answers each question based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:


NEW QUESTION # 164
A company is building multiple Power Apps apps to support a mobile sales team.
The apps must all share a common control that has custom properties.
You need to create a solution for the apps.
Which objects should you use? To answer, drag the appropriate objects to the correct requirements. Each object 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.

Answer:

Explanation:

Explanation:

Box 1: Component library
Components are reusable building blocks for canvas apps so that app makers can create custom controls to use inside an app, or across apps using a component library. Components can use advanced features such as custom properties and enable complex capabilities.
By creating a component library, app makers easily share and update one or more components with other makers.
Component libraries are containers of component definitions that make it easy to:
Discover and search components.
Publish updates.
Notify app makers of available component updates.
Box 2: Component
A component can receive input values and emit data if you create one or more custom properties.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/component-library
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/create-component


NEW QUESTION # 165
You create an app with multiple screens.
Test users report that the size and type of gallery displayed on each screen are different. You must improve the consistency for the app screens.
You need to create a reusable gallery that displays information based on the current record.
Which three actions 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.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

Answer:

Explanation:


NEW QUESTION # 166
You need to meet the requirement for the time tracking app.
Which controls should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/control-new-barcode-scanner
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/control-image


NEW QUESTION # 167
A company is building a Power Apps app to track key project tasks.
Users assign tasks a risk status on a scale of 0 to 100 by using a slider input control named RiskStatus on the app. The highest risks use the risk status value of 100.
For each task, the user selects a button named RiskLevel to send the name of the task and RiskStatus number to key project stakeholders. The color of the button must change to the color listed in the following table based on the value of the RiskStatus control. The default color for the button is green.

You need to configure the solution to change the color of the RiskLevel button.
How should you configure the app? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation
Text Description automatically generated

Box 1: On the RiskLevel button.
On the RiskLevel button fill property.
Box 2: Risklevel.Fill = RiskStatus.Value > 75 ? Red : Green;
Most every type of control in a Power App, has a Fill property, for the fill color.
Reference:
https://wonderlaura.com/2020/07/23/power-apps-gallery-conditional-formatting/


NEW QUESTION # 168
You have a model-driven app that has an entity named Marinas. You have an entity named Boats that list the boats associated with each marina.
You must add a list of boats to the Marinas form. You must also add an option for users to select different views including boat owners and marina members.
You need to embed the list of boats associated with a Marina record in the entity form.
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.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/form-designer-add-configure-subgrid


NEW QUESTION # 169
You have a canvas app that uses multiple inputs for calculations.
You must use Test Studio to create automated tests and confirm that the app works as expected.
You need to organize your test scenarios into a hierarchy.
In which order should you create the objects? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Answer:

Explanation:

Explanation

Text Description automatically generated with medium confidence
Step 1: Test suites
By default, a test suite and test case are created for you in Test Studio. Test suites are used to organize your test cases. An app can contain one or more test suites.
Step 2: Test cases
Depending on how you want to organize or group your tests, you can create multiple test cases in a test suite.
Each case can test a specific feature or a subset of functionalities in your app.
Step 3: Test steps
Step 4: Test assertions
A test case consists of test steps that contain actions. Test actions are written using Power Apps expressions that perform a task. You can use the recorder to automatically generate the test steps as you interact with your app. After you record, you can update the test case, add new steps, delete steps, and write test assertions to validate the result of your test.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/working-with-test-studio


NEW QUESTION # 170
You create a custom field on the Account entity.
Members of TeamA must have full access to the field. Members of TeamB must have no access to the field.
You need to configure security.
Which three actions 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.

Answer:

Explanation:

Explanation

Step 1: Enable field security for the field
Step 2: Create a field security profile and set all the permissions for the custom attribute to Yes.
Step 3: Add TeamA to the field security profile.
Note: Field-level security is available for the default fields on most out-of-box entities, custom fields, and custom fields on custom entities. Field-level security is managed by the security profiles. To implement field-level security, a system administrator performs the following tasks.
* Enable field security on one or more fields for a given entity.
* Associate one more existing security profiles, or create one or more new security profiles to grant the appropriate access to specific users or teams.


NEW QUESTION # 171
You need to create a model-driven app without using code.
Which tools should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation:
Graphical user interface, application Description automatically generated

Box 1: App designer
As an app maker, you can create and edit public views by using Power Apps.
Box 2: Site Map designer
Site maps define the navigation for your app. Create a site map for your app with ease by using the tile-based site map designer.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/create-edit-views-app-designer
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/create-site-map-app


NEW QUESTION # 172
The customer service team of a company uses a model-driven app to log customer interactions. The app contains two tables: one to track customer interactions and one to track products.
The team requires an interactive dashboard to display the activities. The dashboard must display the products that have the most complaints. Each chart must display the associated data.
You need to create the dashboard-
Which features should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation


NEW QUESTION # 173
A coworker creates a canvas app.
The canvas app contains the following formula. The formula is attached to the OnVisible property of the first screen that users see:

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.

Answer:

Explanation:

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 # 174
You create and publish a canvas app component library to perform complex calculations.
You discover an error in one of the calculations. You correct the issue and publish the component library. A co worker uses the original version of the component library in a canvas app.
You need to ensure that the co-worker uses the updated version of the component library.
What should you do?

  • A. Instruct the co-worker to edit the canvas app and update the component library
  • B. Inform the co-worker to edit the canvas app and manually add the updated version of the component library
  • C. Export the updated component library and instruct the co-worker to import the updated version into the canvas app

Answer: A

Explanation:
You can modify an existing component library and save any changes with additional version notes. However, the updated component library version must be published for use in existing apps that use the component library.
Makers of other apps are notified of updated components being available. The notification appears when makers edit the apps in canvas app studio. They can choose to update the components:
Graphical user interface, application Description automatically generated

Select Review, and you'll see the option to update the component:
Graphical user interface, application Description automatically generated

Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/component-library


NEW QUESTION # 175
You need to implement logic in the app for lost sales.
What should you do?

  • A. Set the required field property of the Won/Lost field to Required.
  • B. Create a business process flow.
  • C. Create a formula for the Description field that uses the Update function.
  • D. Define a business rule for the Sales Log edit form.

Answer: D

Explanation:
Scenario: Requests for quotes are currently stored in a Sales Log workbook. The workbook includes the following information:
* Status of the Request for Quote (RFQ) with the values of Won, Lost, No Bid, and Cancelled Salespeople often do not set status of RFQs in the Sales Log to Won when a sale is closed and the customer purchase order is received.
You can create business rules and recommendations to apply logic and validations without writing code or creating plug-ins. Business rules provide a simple interface to implement and maintain fast-changing and commonly used rules.
Business rules defined for an entity apply to both canvas apps and model-driven apps if the entity is used in the app.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/data-platform-create-business-rule Analyze and visualize data Question Set 1


NEW QUESTION # 176
You create the following apps for a company that provides financial guidance services: a model-driven app for financial advisers that work in the company's offices and a canvas app for remote financial advisers.
You need to create business rules for a custom counselling entity used by all financial advisers.
Who will be affected by the business rules?
To answer, drag the appropriate financial adviser types to the correct business rules. Each financial adviser type may be used once, more than once, or not at all. You may need to drag the split bat between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation:
Graphical user interface, text, application Description automatically generated

Box 1: Office-based and remote financial advisers
Model driven apps can use all actions available on business rules, however not all business rule actions are available for canvas apps at this time.
Box 2: Office-based financial advisers only
If you're building a Canvas app, you must use table as the scope (not All forms, not a specific form) Box 3: Office-based financial advisers only The following actions are not available on Canvas apps :
Show or hide columns
Enable or disable columns
Create business recommendations based on business intelligence.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/data-platform-create-business-rule


NEW QUESTION # 177
......

Get 2024 Updated Free Microsoft PL-100 Exam Questions and Answer: https://www.examboosts.com/Microsoft/PL-100-practice-exam-dumps.html

PL-100 Dumps PDF and Test Engine Exam Questions: https://drive.google.com/open?id=1v8kr-utaYkfTamRhiHsguxfaHDyQWUhL