Microsoft PL-400 Practice Test - Questions Answers, Page 6
List of questions
Related questions
HOTSPOT
You are examining code written by another developer that is not functioning correctly. There are no other JavaScript or business rules in use on the form.
This code is properly registered to the OnChange event of the telephone1 field on an account entity form. The main operation is to update the primary contact's phone number when the account phone number changes. The primary contact field is a lookup. (Line numbers are included for reference only.)
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
HOTSPOT
You have the following JavaScript function: (Line numbers are included for reference only.)
The Annual Revenue view column is configured to call the function as shown in the Column Properties exhibit. (Click the Change Column Properties tab.)
Users report that the icons that appear in the Active Accounts view are incorrect, as shown in the Active Accounts View exhibit. (Click the Active Accounts View tab.)
You need to determine why the incorrect icons are being displayed.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
HOTSPOT
You develop the following JavaScript code for a web resource that will be used in a model-driven 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.
You need to handle errors in UpdateRecord.js.
Which code segment should you add at line UR06?
catch(error) {
alert("Caught error: " + error.message);}
Exception exception = Server.GetLastError() ;
if(exception != null)}
catch(exception e){
console.writeline(e)}
function (error){
console.log(error.message)}
You need to configure the system to support automation for referrals.
What are two possible ways to achieve the goal? Each correct selection presents a complete solution.
NOTE: Each correct selection is worth one point.
Azure Function that uses the Discovery service
workflow extension
Azure Function that uses a listener
Power Automate flow
DRAG DROP
You need to determine how to implement rules for players who register for a soccer tournament.
Which business rule actions should you use? To answer, drag the appropriate business rule actions to the correct fields. Each business rule 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.
You need to reduce response time for the information email on the website.
What should you create?
a flow that creates a SharePoint item for each email response
a flow that creates a notification in Microsoft Teams
a Power Apps app that displays the number of email received in a dashboard
a logic app that moves all emails received to Azure Blob storage
You are building a custom application in Azure to process resumes for the HR department.
The app must monitor submissions of resumes.
You need to parse the resumes and save contact and skills information into the Common Data Service.
Which mechanism should you use?
Power Automate
Common Data Service plug-in
Web API
Custom workflow activity
A company manages capital equipment for an electric utility company. The company has a SQL Server database that contains maintenance records for the equipment.
Technicians who service the equipment use the Dynamics 365 Field Service mobile app on tablet devices to view scheduled assignments. Technicians use a canvas app to display the maintenance history for each piece of equipment and update the history.
Managers use a Power BI dashboard that displays Dynamics 365 Field Service and real-time maintenance data.
Due to increasing demand, managers must be able to work in the field as technicians.
You need to design a solution that allows the managers to work from one single screen.
What should you do?
Add the maintenance history app to the Field Service Mobile app.
Add the manager Power BI dashboard to the Field Service mobile app.
Create a new maintenance canvas app from within the Power BI management dashboard.
Add the maintenance history app to the Power BI dashboard.
A company has an application that provides API access. You plan to connect to the API from a canvas app by using a custom connector.
You need to request information from the API developers so that you can create the custom connector.
Which two types of files can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
YAML
WSDL
OpenAPI definition
Postman collection
Question