exam questions

Exam PL-400 All Questions

View all questions & answers for the PL-400 exam

Exam PL-400 topic 18 question 1 discussion

Actual exam question from Microsoft's PL-400
Question #: 1
Topic #: 18
[All PL-400 Questions]

You need to create the customer mobile app.
Which type of function expression should you use?

  • A. Filter
  • B. Find
  • C. LookUp
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
MarioM
Highly Voted 2 years, 3 months ago
Selected Answer: A
Should be filter, as lookup is for one record only. And as only one field for search, we use Filter, if multiple - Search.
upvoted 7 times
osx
5 months, 1 week ago
you need to identify if there is at least another record that match criteria. The Filter function finds records in a table that satisfy a formula. Use Filter to find a set of records that match one or more criteria and discard those records that don't. The LookUp function finds the first record in a table that satisfies a formula. Use LookUp to find a single record that matches one or more criteria.
upvoted 1 times
...
...
Kepty
Highly Voted 2 years, 3 months ago
Selected Answer: A
A --- A custom mobile app must be created to allow salespeople to add or search by pharmacy name. Pharmacy records must be uniquely identified by pharmacy name, address, contact name, and phone number. as we need to search by pharmacy name but pharmacies are uniquely identified by name, address, contact name and phone number, the results if we are searching by name only may contains more records --> filter
upvoted 6 times
...
Juan0414
Most Recent 3 months, 3 weeks ago
Selected Answer: A
• A custom mobile app must be created to allow salespeople to add or search by pharmacy name. • Pharmacy records must be uniquely identified by pharmacy name, address, contact name, and phone number. Correct! A. Filter
upvoted 1 times
...
TheRealTrompie99
4 months, 2 weeks ago
Agree ,it's A
upvoted 1 times
...
hai297
8 months, 3 weeks ago
Selected Answer: A
"A custom mobile app must be created to allow salespeople to add or search by pharmacy name. " => Should be filter
upvoted 1 times
...
MikeAWS
1 year, 3 months ago
The correct answer is C. LookUp. The LookUp function is used to retrieve a record from a table based on a unique identifier. In this case, the unique identifier is the pharmacy name. The Filter and Find functions can also be used to search for pharmacy records. However, they will return all records that match the search criteria, including records that have duplicate pharmacy names. The LookUp function will only return the record with the specified pharmacy name.
upvoted 2 times
...
uberlord
1 year, 3 months ago
pharmacy name that we are searching is told to be uniquely identifiable, due to that they are only looking for one record to return (its not a street name or city theyre using) as they only want one record lookup is correct. damn annoying though
upvoted 2 times
...
7acdde5
1 year, 5 months ago
Selected Answer: A
A is correct
upvoted 1 times
...
nadien
1 year, 6 months ago
Should be A: "General - You must create a model-driven app to meet Contoso's needs. You must minimize the use of custom code and custom connectors."
upvoted 1 times
...
DimpleG
1 year, 11 months ago
Selected Answer: C
To create a mobile app that allows salespeople to add or search by pharmacy name and have records uniquely identified by pharmacy name, address, contact name, and phone number, you should use the LookUp function expression. The LookUp function allows you to search for a specific record in a dataset based on one or more specific field values and return the corresponding information. In this case, you can use LookUp function to search for a pharmacy record based on the pharmacy name, address, contact name, and phone number, and return the record that matches those criteria. This will ensure that each pharmacy record is uniquely identified by these four fields and can be easily searched and accessed by salespeople through the mobile app.
upvoted 3 times
osx
5 months, 1 week ago
A custom mobile app must be created to allow salespeople to add or search by pharmacy name. Pharmacy records must be uniquely identified by pharmacy name, address, contact name, and phone number.
upvoted 1 times
...
chiari_do
1 year, 7 months ago
but question says only: "search by pharmacy name", not by all the other fields you mention.
upvoted 4 times
...
...
CRMBug
2 years, 1 month ago
Selected Answer: A
Filter is correct based on requirement to Search
upvoted 5 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 ...