Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam PL-400 All Questions

View all questions & answers for the PL-400 exam

Exam PL-400 topic 3 question 16 discussion

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

HOTSPOT -
You are troubleshooting Power Apps solutions.
You need to determine the cause for the identified issues.
What is the root cause for each issue? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: A canvas app in the first solution has errors.
Failures that occur during background processing of the analysis will fail with 'Couldn't be completed' status and return an error message in the Power Apps portal as well as send email notification to the requestor.

Selecting the portal notification will link to this page of common issues for further troubleshooting. If one of the provided common issues does not resolve the problem, a reference number is also returned. Provide this reference number to Microsoft Support for further investigation.

Box 2: The code uses the following rule: web-use-strict-mode
web-use-strict-mode is able to throw a SyntaxError before the script is executing.
Example:
The reason is JavaScript lets you compare different variable types but this can have unexpected results, so by using the strict === it compares the same type and won't have unexpected results this gets a warning entity.field == "Line1"
Incorrect Answers:
web-avoid-eval: The eval() function evaluates JavaScript code represented as a string. web-avoid-modals: Avoid using modal dialogs. web-remove-debug-script: Avoid including debug script in non-development environments.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/common-issues-resolutions-solution-checker

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
RaviAjugiya
Highly Voted 3 years, 7 months ago
Correct answer
upvoted 24 times
...
Burhanshah
Most Recent 1 year, 1 month ago
But you all are sure that canvas app has issues? there is no mention of canvas app in the question. It only says 1/2 solution is not running. Any help is appreciated
upvoted 1 times
wooderd
11 months, 1 week ago
the answer choices in exam only give the options of "error in a canvas app" or "checker application user is disabled". if the Checker App user is disabled, you would get a different error, and would fail on both apps in the solution, therefore that option is wrong. No, we aren't given info about what types of apps are in the solution, but if the checker only fails to complete on one, then the fault lies in that one app.
upvoted 1 times
...
...
SD29
2 years, 2 months ago
1st 4th
upvoted 1 times
...
Kalimho
2 years, 3 months ago
in exam 2022.07.21
upvoted 1 times
...
krati221994
2 years, 5 months ago
Can anyone confirm on the 2nd one
upvoted 1 times
...
TheMaty
2 years, 7 months ago
1- A canvas app in the first solution has errors. (correct) 2- The code uses the following rule: web-avoid-eval. it should be if (acctnumber === 'abc') not if (acctnumber == 'abc') list of of Solution checker rules: https://docs.microsoft.com/en-us/powerapps/maker/data-platform/use-powerapps-checker descriprion of eval () -> https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval
upvoted 3 times
LorneMalvo
2 years, 3 months ago
Bullshit, the answer for question 2 is web-avoid-strict-mode. The eval function is not used anywhere in the code sample, so there is no reason for it to cause error.
upvoted 5 times
...
...
SumitChavan
3 years, 4 months ago
Correct Answer
upvoted 3 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 ...