ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 116 - PL-400 discussion

Report
Export

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.


Question 116
Correct answer: Question 116

Explanation:

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: <entity-name>,

RecordId: <"N/A" | guid>,

NotificationTime: <datetime>,

ChangeType: <sync-type>,

FailureReason: <description>

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

asked 05/10/2024
Hammad Chandio
31 questions
User
0 comments
Sorted by

Leave a comment first