Microsoft Power Apps Quiz Questions and Answers

How do you specify what happens when users select a button or control?

Answer :
  • Set the OnSelect property to the formula that you want to run

Explanation :

<p>https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/controls/control-button</p>

When you create an app from data, which of the following best describes your ability to customize?

Answer :
  • You can modify all aspects of the app including screens, layouts, and formulas

Explanation :

<p>https://learn.microsoft.com/en-us/power-apps/maker/data-platform/solutions-overview</p>

If I have three versions of an app—1.0, 2.0, 3.0 (live)—then what happens if I restore version 2.0?

Answer :
  • It will become version 4.0

Which control allows you to capture either a number or a string of text?

Answer :
  • Text Input

What two values can a checkbox take?

Answer :
  • True or False

Which control could I use to capture a signature from a user?

Answer :
  • Pen input

In the date format dd mm yy, what does mm return?

Answer :
  • The month

What are the two results that can be returned from an IF statement?

Answer :
  • True or False

Which control provides the quickest method of creating an edit form for an item of data?

Answer :
  • Form

Which control allows me to define a flexible repeating design for each record or data?

Answer :
  • Gallery