Foundational Components Flashcards
What is a Power Platform environment?
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.
Under which directory are Power Platform environments created?
Power Platform environments are created under the Azure Active Directory (AAD)
Why is it important to create separate environments for each phase of the Software Development Life Cycle (SDLC)?
Creating separate environments for development, testing, and production helps maintain proper governance, version control, and reduces the risk of issues affecting live production systems.
Can external users access Power Platform environments? If so, how?
Yes, external users can access Power Platform environments if administrators grant them access.
What role does geographical location play in Power Platform environments?
Geographical location determines where the environment’s data is stored, which is important for data residency and compliance with local regulations.
Name two key features of the Power Platform Admin Portal.
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.
What are two key features of the Power Apps Maker Portal?
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.
What is a Managed Environment in Power Platform?
A Managed Environment is a premium feature that provides enhanced control, security, and governance for Power Platform environments.
Name two features enabled by Managed Environments.
Pipeline Creation – Enables deployment pipelines for app versioning.
Data Policies – Allows administrators to apply data policies to ensure compliance and security.
What is Microsoft Dataverse?
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.
Name the five core components of Dataverse.
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.
What is the maximum storage capacity for a single Dataverse database?
Each Dataverse database can store up to 4 TB of data.
What is the Common Data Model (CDM) in Dataverse?
The Common Data Model (CDM) defines a shared structure for data across different applications and systems, ensuring consistency and reusability.
Name and describe the three types of Dataverse tables.
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 are relationships established between tables in Dataverse?
Relationships are established by creating links between columns in different tables, enabling relational data modeling.