Practice Test Free
  • QUESTIONS
  • COURSES
    • CCNA
    • Cisco Enterprise Core
    • VMware vSphere: Install, Configure, Manage
  • CERTIFICATES
No Result
View All Result
  • Login
  • Register
Quesions Library
  • Cisco
    • 200-301
    • 200-901
      • Multiple Choice
      • Drag Drop
    • 350-401
      • Multiple Choice
      • Drag Drop
    • 350-701
    • 300-410
      • Multiple Choice
      • Drag Drop
    • 300-415
      • Multiple Choice
      • Drag Drop
    • 300-425
    • Others
  • AWS
    • CLF-C02
    • SAA-C03
    • SAP-C02
    • ANS-C01
    • Others
  • Microsoft
    • AZ-104
    • AZ-204
    • AZ-305
    • AZ-900
    • AI-900
    • SC-900
    • Others
  • CompTIA
    • SY0-601
    • N10-008
    • 220-1101
    • 220-1102
    • Others
  • Google
    • Associate Cloud Engineer
    • Professional Cloud Architect
    • Professional Cloud DevOps Engineer
    • Others
  • ISACA
    • CISM
    • CRIS
    • Others
  • LPI
    • 101-500
    • 102-500
    • 201-450
    • 202-450
  • Fortinet
    • NSE4_FGT-7.2
  • VMware
  • >>
    • Juniper
    • EC-Council
      • 312-50v12
    • ISC
      • CISSP
    • PMI
      • PMP
    • Palo Alto Networks
    • RedHat
    • Oracle
    • GIAC
    • F5
    • ITILF
    • Salesforce
Contribute
Practice Test Free
  • QUESTIONS
  • COURSES
    • CCNA
    • Cisco Enterprise Core
    • VMware vSphere: Install, Configure, Manage
  • CERTIFICATES
No Result
View All Result
Practice Test Free
No Result
View All Result
Home Exam Prep Free

PL-400 Exam Prep Free

Table of Contents

Toggle
  • PL-400 Exam Prep Free – 50 Practice Questions to Get You Ready for Exam Day
  • Access Full PL-400 Exam Prep Free

PL-400 Exam Prep Free – 50 Practice Questions to Get You Ready for Exam Day

Getting ready for the PL-400 certification? Our PL-400 Exam Prep Free resource includes 50 exam-style questions designed to help you practice effectively and feel confident on test day

Effective PL-400 exam prep free is the key to success. With our free practice questions, you can:

  • Get familiar with exam format and question style
  • Identify which topics you’ve mastered—and which need more review
  • Boost your confidence and reduce exam anxiety

Below, you will find 50 realistic PL-400 Exam Prep Free questions that cover key exam topics. These questions are designed to reflect the structure and challenge level of the actual exam, making them perfect for your study routine.

Question 1

A travel company plans to track the address of places their clients visit in an entity named Destination. Client information is captured as contact records. Client records include links to the places that clients visit.
The company must be able to link multiple rating records to the new address record.
You find a custom Rating entity that is incomplete.
You need to expand the Rating entity to include contact, address, and rating information in one place.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

A. Create a 1:N relationship between the Contact system entity and the Address system entity named Destination.

B. Create a mapping for the Contact ג€” Rating relationship.

C. Create a 1:N relationship between the Address system entity and the Rating entity.

D. Create a 1:N relationship between the Contact system entity and the Rating entity.

E. Create a mapping for the Destination ג€” Rating relationship.

F. Create a 1:N relationship between the Destination entity and the Rating entity.

 


Suggested Answer: ABC

A: Each Contact can visit a destination many times.
Note: A travel company plans to track the address of places their clients visit in an entity named Destination. Client information is captured as contact records.
Client records include links to the places that clients visit.
C (not D): The company must be able to link multiple rating records to the new address record.
Each address entity can be linked to many rating records.
B (not E): You need to expand the Rating entity to include contact, address, and rating information in one place.
Need a mapping between for the Contact and Rating entities (through the Address/Destination entity).
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/map-entity-fields

Question 2

You need to replace the bicycle inspection forms.
Which two solutions should you use? Each answer presents part of the solution.
NOTE: Each correct selection is worth one point.

A. a flow that maps inspection data to Dynamics 365 Field Service

B. a logic app that guides the technician through the inspection

C. a canvas app that guides the technician through the inspection

D. a model-driven app based on customer service entities

 


Suggested Answer: AD

Scenario: The Adventure Works Cycles retail location performs bicycle inspections and performance tune-ups.
Technicians use paper forms to document the bicycle inspection performed before a tune-up and any additional work performed on the bicycle.
A: The Dynamics 365 Field Service business application helps organizations deliver onsite service to customer locations. The application combines workflow automation, scheduling algorithms, and mobility to set mobile workers up for success when they’re onsite with customers fixing issues.
D: Compared to canvas apps, model-driven apps in PowerApps are based on underlying data ג€” specifically, the data stored in Common Data Service (CDS). All model-driven apps are integrated into CDS. In fact, most Microsoft apps are integrated into CDS because most Microsoft apps, including the entire Dynamics 365
(D365) platform, are model-driven apps.
Incorrect Answers:
B: An Azure Logic App would not be fit for scale. Azure Logic Apps is a cloud service that helps you schedule, automate, and orchestrate tasks, business processes, and workflows when you need to integrate apps, data, systems, and services across enterprises or organizations.
Reference:
https://docs.microsoft.com/en-us/dynamics365/field-service/overview
https://global.hitachi-solutions.com/blog/canvas-vs-model-driven-apps

Question 3

You create a form in a model-driven app that uses data from the Lead table in a Microsoft Dataverse instance. You add a business rule to the Lead table. The business rule displays an error if the email address is null. You set the scope for the business rule to All Forms.
You configure a Power Apps portal by using the same Microsoft Dataverse instance. You create a web page by using the Lead form.
You need to ensure the same logic is applied on the Power Apps portal 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. Deactivate the business rule. Change the scope for the rule to Table and then reactivate the rule.

B. Replace the business rule logic with a Microsoft Power Automate cloud flow by using the Dataverse When a row is added, modified or deleted trigger.

C. Extend the webFormClientValidate JavaScript function to replace the business rule logic. Edit the code in Power Apps Studio. Add the function in a block.

D. Create a JavaScript web resource and replace the business rule with a JavaScript function. Add an OnSave event handler to the Lead form.

 


Suggested Answer: AD

PowerApps Portal or CRM Portal don’t support Business Rule that apply on the Forms.
A: Business rules defined for a table apply to both canvas apps and model-driven apps if the table is used in the app.
D: PostSave event occurs after the OnSave event is complete. This event is used to support or execute custom logic using web resources to perform after Save actions when the save event is successful or failed due to server errors.
Reference:
https://docs.microsoft.com/en-us/power-apps/maker/data-platform/data-platform-create-business-rule
https://powerusers.microsoft.com/t5/Power-Apps-Portals/Business-rules-in-a-PowerApps-Portal/td-p/404588

Question 4

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.
Select and Place:
 Image

 


Suggested Answer:
Correct Answer Image

Scenario:
<img src=”https://www.examtopics.com/assets/media/exam-media/04332/0022600001.png” alt=”Reference Image” />
Weight: Set visibility action to No.
Age: Set Business Required action to Business required
Height: Set visibility action to No.

Question 5

A company is creating a one-way integration from Microsoft Dataverse to an external system. Data will be sent from a webhook to an Azure Function.
You need to configure the Azure Function to handle data from the webhook.
Which class and data type must the Azure Function handle?

A. RemoteExecutionContext in .NET binary format

B. RemoteExecutionContext in JSON format

C. RemoteExecutionContext in XML format

D. IPluginExecutionContext in JSON format

E. IPluginExecutionContext in XML format

 


Suggested Answer: B

The body will contain string that represents the JSON value of an instance of the RemoteExecutionContext class.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/use-webhooks

Question 6

You manage a Microsoft Power Automate cloud flow. The cloud flow queries Microsoft Dataverse data by using the List rows action.
You need to configure the cloud flow to process 10,000 records in a single run.
What should you do? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

A. Set the row count parameter to 10,000.

B. Return the first 5,000 records and use the @odata.nextLink in the response to return the remaining records.

C. Create the query by using FetchXML and set the top parameter to 10,000.

D. Turn on pagination and set the threshold to 10,000.

 


Suggested Answer: BD

 

Question 7

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals. Some question sets might have more than once 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.
A company designs data integration with an external system by using virtual tables.
You need to implement the virtual tables.
Solution: Use a table that has a GUID as its primary key.
Does the solution meet the goal?

A. Yes

B. No

 


Suggested Answer: B

 

Question 8

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 once 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 designing a one-way integration from the Microsoft Dataverse to another system.
You must use an Azure Function to update the other system. The integration must send only newly created records to the other system. The solution must support scenarios where a component of the integration is unavailable for more than a few seconds to avoid data loss.
You need to design the integration solution.
Solution: Configure the Azure Function with a timer trigger that runs every five minutes. The function will query the Dataverse instance and process records created in the last five minutes.
Does the solution meet the goal?

A. Yes

B. No

 


Suggested Answer: B

Instead use Azure Service Bus queue solution with asynchronous communication.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/azure-integration

Question 9

HOTSPOT -
You are creating a model-driven app to track the time that employees spend on individual projects.
You need to configure the app according to the company's requirements.
Which components should you configure? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
 Image

 


Suggested Answer:
Correct Answer Image

Box 1: View –
Search for rows and create personal views with modern advanced find
When your administrator enables the modern advanced find experience, it lets you search for rows and create personal views in your app.
Box 2: Quick View –
Quick View – Used in model-driven apps, Dynamics 365 for tablets, and Dynamics 365 for Outlook.
For updated tables, these forms appear within the main form to display additional data for a row that is referenced by a lookup column in the form.
Users can view data from related tables without having to leave the form.
Incorrect Answers:
* Quick Create – Used in model-driven apps, Dynamics 365 for tablets, and Dynamics 365 for Outlook.
For updated tables, these forms provide a basic form optimized for creating new records.
* Card – Used in views for model-driven apps. Card forms are designed to present information in a compact format that is suitable for mobile devices.
Reference:
https://docs.microsoft.com/en-us/power-apps/user/advanced-find
https://docs.microsoft.com/en-us/power-apps/maker/model-driven-apps/types-forms
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/customize-entity-views

Question 10

A multinational company requires that all phone numbers be standardized as country code + area code + phone number.
The application design team decides that a custom Power Apps component framework (PCF) control should be used to prompt users for an area code and to correctly format the phone number.
You need to get the list of valid area codes when a contact record is opened and before the user enters a new phone number.
In which function should you call webAPI.retrieveMultipleRecords?

A. updateView

B. notifyOutputChanged

C. getOutputs

 


Suggested Answer: A

The updateView method will be called when any value in the property bag has changed. This includes field values, data-sets, global values such as container height and width, offline status, component metadata values such as label, visible, etc.
Note: webAPI.retrieveMultipleRecords retrieves a collection of entity records.
Incorrect Answers:
notifyOutputChanged is a callback method to alert the framework that the control has new outputs ready to be retrieved asynchronously. getOutputs is called by the framework prior to a component receiving the new data. Returns an object based on nomenclature defined in manifest, expecting objects[s] for the property marked as bound.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/component-framework/reference/control/updateview
https://www.inogic.com/blog/2021/01/what-is-popupservice-in-powerapps-component-framework/

Question 11

HOTSPOT -
You need to configure a connector for the driving record verification API.
How should you configure the system? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
 Image

 


Suggested Answer:
Correct Answer Image

Box 1: OAuth 2.0 –
Use API keys if you expect developers to build internal applications that don’t need to access more than a single user’s data. Use OAuth access tokens if you want users to easily provide authorization to applications without needing to share private data or dig through developer documentation.
Requirements. Driving record verification
ג€¢ Driving record verification must only be performed once for each candidate.
ג€¢ Information required for driving record verification must be sent to the driving record verification service automatically after the candidate’s address is verified.
ג€¢ The API must return a value of either Approved or Rejected to indicate whether the candidate has met the company’s requirements.
Box 2: Pass Credentials as parameters
User makes an API call with the authorization header and the token gets validated by using validate-jwt policy in APIM by Azure AD.
Note, see step 4 below.
In this Diagram we can see the OAUTH flow with API Management in which:
Reference Image
1. The Developer Portal requests a token from Azure AD using app registration client id and client secret.
2. In the second step, the user is challenged to prove their identity by supplying User Credentials.
3. After successful validation, Azure AD issues the access/refresh token.
4. User makes an API call with the authorization header and the token gets validated by using validate-jwt policy in APIM by Azure AD.
5. Based on the validation result, the user will receive the response in the developer portal.
Reference: alt=”Reference Image” />
1. The Developer Portal requests a token from Azure AD using app registration client id and client secret.
2. In the second step, the user is challenged to prove their identity by supplying User Credentials.
3. After successful validation, Azure AD issues the access/refresh token.
4. User makes an API call with the authorization header and the token gets validated by using validate-jwt policy in APIM by Azure AD.
5. Based on the validation result, the user will receive the response in the developer portal.
Reference:
https://zapier.com/engineering/apikey-oauth-jwt/

https://techcommunity.microsoft.com/t5/azure-paas-blog/protect-api-s-using-oauth-2-0-in-apim/ba-p/2309538

Question 12

DRAG DROP -
A company uses Common Data Service (CDS) and manages their engineers using a model-driven app.
You create a new reusable custom component named Component1 by using the Power Apps component framework (PCF).
You need to package Component1 for deployment into the model-driven app.
Which three commands should you run in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:
 Image

 


Suggested Answer:
Correct Answer Image

Step 1: pac solution init –publisher-name –publisher-prefix
Create a new solutions project using the following command. The solution project is used for bundling the code component into a solution zip file that is used for importing into Dataverse. pac solution init –publisher-name developer –publisher-prefix dev
Step 2: pac solution add-reference –path
Once the new solution project is created, refer the Solutions folder to the location where the created sample component is located. You can add the reference using the command shown below. This reference informs the solution project about which code components should be added during the build. You can add references to multiple components in a single solution project. pac solution add-reference –path c:downloadsmysamplecomponent
Step 3: msbuild /t:build /restore
To generate a zip file from the solution project, go into your solution project directory and build the project using the following command. This command uses
MSBuild to build the solution project by pulling down the NuGet dependencies as part of the restore. Use the /restore only for the first time when the solution project is built. For every build after that, you can run the command msbuild. msbuild /t:build /restore
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/component-framework/import-custom-controls

Question 13

You are deploying a Power Apps app that uses the custom connector for ServiceNow.
The app loads very slowly for some users. You determine that all records from ServiceNow are being retrieved for every user.
The app must load only incidents that are assigned to each user.
You need to limit the number of records that the connector returns.
What should you do?

A. Apply a Lifecycle Services asset scope

B. Apply a business process flow

C. Apply the Azure APIM parameter

D. Apply a connector policy template

 


Suggested Answer: D

You can configure policy templates for custom connectors. Policies allow you to modify the behavior of a custom connector at runtime. You can use policies to perform data conversion, route requests, set parameter values, and more. You can configure policies directly in the custom connector API properties file before import, or you can do it from the maker portal in the custom connector designer by applying policy templates.
Common policy use cases are:
* Set query parameter – Use for handling default values, if necessary, but the maker doesn’t configure one. For example, if an API required a top parameter for how many records to return by using a policy, you could set a default value to be used if the maker doesn’t configure one.
Note: ServiceNow Action: GetRecords
Summary: List Records –
Description: Gets records of a certain ServiceNow object type like ‘Incidents’
Syntax:ServiceNow.GetRecords (string tableType, [advanced][Optional]boolean sysparm_display_value, [advanced][Optional]boolean sysparm_exclude_reference_link, [advanced][Optional]string sysparm_query, [advanced][Optional]integer sysparm_limit, [advanced][Optional]integer sysparm_offset)
Reference:
https://docs.microsoft.com/en-us/learn/modules/policy-templates-custom-connectors/
https://www.carlosag.net/PowerApps/Connectors/ServiceNow

Question 14

