exam questions

Exam PL-400 All Questions

View all questions & answers for the PL-400 exam

Exam PL-400 topic 8 question 2 discussion

Actual exam question from Microsoft's PL-400
Question #: 2
Topic #: 8
[All PL-400 Questions]

DRAG DROP -
You need to develop a Power Apps Component Framework (PCF) component for a company.
You must follow Microsoft's application lifecycle management (ALM) process for code components.
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:

Show Suggested Answer Hide Answer
Suggested Answer:
Development and debugging ALM considerations
When developing code components, you would follow the steps below:
1. Create code component project (pcfproj) from a template using pac pcf init.
2. Implement code component logic.
3. Debug the code component using the local test harness.
4. Create a solution project (cdsproj) and add the code component project as a reference.
5. Build the code component in release mode for distribution and deployment.
Reference:
https://docs.microsoft.com/en-us/power-apps/developer/component-framework/code-components-alm#building-pcfproj-code-component-projects

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
nnmladouce
Highly Voted 9 months ago
correct https://learn.microsoft.com/en-us/power-apps/developer/component-framework/code-components-alm
upvoted 11 times
...
Juan0414
Most Recent 3 months, 2 weeks ago
Correct! https://learn.microsoft.com/en-us/power-apps/developer/component-framework/code-components-alm#development-and-debugging-alm-considerations Complete ordered steps are: When developing code components, you would follow the steps below: Create code component project (pcfproj) from a template using pac pcf init. More information: Create and build a code component. Implement code component logic. More information: Component implementation. Debug the code component using the local test harness. More information: Debug code components. Create a solution project (cdsproj) and add the code component project as a reference. More information: Package a code component. Build the code component in release mode for distribution and deployment.
upvoted 1 times
...
1285cc6
4 months, 1 week ago
should be Create a solution project and add the code component project as reference LAST!
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...