exam questions

Exam PL-100 All Questions

View all questions & answers for the PL-100 exam

Exam PL-100 topic 3 question 82 discussion

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

DRAG DROP
-

A company uses Power Apps. The company has a SharePoint list that contains the names of partner organizations and the country/region of the partners.

The company requires a canvas app that has a gallery screen to display the information in the SharePoint list.

Users must be able to:

• Return results for the exact word that was searched.
• View the latest records at the top of the gallery.
• Use a dropdown control to list the countries/regions of the partners. The list must display each country/region only once.

You need to create the gallery screen in a canvas app.

Which functions should you use? To answer, drag the appropriate functions to the correct activities. Each function may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

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
4e8b388
1 year, 2 months ago
IsMatch Sort Distinct In my opinion the first is IsMatch, because Match is used to extract the first text string that matches a pattern, not all results. Moreover IsMatch matches the entire text string, while Match and MatchAll search for a match anywhere in the text string. https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-ismatch
upvoted 1 times
...
PaulinhoDummett
1 year, 8 months ago
IsMatch Sort Distinct https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-ismatch By default: ... IsMatch matches the entire text string (Complete MatchOption), while Match and MatchAll search for a match anywhere in the text string (Contains MatchOption). Use Complete, Contains, BeginsWith, or EndsWith as appropriate for your scenario.
upvoted 2 times
ImissOOP
1 year, 6 months ago
first one is Match
upvoted 1 times
...
...
EJV87
1 year, 10 months ago
IsMatch function tests whether a text string matches a pattern that can comprise ordinary characters, predefined patterns, or a regular expression, it returns true or false. The Match function returns what was matched. First answer should be Match
upvoted 2 times
...
Net_IT
1 year, 10 months ago
I would say IsMatch for the first requirement because according to MS IsMatch matches the entire text string (Complete MatchOption), while Match and MatchAll search for a match anywhere in the text string.
upvoted 1 times
...
MeHungarian
1 year, 10 months ago
Seems right
upvoted 2 times
...
vikkr
2 years, 1 month ago
match , sort , distinct
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 ...