exam questions

Exam PL-100 All Questions

View all questions & answers for the PL-100 exam

Exam PL-100 topic 2 question 28 discussion

Actual exam question from Microsoft's PL-100
Question #: 28
Topic #: 2
[All PL-100 Questions]

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
A company is deploying Microsoft Power Platform components to streamline a job candidate screening process.
The human resources (HR) representatives of the company plan to attend school career fairs. The HR representatives must qualify and enter potential job candidates into a Power Apps app. The HR representatives must enter the following information for each candidate:

If a candidate is currently unqualified for a job position but would eventually qualify based on follow-up criteria, the follow-up checkbox must be selected or cleared in the system immediately.
The company plans to create a similar Power Apps app that will contain the same business use case, but for internal employees and promotions.
You need to create a Power Apps app solution to automatically mark the candidate for follow up.
Proposed solution: Create a Power Automate flow with conditions that use entered data as default data.
Does the solution meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
charles879987
Highly Voted 2 years, 2 months ago
Selected Answer: B
this question should be updated. common data service is being deprecated
upvoted 5 times
...
RustStevens
Most Recent 1 year, 4 months ago
Says the people studying for the exam, not the person who took the q&a from the exam and posted it here? lol
upvoted 1 times
...
Edriska
1 year, 10 months ago
Selected Answer: B
B. No Sorry guys but I think My answer was "incorrect" ⬇️⬇️⬇️ this is the Correct answer: B. No The solution doesn’t use the app to mark follow up. The flow runs later and doesn’t update the app right away. The HR reps can’t see the follow-up status. A better solution is to use a formula in the app that sets the follow-up checkbox based on the data. For example: If(Or(Degree = “Bachelor’s”, First available hire date <= Today() + 30, Initial impression >= 7), true, false) This formula checks the criteria and sets the follow-up checkbox accordingly. This way, the HR reps can see the follow-up status in the app.
upvoted 2 times
...
Edriska
1 year, 11 months ago
Selected Answer: A
The answer is A. Yes. The solution meets the goal because a Power Automate flow can be used to automatically mark the candidate for follow up based on the criteria. The flow can be triggered when a record is created or updated in the Power Apps app and use conditions to check the entered data and set the follow-up checkbox accordingly.👍
upvoted 1 times
Edriska
1 year, 10 months ago
Sorry guys but I think My answer is "incorrect". The question specifically states that the follow-up checkbox must be selected or cleared in the system immediately. A Power Automate flow would not update the app interface right away, but only after the flow runs in the background. This could cause confusion or delay for the HR representatives who need to see the follow-up status of each candidate as soon as they enter the data. A formula in the Power Apps app would be a more reliable and efficient way to achieve the goal. Do you agree? 😊
upvoted 4 times
...
...
dalones213
2 years, 2 months ago
Selected Answer: A
Yes, the proposed solution of creating a Power Automate flow with conditions that use entered data as default data would meet the goal of automatically marking the candidate for follow-up in the Power Apps app. This would allow for the automatic evaluation of entered data against specified criteria to determine if a candidate is currently unqualified but may eventually qualify based on follow-up criteria.
upvoted 3 times
...
jofl
2 years, 6 months ago
Selected Answer: B
i would also say no, because the Flow won't be executed immediately, it will run asynchronous.
upvoted 3 times
...
Bucheron
2 years, 9 months ago
Only one answer of this set of question can be YES, recheck your skills and choose the good answer please !
upvoted 1 times
lbarszcz89
2 years, 6 months ago
It literally says in the question "Some question sets might have more than one correct solution" xd rather than tell others to recheck their skills - share some arguments as to why a Power Automate would not suffice in this scenario. It definitely would. It's a YES!!
upvoted 5 times
...
...
Domenic
3 years, 3 months ago
"A" yes - Power automate will work ok. Flow will run immediately the data is committed. CDS Workflows are now being deprecated (as per the included link)
upvoted 3 times
Bucheron
2 years, 9 months ago
Only one YES please !!!
upvoted 2 times
...
...
petrovig89
3 years, 4 months ago
Why not? Immediately mark this candidate as follow up, it is the business rule, no? Workflow will run only after saving..
upvoted 2 times
AliceVO
3 years, 3 months ago
Consider real-time workflow, they run immediately once a condition is met. This triggering condition could be for example when a record status is changed.
upvoted 4 times
cAMP
2 years, 2 months ago
Still async
upvoted 2 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 ...