2024 Latest PL-100 dumps - Instant Download PDF
Updated Verified PL-100 Downloadable Printable Exam Dumps
NEW QUESTION # 57
A company is onboarding new workers to the Microsoft Power Platform.
A user reports an access issue with a Power Apps app. The user provides no additional information about the access issue.
You need to troubleshoot the app and data security configurations for the user.
Which tool should you use?
- A. Accessibility checker
- B. User information page
- C. Run diagnostics
- D. Azure AD Security review
Answer: C
Explanation:
User access diagnostic tool in the Power Platform admin center:
Several factors influence user access in a Microsoft Dataverse environment. To help administrators with diagnosing user access to an environment and reasons for access or no access, the new "Run diagnostics" feature in the Power Platform admin center provides basic access diagnostics for individual users in the environment. The feature helps to detect potential causes to user sign-in and other issues and suggests potential mitigations.
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/troubleshooting-user-needs-read-write-access-organizati
NEW QUESTION # 58
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 # 59
You create a canvas app. You run App checker to validate the app.
App checker returns error results.
You need to locate where the errors occur.
Which areas should you review? To answer drag the appropriate areas to the correct error messages. Each area may be used once, more than once, or not at all You may need to drag the spirt bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
NEW QUESTION # 60
A company is creating an app to manage project status reports.
Users will update a series of controls and click a submit button. The submit button will calculate a risk score for the project and return to the previous screen with that risk score. The risk score will be used in two different forms.
You need to create the formula on the button click. To answer, select the appropriate option in the answer area NOTE: Each correct selection is worth one point.
Answer:
Explanation:
NEW QUESTION # 61
You create a canvas app that uses the following resources:
* Power Automate cloud flow
* Custom connector
* Microsoft Dataverse customization
* Connection
You need to export the app as a package to move the app to a different environment. Which resource type will be exported with the app?
- A. Connection
- B. Microsoft Dataverse customization
- C. Power Automate cloud flow
- D. Custom connector
Answer: C
NEW QUESTION # 62
You are an app maker for a college. You create an app for student enrollment. The app captures the education level of the applicants.
The education level at the time of enrollment is an option set is in the student entity. The entity includes three levels:
High school
College
Bachelor
You must split the College option into two option sets:
College - 1 Year
College - 2 years
The split must not impact existing data.
You need to create the two option sets.
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
NEW QUESTION # 63
A company is creating Power Apps apps for their customer service team.
You must create a final released solution to export to their test environment that cannot be changed in the new environment.
You need to determine the types of solutions to use.
Which type of solution should you use? To answer, drag the appropriate solution types to the correct conditions. Each solution type 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
Graphical user interface, application Description automatically generated
Box 1: Unmanaged
Unmanaged solutions are used in development environments while you make changes to your application.
Box 2: Managed
Managed solutions are used to deploy to any environment that isn't a development environment for that solution.
Reference:
https://docs.microsoft.com/en-us/power-platform/alm/solution-concepts-alm
NEW QUESTION # 64
A company is building several Power Apps apps to help with sales operations collaboration. You need to identify the right solution for data storage.
Which solution 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 # 65
You need to modify the app design to meet the accessibility needs of the sales associates.
Which properties should you configure? To answer, drag the appropriate properties to the correct restrictions. Each property 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:
NEW QUESTION # 66
You are deploying solutions from development environments into test environments.
You need to gather solution information.
What should you do? To answer, drag the appropriate actions to the correct scenarios. Each action 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:
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/solution-history
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/solution-layers
https://docs.microsoft.com/en-us/power-platform/alm/dependency-tracking-solution-components
NEW QUESTION # 67
You are creating a model-driven app.
You must create new components to ensure data from related records can be displayed on a record form.
You need to select the component types.
Which component types should you use? To answer, drag the appropriate component types to the correct dat a. Each component type may be used once, more than once, or not at all. You may need to drag the spirt bar between panes or scroll to view/ content.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
NEW QUESTION # 68
You design a canvas app that has multiple screens. Each screen will have multiple button controls.
The button controls must all have the same background color. You must be able to change the color from one location for all buttons.
You need to configure the button fill property.
What should you do?
- A. Select all the buttons white holding the Ctrl key, and then change the color property.
- B. Use a background image property in place of setting a color property.
- C. Update the Fill property to a variable created by using the Navigate function.
- D. Update the Fill property to a variable created by using the Set function.
Answer: C
NEW QUESTION # 69
A company has 500 products. Each product is referenced by a product ID. Each product belongs to one of eight product categories.
You are creating an app to manage requests for new products.
The product categories will never change. Categories are defined in the column itself, not in a separate table.
The data must be structured in a way that does not allow for misspellings.
Only two new tables should be created in Microsoft Dataverse:
* Products: Holds the products that can be requested.
* Requests: Holds the requests for the product ID and quantity. The products are filtered by product category.
You need to identify the data types to use when building the table columns in Dataverse.
Which data type should you use? To answer, drag the appropriate data types to the correct requirements. Each data type 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: Text
Text columns can contain text characters. This column type has several format options that will change the presentation of the text.
Box 2: Lookup
When you create a new lookup column you are creating a new Many-to-One (N:1) table relationship between the table you're working with and the Target Row Type defined for the lookup.
Box 3: Choice
You can customize forms (main, quick create, and quick view) and email templates by adding multi-select columns that are called Choices. When you add a choices column, you can specify multiple values that will be available for users to select. When users fill out the form, they can select one, multiple, or all the values displayed in a drop-down list.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/types-of-fields
NEW QUESTION # 70
You are creating an app for a company.
You need to evaluate the default solution.
Which two behaviors should you expect from the default solution? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
- A. You can change the prefix of the publisher of the default solution
- B. If you create a Power Automate flow in a solution, the flow uses the prefix defined in the publisher
- C. If you create an environment variable in a solution, the variable uses the prefix defined in the publisher
- D. You can change the version number of the default solution
Answer: B,D
Explanation:
The default solution in Power Apps is the Common Data Service Default Solution, which is associated with the Microsoft Dataverse Default Publisher. The default publisher prefix will be randomly assigned for this publisher, for example it might be cr8a3. This means that the name of every new item of metadata created in the default solution will have this prepended to the names used to uniquely identify the items. If you create a new entity named Animal, the unique name used by Dataverse will be cr8a3_animal. The same is true for any new fields (attributes), relationships, or option-set options. If you'll be customizing this special solution, consider changing the publisher prefix.
Incorrect Answers:
A: You can only change the prefix of unmanaged solutions.
Reference:
https://docs.microsoft.com/en-us/power-platform/alm/use-solutions-for-your-customizations
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/create-solution
NEW QUESTION # 71
A call center manager monitors incoming phone calls. The manager analyzes the performance of phone reps by using a custom view. The view contains a custom field named Phone call Duration in Minutes.
The call center manager must present an Excel spreadsheet daily to upper management. The spreadsheet must contain the call center performance for further trending analysis and corrective actions.
You need to create the spreadsheet.
Which four 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:
Timeline Description automatically generated with low confidence
Step 1: Export the custom view to an Excel dynamic pivot table
You can export app data to an Office Excel PivotTable to see patterns and trends in data. An Excel PivotTable is a great way to summarize, analyze, explore, and present your app data.
Step 2: Create a pivot table, and then use the Phone Rep field as a category and the Phone call Duration in Minutes as field as series Step 3: Set the formula for phone call duration in minutes to Average and add a pie chart linked to the pivot table Step 4: Save the spreadsheet and upload it back to the system.
Reference:
https://docs.microsoft.com/en-us/powerapps/user/export-excel-pivottable
NEW QUESTION # 72
You need to resolve the issues found during testing.
Which option should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
NEW QUESTION # 73
You need to configure the system to meet the sales requirements.
What should you do? 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: Use a Business Process flow
Scenario: The Sales Log app must enforce process standards related to the completion of estimates and supporting materials needed during the sales lifecycle.
Box 2: Use a formula to set the DisplayMode property
DisplayMode - The mode to use for data cards and controls within the form control.
Derived from the Mode property based and cannot be set independently:
Graphical user interface, text, application, email Description automatically generated
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/control-form-detail
NEW QUESTION # 74
......
By achieving the Microsoft PL-100 certification, candidates can demonstrate their expertise in creating and managing Power Platform applications, which are in high demand in the industry. Microsoft Power Platform App Maker certification can help professionals advance their careers and open up new job opportunities. Additionally, this certification can help organizations to identify individuals who possess the necessary skills to build and manage Power Platform applications, which can lead to improved productivity and efficiency.
The Ultimate Microsoft PL-100 Dumps PDF Review: https://www.testsimulate.com/PL-100-study-materials.html