Microsoft PL-400 Übungsprüfungen
Zuletzt aktualisiert am 26.04.2025- Prüfungscode: PL-400
- Prüfungsname: Microsoft Power Platform Developer
- Zertifizierungsanbieter: Microsoft
- Zuletzt aktualisiert am: 26.04.2025
You need to handle errors in UpdateRecord.js.
Which code segment should you add at line UR06?
- A . catch(error) {
alert("Caught error: " + error.message);} - B . Exception exception = Server.GetLastError() ;
if(exception != null)} - C . catch(exception e){
console.writeline(e)} - D . function (error){
console.log(error.message)}
You need to create the customer mobile app.
Which type of function expression should you use?
- A . Filter
- B . Find
- C . LookUp
HOTSPOT
An organization has a custom Assignments entity that guides agent actions. Team leaders for each assignment group must be able to review any changes made to assignment data by their agents.
You have the following JSON segment:
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.
An organization uses a public-facing Power Apps portal.
You need to change the layout of a specific web page.
What are two possible ways to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . Select the Portal Management app and then select Edit
- B . Select the Portal Management app and then select Play.
- C . Select the portal app and then select Manage.
- D . Select the portal app and then select Edit.
DRAG DROP
An international organization has a series of client-server applications that manage red light cameras and traffic violations across a wide geographic region. The daily volume of traffic violations is very high and growing.
You plan to use Microsoft Power Platform apps to manage the following types of data:
✑ Existing vehicle licensing data must be imported into Common Data Service and easily queried.
✑ Red light camera images must be stored in a repository for later analysis.
✑ Information about traffic violations must be stored and related to vehicle details.
You need to select data storage mechanisms for the new apps.
Which data storage mechanisms should you use? To answer, drag the appropriate data storage mechanisms to the correct data types. Each storage mechanism 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.
DRAG DROP
You need to select a process to create each function.
Which process should you use? To answer, drag the appropriate processes to the correct functions. Each process 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.
HOTSPOT
You are developing a canvas app for a healthcare center.
You need to create custom tables for the solution.
You have the following requirements:
You need to create the tables.
Which table type should you create? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
HOTSPOT
You are developing a canvas app for a healthcare center.
You need to create custom tables for the solution.
You have the following requirements:
You need to create the tables.
Which table type should you create? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
HOTSPOT
You need to select the visualization component.
What should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
A financial services company uses the Common Data Service (CDS) to develop solutions. The company uses development and production instances.
You need to move solutions from the development instance to the production instance.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . In the development instance, make changes to the solutions that are deployed in the production instance, export the solutions as managed solutions, and import the managed solutions into the production instance.
- B . In the development instance, highlight the solution you want to make changes to, select Clone a Patch, make changes, export the solution, and import the solution into the production instance.
- C . Export all managed solutions from the development instance and import the solutions into the production instance.
- D . In the production instance, import solutions with the same version number or higher when updating solutions.