Exam PL-600 All QuestionsBrowse all questions from this exam
Question 1

A company uses two separate unlinked apps to manage sales leads; a Power Apps app and a third-party application.

The client has the following requirements:

✑ Manage all leads by using the Power Apps app.

✑ Create a lead in the Power Apps app when a user creates a lead in the third-party application.

✑ Update leads in the Power Apps app when a user updates a lead in the third-party application.

✑ Connect to the third-party application by using an API.

You need to recommend strategies to integrate the Power Apps app and the third-party application.

Which three options can you use to achieve the goal? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

    Correct Answer: B, D, E

    To integrate a Power Apps app with a third-party application and meet the client's requirements, three options can be used. First, a Custom Connector allows you to connect to the third-party application's API, enabling data exchange between the two apps. Second, Power Automate cloud flow can automate actions such as creating and updating leads in the Power Apps app based on changes in the third-party application. Third, the Dataverse connector provides access to the environment database on the Microsoft Dataverse Service, facilitating seamless data management in the Power Apps app. These three options together offer a comprehensive solution to link the apps and manage leads effectively.

Discussion
TheLadyBOptions: BDE

I would say BDE instead of ADE. In the documentation of Dual Write it says: business applications from Microsoft. Being the key word Microsoft, and here we have a third-party application, so we will need the appropiate connectors to its data (and if there aren't any in the market, then we have to build them via a Custom one)

aelsm

Dual write is only for integration to D365FO, which is not 3rd party

NoNameBrandOptions: BDE

BDE "Power Apps app and a third-party application" Steps that make sense 1) Custom connector to read/write to the 3rd party app Data 2) Power Automate cloud flow to execute the automation 3) CDS Connector to read/write to the Power App Data A) Does not contribute to the steps needed for this solution. Additionally - Dual-write is an out-of-box infrastructure that provides near-real-time interaction between customer engagement apps and Finance and Operations apps. (Not 3rd party apps) https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/dual-write/dual-write-overview

PPDudeOptions: BDE

This is correct.

user861243Options: BDE

In exam May2024

gradmes

It was on 07/24/23 exam

FyrusOptions: BDE

Custom Connector should be used. You can create an API with Azure functions for example and then go back to your Power Platform and create the Custom Connector

giogoOptions: BDE

custom connector for third-party app

John_PedroOptions: BDE

I say BDE. Dual-Write can only be used for integrating Dataverse into FO. As quoted from the official documentation: "Dual-write is an out-of-box infrastructure that provides near-real-time interaction between customer engagement apps and Finance and Operations apps." See the link: https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/dual-write/dual-write-overview

495aba7Options: BDE

BDE are the correct answers

Aero_1898

Has anyone renewed PL-600 if yes please reply on this i need some help

MajcherOptions: BDE

BDE, as Dual Write is dedicated for D365FO.

cengsOptions: BDE

To achieve the goal of integrating the Power Apps app and the third-party application, the following options can be used: A. Custom Connector: A custom connector in Power Apps can be used to connect to the third-party application's API and enable the integration between the two apps. D. Power Automate cloud flow: Power Automate cloud flow can be used to automate the process of creating a lead in the Power Apps app when a user creates a lead in the third-party application, and updating leads in the Power Apps app when a user updates a lead in the third-party application. E. Dataverse connector: The Power Apps app can be integrated with the third-party application by using the Dataverse connector, which enables the two apps to exchange data. This will allow the management of all leads through the Power Apps app. These options together can provide a comprehensive solution to meet the client's requirements of integrating the two separate apps for managing sales leads.

SuperZapx

For thoese who reading this, I just pass the test yesterday (7 Sep 2022) 100% of question are from here, Yes it's 100% for me. I don't know, May be it jsut a luck. However, Microsoft stated this on thier website "The English language version of this exam will be updated on September 26, 2022" So, hurry up!

DavidELongOptions: BDE

Need to create a custom connector that uses the exposed API

rajrutu

this was present today

sivsrinivasOptions: BCD

The question is around the third party app: Data flow & Odata connects ISV solutions, We need customAPI if the connector is not meeting the need, We need P.Automate flow to manage BPF. CDS is used only when you are connecting CDM DB with Canvas. Your BPF is running in CDS env, our ISV is running outside, you are connecting using Dflow/Odata or Custom API. This is what makes sense to me. Other answers are just to distract you

PDLROptions: BDE

BDE is the correct choice. A: Dual write is not appropriate in this use case. " Dual-write is an out-of-box infrastructure that provides near-real-time interaction between customer engagement apps and Finance and Operations apps." It's clearly needed a Custom connector not a Finance and Ops connector which is needed here.