What happens when you share a Power App with a user without granting them access to the underlying data source?
AUser cannot access app at all
BUser can explore app features
CUser can see app but no data
DUser has full access to app
Explanation
If a user is not granted access to the data source, they can load the app but will not see any data.
Q112
Which service is primarily used for automating workflows in the Power Platform?
APower Automate
BPower Apps
CPower BI
DAzure Functions
Explanation
Power Automate is designed specifically for workflow automation, while the others serve different purposes.
Q113
A company needs to track user engagement in a Power App. What would be the best approach?
ACreate a feedback form
BUse analytics features in Power Apps
CAdd more buttons on the app
DEnable deep link tracking
Explanation
Using analytics features in Power Apps can effectively track user engagement, unlike the other options.
Q114
What happens when you add a conditional column in Power Query?
AIt modifies the original data
BIt generates a new table
CIt creates a new column based on conditions
DIt deletes existing columns
Explanation
Adding a conditional column creates a new column without modifying the original data, unlike options A, B, and D.
Q115
Which service helps create automated workflows in Power Platform?
AMicrosoft Flow
BPower Automate
CPower Apps
DAzure Logic Apps
Explanation
Power Automate is the service specifically designed for creating automated workflows, unlike the others which serve different purposes.
Q116
A company needs to manage user roles effectively in a Power App. What should they use?
AData Loss Prevention Policies
BCommon Data Service
CPower App Components
DRole-Based Security
Explanation
Role-Based Security in Power Apps helps manage user permissions effectively, while the other options do not specifically address role management.
Q117
You are configuring a Dataverse table and need to decide on data types. What happens if you choose 'Single Line of Text' for a numeric value?
AIt causes an error on save
BData will be automatically converted
CValue may contain leading zeros
DIt cannot accept numeric fields
Explanation
Choosing 'Single Line of Text' allows storage of values, possibly containing leading zeros, but does not enforce numeric operations.
Q118
A company needs to automate their sales order processing. Which Power Platform component should they primarily use?
APower Automate
BPower BI
CPower Apps
DPower Virtual Agents
Explanation
Power Automate is designed for automation tasks, unlike the others which focus on visualization or app creation.
Q119
You are configuring a Model-Driven app. What is the main purpose of using Views?
ATo define data models
BTo display data records
CTo automate processes
DTo create user interfaces
Explanation
Views are primarily used to display and filter records in model-driven apps.
Q120
What happens when you remove a connection string from Azure App Service configuration?
AApp stops immediately
BData loss occurs
CConnections become invalid
DNothing affects app performance
Explanation
Removing a connection string makes existing connections invalid, preventing any operational database interactions but won't stop the app immediately.