exam questions

Exam PL-100 All Questions

View all questions & answers for the PL-100 exam

Exam PL-100 topic 3 question 20 discussion

Actual exam question from Microsoft's PL-100
Question #: 20
Topic #: 3
[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.
You are creating a canvas app that displays a list of accounts.
Users must be able to select an account and view details for the account. The app must include a feature that brings the user back to the list of accounts.
You add a blank screen named Screen_Accounts and add a gallery named Gallery_Accounts to the screen. You set the data source of Gallery_Accounts to
Accounts and add another blank screen named Screen_AccountDetail.
You need to complete the app.
Solution:
✑ Add a display form to Screen_AccountDetail.
✑ Set the OnSelect property of Gallery_Accounts to Navigate(Screen_AccountDetail).
✑ Set the data source of the form to Accounts.
✑ Set the Item property of the form to Selected.
✑ Add a back icon on Screen_AccountDetail and set its OnSelect property to Navigate(Screen_Accounts).
Does the solution meet the goal?

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

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
gallego82
Highly Voted 4 years, 4 months ago
Is correct
upvoted 19 times
...
RaduMihai
Highly Voted 2 years, 5 months ago
Selected Answer: B
For A Answer, the formula should be Gallery_Accounts.Selected
upvoted 6 times
...
Edriska
Most Recent 1 year, 8 months ago
Selected Answer: A
A. Yes The provided solution meets the goal. Here's why: Adding a display form to Screen_AccountDetail allows users to view the details of the selected account. Setting the OnSelect property of Gallery_Accounts to Navigate(Screen_AccountDetail) enables users to navigate to the Screen_AccountDetail when they select an account in the gallery. Setting the data source of the form to Accounts and the Item property of the form to Selected ensures that the selected account's details are displayed in the form. Adding a back icon on Screen_AccountDetail with its OnSelect property set to Navigate(Screen_Accounts) allows users to go back to the list of accounts when they click the back icon. This solution provides the required functionality for users to select an account, view its details, and return to the list of accounts.
upvoted 4 times
...
Moppu
1 year, 10 months ago
Selected Answer: A
I think it is A and microsoft are just terrible at writing questions
upvoted 1 times
...
atki_real
1 year, 10 months ago
Selected Answer: B
You don't need to “add a display form to Screen_AccountDetail” because you have already added. So B…
upvoted 1 times
Klement1n
1 year, 10 months ago
But you do not have a form created!!! You have just a blank screen named SCREEN_ACCOUNTDETAIL. The display form is a READ ONLY form. So it might be correct if SELECTED it means **gallery.selected**.
upvoted 2 times
...
...
Sri2020
2 years, 2 months ago
Selected Answer: A
yes is correct answer
upvoted 1 times
...
JackJohn
2 years, 6 months ago
Selected Answer: B
IT'S WRONG. SHOULD BE GALLERY.SELECTED
upvoted 2 times
...
HichamMhg
2 years, 6 months ago
correct
upvoted 1 times
...
Bucheron
2 years, 9 months ago
EVERYONE !!! You can say only 1 YES for this type of questions based on the same scenario !!!
upvoted 1 times
stokazz
2 years, 7 months ago
Totally False
upvoted 3 times
...
...
Radoslavov
3 years ago
Selected Answer: A
Everything is correct, as you have a display form on the Screen_AccountDetail
upvoted 2 times
...
chiqnlips
3 years ago
Selected Answer: A
Is good if galleryname.selected
upvoted 1 times
...
chiqnlips
3 years ago
If you said No to Question #16 then you have to say No to this one as well. Same logic applies.
upvoted 1 times
...
whlatlen
3 years ago
Selected Answer: A
Answer is A
upvoted 1 times
...
SashM
3 years, 5 months ago
correct 100%
upvoted 1 times
...
Rkvkv
4 years, 1 month ago
YES CORRECT
upvoted 2 times
...
SmileOS
4 years, 2 months ago
Correct
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 ...