exam questions

Exam PL-500 All Questions

View all questions & answers for the PL-500 exam

Exam PL-500 topic 3 question 34 discussion

Actual exam question from Microsoft's PL-500
Question #: 21
Topic #: 3
[All PL-500 Questions]

DRAG DROP -
A company hires you to develop a solution that helps the company manage new hires. Users will enter information about the new employee into an app and the app will save the information to a database.
The app must be simple to use and must rely on a data model. You must implement a workflow that automatically notifies the IT department when new employee records are created in the database.
You need to create the solution.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Anchov
Highly Voted 1 year, 11 months ago
I choose: 4 - Create a custom Microsoft Dataverse table to store employee data 1 - Create a model-driven application 2 - Create a cloud flow that is triggered when you create a new record in the Microsoft Dataverse table
upvoted 23 times
nailedIT
10 months ago
This! The racional is pretty simple. What depends on what? App depends on table. Flow depends on table. The flow without the app does not work because users to not input data directly in the table but via app, so: Table, App, Flow
upvoted 2 times
...
...
Jewel187
Highly Voted 2 years, 1 month ago
I believe you need to create the dataverse table before you create the model driven app, since a model driven app is created based upon an existing dataverse table.
upvoted 9 times
Grazzz
2 years ago
agree! Model-Driven app can only be created on existing Entity(Table)
upvoted 2 times
Stinow
2 years ago
Nope, you can add the table later (at least in classic mode), but I would advise to have the table ready first as well
upvoted 2 times
Stinow
2 years ago
Just checked: not required even for the modern designer. It's also MS advice to make a Model-driven app first, than create the table(s). Don't really know why though.
upvoted 1 times
...
...
...
...
Funnel
Most Recent 7 months ago
The answer is correct
upvoted 1 times
...
Mail20
10 months, 3 weeks ago
Create a custom Microsoft Dataverse table to store employee data. Create a model-driven app. Create a cloud flow that is triggered when you create a new record in the Microsoft Dataverse table.
upvoted 2 times
...
flavours
1 year, 2 months ago
4 1 2 is my answer as well
upvoted 1 times
...
BrahderLau
1 year, 8 months ago
I would go for 4 1 2 as well. Technically you can't create custom Dataverse table directly within Model-Driven App, you still have to go to the solution to create one. As I remember from the previous trainings like PL-100, PL-200 or PL-400, you are always instructed to start by modeling the data, and creating the table. Unless there is an official documentation by MS as mentioned by @Stinow
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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.

SaveCancel
Loading ...