[2024年更新]早速ゲットしてトップランクのMicrosoft PL-100試験問題集 [Q119-Q134]

Share

[2024年更新]早速ゲットしてトップランクのMicrosoft PL-100試験問題集

パスする秘訣はPL-100をゲットして認証された試験エンジンPDF


Microsoft Power Platformは、広範なコーディングやプログラミングを必要とせずに、組織がカスタムビジネスアプリケーションを作成できるツールスイートです。パワープラットフォームには、ユーザーがデスクトップデバイスとモバイルデバイス用のカスタムアプリケーションを作成できるようにするPowerアプリが含まれています。ユーザーがワークフローとプロセスを自動化できるようにするPower Automate。 Power BIは、ユーザーがインタラクティブなデータの視覚化とレポートを作成できるようにします。 PL-100試験では、Power Platformのこれらすべてのコンポーネントをカバーし、これらのツールを使用してソリューションを作成する候補者の能力をテストします。

 

質問 # 119
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 are a. NOTE: Each correct selection is worth one point.

正解:

解説:


質問 # 120
Users in your company vote on color choices for marketing materials by using the following canvas app:

Users enter color names into a text control and then select Add color to add the color to the Color options radio control. You must remove all the listed colors when a user selects Clear Selection You need to implement the functionality.
Which Power Fx formulas should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:


質問 # 121
A company has licenses for Microsoft Dataverse for Teams and Microsoft Dataverse.
The sales team requires an app to capture details of client visits. The following fields must be captured: Client Name, Phone Number, Email, Transaction Amount and Comments.
In addition, the app must meet the following requirements:
* Sales team members must be able to create and update all the fields.
* Executives must be able to view all fields and update only the Comment field.
* The app must be able to track modifications to the person and date/time data.
You need to create a Power Apps app for the sales team.
Solution: Create a canvas app with Microsoft Dataverse as its data source.
Does the solution meet the goal?

  • A. Yes
  • B. No

正解:B


質問 # 122
You create a canvas app for a service company.
Using the Tree view, you navigate to the ViewServices screen. The screen contains a form named DetailForm1 that only contains Label controls. You add the People icon to the header of the ViewServices screen as shown below:
When you select the icon a new Activity form opens. You must set the value of the Name field on the new Activity form to the value of the name field from DetailForm1.
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.

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-select


質問 # 123
You are developing an app for a package delivery company. Delivery team members will use the app on their phones. Distribution center team members will use a web-based version of the app that runs on tablet devices.
When a delivery person arrives at a location and the package recipient is present, the app must capture the recipient's signature. If the recipient is not available, the app must capture a picture of the drop-off location or the person receiving the package.
You need to design phone-based and web-based versions of the app.
Which app type and media control should you use? To answer, configure the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Explanation:
Graphical user interface, application Description automatically generated

App Type: Screens
To insert the Camera control in your PowerApps program you can use the blank screen, and select Insert->Media->Camera.
Media Type: Camera
Use the Camera control to capture pictures with a device's camera. The device must have a camera and the user must authorize the app to use the camera.
Tap or select the camera control to capture a picture from the camera.
The most recently captured picture is available through the Photo property. With this property, the images can be:
* Viewed with the Image control. Use the Image control to view the captured image.
* Temporarily put in a variable or a collection.
* Stored in a database.
* Transmitted as a base64 encoded text string.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/control-camera


質問 # 124
You are developing a canvas app to monitor time. The app includes a Text Input control named TIC1 and a Timer control named TIM1.
You need to set TIM1 to a default value.
What should you do?

  • A. Write code in the OnChange property of TIC1 that assigns the value of the Duration property of the Timer control to Text property of the TIC1. In the OnChange property of TIC1, assign the value to the Duration property for TIM1.
  • B. In the OnChange property of TIC1, set the value of the Text property for TIC1 to a context variable that stores the duration value. Assign the value of the variable to the OnTimerStart property for TIM1.
  • C. Assign the Text property of TIC1 to the Duration property of TIM1.
  • D. Assign the Text property of TIC1 to the OnSelect property of a TIM1.

正解:D

解説:
Explanation
The OnTimerStart, OnTimerEnd and OnSelect are the configurations where you can add your code.
Reference:
https://sharepains.com/2019/08/22/all-about-timers-in-powerapps/


質問 # 125
You create a custom table as part of a solution in the development environment. You deploy major version solutions as managed solutions to production. The organization does not allow new solutions to be created in the production environment.
When a minor update is made to a column length, users cannot enter entire values.
You need to allow users to enter entire values in the column.
Solution: Uninstall the most recent version of the solution from the production environment.
Does the solution meet the goal?

  • A. Yes
  • B. No

正解:B


質問 # 126
A company uses Power Apps in a single Microsoft Dataverse environment.
Users are divided into two groups about not a canvas app should work. The company decides that each group of users will try a version of the app for one week and switch to the other version of the app the following week.
You need to manage the app creation.
What should you do?

  • A. Create two apps with different app names.
  • B. Create one app with two different version notes.
  • C. Create one app with two different version numbers.
  • D. Create two apps with the same name.

