Verified PL-100 Q&As - Pass Guarantee PL-100 Exam Dumps [Q69-Q85]

Share

Verified PL-100 Q&As - Pass Guarantee PL-100 Exam Dumps

Check the Free demo of our PL-100 Exam Dumps with 203 Questions


To prepare for the exam, Microsoft offers a range of learning resources, including online training courses, study guides, and practice tests. Candidates can also gain practical experience by working on real-world projects using the Power Platform. Passing the PL-100 certification exam demonstrates your expertise in building custom business applications using the Microsoft Power Platform and can help you stand out in the job market.

 

NEW QUESTION # 69
You are creating a Power Automate cloud flow to update a column on each Item in a list of Microsoft Dataverse records. Records are sorted in order of priority.
You must use a complex expression to determine the column value. The column value must be stored in a variable to make future maintenance easier. Records must be processed based on the sorted order.
You need to add flow steps to process the list of records.
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


NEW QUESTION # 70
You create multiple apps as part of an unmanaged solution.
You need to move the apps to another environment.
You need to pick the appropriate solution type for each requirement.
Which types of solutions should you create? To answer, drag the appropriate solution types to the correct requirements. 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:

Reference:
https://powerusers.microsoft.com/t5/Power-Apps-Pro-Dev-ISV/Managed-vs-Unmanaged/td-p/495685


NEW QUESTION # 71
You are creating entities in a Common Data Service database to capture sales data.
You create an entity named Sales that includes the following fields:

You create a new entity that includes a field named TotalSales. The field is used to capture the aggregated sales for each salesperson.
You need to configure the fields for the entities.
Which field types should you use? To answer, drag the appropriate field types to the correct field names. Each field 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:

Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/calculated-rollup-attributes


NEW QUESTION # 72
You need to roll back the mobile app to an earlier version.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://powerapps.microsoft.com/sk-sk/blog/saveandpublish/
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/restore-an-app


NEW QUESTION # 73
You are an app and report maker. You provide visualizations for two departments in an organization.
Each department requires department-specific visualizations:

You need to create the visualizations.
Which chart type should you use? To answer, drag the appropriate chart type to the correct requirements. Each chart 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, text, application Description automatically generated

Box 1: Tag
Box 2: Multi-series
Multi-series charts: Charts that display data with multiple series values mapped to a single category value.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/understand-charts-underlying-data-ch


NEW QUESTION # 74
You are designing a canvas app.
You need to select user interface controls to include in the app.
Which control should you use? To answer, drag the appropriate controls to the correct requirements. Each control 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/canvas-apps/controls/control-list-box
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/control-combo-box


NEW QUESTION # 75
You complete work on a new canvas app in a development environment and add the app to a solution. You export the solution from the development environment and import the solution into a production environment.
After several days you notice that the background color for the canvas app in the production environment has changed from white to grey.
You need to determine why the background color changed.
What are two possible causes for the background color change? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. You recently changed the Office 365 theme.
  • B. You exported and imported an unmanaged copy of the solution and a co-worker modified the canvas app.
  • C. You chose a different theme from the Theme menu inside the canvas app.
  • D. You exported a managed copy of the solution and imported the solution as an unmanaged solution. You modified the canvas app in the unmanaged solution.

Answer: A,B

Explanation:
Explanation
A: You can create a custom look and feel (a theme), for your app by making changes to the default colors and visual elements provided in the uncustomized system.
C: Unmanaged Solution: 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. You also have the ability to create restrictions on the components within the solution.
Note: Managed Solution: 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.
Reference:
https://powerusers.microsoft.com/t5/Power-Apps-Pro-Dev-ISV/Managed-vs-Unmanaged/td-p/495685
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/create-themes-organization-branding


NEW QUESTION # 76
A company uses Power Apps and Microsoft Data verse. You need to perform the following activities:
* Create a model-driven app.
* Design navigation for the app
* Show an approval name field on the form if the amount is greater than $1,000.
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 # 77
Engineers in an organization plan to attend an international product show.
The engineers must be able to capture information about presented products based on personal assessment and interest. The engineers must capture the information by taking pictures of the booth, brochures, and other product-specific materials.
You need to provide a button flow to streamline the process.
Which two AI Builder models should you use? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Business card reader
  • B. Language detection
  • C. Category classification
  • D. Sentiment analysis
  • E. Form processing

Answer: A,B

