Power-Apps Flashcards

1
Q

What two things are used together to access a database

A

A “connection” represents a credential or authentication required to interact with the connector. Data source “environment variables” store parameters that are required by one or more actions in the connector

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a “Display Form Control”

A

The “Display Form Control” allows the user to view one or more fields of a data row. It is only to view and NOT to modify.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What type of control is used in a “Model-driven App” to generate and modify data?

A

“Data table control”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What type of control is used to enter text.

A

“Text Input Control”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a “Managed Solution”

A

A managed solution is a finalized solution that can be distributed and installed. They are created by exporting an unmanaged solution by setting restrictions to prevent any further customizations. The whole point of Managed is locking down the Component states so they cannot be edited. Deleting the Managed Solution will remove all its customisations as well as data contained. Managed Solutions become read only once deployed so they cannot be manipulated.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How to hide content from sighted users and show it to screen-reader users

A

Any of the below options would work:
Set Size to 0.
Set Width and Height to 1.
Set X, Y, or both properties such that the control is outside the screen.
Set Color and related properties to transparent.
Position a rectangle Shape above the content, and set Fill to the same color as the background color of the screen.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

You want to make sure that your app to adhere to Microsoft’s accessibility and performance guidelines. What feature do you use.

A

Supposedly, the answer is “Solution Checker”, but everyone believes it should be the “App Checker”.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly