最新的Microsoft Power Platform Developer (PL-400 Korean Version) - PL-400 Korean免費考試真題

북미에 본사를 둔 글로벌 기업이 유럽을 포함한 여러 지역에 Dataverse 인스턴스를 운영하고 있습니다. 해당 기업은 기본 위치가 북미인 단일 Microsoft Entra ID 테넌트를 사용합니다. 규정 준수 규칙에 따라 데이터는 유럽 연합 데이터 경계 내에 유지되어야 합니다.
당신은 회사를 위한 플러그인을 개발합니다.
독일 환경에서 플러그인 사용 시 문제가 발생합니다. 다른 환경에서는 동일한 문제가 재현되지 않습니다.
회사 기본 지역의 별도 환경에서 문제를 디버깅하고 필요한 모든 규정 준수 규칙을 따라야 합니다.
어떻게 해야 할까요?

正確答案: A
한 회사에서 여러 플러그인을 개발 중입니다.
플러그인 중 하나가 계속 실패합니다.
플러그인을 디버그해야 합니다.
어떤 세 가지 작업을 수행해야 합니까? 각 정답은 솔루션의 일부를 나타냅니다.
참고: 올바른 선택은 각각 1점의 가치가 있습니다.

正確答案: B,C,E
說明:(僅 Fast2test 成員可見)
귀하는 Contoso, LLC에서 사용하는 내부 API용 사용자 지정 커넥터를 디자인하고 있습니다.
API에 대한 인증은 API 키를 사용하여 수행됩니다. API 키는 Azure Key Vault에 저장됩니다. 각 환경에는 다른 API 키가 있는 별도의 API 인스턴스가 있습니다.
사용자 지정 커넥터에서 Key Vault의 API 키를 참조해야 합니다. 어떤 네 가지 작업을 순서대로 수행해야 합니까? 대답하려면 작업 목록에서 해당 작업을 답변 영역으로 옮기고 올바른 순서로 정렬합니다.
참고: 두 개 이상의 답변 선택 순서가 정답입니다. 선택한 정답 순서에 대해 크레딧을 받게 됩니다.
正確答案:

Explanation:
한 회사의 기술자는 휴대폰에서 모델 기반 앱을 사용하여 서비스 방문에 대한 정보를 기록합니다. 사용자에게는 Power Apps 제작자 포털에서 앱을 만들거나 업데이트할 수 있는 권한이 없습니다.
기술자는 모델 기반 앱의 문제를 보고합니다. 개발 환경에서는 문제를 재현할 수 없습니다.
오류에 대한 자세한 내용을 수집하려면 기술자에게 지침을 제공해야 합니다.
어떤 네 가지 작업을 순차적으로 수행하도록 권장합니까? 답변하려면 작업 목록에서 해당 작업을 답변 영역으로 이동하고 올바른 순서로 정렬하세요.
正確答案:

Explanation:

Step 1: Open the app in a browser on the phone.
Step 2: Add the following text to end of the URL for the app: " & monitor=true " You can start a Monitor session from a model-driven app. To do this, append & monitor=true to the end of the URL in the browser. This displays the Monitor command on the model-driven app global command bar.
Select Monitor to open a monitoring session in a new tab.
Step 3: Perform the steps to generate the errors and download the results from Monitor.
Step 4: Open the application in a browser on a laptop computer when they return to the office References:
https://powerapps.microsoft.com/en-us/blog/monitor-now-supports-model -driven-apps/
조직에는 Dynamics 365 Sales 환경이 있습니다.
Power Apps 구성 요소를 만들어야 합니다.
어떤 세 가지 작업을 순서대로 수행해야 합니까? 답변하려면 작업 목록에서 해당 작업을 답변 영역으로 이동하고 올바른 순서로 정렬하세요.
正確答案:

Explanation:

Step 1: Run pac pcf init -namespace ..
This is the first command which creates basic folder structure of PCF control project.
Run the following command to create the control. The format of the control is:
pac pcf init -namespace < specify your namespace here > -name < put component name here > -template < component type > Step 2: Run the npm install command Install Dependencies Once 'init' sets up the basic folder, as a next step install all the PCF control dependencies using 'npm install' command.
Example:

Now at this point, there is nothing we have actually created. However, the solution created contains sample PCF control code.
Step 3: Run the following np run build command
Build PCF Component.
Once you implement the PCF component, build the code for any syntax errors.
Syntax:
npm run build

Reference:
https://rajeevpentyala.com/2020 /03/21/power-apps-compone nt-framework-pcf-demystify/
https://carldeso uza.com/creating-a-custom-component-using-the-powerapps-component-framework/
필수 필드에 대한 데이터 유형을 선택해야 합니다.
어떤 데이터 유형을 사용해야 합니까? 답변하려면 답변 영역에서 적절한 옵션을 선택하세요.
참고: 올바른 선택은 각각 1점의 가치가 있습니다.
正確答案:

