Microsoft Power Platform Fundamentals Microsoft Power Platform Fundamentals MCQ 4 — Questions and Answers
Question 1: What is the purpose of 'environment variables' in Power Platform solutions?
- They store user session tokens for authentication
- They hold configuration values that can change between environments without modifying the solution (Correct answer)
- They define the data types allowed in Dataverse tables
- They control which users can access a given environment
Correct answer: They hold configuration values that can change between environments without modifying the solution
Environment variables store configuration data (such as URLs or connection strings) that can differ between dev, test, and production environments without changing the solution itself.
Question 2: Which Power Pages feature enables makers to expose Dataverse data to authenticated external users through a website?
- Portals Studio
- Table permissions (Correct answer)
- Liquid templates
- Web API
Correct answer: Table permissions
Table permissions in Power Pages control which Dataverse tables and records authenticated external users can read, create, update, or delete through the portal.
Question 3: In Power BI, what does the term 'row-level security' (RLS) mean?
- Encrypting individual rows in a dataset
- Restricting data returned in reports based on the logged-in user's role (Correct answer)
- Limiting the number of rows imported from a data source
- Preventing users from adding new rows to Dataverse tables
Correct answer: Restricting data returned in reports based on the logged-in user's role
Row-level security (RLS) in Power BI filters data at the row level so different users see only the records they are authorized to view within the same report.
Question 4: Which Power Automate flow type allows a user to manually start a flow from a button in the Power Automate mobile app or Teams?
- Automated flow
- Scheduled flow
- Instant flow (Correct answer)
- Business process flow
Correct answer: Instant flow
Instant flows are triggered manually by a user clicking a button in the Power Automate app, Teams, or Power Apps, rather than by an event or schedule.
Question 5: What Microsoft product provides the low-code development tools and the center of excellence toolkit for governing Power Platform adoption?
- Azure DevOps
- Power Platform Center of Excellence (CoE) Starter Kit (Correct answer)
- Microsoft Purview
- Microsoft Endpoint Manager
Correct answer: Power Platform Center of Excellence (CoE) Starter Kit
The Power Platform CoE Starter Kit is a set of templates and tools that help organizations establish governance, manage adoption, and gain visibility into their Power Platform usage.
Question 6: In Microsoft Dataverse, what is a 'relationship' between two tables?
- A shared column name between tables
- A defined association (one-to-many, many-to-many) linking records across tables (Correct answer)
- A security rule that determines table access
- A calculated column derived from another table's data
Correct answer: A defined association (one-to-many, many-to-many) linking records across tables
A relationship in Dataverse defines how records in two tables are associated, enabling lookups and cascading behaviors between related data.
Question 7: Which Power Platform tool would you use to analyze adoption metrics such as active makers, flow runs, and app sessions across your tenant?
- Power BI Embedded
- Power Platform Admin Center analytics (Correct answer)
- Azure Monitor
- Microsoft Defender for Cloud Apps
Correct answer: Power Platform Admin Center analytics
The Power Platform Admin Center includes built-in analytics dashboards that display tenant-wide usage metrics for Power Apps, Power Automate, and Power Virtual Agents.
What is the purpose of 'environment variables' in Power Platform solutions?