Case study -
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. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question.
Background -
Northwind Traders uses Microsoft Dynamics 365 Sales to manage its sales process. To better understand its customers, Northwind Traders invests in a team of researchers who gather data from multiple sources. The company stores the data it collects in a Microsoft Azure SQL Database. The company plans to use the data to enrich account records and make the sales team more effective.
Current environment -
Environment -
•	The company has three Microsoft Power Platform environments with Dynamics 365 Sales installed. The environments are named development, test, and production.
•	Each environment has an application user that can be used for integrations.
•	The company must use solutions to perform all customization and configuration deployment.
Data -
•	Researchers are responsible for creating account records.
•	Researchers have permissions on the Account table to create records, read all records, and update records they own.
•	A synchronous plug-in runs when an account record is created and could reassign the record to a different user.
•	Users must access data as themselves to enforce security and audit changes.
•	A column named new_dataid is added to the Account table. The column uniquely identifies which data it should receive.
•	Researchers have researched only the top 20 percent of account records.
Web API -
•	The company creates an Azure Function to run a RESTful .NET Web API.
•	Data can be retrieved by placing a GET request to the URL https://dataservice-[ENVIRONMENTNAME].azurewebsites.net/enrich/[DATAID].
•	[ENVIRONMENTNAME] is the name of the Microsoft Power Platform environment that requests the data.
•	[DATAID] is the new_dataid column in the Account table.
•	The Web API response will return a 200 response plus data if the DataId is found. Otherwise, a 404 response is returned.
•	Developers plan to create a custom connector from the Web API to make it accessible from Microsoft Power Platform.
Requirements -
Custom connector -
•	The Web API definition used to create the custom connector must be generated based on a low-code technology.
•	The URL used by the custom connector must incorporate the current environment name without hardcoding values.
•	Errors generated by the custom connector must not cause downstream processes to fail.
•	Text descriptions and field placeholder text that describe the use of the custom connector must appear for non-developers.
Process -
•	All account records must be updated with data from the Web API once automatically.
•	Only account records that contain a DataId should be updated by the Web API.
•	Researchers must create Power Automate flows to specify data analysis priority.
•	The researchers require a process that repurposes a set of identical steps of parameterized Microsoft Dataverse queries from a Power Automate flow for use in other flows that have different parameters. The researchers want to avoid recreating the steps manually each time they create a flow to save time and avoid errors.
Issues -
•	A tester attempts to connect to the production instance of the Web API with a DataId that should return data. The tester receives an error stating that the remote name could not be resolved.
•	A missing component causes an error to occur when importing the solution that contains the Power Automate flow to update account records in a test environment.
You need to ensure data returned from the Web API corresponds to the correct environment.
What should you use?

A. system settings

B. plug-in secure configurations

C. records in a new configuration table

D. environment variables

 


Suggested Answer: D

 

Question 15

HOTSPOT -
You need to complete a Power Apps component framework (PCF) control.
How should you define the order in the manifest? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
 Image

 


Suggested Answer:
Correct Answer Image

Box 1: 1 –
The css order element is the order in which the CSS files should load.
Box 2: 1 –
The html order element is the order in which the HTML files should load.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/component-framework/manifest-schema-reference/css
https://docs.microsoft.com/en-us/powerapps/developer/component-framework/manifest-schema-reference/html

Question 16

DRAG DROP
-
A company is configuring Microsoft Power Virtual Agents and Power Automate flows that use model-driven apps.
The company has a website that uses Power Pages. You create Power Virtual Agents bot topics.
You must configure the following:
•	Use a bot on the website.
•	Create Bot Framework skills.
•	Create a support request from the bot without human interaction.
You need to configure the website.
 Image

 


Suggested Answer:
Correct Answer Image

 

Question 17

You create and deploy a Power Platform solution that includes synchronous plug-ins.
Users report performance issues with the solution.
You need to determine whether a plug-in is the cause of the performance issues.
Which two tools can you use? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

A. Tracing

B. Data policies

C. Solution checker

D. ISV Studio

E. Microsoft Dataverse Analytics

 


Suggested Answer: AC

 

Question 18