Explanation:
Box 1: Option Set
Box 2: Date only
When team members create tournament records they must enter the start date for a tournament. The end date of the tournament must be automatically calculated.
Box 3: Lookup
Customer information is stored in the Accounts entity. Each tournament record must list the associated sales representative as the tournament owner.
Note: When you create a new lookup column you are creating a new Many-to-One (N:1) table relationship between the table you're working with and the Target Row Type defined for the lookup. There are additional configuration options for this relationship that are described in Create and edit relationships between tables.
But all custom lookups can only allow for a reference to a single row for a single target row type.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/types-of-fields
참고: 이 질문은 동일한 시나리오를 제시하는 일련의 질문 중 일부입니다. 이 시리즈의 각 질문에는 명시된 목표를 충족할 수 있는 고유한 솔루션이 포함되어 있습니다. 일부 질문 세트에는 두 개 이상의 정답이 있을 수 있고, 다른 세트에는 정답이 없을 수 있습니다.
이 섹션의 질문에 답한 후에는 다시 돌아갈 수 없습니다. 따라서 이러한 질문은 검토 화면에 나타나지 않습니다.
회사에서는 사용자가 동기식 플러그인을 사용하여 양식 레코드를 저장할 때 사용자 지정 유효성 검사를 요구합니다.
유효성 검사에 실패하면 문제를 해결하는 방법을 설명하는 메시지가 사용자에게 양식에 표시되어야 합니다.
사용자 정의 검증을 구현해야 합니다.
해결책: 추적 서비스를 사용하여 메시지를 기록하세요.
해결책이 목표를 충족하는가?

正確答案: B
Power Apps 구성 요소 프레임워크(PCF) 구성 요소를 생성 중입니다.
구성 요소 매니페스트에 다음 마크업을 추가합니다. (줄 번호는 참조용으로만 포함되어 있습니다.)

구성 요소 매니페스트를 완료해야 합니다.
03행에 어떤 XML 마크업 세그먼트를 삽입해야 합니까?

正確答案: C
API 키를 환경 간에 이동하려면 솔루션을 사용해야 합니다. 데이터 형식이 '비밀'인 환경 변수를 사용해야 합니다. 환경 변수를 생성해야 하는데, 먼저 무엇을 생성해야 할까요?

正確答案: B
Azure Event Grid를 사용하여 적절한 방법을 선택해야 합니다.
각 요구사항에 대해 어떤 방법을 사용해야 합니까? 대답하려면 적절한 방법을 올바른 요구 사항으로 드래그하세요. 각 방법은 한 번만 사용하거나 여러 번 사용하거나 전혀 사용하지 않을 수 있습니다. 콘텐츠를 보려면 창 사이의 분할 막대를 끌거나 스크롤해야 할 수도 있습니다.
참고: 올바른 선택은 각각 1점의 가치가 있습니다.
正確答案:

Explanation:

Box 1: Event handler
Event handlers - The app or service reacting to the event.
Box 2: Event subscriptions
Event subscriptions - The endpoint or built-in mechanism to route events, sometimes to more than one handler. Subscriptions are also used by handlers to intelligently filter incoming events.
Note:
There are five concepts in Azure Event Grid that let you get going:
Events - What happened.
Event sources - Where the event took place.
Topics - The endpoint where publishers send events.
Event subscriptions - The endpoint or built-in mechanism to route events, sometimes to more than one handler. Subscriptions are also used by handlers to intelligently filter incoming events.
Event handlers - The app or service reacting to the event.
Reference:
https://docs.microsoft.com/en-us/azure/event-grid /overview
학교용 Power Platform 앱을 개발하고 있습니다. 학교는 이 앱을 사용해 수업과 학생에 대한 정보를 수집할 계획이다.
앱용 플러그인을 디자인해야 합니다. 연락처 테이블에 학생에 대한 데이터를 저장하고 사용자 정의 테이블에 수업에 대한 데이터를 저장해야 합니다.
각 기능에 대해 이벤트 파이프라인에서 단계를 선택해야 합니다.
어떤 단계를 사용해야 합니까? 대답하려면 적절한 플러그인 단계를 올바른 기능으로 드래그하세요. 각 플러그인 단계는 한 번, 두 번 이상 사용되거나 전혀 사용되지 않을 수 있습니다. 콘텐츠를 보려면 창 사이의 분할 막대를 끌거나 스크롤해야 할 수도 있습니다.
참고: 올바른 선택은 각각 1점의 가치가 있습니다.
正確答案:

Explanation:

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
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.
Avoid cancelling an operation here. Canceling will trigger a rollback of the transaction and have significant performance impact.
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.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/dat a- platform/event-framework
양식에서 OnSave 이벤트 처리기의 일부로 다음 코드를 개발합니다.

다음 각 진술에 대해 해당 진술이 참이면 예를 선택하십시오. 그렇지 않으면 아니요를 선택합니다.
참고: 올바른 선택은 각각 1점의 가치가 있습니다.
正確答案:

Explanation:
회사의 커뮤니케이션 부서에서는 회사의 공개 웹사이트에 공개적으로 액세스할 수 있는 설문조사 페이지를 추가할 계획입니다.
회사의 공개 웹 사이트에 새 설문 조사 페이지를 추가하고 해당 페이지의 데이터를 Common Data Service 환경에 캡처해야 합니다.
Common Data Service에 설문조사 데이터를 기록하는 데 명시적인 사용자 자격 증명이 필요하지 않아야 합니다.
인증을 구현해야 합니다.
어떤 인증 메커니즘을 구현해야 합니까?

正確答案: D
說明:(僅 Fast2test 成員可見)
주소인증 API와 통신하는 자바스크립트 코드를 수정해야 합니다.
다음 각 진술에 대해 해당 진술이 참이면 예를 선택하십시오. 그렇지 않으면 아니요를 선택합니다.
참고: 올바른 선택은 각각 1점의 가치가 있습니다.
正確答案:

Explanation:
YES, YES, NO

聯系我們

如果您有任何問題,請留下您的電子郵件地址,我們將在12小時內回复電子郵件給您。

我們的工作時間:( GMT 0:00-15:00 )
週一至週六

技術支持: 立即聯繫 

English 日本語 Deutsch 한국어