Exam AB-410 Topic 1 Question 52 Discussion

Actual exam question for Microsoft's AB-410 exam
Question #: 52
Topic #: 1
A company tracks order processing duration using a model-driven app.
The company requires a system that provides the following functionality:
- The age of the order, based on the created date, must be displayed on forms and views.
- The value must update dynamically when viewed without storing the
result.
- The value must NOT be stored in the database.
You need to configure the column types.
Which two column types should you use? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

Suggested Answer: A,B Vote an answer

To meet the requirements, you should use Calculated columns or Formula columns.
Formula Columns: This is the modern, recommended approach in Microsoft Power Apps. They use Power Fx to calculate values in real-time when a record is retrieved. They do not store data in the database and work perfectly in both forms and views.
Calculated Columns: This is the legacy feature that performs real-time calculations. Like formula columns, they do not store values in the database for time-dependent calculations (like using NOW() or UTCNOW()) and are supported across views and forms.

by May at Jul 31, 2026, 07:36 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10