You are creating a canvas app that realtors use to identify neighbors for properties that are for sale.
The OnStart property includes the following code:
ClearCollect(collectNeighborList, Filter(NeighborList, Status = `Active")); ClearCollect
(collectRealtorList,CompanyList);ClearCollect(collectRegions, RegionList)
The app is running slower than expected.
You need to resolve the issue.
What should you do?

A. Replace all instances of the ClearCollect method with the connect method.

B. Replace the existing code segment with the following code segment Concurrent (ClearCollect(collectNeighborList, Filter(NeighborList, Status = ג€Activeג€)), ClearCollect(collectRealtorList,CompanyList),ClearCollect(collectRegions, RegionList))

C. Replace the existing code segment with the following code segment: ClearCollect(collectNeighborList, Filter(NeighborList, Status = ג€Activeג€)); Concurrent(ClearCollect(collectRealtorList,CompanyList)); Concurrent(ClearCollect(collectRegions, RegionList))

 


Suggested Answer: B

Optimize the OnStart property –
Use the ClearCollect function to cache data locally if it doesn’t change during the user session. Also, use the Concurrent function to load data sources simultaneously; this can cut the amount of time an app needs to load data in half.
Example: Without the Concurrent function, the following formula loads each of four tables one at a time:
ClearCollect( Product, ‘[SalesLT].[Product]’ );
ClearCollect( Customer, ‘[SalesLT].[Customer]’ );
ClearCollect( SalesOrderDetail, ‘[SalesLT].[SalesOrderDetail]’ );
ClearCollect( SalesOrderHeader, ‘[SalesLT].[SalesOrderHeader]’ )
You can enclose the same formula in the Concurrent function to reduce the overall time that the operation needs:
Concurrent(
ClearCollect( Product, ‘[SalesLT].[Product]’ ),
ClearCollect( Customer, ‘[SalesLT].[Customer]’ ),
ClearCollect( SalesOrderDetail, ‘[SalesLT].[SalesOrderDetail]’ ),
ClearCollect( SalesOrderHeader, ‘[SalesLT].[SalesOrderHeader]’ ))
Reference:
https://docs.microsoft.com/en-us/power-apps/maker/canvas-apps/performance-tips#optimize-the-onstart-property

Question 19

You create a Power Virtual Agents chatbot in an environment named Environment1. A colleague creates a Power Automate flow in the default solution in the default environment.
The chatbot in Environment1 does not recognize the flow in the default environment.
You need to ensure the chatbot can access the flow.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

A. Add the Power Automate flow to a solution in Environment1.

B. Send a copy of the Power Automate flow from the default environment.

C. Add the Power Automate flow to a solution in the default environment.

D. Export the solution from the default environment and import the solution into Environment1.

E. Share the Power Automate flow from the default environment.

 


Suggested Answer: AE

E: The flow needs to be shared as it was created by another person.
A: To be available to your bots, flows must be stored in a solution in Power Automate. If you do not want to use the Default Solution for this purpose, you can move your flows to another solution.
Incorrect Answers:
C: The flow is already in the default solution in the default environment.
D: You move the flow, not export and import the solution.
Reference:
https://docs.microsoft.com/en-us/power-virtual-agents/environments-first-run-experience

Question 20

HOTSPOT -
You are training a group of makers to use Power Automate.
You have the following expressions:
 Image
You need to identify what each expression is doing.
What does each expression do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
 Image

 


Suggested Answer:
Correct Answer Image

Box 1: Return the statuscode at runtime.
You could try the following method to get the status code.
Configure Compose action under the specified action to get the status code. outputs(‘ActionName’)[‘statusCode’]
Box 2: Return all the results from all actions from MyScope
The @result() expression accepts the name of a Scope as a parameter and returns a JSON array of objects that represent the results of the execution of each action within the Scope.
Reference:
https://powerusers.microsoft.com/t5/Building-Flows/How-to-determine-status-code-for-a-condition/td-p/355653
https://blogs.msmvps.com/windsor/2019/04/25/microsoft-flow-error-handling/

Question 21

HOTSPOT -
You need to configure the fields with the appropriate type.
Which type should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
 Image

 


Suggested Answer:
Correct Answer Image

Box 1: Lookup –
Fields for the doctor’s name and phone number must be displayed in the customer record.
Lookup: A field that allows setting a reference to a single record of a specific type of entity.
Box 2: Calculated –
Refill dates for customer prescriptions should be automatically determined and a notification should be sent to the customer.
Calculated field: Contains calculations that use fields from the current entity or related parent entities.
Box 3: Text –
Field data type: Single Line of Text:
This field can contain up to 4,000 text characters. You can set the maximum length to be less than this. This field has several format options that will change the presentation of the text. These options are Email, Text, Text Area, URL, Ticker Symbol, and Phone.
Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/types-of-fields

Question 22

You need to modify the Power Automate flow to resolve CustomerC's issue.
What should you do?

A. Add a configure run that is set to is successful.

B. Add a data operation that specifies the false conditions.

C. Add a condition containing approval hierarchy.

D. Add a timeout setting to the approval flow.

 


Suggested Answer: D

Scenario: CustomerC requested additional information from the parts department through the customer survey and has not received a response one week later.
Timeout in Power Automate Approval
Timeout in Power Automate Approval is setting which is allowing control what will happen when Approver will not act on time.
Default value is empty and it equals time of how long Flow can run so 30 days.
Reference:
https://docs.microsoft.com/en-us/power-automate/sequential-modern-approvals

Question 23

A company needs to illustrate the relationships of the entities in Dynamics 365 Sales.
You need to select the appropriate tool to show this graphic.
Which tool should you select?

A. Metadata diagram

B. Sales Insights

C. Power Automate

D. Security model

 


Suggested Answer: A

Visual representation of metadata can be useful, especially when you are trying to describe the relationship between entities in the system. You can use the
Metadata Diagram sample code provided for Dynamics 365 Customer Engagement (on-premises) to generate the entity relationship diagrams.
You can create a diagram that shows a relationship for just one entity, or a complex diagram that includes dozens of related entities, including custom and system entities.
Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/use-metadata-generate-entity-diagrams

Question 24

HOTSPOT -
An organization uses Common Data Service.
The organization's IT helpdesk requires a single-page web application to monitor and manage Data Export Service. The app must access Data Export Service securely. The app must also permit helpdesk users to perform a limited set of functions.
You need to create a single-page app.
Which options should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
 Image

 


Suggested Answer:
Correct Answer Image

Box 1: Register the app in Azure Active Directory
Box 2: Use FetchXML queries –
The failure entries can be retrieved through the Get the failure details for a given Profile request. The response returns a URI to an Azure blob that contains the failure information. Each line has the following comma-separated fields (newlines added for clarity):
Entity: ,
RecordId: ,
NotificationTime: ,
ChangeType: ,
FailureReason:
Note: FetchXML is a proprietary XML based query language of Microsoft Dataverse used to query data using either the Web API or the Organization service. It’s based on a schema that describes the capabilities of the language. The FetchXML language supports similar query capabilities as query expressions.
Incorrect Answers:
The Data Export Service exposes a REST-based API that is divided into two groups: a set of Metadata operations for exploring Dataverse organizational structure, relationships, and connection information; and a set of Profiles operations for configuring and managing each data replication.
Box 3: Enable Change Tracking –
The entities that will be added to the Export Profile must be enabled with change tracking.
Box 4: /crm/exporter/{id}/activatedata
profiles/{id}/activatedata
Activate profile for data replication only.
Note: profiles/{id}/activate –
Activate a profile, which starts replication of both the associated table definitions and data.
Box 5: Use Profile operations –
These failure entries can be retrieved through the Get the failure details for a given Profile request.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/data-export-service
https://docs.microsoft.com/en-us/power-platform/admin/replicate-data-microsoft-azure-sql-database
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/use-fetchxml-construct-query

Question 25

DRAG DROP -
A developer must register a step using the Plug-in registration tool.
You need to associate the correct Event Pipeline Stage of Execution with its purpose.
Which stage should you associate with each description? To answer, drag the appropriate stages to the correct descriptions. Each stage 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.
Select and Place:
 Image

 


Suggested Answer:
Correct Answer Image

Box 1: PreValidation –
For the initial operation, this stage will occur before the main system operation.
This provides an opportunity to include logic to cancel the operation before the database transaction.
Box 2: PreOperation –
PreOperation occurs before the main system operation and within the database transaction.
If you want to change any values for an entity included in the message, you should do it here.
Box 3: PostOperation –
Occurs after the main system operation and within the database transaction.
Use this stage to modify any properties of the message before it is returned to the caller.
Incorrect Answers:
MainOperation: For internal use only except for Custom API and Custom virtual table data providers.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/event-framework

Question 26

Case study -
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. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question.
Background -
Contoso Pharmaceuticals manufactures and sells drugs to retail and wholesale pharmacies, hospitals, and research facilities.
The company plans to implement Dynamics 365 Sales and Dynamics 365 Finance.
Current environment -
•	Contoso maintains a Microsoft Excel workbook that lists all drugs they supply.
•	Pharmacies submit order requests through email.
•	All information at customer locations is handwritten by customer representatives.
•	Contoso uses Cerner, which is a medical industry application that uses a proprietary database.
•	Some accounts are referrals from other pharmacies.
•	Every pharmacy has its own Dynamics 365 Sales instance.
Requirements -
General -
You must create a model-driven app to meet Contoso’s needs. You must minimize the use of custom code and custom connectors.
Accounts -
•	Ensure that the names of the pharmacies are synced between the accounting and the customer management systems.
•	Account numbers should be entered automatically into the pharmaceutical system that is in a Cerner database and kept in sync.
•	When the account is entered into the system, extra fields must appear if the referral customer box is selected. If the box is not selected, the extra fields must not appear.
•	A trigger must be created that changes the Priority field to 1 in the Account record 10 days after an Account record is created.
•	A field named Priority_Trigger must be created to trigger the Priority field.
•	A field named Facility type field must be added in order to select whether a customer is a retail pharmacy, wholesale pharmacy, research facility, or hospital.
Users -
•	UserA must be able to create and publish Power Apps apps.
•	UserB must be the owner of all the systems and be able to provide permissions and create all new environments.
•	UserC must be able to create apps connected to the systems and update the security roles and entities.
•	Pharmacy representatives must only be able to run the apps and access their own records.
•	Access to the accounting Power Apps app must be restricted to accounting team members.
•	End users must have minimum access to the required systems.
•	Only supervisors must be able to view phone numbers in the Accounts form.
•	Developers must be able to create new apps for all users.
•	Sales users must only have access to their own records.
Reporting -
Pharmacy orders must be displayed in four graphs as follows:
•	Annual revenue over $100,000
•	Annual revenues under $100,000
•	Research facilities
•	Hospitals
The graphs must be interactive, and users must be able to drill down on any dimension.
Customizations -
•	Ensure that notifications are sent to the sales team when a lead is added by using Slack.
•	Ensure that leads have a review stage added to the sales process.
•	Doctors must be manually added to a custom entity named Doctor if the doctor is not listed.
•	Refill dates for customer prescriptions should be automatically determined and a notification should be sent to the customer.
•	Fields for the doctor’s name and phone number must be displayed in the customer record.
•	The doctor entered on the customer’s record must be validated against doctors that exist in the system.
•	The new solution will be sold to other pharmacies for use. The application must not allow changes to be made.
•	The solution must be error free so that when it is installed in other environments it does not cause issues.
Mobile app -
•	A custom mobile app must be created to allow salespeople to add or search by pharmacy name.
•	Pharmacy records must be uniquely identified by pharmacy name, address, contact name, and phone number.
•	When a pharmacy is added by using the mobile app, the phone number must be validated to be all digits.
You need to create an application to deploy to other pharmacies.
What should you do?

A. Clone the solution.

B. Create packages for Package Deployer.

C. Recreate customizations in a new environment.

D. Navigate to Customize the System and export everything to a managed solution.

 


Suggested Answer: B

 

Question 27

A company uses Microsoft Dataverse rollup fields to calculate insurance exposure and risk profiles for customers.
Users report that the system does not update values for the rollup fields when new insurance policies are written.
You need to recalculate the value of the rollup fields immediately after a policy is created.
What should you do?

A. Create new fields on the customer entity for insurance exposure and risk. Write a workflow process that is triggered when a new policy record is created to calculate the sum of values from policy records.

B. Update the Mass Calculate Rollup Field job to trigger when a new policy record is created.

C. Create new calculated fields on the customer entity for insurance exposure and risk. Create a formula to calculate the sum of values from policy records.

D. Create a plug-in that uses the CalculateRollupFieldRequest method for the rollup field. Configure a step on the Create event for the policy entity for this plug-in.

 


Suggested Answer: D

 

Question 28

You need to create the customer mobile app.
Which type of function expression should you use?

A. Filter

B. Find

C. LookUp

 


Suggested Answer: C

The LookUp function finds the first record in a table that satisfies a formula. Use LookUp to find a single record that matches one or more criteria.
Scenario: Mobile app –
A custom mobile app must be created to allow salespeople to add or search by pharmacy name.
Pharmacy records must be uniquely identified by pharmacy name, address, contact name, and phone number.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-filter-lookup

Question 29

HOTSPOT -
You need to configure the environments.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
 Image

 


Suggested Answer:
Correct Answer Image

Box 1: Compile the plug-in in debug mode
Development: You must be able to step through code and inspect the value of variables.
Box 2: Enable trace log in the environment
Production: You must be able to view tracing service logs.

Question 30

HOTSPOT
-
You are configuring two command buttons on a form.
The form must display the buttons only if conditions meet a pre-defined criteria.
You need to create rules for the form.
Which rule types should you use?
To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
 Image

 


Suggested Answer:
Correct Answer Image

 

Question 31

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals. Some question sets might have more than once 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.
A university implements Dynamics 365 Sales. Several departments use opportunity records to bid for funding for projects within their own departments. You configure the system to ensure that each department can only work on their own records.
Employees in multiple departments often need to work together on an opportunity. Employees report that they are not able to see opportunities from other departments.
You need to ensure that employees from more than one department can work on the same opportunities when necessary.
Solution: Share the individual opportunity that members of one department are working on with all members of the second department, and give those members the appropriate permissions.
Does the solution meet the goal?

A. Yes

B. No

 


Suggested Answer: B

Instead: Use position hierarchy security and define the two departments as positions.
Two security models can be used for hierarchies, the Manager hierarchy and the Position hierarchy. The Position hierarchy allows data access across business units. If you are a financial organization, you may prefer the Manager hierarchy model, to prevent managers’ accessing data outside of their business units.
However, if you are a part of a customer service organization and want the managers to access service cases handled in different business units, the Position hierarchy may work better for you.
Note: The hierarchy security model is an extension to the existing security models that use business units, security roles, sharing, and teams. It can be used in conjunction with all other existing security models. The hierarchy security offers a more granular access to records for an organization and helps to bring the maintenance costs down.
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/hierarchy-security

Question 32

DRAG DROP -
You need to select connectors for the app.
Which types of connectors should you use? To answer, drag the appropriate connectors to the correct requirements. Each connector 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.
Select and Place:
 Image

 


Suggested Answer:
Correct Answer Image

Box 1: Create a custom connector
A custom connector is a wrapper around a REST API (Logic Apps also supports SOAP APIs) that allows Logic Apps, Power Automate, or Power Apps to communicate with that REST or SOAP API.
Box 2: Use an AppSource connector
You can only retrieve the Customer, UnifiedActivity, and Segments entities through the Power Apps connector. Other entities are shown because the underlying connector supports them through triggers in Power Automate.
Scenario: Customer information is stored in the Accounts entity.
Box 3: Use a native application function
You must produce a report that details the number of registrations for a day and send the report as a PDF to the management team.
Reference:
https://docs.microsoft.com/en-us/connectors/custom-connectors/
https://docs.microsoft.com/en-us/dynamics365/customer-insights/audience-insights/export-power-apps

Question 33

DRAG DROP -
You are creating an app that connects to Microsoft Dataverse on a nightly basis. You plan to integrate the app with an external system.
The application must not authenticate by using a Microsoft Azure Active Directory (Azure AD) user account.
You need to enable the application to authenticate to Dataverse.
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.
Select and Place:
 Image

 


Suggested Answer:
Correct Answer Image

Step 1: Register the application in Azure AD with appropriate permissions.
App registration in Azure Active Directory is typically done by ISVs who want to develop external client applications to read and write data in Dataverse.
Registering an app in Azure Active Directory provides you with Application ID and Redirect URI values that ISVs can use in their client application’s authentication code.
Step 2: Use the Azure AD application id and secret as credentials in the application.
Add credentials –
Credentials are used by confidential client applications that access a web API. Examples of confidential clients are web apps, other web APIs, or service-type and daemon-type applications. Credentials allow your application to authenticate as itself, requiring no interaction from a user at runtime.
You can add both certificates and client secrets (a string) as credentials to your confidential client app registration.
Step 3: Create the application user in Dataverse using the Application User form.
App registration can also be done by an application developer or individual user who is building a client application to connect to and read/write data in Dataverse.
Use the Application ID and Redirect URI values from your registered app in your client application’s authentication code to be able to connect to Dataverse environment from your client application, and perform the required operations. Note that if the app is registered in the same tenant as your Dataverse environment, you won’t be presented with a consent form when connecting from your client application to your Dataverse environment.
Note: When end users use the ISV’s application for the first time to connect to their Dataverse environment by providing their Dataverse credentials, a consent form is presented to the end user. After consenting to use their Dataverse account with the ISV’s application, end users can connect to Dataverse environment from external application. The consent form is not displayed again to other users after the first user who has already consented to use the ISV’s app. Apps registered in Azure Active Directory are multi-tenant, which implies that other Dataverse users from other tenant can connect to their environment using the ISV’s app.
Step 4: Assign a security role to the application user in Dataverse
Grant access to users that already have a Dynamics 365 license
Any user who already has a license for any model-driven app in Dynamics 365 also will be able to access Dynamics 365 Marketing without requiring any additional licenses. All you need to do is assign them the security roles and privileges required to access the Marketing features they need.
Incorrect:
* Grant the Dataverse application user the Access Dynamics 365 as organization users permission in Azure AD.
Reference:
https://docs.microsoft.com/en-us/power-apps/developer/data-platform/walkthrough-register-app-azure-active-directory
https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app
https://docs.microsoft.com/en-us/dynamics365/marketing/admin-users-licenses-roles

Question 34

An organization implements Dynamics 365 Sales.
You need to trigger a business rule when the main form in saved.
What should you do?

A. Write a business rule to trigger on a change of ModifiedOn field.

B. Set the scope of the business rule to one specific form where business rule triggers.

C. Set the scope of the business rule to All Forms.

D. Set the scope of the business rule to Entity.

 


Suggested Answer: D

Set scope of business rule to “Entity” instead of “All Form”. This will trigger it on server side.
Reference:
https://docs.microsoft.com/en-us/previous-versions/dynamicscrm-2016/developers-guide/dn481574(v=crm.8)

Question 35

A customer wants to design a complex business process flow that includes six custom entities and four stages for each entity. One of the stages will have 15 steps.
You need to explain the flaw in this design to the customer.
What is the flaw in this design?

A. The maximum number of custom entities has been exceeded.

B. The maximum number of steps for a stage has been exceeded.

C. The maximum number of stages for an entity has been exceeded.

D. The minimum number of stages for an entity has not been met.

E. The minimum number of steps for a stage has not been met.

 


Suggested Answer: A

Maximum number of processes, stages, and steps:
To ensure acceptable performance and the usability of the user interface, there are some limitations you need to be aware of when you plan to use business process flows:
✑ Multi-entity processes can contain no more than five entities.
✑ There can be no more than 10 activated business process flow processes per entity.
✑ Each process can contain no more than 30 stages.
Reference:
https://docs.microsoft.com/en-us/power-automate/business-process-flows-overview

Question 36

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 once 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 developing a model-driven app for a company.
When you create a new Account record, you must automatically display a form to collect data that is needed to create a Contact record. The form must switch to the appropriate form layout based on the contact type.
You open the Contact form by using JavaScript. You pass the contact type information to the form by using the Xrm.Navigation.openForm function. An OnLoad event handler in the Contact form processes the data and shows only the appropriate sections of the form for the given contact type.
You need to configure the receiving form to accept the data parameter.
Solution: Export the solution, edit the customizations.xml, and add a querystringparameter element to the XML.
Does the solution meet the goal?

A. Yes

B. No

 


Suggested Answer: A

Within the exported solution customizations.xml file, immediately following the footer element, you can add a element. In the element, add elements to specify which parameters will be allowed.
Note: By default, model-driven apps allows a specified set of query string parameters to be passed to a form. You use these parameters to set default values when you create a new record in the application. Each parameter must use a standard naming convention that includes a reference to the column logical name.
There are two ways to specify which query string parameters will be accepted by the form:
✑ Edit form properties
✑ Edit form XML
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/configure-form-accept-custom-querystring-parameters

Question 37

HOTSPOT -
A fine arts school uses a custom canvas application based on the Microsoft Dataverse.
Artists experience errors on their Artist canvas app and delays when switching pages.
You need to identify the root causes of these issues.
Which troubleshooting methods should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
 Image

 


Suggested Answer:
Correct Answer Image

Box 1: Site Map validation –
When you validate the app, the app designer canvas shows you details about the assets that are missing.
In the app designer, select Validate.
A notification bar appears and shows you whether the app has any errors or warnings. The notification bar shows warnings in cases where, for example, an entity has no forms or views, or the app doesn’t contain any components. An error might appear if a site map isn’t configured for the app.
Reference Image
Incorrect Answers:
With Solution checker, you can inspect your code against a set of best practice development rules specific to customizing and extending the CDS for Apps platform. Get access to rich detailed reports listing issues identified, severity, locations, and sometimes the line code, with linkage to detailed prescriptive guidance on how to fix the problem.
PowerApp Checker checks your solution for any usage of code that was deprecated or any performance or security issues in the code. It checks the plugin code as well as web resources.
Box 2: Service Performance in Power Apps Analytic
Regarding Microsoft Power Apps Canvas Driven Apps: for reviewing performance bottlenecks and API calls, admins can leverage the Service Performance report for connection health. Admins can gain insights into the least and best performing services, the mean response time and success rate for connectors and the 50th,
75th and 95th percentile markers for response time. Each of these can be filtered down by service or connector, device, player version and regionally.
Reference: alt=”Reference Image” />
Incorrect Answers:
With Solution checker, you can inspect your code against a set of best practice development rules specific to customizing and extending the CDS for Apps platform. Get access to rich detailed reports listing issues identified, severity, locations, and sometimes the line code, with linkage to detailed prescriptive guidance on how to fix the problem.
PowerApp Checker checks your solution for any usage of code that was deprecated or any performance or security issues in the code. It checks the plugin code as well as web resources.
Box 2: Service Performance in Power Apps Analytic
Regarding Microsoft Power Apps Canvas Driven Apps: for reviewing performance bottlenecks and API calls, admins can leverage the Service Performance report for connection health. Admins can gain insights into the least and best performing services, the mean response time and success rate for connectors and the 50th,
75th and 95th percentile markers for response time. Each of these can be filtered down by service or connector, device, player version and regionally.
Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/validate-app
https://community.dynamics.com/crm/b/crminthefield/posts/monitoring-the-power-platform-canvas-driven-apps—power-apps-analytics

Question 38

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.

A. Azure Function that uses the Discovery service

B. workflow extension

C. Azure Function that uses a listener

D. Power Automate flow

 


Suggested Answer: CD

C: You can use the File watcher function in Azure function app to process coping of files from source to destination.
Note: The FileSystemWatcher class listens to the file system change notifications and raises events when a directory, or file in a directory, changes.
Use FileSystemWatcher to watch for changes in a specified directory. You can watch for changes in files and subdirectories of the specified directory. You can create a component to watch files on a local computer, a network drive, or a remote computer.
D: Power Automate is a service that helps you create automated workflows between your favorite apps and services to synchronize files, get notifications, collect data, and more.
Note: The company relies on referrals from athletes for new business. Bellows uses a third-party marketing company to gather feedback and referrals from athletes. The third-party marketing company uploads a Microsoft Excel file containing lists of potential customers and players to the FTP site that Bellows Sports maintains.
Referrals must be imported into the system as soon as they are available.
Reference:
https://docs.microsoft.com/en-us/dotnet/api/system.io.filesystemwatcher
https://docs.microsoft.com/en-us/power-automate/

Question 39

You are developing a Power Platform app.
The app must implement a two-way listener to an on-premises system by using Microsoft Azure Service Bus. You create an Azure Service Bus namespace and messaging entity. You must add the shared access policies.
You need to select the permissions for the messaging entity.
Which two permissions should you use? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

A. System customizer

B. Listen

C. Read

D. Send

E. Manage

 


Suggested Answer: BD

The messaging entity must have the Send policy permission at a minimum. For a two-way relay, the policy must also have the Listen permission.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/walkthrough-configure-azure-sas-integration

Question 40

DRAG DROP -
An organization uses plug-ins to retrieve specific information from legacy data stores each time a new order is submitted.
You review the Microsoft Dataverse analytics page. The average plug-in execution time is increasing.
You need to replace the plug-in with another component, reusing as much of the current plug-in code as possible.
Which five 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.
Select and Place:
 Image

 


Suggested Answer:
Correct Answer Image

Step 1: Create an Azure Function app
Azure Functions provide an excellent way to deliver a solution using WebHooks.
Step 2: Refactor the plug-in logic in the app.
Step 3: Publish the app –
You can publish your function app to Azure directly from Visual Studio.
Step 4: Register a webhook for the app in the Plug-in Registration tool
Use the Plug-in Registration tool to register a WebHook.
Step 5: Register a step in the webhook.
Registering a step for a WebHook is like registering a step for a plug-in.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/use-webhooks
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/register-web-hook

Question 41

DRAG DROP
-
You manage a Microsoft Power Automate cloud flow that uses a List rows action to query data from the Accounts table. The Accounts table contains more than 15,000 rows.
You must develop automation that meets the following requirements:
•	Manage a large number of records.
•	Return information from related contact records.
You need to configure the cloud flow to return the information.
Which properties should you configure? To answer, move the appropriate properties to the correct requirements. You may use each property once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
 Image

 


Suggested Answer:
Correct Answer Image

 

Question 42

DRAG DROP
-
Case study
-
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. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question.
Background
-
Northwind Traders uses Microsoft Dynamics 365 Sales to manage its sales process. To better understand its customers, Northwind Traders invests in a team of researchers who gather data from multiple sources. The company stores the data it collects in a Microsoft Azure SQL Database. The company plans to use the data to enrich account records and make the sales team more effective.
Current environment
-
Environment
-
•	The company has three Microsoft Power Platform environments with Dynamics 365 Sales installed. The environments are named development, test, and production.
•	Each environment has an application user that can be used for integrations.
•	The company must use solutions to perform all customization and configuration deployment.
Data
-
•	Researchers are responsible for creating account records.
•	Researchers have permissions on the Account table to create records, read all records, and update records they own.
•	A synchronous plug-in runs when an account record is created and could reassign the record to a different user.
•	Users must access data as themselves to enforce security and audit changes.
•	A column named new_dataid is added to the Account table. The column uniquely identifies which data it should receive.
•	Researchers have researched only the top 20 percent of account records.
Web API
-
•	The company creates an Azure Function to run a RESTful .NET Web API.
•	Data can be retrieved by placing a GET request to the URL https://dataservice-[ENVIRONMENTNAME].azurewebsites.net/enrich/[DATAID].
•	[ENVIRONMENTNAME] is the name of the Microsoft Power Platform environment that requests the data.
•	[DATAID] is the new_dataid column in the Account table.
•	The Web API response will return a 200 response plus data if the DataId is found. Otherwise, a 404 response is returned.
•	Developers plan to create a custom connector from the Web API to make it accessible from Microsoft Power Platform.
Requirements
-
Custom connector
-
•	The Web API definition used to create the custom connector must be generated based on a low-code technology.
•	The URL used by the custom connector must incorporate the current environment name without hardcoding values.
•	Errors generated by the custom connector must not cause downstream processes to fail.
•	Text descriptions and field placeholder text that describe the use of the custom connector must appear for non-developers.
Process
-
•	All account records must be updated with data from the Web API once automatically.
•	Only account records that contain a DataId should be updated by the Web API.
•	Researchers must create Power Automate flows to specify data analysis priority.
•	The researchers require a process that repurposes a set of identical steps of parameterized Microsoft Dataverse queries from a Power Automate flow for use in other flows that have different parameters. The researchers want to avoid recreating the steps manually each time they create a flow to save time and avoid errors.
Issues
-
•	A tester attempts to connect to the production instance of the Web API with a DataId that should return data. The tester receives an error stating that the remote name could not be resolved.
•	A missing component causes an error to occur when importing the solution that contains the Power Automate flow to update account records in a test environment.
You need to configure a Power Automate flow to update account records by using the response from the Web API.
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.
 Image

 


Suggested Answer:
Correct Answer Image

 

Question 43

HOTSPOT -
You need to correct the JavaScript code that communicates with the address verification API.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:
 Image

 


Suggested Answer:
Correct Answer Image

 

Question 44

DRAG DROP -
You need to assign security roles to groups of users.
Which security roles should you use? To answer, drag the appropriate security types to the correct roles. Each security 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.
Select and Place:
 Image

 


Suggested Answer:
Correct Answer Image

Scenario: The company identifies the following job roles:
<img src=”https://www.examtopics.com/assets/media/exam-media/04332/0006200001.png” alt=”Reference Image” />
You must grant users the minimum permissions required to perform their job tasks.
Intern: Environment Maker –
Environment Maker: Can create new resources associated with an environment, including apps, connections, custom APIs, gateways, and flows using Microsoft
Power Automate. However, this role doesn’t have any privileges to access data within an environment.
Manager: System Administrator:
System Administrator: Has full permission to customize or administer the environment, including creating, modifying, and assigning security roles. Can view all data in the environment.
Sales representative: Common Data Service User
Basic User/ Common Data Service User: Read (self), Create (self), Write (self), Delete (self)
Can run an app within the environment and perform common tasks for the records that they own.

Question 45

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals. Some question sets might have more than once 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.
A company designs data integration with an external system by using virtual tables.
You need to implement the virtual tables.
Solution: Assign record ownership to individual users.
Does the solution meet the goal?

A. Yes

B. No

 


Suggested Answer: B

 

Question 46

DRAG DROP
-
Case Study
-
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
-
Proseware, Inc. is an industry leading software company with several thousand employees. The company has had some trouble recruiting talented employees. Top-level candidates interview with the company but go on to work for competitors.
Feedback from candidates show that some offers were not accepted because the interview scheduling process was unpleasant. The company does not have a system to keep track of the candidates that were not selected.
Current Environment
-
The recruiting process starts when an individual applies for a position on the company website. The individual may have found the position on their own, they may have been officially referred by an employee, or in some cases were contacted directly by a hiring manager and encouraged to apply.
Recruiters schedule an interview with a hiring manager and interviews with two senior team members. Each interview results in feedback about the candidate and a recommendation whether to hire or not.
The recruiting team manages all information by using a model-driven application.
The company has the following Microsoft Dataverse tables and columns:
• JobPosting
- Hiring Manager - lookup to SystemUser
- Recruiter Assigned - lookup to SystemUser
• Contact (Job Applicant)
- Contact identifier
- First name
- Last name
- Time-Zone Offset
- Person of Interest - Yes/No (default)
• Application proapplication
- Contact identifier, Contact - lookup to Contact
- Job Posting - lookup to JobPosting
- pro_recruiterassignedid
• Interview
- Application - lookup to Application
- Job Posting - lookup to JobPosting
- Recommend - Choice (Yes (0), No (1), and null (default) are the available values)
- Person of Interest - Yes/No, No is the default value
• Referral
- Contact - lookup to Contact
- Referrer - lookup to SystemUser
- Job Posting - lookup to JobPosting
• SystemUser
- Manager - lookup to SystemUser
- Time-Zone Offset
• Recruiter
- Recruiter identifier
- Recruiter name
Applications
-
There may be multiple applications associated with each job posting. Applications are linked to an employee record if an employee referred the applicant for a position. The same individual can be an applicant for multiple job postings.
Interviews
-
Each interview is performed by an employee and is related to a single application.
The interview scheduling process may force potential candidates to accept interviews at unusual times with the senior team members due to time-zone differences.
Requirements. Interview Scheduling
The system must provide recruiters with a list of team members and their time-zone information. You must create a Microsoft Power Apps Component Framework (PCF) control for the Job Application form to display a list of senior team members who report directly to a hiring manager.
• The control must display the current time in each team member's local time.
• The control must be bound so that it minimizes the amount of code that must be written.
• You must display the list of team members and sort the list to show team members who reside in time zones closest to the applicant's time zone first.
You must develop a second PCF control that displays the time-zone name and current time on the Job Application form. You must display the data in the candidate’s local time.
Requirements. Historical Information Tracking
You must create a process to identify individuals as a person of interest that the company should consider hiring. You must assign each individual a score based on their past interactions.
• You must be able to determine the following information about a candidate:
- The number of interviews in the past two years and whether team members provided recommendations
- The number of hiring manager referrals and employee referrals in the past two years
- Whether the individual has any of the 12 designations or certifications that the company considers significant
• Only a single referral can be made per job application. The system must be able to support multiple referrals for a candidate.
• The system must track referrals even if an application is not completed.
Requirements. Historical Information Scoring
The automated process must run weekly to assess all candidates. The process must also run automatically when historical information is updated. You must be able to perform scoring by selecting a command button on the contact form.
• This new command button must only be visible to employees who belong to a security role assigned named Recruiter. The command button must not be visible to anyone unless the contact form is in Update mode.
• A person of interest is defined as having a score of 15 or more based on the following historical information criteria:
- Each interview with a recommendation adds two to the score.
- Each interview without a recommendation subtracts two from the score.
- Each employee or manager referral adds one to the score.
- Each designation or certification adds one to the score.
• All scoring elements must be recalculated when changes occur. You must assign the score to the Person of interest field.
• Values representing totals or scores must be stored in their own numeric fields.
• Plug-ins must be used to keep the Person of Interest field on active interview records associated with the Contact.
• Plug-ins registered on the update of the Person of interest field must send an email notification when the candidate named in the email is a person of interest. Recruiters must receive the message when the field is updated on the Contact record.
• Interviewers must get an email notification when the Person of Interest field on the interview record is successfully updated.
Requirements. Design Guidelines
The following design guidelines must be followed:
• Schema changes must be made using the method requiring the least amount of storage to meet the requirement.
• Out-of-the-box functionality must be used when possible.
• Any code required to calculate scores must be able to be run from a single point.
• Email notifications need to be kept to a minimum.
Issues
-
• Recruiters report that the command button to score a candidate is not working. You debug the code and observe that the context input parameter is null.
• The system does not support associating designations and certifications with candidates.
• The value for the field used by the PCF control to display local time is saved to Microsoft Dataverse each time an active application record is opened.
• Interviewers report that they do not receive email notifications when interview records are created for an existing person of interest.
You need to configure the columns to store scores and totals.
Which configurations should you use? To answer, drag the appropriate configurations to the correct columns. Each configuration 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.
 Image

 


Suggested Answer:
Correct Answer Image

 

Question 47

Case study -
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. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question.
Background -
Northwind Traders uses Microsoft Dynamics 365 Sales to manage its sales process. To better understand its customers, Northwind Traders invests in a team of researchers who gather data from multiple sources. The company stores the data it collects in a Microsoft Azure SQL Database. The company plans to use the data to enrich account records and make the sales team more effective.
Current environment -
Environment -
•	The company has three Microsoft Power Platform environments with Dynamics 365 Sales installed. The environments are named development, test, and production.
•	Each environment has an application user that can be used for integrations.
•	The company must use solutions to perform all customization and configuration deployment.
Data -
•	Researchers are responsible for creating account records.
•	Researchers have permissions on the Account table to create records, read all records, and update records they own.
•	A synchronous plug-in runs when an account record is created and could reassign the record to a different user.
•	Users must access data as themselves to enforce security and audit changes.
•	A column named new_dataid is added to the Account table. The column uniquely identifies which data it should receive.
•	Researchers have researched only the top 20 percent of account records.
Web API -
•	The company creates an Azure Function to run a RESTful .NET Web API.
•	Data can be retrieved by placing a GET request to the URL https://dataservice-[ENVIRONMENTNAME].azurewebsites.net/enrich/[DATAID].
•	[ENVIRONMENTNAME] is the name of the Microsoft Power Platform environment that requests the data.
•	[DATAID] is the new_dataid column in the Account table.
•	The Web API response will return a 200 response plus data if the DataId is found. Otherwise, a 404 response is returned.
•	Developers plan to create a custom connector from the Web API to make it accessible from Microsoft Power Platform.
Requirements -
Custom connector -
•	The Web API definition used to create the custom connector must be generated based on a low-code technology.
•	The URL used by the custom connector must incorporate the current environment name without hardcoding values.
•	Errors generated by the custom connector must not cause downstream processes to fail.
•	Text descriptions and field placeholder text that describe the use of the custom connector must appear for non-developers.
Process -
•	All account records must be updated with data from the Web API once automatically.
•	Only account records that contain a DataId should be updated by the Web API.
•	Researchers must create Power Automate flows to specify data analysis priority.
•	The researchers require a process that repurposes a set of identical steps of parameterized Microsoft Dataverse queries from a Power Automate flow for use in other flows that have different parameters. The researchers want to avoid recreating the steps manually each time they create a flow to save time and avoid errors.
Issues -
•	A tester attempts to connect to the production instance of the Web API with a DataId that should return data. The tester receives an error stating that the remote name could not be resolved.
•	A missing component causes an error to occur when importing the solution that contains the Power Automate flow to update account records in a test environment.
You need to choose a technology to access the Web API.
Which technology should you select?

A. Canvas app that uses the custom connector

B. Plug-in that contacts the Web API

C. Power Automate flow that uses the custom connector

D. Webhook that contacts the Web API

 


Suggested Answer: A

 

Question 48

DRAG DROP -
A company implements Dynamics 365 Sales.
Only sales managers must be able to perform the approval to move high value sales on in the opportunity qualification process. A new field must be created to capture the approval.
You need to create and secure the new field.
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.
Select and Place:
 Image

 


Suggested Answer:
Correct Answer Image

Step 1: Enable field security in the Approval field.
1. Enable field security on one or more fields for a given entity.
2. Associate one more existing security profiles, or create one or more new security profiles to grant the appropriate access to specific users or teams (step 2 and step 3 below).
Step 2: Create a new field security profile.
Create a new field security profile for the sales manager.
Step 3: Set the field permissionsג€¦security profile
Step 2 and step 3, example:
Configure the security profiles.
1. Create the field security profile for sales managers.
2. Go to Settings > Security.
3. Click Field Security Profiles.
4. Click New, enter a name, such as Sales Manager access contact mobile phone, and click Save.
5. Click Users, click Add, select the users that you want to grant read access to the mobile phone number on the contact form, and then click Add.
6. Click Field Permissions, click mobilephone, click Edit, select Yes next to Allow Read, and then click OK.
Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/admin/field-level-security

Question 49

HOTSPOT -
You are troubleshooting Power Apps solutions.
You need to determine the cause for the identified issues.
What is the root cause for each issue? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
 Image

 


Suggested Answer:
Correct Answer Image

Box 1: A canvas app in the first solution has errors.
Failures that occur during background processing of the analysis will fail with ‘Couldn’t be completed’ status and return an error message in the Power Apps portal as well as send email notification to the requestor.
Reference Image
Selecting the portal notification will link to this page of common issues for further troubleshooting. If one of the provided common issues does not resolve the problem, a reference number is also returned. Provide this reference number to Microsoft Support for further investigation.
Reference Image
Box 2: The code uses the following rule: web-use-strict-mode
web-use-strict-mode is able to throw a SyntaxError before the script is executing.
Example:
The reason is JavaScript lets you compare different variable types but this can have unexpected results, so by using the strict === it compares the same type and won’t have unexpected results this gets a warning entity.field == “Line1″
Incorrect Answers:
web-avoid-eval: The eval() function evaluates JavaScript code represented as a string. web-avoid-modals: Avoid using modal dialogs. web-remove-debug-script: Avoid including debug script in non-development environments.
Reference: alt=”Reference Image” />
Selecting the portal notification will link to this page of common issues for further troubleshooting. If one of the provided common issues does not resolve the problem, a reference number is also returned. Provide this reference number to Microsoft Support for further investigation.
<img src=”https://www.examtopics.com/assets/media/exam-media/04332/0017300002.jpg” alt=”Reference Image” />
Box 2: The code uses the following rule: web-use-strict-mode
web-use-strict-mode is able to throw a SyntaxError before the script is executing.
Example:
The reason is JavaScript lets you compare different variable types but this can have unexpected results, so by using the strict === it compares the same type and won&apos;t have unexpected results this gets a warning entity.field == “Line1”
Incorrect Answers:
web-avoid-eval: The eval() function evaluates JavaScript code represented as a string. web-avoid-modals: Avoid using modal dialogs. web-remove-debug-script: Avoid including debug script in non-development environments.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/common-issues-resolutions-solution-checker

Question 50

Case study -
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. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question.
Background -
Northwind Traders uses Microsoft Dynamics 365 Sales to manage its sales process. To better understand its customers, Northwind Traders invests in a team of researchers who gather data from multiple sources. The company stores the data it collects in a Microsoft Azure SQL Database. The company plans to use the data to enrich account records and make the sales team more effective.
Current environment -
Environment -
•	The company has three Microsoft Power Platform environments with Dynamics 365 Sales installed. The environments are named development, test, and production.
•	Each environment has an application user that can be used for integrations.
•	The company must use solutions to perform all customization and configuration deployment.
Data -
•	Researchers are responsible for creating account records.
•	Researchers have permissions on the Account table to create records, read all records, and update records they own.
•	A synchronous plug-in runs when an account record is created and could reassign the record to a different user.
•	Users must access data as themselves to enforce security and audit changes.
•	A column named new_dataid is added to the Account table. The column uniquely identifies which data it should receive.
•	Researchers have researched only the top 20 percent of account records.
Web API -
•	The company creates an Azure Function to run a RESTful .NET Web API.
•	Data can be retrieved by placing a GET request to the URL https://dataservice-[ENVIRONMENTNAME].azurewebsites.net/enrich/[DATAID].
•	[ENVIRONMENTNAME] is the name of the Microsoft Power Platform environment that requests the data.
•	[DATAID] is the new_dataid column in the Account table.
•	The Web API response will return a 200 response plus data if the DataId is found. Otherwise, a 404 response is returned.
•	Developers plan to create a custom connector from the Web API to make it accessible from Microsoft Power Platform.
Requirements -
Custom connector -
•	The Web API definition used to create the custom connector must be generated based on a low-code technology.
•	The URL used by the custom connector must incorporate the current environment name without hardcoding values.
•	Errors generated by the custom connector must not cause downstream processes to fail.
•	Text descriptions and field placeholder text that describe the use of the custom connector must appear for non-developers.
Process -
•	All account records must be updated with data from the Web API once automatically.
•	Only account records that contain a DataId should be updated by the Web API.
•	Researchers must create Power Automate flows to specify data analysis priority.
•	The researchers require a process that repurposes a set of identical steps of parameterized Microsoft Dataverse queries from a Power Automate flow for use in other flows that have different parameters. The researchers want to avoid recreating the steps manually each time they create a flow to save time and avoid errors.
Issues -
•	A tester attempts to connect to the production instance of the Web API with a DataId that should return data. The tester receives an error stating that the remote name could not be resolved.
•	A missing component causes an error to occur when importing the solution that contains the Power Automate flow to update account records in a test environment.
You need to implement visual hints in the custom connector.
What should you do? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

A. In the custom connector, update the name of the policy template.

B. Extend the Open API definition of the Web API for the EnvironmentName parameter.

C. Extend the Open API definition of the Web API for the DataId parameter.

D. In the custom connector, update the description for the DataId parameter.

 


Suggested Answer: CD

 

Access Full PL-400 Exam Prep Free

Want to go beyond these 50 questions? Click here to unlock a full set of PL-400 exam prep free questions covering every domain tested on the exam.

We continuously update our content to ensure you have the most current and effective prep materials.

Good luck with your PL-400 certification journey!

Share18Tweet11
Previous Post

PL-300 Exam Prep Free

Next Post

PL-500 Exam Prep Free

Next Post

PL-500 Exam Prep Free

PL-600 Exam Prep Free

PL-900 Exam Prep Free

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recommended

Network+ Practice Test

Comptia Security+ Practice Test

A+ Certification Practice Test

Aws Cloud Practitioner Exam Questions

Aws Cloud Practitioner Practice Exam

Comptia A+ Practice Test

  • About
  • DMCA
  • Privacy & Policy
  • Contact

PracticeTestFree.com materials do not contain actual questions and answers from Cisco's Certification Exams. PracticeTestFree.com doesn't offer Real Microsoft Exam Questions. PracticeTestFree.com doesn't offer Real Amazon Exam Questions.

  • Login
  • Sign Up
No Result
View All Result
  • Quesions
    • Cisco
    • AWS
    • Microsoft
    • CompTIA
    • Google
    • ISACA
    • ECCouncil
    • F5
    • GIAC
    • ISC
    • Juniper
    • LPI
    • Oracle
    • Palo Alto Networks
    • PMI
    • RedHat
    • Salesforce
    • VMware
  • Courses
    • CCNA
    • ENCOR
    • VMware vSphere
  • Certificates

Welcome Back!

Login to your account below

Forgotten Password? Sign Up

Create New Account!

Fill the forms below to register

All fields are required. Log In

Retrieve your password

Please enter your username or email address to reset your password.

Log In

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.