What happens when multiple users edit a record simultaneously in a Dataverse table?
AAn error occurs immediately
BLast change saves automatically
CConflict resolution prompt appears
DChanges do not save
Explanation
A conflict resolution prompt appears in Dataverse to manage concurrent edits, unlike the other options that do not represent actual behavior.
Q22
Which service in Azure allows you to automate workflows between apps?
AAzure Functions
BLogic Apps
CAzure DevOps
DAzure Monitor
Explanation
Logic Apps is designed for automating workflows; the others are for different purposes.
Q23
A company needs to analyze customer data with Power BI. What should be the best initial step?
APurchase Power BI Pro
BDeploy Azure Synapse
CConnect data sources
Explanation
Connecting data sources is essential before analysis; purchase/provisioning are secondary steps.
Q24
What happens when you add a column to a Dataverse table?
AAll records are deleted
BNew column is null for all records
CDefault values are auto-generated
DExisting data is moved to archive
Explanation
Newly added columns will be null for existing records until updated; others are incorrect regarding column behavior.
Q25
Which feature allows model-driven apps to enforce business rules?
ABusiness Process Flows
BCanvas Apps
CPower Automate
DDataflows
Explanation
Business Process Flows enable the enforcement of business rules, while other options focus on different functionalities.
Q26
A company needs to log API calls made to its Power Apps. What should they use?
AAzure Application Insights
BPower Automate
CAzure Blob Storage
DPower BI
Explanation
Azure Application Insights is designed for monitoring API calls, while the other options are used for different purposes.
Q27
You are configuring a Flow that includes a 'Condition' block. What happens if both conditions are false?
AEnds the Flow
BRuns the 'If no' path
CTriggers a notification
DLoops back to the start
Explanation
'If no' path is executed when both conditions are false; the other options misrepresent Flow behavior.
Q28
A company needs to automate the processing of incoming emails with attachments. Which Power Platform tool should they primarily use?
APower Automate
BPower Apps
CPower BI
DPower Virtual Agents
Explanation
Power Automate is designed for automating workflows, including email processing, while others serve different purposes.
Q29
What happens when a Power Apps user exceeds their allowed database connection limits?
AConnection is throttled
BUser can't create new apps
CExisting apps stop functioning
DApp refresh rate slows down
Explanation
The platform throttles connections without disrupting existing apps, while other options misstate consequences.
Q30
You are configuring a Dataverse table and need to ensure that a specific field cannot be edited by users. Which property should you set?
ARequired Field
BRead Only
CDefault Value
DUnique
Explanation
Setting the field to 'Read Only' ensures it cannot be edited, while the other options do not control edit permissions.