nerdexam
Microsoft

PL-400 · Question #36

You create a canvas app. A user is not able to determine which field currently has focus. You run App checker to identify errors. You need to verify that the focused border thickness is set to a…

The correct answer is C. Accessibility. When a user cannot determine the currently focused field, indicating a focus visibility issue, the App Checker's Accessibility section should be reviewed to verify the focused border thickness.

Submitted by kim_seoul· Apr 18, 2026

Question

You create a canvas app. A user is not able to determine which field currently has focus. You run App checker to identify errors. You need to verify that the focused border thickness is set to a value greater than zero. Which section of the App checker results should you check?

Options

  • ARules
  • BPerformance
  • CAccessibility
  • DRuntime

How the community answered

(60 responses)
  • A
    12% (7)
  • B
    3% (2)
  • C
    78% (47)
  • D
    7% (4)

Why each option

When a user cannot determine the currently focused field, indicating a focus visibility issue, the App Checker's Accessibility section should be reviewed to verify the focused border thickness.

ARules

The Rules section typically reports on formula errors, delegation warnings, and other logical or syntax-related issues, not direct accessibility problems like focus visibility.

BPerformance

The Performance section suggests ways to optimize the app's speed and efficiency, which is unrelated to the visibility of the focus indicator.

CAccessibilityCorrect

The Accessibility section of the App Checker is dedicated to identifying issues that might prevent users, particularly those with disabilities, from effectively interacting with the app. Problems like an invisible focus border directly impact accessibility, making it difficult for keyboard users to navigate, and are therefore reported under this category.

DRuntime

Runtime issues generally refer to errors that occur during the app's execution, such as data connection failures, rather than design-time accessibility considerations.

Concept tested: Power Apps App Checker accessibility results categories

Source: https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/app-checker

Community Discussion

No community discussion yet for this question.

Full PL-400 Practice