Courseiva

PL-900 Practice Question: Describe the business value of Microsoft Power Platform

A Power Automate flow fails when it tries to update a row in Dataverse that was modified by another user. The error indicates a 'concurrency conflict'. What is the likely cause and best solution?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The flow lacks 'Enable Retry' setting; enable it and implement retry logic

Concurrency conflicts occur when multiple users or processes attempt to update the same Dataverse record at the same time. Power Automate flows can handle these conflicts gracefully by enabling the 'Enable Retry' setting on the action and implementing appropriate retry logic. When a conflict is detected, the flow can retry the operation after a brief delay, allowing the conflicting update to complete. Option A is correct because retry logic directly addresses the concurrency conflict. Option B is incorrect because changing triggers from asynchronous to synchronous does not resolve concurrency conflicts. Option C is incorrect because increasing timeout does not prevent or resolve the conflict. Option D is incorrect because Dataverse does not have a 'Concurrency' field that can be set to 'None'; concurrency control is built-in and cannot be disabled.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The flow lacks 'Enable Retry' setting; enable it and implement retry logic

    Why this is correct

    Enabling retry with logic to handle conflicts allows the flow to succeed after a conflict.

  • The flow uses asynchronous triggers; change to synchronous

    Why it's wrong here

    Synchronous triggers do not prevent concurrency conflicts.

  • Increase the flow's timeout duration

    Why it's wrong here

    Timeout does not resolve concurrency conflicts.

  • The Dataverse table has a 'Concurrency' field; set it to 'None'

    Why it's wrong here

    Dataverse does not have a configurable concurrency setting at the field level.

Visual reference

Client Recursive Resolver Root DNS (13 root servers) TLD DNS (.com, .org, …) Authoritative example.com query IP addr answer

About these practice questions

One of 904 original PL-900 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This PL-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PL-900 exam.