正解:A


質問 # 127
You are creating a canvas app.
You need to store and retrieve small amounts of data on a local device when the app is offline.
Which set of functions should you use?

  • A. SaveData, LoadData
  • B. Patch, Collect
  • C. Set, Collect
  • D. Set, Patch

正解:A

解説:
LoadData and SaveData combine to form a simple mechanism to store small amounts of data on a local device. By using these functions, you can add simple offline capabilities to your app.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/offline-apps


質問 # 128
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.

正解:

解説:

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

Box 1: AccessibleLabel
Scenario: Before deploying the app to production, you must ensure that the app conforms to Microsoft accessibility and performance guidelines.
User2 is visually impaired and cannot see images.
AccessibleLabel is a label for screen readers.
An empty value for Image, Icon, and Shape controls will hide the controls from screen reader users.
Box 2: TabIndex
User3 is unable to use a mouse.
TabIndex determines if the control participates in keyboard navigation.
Keyboard navigation is an important aspect of any app. For many, the keyboard is more efficient than using touch or a mouse. The navigation order should:
Mirror what is seen visually.
Only have a tab stop at controls that are interactive.
Follow either an intuitive across and then down "Z" order or a down and then across "reverse-N" order.
Topic 2, Contoso, Ltd
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
Current environment
Overview
Operations for the company are managed very informally. Only a small number of long-term employees are aware of all manufacturing processes.
Accounting system and purchasing
* The company has a cloud-based ERP/accounting system and uses the General Ledger, Accounts Receivable, and Accounts Payable modules. The current system does not have any modules that handle shop floor or manufacturing planning functionality.
* Employee information is maintained only within the accounting system. Access to the information is strictly controlled due to privacy regulations and company policies.
* All purchasing of raw materials is performed based on bills of material (BOMs) generated by the engineering department when engineering prints are created.
* The corporate office uses Dynamics 365 Finance. The operations manager reports that Dynamics 365 Finance will not be implemented for the manufacturing plants for at least five years.
Manufacturing and planning
* The plant that Contoso, Ltd. acquires uses Microsoft Excel workbooks and Microsoft Word documents to track the sales pipeline, requests for quote responses, and work estimates. The documents are stored on shared network drives.
* Printed engineering drawings are sometimes accidently used across orders. This results in rework, cost over runs, and missed deliveries.
* The company uses Job Traveler documents to detail the operations that need to be performed and the materials needed for a given job number.
Sales
* Requests for quotes are currently stored in a Sales Log workbook. The workbook includes the following information:
* Customer request number
* Customer name
* Description
* Estimated value of the sale
* Status of the Request for Quote (RFQ) with the values of Won, Lost, No Bid, and Cancelled
* Names of the sales manager, salesperson, and estimator
* Name of the product line
* Date the quote was sent to the customer
* Approximate start and finish dates of the project
* Date the order was received, if won
* Job number, which is assigned if won
* The company has a formal process in place for managing estimates. Some sales quotes lack required supporting documentation including estimates for labor and materials even though a formal process is in place. The company wants to incorporate the formal process as part of an app.
* 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.
* An accurate sales pipeline and win/loss information cannot currently be reported because the close probability field in the Sales Log is being set to 100% when a sale is closed and 0% when a sale is lost.
* Setting up a folder system on the network drive by a customer had not improved the hand-off of the current version of the sales quote to manufacturing.
Requirements
Solution
You plan to create a solution that uses Microsoft Teams and Power Platform.
You must convert the Sales Log workbook to a Common Data Service database.
Each department will have a separate Teams channel. Employees must only be able to access the channel for their department. All employees and management will have read access to a general company channel. The Teams site must include the following channels:
Sales
* The Sales dashboard must reside in the Sales channel and must include information about active quotes, sales pipeline, and year-to-date sales KPIs for sales quotas by region.
* All Sales-related documents must be stored in folders in the files location for this channel. Document versioning will be enabled. You must store the 10 most recent versions of a document.
Manufacturing
* A dashboard that shows a capacity Heat map by month as well as expected sales that are likely to close for the next month.
* A sortable listing of all in-process jobs from the Job Setup table, by customer, start date, and product.
* Printed paper drawings must no longer be used. The drawings must be stored in folders in the files location for the manufacturing channel.
General
You must create the following apps:
Time Tracking
You must create a canvas app to track time for each employee on mobile devices. The app must include the following:
* a Sign-in screen
* a screen to list the week's time entries for the employee
* a screen to edit current time entries for the employee
The app must meet the following requirements:
* The app must store its data in the existing on-premises Microsoft SQL Server instance.
* Employees must only be able to access their own time tracking records from the app.
* Employees must record all time spent in the fabrication of each customer job.
* Employees must only be able to modify time records for the current and previous day.
* Employees must be able to scan their badges to check in and out of work. Each badge contains the employee name and a current picture.
* A QR code must be added to all employee badges. The code must include the employee's number.
* Job Traveler documents must be printed as PDF documents and must include UPC E barcodes for the job number and task number. The barcodes will be used with the time tracking application.
Sales
The Sales app must meet the following requirements:
* Provide a central location for all sales pipeline and quote information that is easily accessible and maintains all of the versions of the estimate, quote, and engineering documents.
* Include a dashboard that shows all currently active quotes, their status in the sales cycle, the probability of closing, and estimated manufacturing and installation dates, by customer, product division, status, and salesperson.
* The Sales Log app must enforce process standards related to the completion of estimates and supporting materials needed during the sales lifecycle.
* Automatically perform the following actions immediately when a sale is won:
* Generate a sequential job number.
* Copy key sales information to the Job Setup entity used by manufacturing.
* If the sale is lost, the Status field must be set to Lost and the reason for the loss must be entered into a provided text field. The reason must be added to the end of the description field.
* Ensure that employees can easily update the Sales Log even if they are at a customer site.
Manufacturing and planning
The app must meet the following requirements:
* Provides features to plan and predict capacity resource requirements for current and upcoming orders in the pipeline.
* Replace paper timesheets and track check-in, check-out, breaks, and the time spent on each job task.
* Record time elapsed while performing work and for viewing of engineering drawings.
* The Job Setup entity must store its data in the existing on-premises SQL Server instance.
* Job Traveler documents must be generated as a PDF document and printed from the Job Setup entity.
Issues
* Uses report that the customer request number is difficult to interpret. They request that you change the number to a system generated sequential number.
* The operations manager reports that users often incorrectly sign in to the time tracking app. The operations manager asks that the time tracking app display the employee's photo once they have scanned their badge.
* Users want to be able to see their weekly total time entered from all screens.
* Testers report that they can see time entries in the Time Tracker app, not just their own. Additionally, they can also edit any existing time entries.


質問 # 129
A company has the following divisions: wholesale and retail.
The manufacturer wants to create a single Power BI report to allow users to view data from a Microsoft SQL Server database.
You need to ensure that each user sees data only for the team to which the user is assigned.
How should you secure the report?
To answer, drag the appropriate options to the correct action. Each option 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.

正解:

解説:

Explanation
Graphical user interface, application Description automatically generated

Box 1: Power BI Desktop
You can define roles and rules within Power BI Desktop. When you publish to Power BI, it also publishes the role definitions.
To define security roles, follow these steps.
* Import data into your Power BI Desktop report, or configure a DirectQuery connection.
* From the Modeling tab, select Manage Roles.
* From the Manage roles window, select Create.
* Etc.
Box 2: Power BI Service
After you save your report in Power BI Report Server, you manage security and add or remove members on the server.
1. In Power BI Desktop, save the report to Power BI Report Server. You need to use the version of Power BI Desktop for Power BI Report Server.
2. In Power BI Report Service, select the ellipsis (...) next to the report.
3. Select Manage > Row-level security.
Graphical user interface, text, application, email Description automatically generated

On the Row-level security page, you add members to a role you created in Power BI Desktop.
Reference:
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-rls


質問 # 130
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.

正解:

解説:

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


質問 # 131
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. Export the updated component library and instruct the co-worker to import the updated version into the canvas app
  • B. Instruct the co-worker to edit the canvas app and update the component library
  • C. Inform the co-worker to edit the canvas app and manually add the updated version of the component library

正解:B

解説:
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:

Select Review, and you'll see the option to update the component:

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


質問 # 132
A company uses Power Apps. The company has a SharePoint list that contains the names of partner organizations and the country/region of the partners The company requires a canvas app that has a gallery screen to display the information in the SharePoint list. Users must be able to:
* Return results for the exact word that was searched.
* View the latest records at the top of the gallery.
* Use a dropdown control to list the countries/regions of the partners. The list must display each country/region only once.
You need to create the gallery screen in a canvas app.
Which functions should you use? To answer, drag the appropriate functions to the correct activities. Each function 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.

正解:

解説:

Explanation


質問 # 133
You need to resolve the issue for User1.
What should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Explanation
Graphical user interface, text, application Description automatically generated

Box 1: Power Apps mobile app
Scenario:
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.
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 can build offline capabilities in your PowerApps app so your app users can access some data or save some data even when they don't have an internet connection.
Box 2: Connector
Scenario: Azure SQL Database is used to store other data
Use the SQL Server connector to connect to SQL Server, in either Azure or an on-premises database, so that you can manage your data with create, read, update, and delete operations.
Reference:
https://powerapps.microsoft.com/en-us/blog/implementing-offline-capability-in-your-app/


質問 # 134
......

PL-100試験問題は練習は2024年最新の278問題:https://www.goshiken.com/Microsoft/PL-100-mondaishu.html

PL-100試験問題集パスと最新テスト問題集:https://drive.google.com/open?id=1dVWW0HzpGnnvvykyIGZVdYBqvqM-dd89