Correct Answers: B, D and F
Power Platform provides a variety of tools to extend the platform and user experience. If you need to work with the Dataverse, you can use the Dataverse Web API and Organization service. Or develop your business logic by using the Dataverse plug-ins. You can use Data import, Synchronization, Virtual entities, Azure integration, and Webhooks for integration purposes.
Suppose you need to debug your plug-in. Because the plug-in is running on a remote server, you cannot just debug it directly. You need to use the Plug-in Profiler to capture your app`s operation, like creating the new Account record. And then use the Profiler playback for the debugging of a plug-in code in Visual Studio.
Before you can use a Profiler, you need to Install Profiler from the toolbar in the Dataverse Plug-in Registration Tool.
After you register your Assembly and add a step with the “Create” message for the Account as Primary entity using the Dataverse Plug-in Registration Tool, you can click on the “Start Profiling” in the toolbar (Number 1). The Tool opens the
Profiler Settings screen (Number 2). After accepting the defaults and starting the profiler, you can switch to your app and add a new Account record. The Profiler captures the operations.
Then you return to the Tool and push the Debug button (Number 1). It opens the Replay Plug-in Execution screen (Number 2). The first field on the screens asks you to provide a recorder profile. When you click on the download arrow icon (Number 3), the new screen “Select Profile From CRM” opens (Number 4). Now you can select the captured profile (Number 5) and use it for code debugging.
All other options are incorrect.
For more information about the Dataverse Plug-in Registration Tool Profiling, please visit the below URLs:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/tutorial-debug-plug-in
https://www.youtube.com/watch?v=c12eZQSKZO0
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/troubleshoot-plug-in