Explanation:
International product show: The language detection prebuilt model identifies the predominant language of a text document. The model analyzes the text and returns the detected language and a numeric score from 0 through 1. Scores close to 1 indicate higher confidence in the result. The detected language is returned as the "script" of the language. For instance, for the phrase "I have a dog", it will return"en"instead of"en-US". The response for languages that can't be detected isunknown.
Use the AI Builder business card reader component to detect business cards and extract their information. You can take photos directly in the component or load images that you've taken. Data is extracted and identified by using the properties listed below.
Reference:
https://docs.microsoft.com/en-us/ai-builder/prebuilt-language-detection
https://docs.microsoft.com/en-us/ai-builder/business-card-reader-component-in-powerapps


NEW QUESTION # 78
You are an app maker.
You want to create apps and track customizations as part of the default solution.
You need to determine the impact of performing the work in the default solution.
What should you conclude?

  • A. The default solution cannot be exported and distributed to another environment.
  • B. The prefix used when creating components as part of the default solution can be set to a specific value.
  • C. The default solution does not contain all components and customizations from all solutions in the environment.

Answer: A

Explanation:
Default Solution. This is a special solution that contains all components in the system. The default solution is useful for discovering all the components and configurations in your system.
Why you shouldn't use the default solutions to manage customizations
There are a few reasons why you shouldn't create apps and make customizations in either of the default solutions:
* The default solution can't be exported; therefore, you can't distribute the default solution to another environment.
The default solution contains all components and customizations from all solutions in the environment.
By default, all enabled users can create apps and customize components in the Common Data Services Default Solution.
It's difficult to locate or identify the customizations you've made in the environment by using either default solution.
When you use either default solution to create components, you'll also use the default publisher assigned to the solution. This often results in the wrong publisher prefix being applied to some components.
Reference:
https://docs.microsoft.com/en-us/power-platform/alm/use-solutions-for-your-customizations


NEW QUESTION # 79
A company uses Microsoft Power Apps.
You need to create a canvas app to display a Microsoft Power BI report. The report must use the context of a selected record in the app. Data in a Power BI control must be filtered to display the context of the selected record.
You need to propose the right solution.
Solution: Add a slicer to a Power BI element on the screen where data is selected.
Does the solution meet the goal?

  • A. No
  • B. Yes

Answer: A


NEW QUESTION # 80
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are creating a canvas app that displays a list of accounts.
Users must be able to select an account and view details for the account. The app must include a feature that brings the user back to the list of accounts.
You add a blank screen named Screen_Accounts and add a gallery named Gallery_Accounts to the screen. You set the data source of Gallery_Accounts to Accounts and add another blank screen named Screen_AccountDetail.
You need to complete the app.
Solution:
Add an edit form to Screen_AccountDetail and set the Default Mode of the form to New Set the OnSelect property of Gallery_Accounts to Navigate(Screen_AccountDetail).
Set the data source of the form to Accounts.
Set the Item property of the form to Selected.
Add a back icon on Screen_AccountDetail and set its OnSelect property to Navigate(Screen_Accounts).
Does the solution meet the goal?

  • A. No
  • B. Yes

Answer: A

Explanation:
FormMode.New: the form is populated with default values and the user can modify the values of the fields. Once complete, the user can add the record to the data source.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-form


NEW QUESTION # 81
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:

Reference:
https://wonderlaura.com/2020/07/23/power-apps-gallery-conditional-formatting/


NEW QUESTION # 82
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You build a canvas app for a manufacturing company. The company receives parts and materials from many vendors. You create a form to collect information from packing slips.
Receivers must be able to take a picture of packing slips to receive materials instead of manually entering data in the app.
You need to ensure that users can scan packing slip information into the form.
Proposed solution: Use a Key Phrase Extraction model.
Does the solution meet the goal?

  • A. No
  • B. Yes

Answer: A

