Foundational Components Flashcards

1
Q

What is a Power Platform environment?

A

A Power Platform environment is a container for a business’s apps, data, and storage. It can have its own Microsoft Dataverse database (though optional) and is linked to a specific geographical location for data residency and compliance.

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

Under which directory are Power Platform environments created?

A

Power Platform environments are created under the Azure Active Directory (AAD)

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

Why is it important to create separate environments for each phase of the Software Development Life Cycle (SDLC)?

A

Creating separate environments for development, testing, and production helps maintain proper governance, version control, and reduces the risk of issues affecting live production systems.

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

Can external users access Power Platform environments? If so, how?

A

Yes, external users can access Power Platform environments if administrators grant them access.

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

What role does geographical location play in Power Platform environments?

A

Geographical location determines where the environment’s data is stored, which is important for data residency and compliance with local regulations.

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

Name two key features of the Power Platform Admin Portal.

A

Data Integration – Connects Microsoft Dataverse to third-party data sources such as Salesforce, SQL Server, etc.

Admin Centers – Provides access to admin centers that impact Power Platform, including security, compliance, and environment settings.

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

What are two key features of the Power Apps Maker Portal?

A

Environment Information – View and manage apps, data, and resources within a specific environment.

Solutions – Access, create, and manage solutions, which are packages of apps, flows, and customizations for a particular environment.

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

What is a Managed Environment in Power Platform?

A

A Managed Environment is a premium feature that provides enhanced control, security, and governance for Power Platform environments.

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

Name two features enabled by Managed Environments.

A

Pipeline Creation – Enables deployment pipelines for app versioning.

Data Policies – Allows administrators to apply data policies to ensure compliance and security.

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

What is Microsoft Dataverse?

A

Microsoft Dataverse is a cloud-based solution that stores data, business logic, and security. It supports data storage, logic, and integration for Power Platform applications.

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

Name the five core components of Dataverse.

A

Security – Uses Azure Active Directory (AAD) for authentication and Role-Based Access Control (RBAC) for permissions.

Logic – Applies business rules and logic at the data level.

Data – Stores and analyzes structured and relational data.

Storage – Physically stores data in Azure’s cloud infrastructure.

Integrations – Supports integration using APIs, webhooks, and event-driven architecture.

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

What is the maximum storage capacity for a single Dataverse database?

A

Each Dataverse database can store up to 4 TB of data.

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

What is the Common Data Model (CDM) in Dataverse?

A

The Common Data Model (CDM) defines a shared structure for data across different applications and systems, ensuring consistency and reusability.

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

Name and describe the three types of Dataverse tables.

A

Standard Tables – Pre-built tables that can be customized.

Managed Tables – Pre-built, locked (immutable) tables that cannot be customized.

Custom Tables – Fully customizable tables that users can create and modify as needed.

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

How are relationships established between tables in Dataverse?

A

Relationships are established by creating links between columns in different tables, enabling relational data modeling.

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

Why is it important to create business logic at the data layer in Dataverse?

A

Creating business logic at the data layer ensures consistent validation, workflows, and calculations across all applications, reducing the need for app-level logic.

17
Q

What is a Data Flow in Power Platform?

A

A Data Flow is a cloud-based tool that extracts, transforms, and loads (ETL) data into Dataverse or Azure Data Lake.

18
Q

Which tool is used to clean and transform data before loading it into Dataverse?

A

Power Query is used to clean and shape data before loading it into Dataverse or other destinations.

19
Q

What is a connector in Power Platform?

A

A connector is a bridge that links Power Platform apps to external data sources, enabling data integration and interaction with external systems.

20
Q

What are the two types of data sources available for connectors?

A

Tabular Sources – Return data in table format (e.g., SQL Server, Excel).

Function Sources – Use functions to interact with and modify the data source (e.g., APIs).

21
Q

How are connectors categorized, and what is the difference between them?

A

Connectors are categorized as standard and premium.

Standard connectors are available with standard Power Platform licenses.

Premium connectors require additional licensing for access to more advanced data sources.

22
Q

What is the role of triggers and actions in Power Automate?

A

Triggers initiate a flow based on an event (e.g., “When a new email arrives”).

Actions perform operations like creating a record, updating data, or sending a notification.

23
Q

What is a custom connector?

A

A custom connector allows users to access APIs that aren’t natively supported by Power Platform. Users can define the connector’s authentication, endpoints, and actions.

24
Q

How many connectors are currently available in Power Platform?

A

There are over 1,000 connectors available for Power Platform.