Explanation:
The key phrase extraction prebuilt model identifies the main points in a text document.
Reference:
https://docs.microsoft.com/en-us/ai-builder/prebuilt-key-phrase
Design solutions
Testlet 2
This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.
To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study.
At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.
To start the case study
To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. When you are ready to answer a question, click the Question button to return to the question.
Background
Overview
Wide World Importers is an importer and supplier of fair trade, handmade home goods to independent retailers in North America. The company has a partner company named Tailwind Traders.
One of the products that the company manufactures was recently featured on several major television talk shows and has become very popular.
Wide World Importers is expanding their prospective sales operations to new markets and plans to engage current customers in a more direct manner.
Current environment
Sales representatives submit weekly status reports to regional managers. There is no standardized format for these status reports. The process for managing status reports is challenging.
Wide World Importers has decided to use Microsoft 365, Microsoft Azure, and Power Platform for future app development. Both Wide World Importers and Tailwind Traders have identical Microsoft SharePoint and Azure configurations. Both companies use separate tenants.
Requirements
Application
You must create a mobile app to streamline the creation of status reports by sales representatives. You must make the same app available to Tailwind Traders. The mobile app must meet the following requirements:
* Minimize the use of code.
* Use formulas and expressions when necessary.
* Support a variety of visual layouts.
* Use a SharePoint list to store information about regional managers and sales representatives.
* Use Azure SQL Database to store other data.
Status reports
* Sales representatives must provide a weekly status report for all work processes each Monday.
* Representatives must enter the following information for each process:

* If a sales representative submits a status report and assigns the At Risk status to a process, the app must prompt the sales representative to enter a detailed description for the risk. This information must be emailed to the regional manager. If the category is Work/life balance, the information must be carbon copied to the human resources department.
* If a sales representative does not submit a weekly status report by an agreed upon deadline, the system must send an email to remind the sales representative.
* The app must be able to run both online and offline. If the mobile device on which the app runs is connected to the internet, the app must immediately submit the status report.
* You must display a visual indicator in the app so that sales representatives know whether the app is offline before submitting reports.
* When data is submitted offline, the data must be stored in the app until the app is back online.
Technical
Regardless of the UI layouts, the data recorded must be standardized in the Azure DB tables. You must use global variables in the app.
Deployment
* Before deploying the app to production, you must ensure that the app conforms to Microsoft accessibility and performance guidelines.
* The completed app and all supporting components must be provided to Tailwind Traders.
* Tailwind Traders must not be able to make changes to any of the components.
* You must use the following version control numbering scheme:
Major: The last two digits of the year the app is packaged
Minor: Two digits that represent the month when the app is packaged
Build: A number that is incremented to represent significant changes to the app Revision: The incremented revision for a package
* New versions of the application must completely replace previous versions of the app.
* When identifying versions of the app solution, all dependencies, entities, and user interfaces components must be identified to avoid any unintentional issues caused by reverting individual components to a previous version.
* Previous versions of the mobile app must be available for roll back purposes.
* All versions of software that have been used in production must be retained for five years.
Issues
The mobile app has been live for several months. Eight versions of the app have been released since the initial version of the app was deployed to sales representatives. You must revert the app to an earlier version and redesign some features.
User1 often works in a warehouse that does not have internet connectivity. User1 needs to edit an existing status report and submit a new status report.
Several sales representatives have accessibility restrictions. User2 is visually impaired and cannot see images.
User3 is unable to use a mouse.


NEW QUESTION # 83
You are creating a Power Automate cloud flow to update a column on each Item in a list of Microsoft Dataverse records. Records are sorted in order of priority.
You must use a complex expression to determine the column value. The column value must be stored in a variable to make future maintenance easier. Records must be processed based on the sorted order.
You need to add flow steps to process the list of records.
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:

1 - INitialize teh variable.
2 - Use the Apply to each loop running sequentially.
3 - Set the variable.
4 - Update the Microsoft Dataverse row.


NEW QUESTION # 84
An automobile company uses Power Apps. The company uses a model-driven app to manage customers and repairs.
The Customer table has a custom column of type text named Best time to call. On the Repair form, employees require the Best time to call column to be displayed next to the customer name.
You need to modify the model-driven app to display the Best time to call column.
Which two steps should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Add the Best time to call column to the quick view Customer form.
  • B. Create a quick view form for the Customer table.
  • C. Create a quick view form for the Repair table.
  • D. Add The Best time to call column to the quick view Repair form.

Answer: A,B


NEW QUESTION # 85
......


The PL-100 certification exam is ideal for individuals who are interested in building custom applications using Microsoft Power Platform. PL-100 exam is particularly relevant for business analysts, developers, and power users who want to gain a deeper understanding of the platform's functionality and how to use it to create efficient and effective applications. Additionally, the PL-100 certification exam can be a valuable asset for individuals who want to advance their careers in the field of business application development.

 

Get professional help from our PL-100 Dumps PDF: https://www.exam4pdf.com/PL-100-dumps-torrent.html

Clear your concepts with PL-100 Questions Before Attempting Real exam: https://drive.google.com/open?id=1RWFv-O0Qr_Y4TBZXfozQUAMzkxc5-3Rx