exam questions

Exam PL-200 All Questions

View all questions & answers for the PL-200 exam

Exam PL-200 topic 3 question 38 discussion

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

HOTSPOT
-

This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.

To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study.

At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.


To start the case study
-
To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question.


Background
-

Bellows College is a post-secondary school that wants to start a football team. The college uses Microsoft Power Platform to manage its recruiting efforts. The registration team and assistants use model-driven apps. The coaches use canvas apps on their mobile devices.

Prospects are considered underage if they are younger than 18 years old at the time of registration.


Current environment
-


Environment
-

• Custom code is not allowed in the system.
• Server-side synchronization is configured for emails, appointments, contacts, and tasks.
• The database and file storage of Dataverse must be minimized to keep costs low.


Contact table
-

• Birthdate is a custom date and time field.
• Age at Registration is a calculated field that displays the age of the prospect at the time of registration.
• Current Age is a calculated field that displays the age of the prospect based on the current date and time.


Evaluation table
-

• The Evaluation table is a custom table used to track evaluation criteria.
• Evaluation records cannot be manually created.
• Users must not be able to continue until an evaluation record is created automatically for the prospect.


Consent table
-

• The consent forms completed by the parents are stored as records in the Consent table.
• Occasionally, a parent cannot complete the consent online and a paper copy must be printed. The signed copy must be scanned and stored with the consent record.


Team website
-

• The team website is created by using Power Pages.
• A starter layout template was used to create the site.
• The site consists of five pages:
o Home: A page open to everyone to view the announcements from the team.
o Schedule: A page open to everyone to view the tryout and game schedule.
o Evaluations: A page that displays tracking from the evaluation table. Prospects are able to view their own information only.
o Forms: A page that displays the consent form.
o Contact Us: A page for anyone to submit questions and comments.
• Two web roles for authenticated users are created: Primary Contact User and Prospect User.
o All primary contacts and prospects are assigned to their respective roles.


Requirements
-


Registration
-

• Parents and prospects are created as contacts and must be linked.
• The registration team must be able to rapidly create prospects without navigating away from the Parents form. Only the First Name, Last Name, and Birthdate fields should be displayed for the team.
• Assistants must be able to update prospect information and add teams that the prospect has previously played on to a subgrid.


Parental consent
-

• When a prospect is underage, a Primary Contact field will appear. The field must be populated before the prospect record can be saved.
• A view named Underage Prospects that lists all underaged prospects is required.
• The Underage Prospects view must run once a week without requiring modifications to display correct information.
• A consent email must meet the following requirements:
o be sent to the primary contact of each new underage prospect
o contain a link to the team website
o be automatically sent weekly and tracked to the contact record in Dataverse
o include the current date using the full month name, date, and year


Evaluations
-

• Coaches rate prospects each day on a scale of 1-10 in three categories: endurance, coordination, and skill.
• The total of the three categories is displayed at the bottom of the form. If the total for the day is greater than 25, the number should appear green.


You need to create a filter for the Underage Prospects view.

How should you set up the expression for the filter? To answer, select the appropriate options in the answer area.

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
b304b2c
Highly Voted 1 year, 1 month ago
was on my exam today, May 14, 2024 as part of a case study. Scored 866, went with Age at Registration is less than 18
upvoted 8 times
...
mu1998
Most Recent 5 months, 1 week ago
It is "Age at Registration" : context taking from the text : "Prospects are considered underage if they are younger than 18 years old at the time of registration." If this sentence wasn't stated, I would have chosen "Current Age".
upvoted 3 times
...
Patrick666
10 months, 2 weeks ago
Current age is less than 18
upvoted 4 times
Tootru2bReal
6 months, 3 weeks ago
I believe the correct answer should be Current Age. The main indicator is this line in the Case study: "The Underage Prospects view must run once a week without requiring modifications to display correct information." This is a view that will be continuously run and it needs to DISPLAY CORRECT INFORMATION with no modifications. A prospect is no longer under aged if they are over 18. This is vital. I could go further and just look into the business aspect of prospects and how the coaches can communicate to them DIRECTLY after legal age. No longer would they need to go through a Primary Contact. That's why the view is ran weekly to keep the business updated.
upvoted 2 times
...
...
b304b2c
1 year, 1 month ago
• A view named Underage Prospects that lists all underaged prospects is required. Prospects are considered underage if they are younger than 18 years old at the time of registration. • Age at Registration is a calculated field that displays the age of the prospect at the time of registration. Age at Registration is the correct value to use.
upvoted 2 times
...
thcham
1 year, 1 month ago
Current age is less than 18. The contact table has a Current age calculated field. checking the age at registration makes no sense to me so first box should be the third option
upvoted 4 times
33a7f9e
8 months, 3 weeks ago
Using Age at Registration is more appropriate for the Underage Prospects view because it captures the age of the prospect at the time of their registration, which is a fixed point in time. This ensures that the filter consistently identifies prospects who were underage when they registered, regardless of how much time has passed since then. Current Age, on the other hand, changes over time as the prospect gets older. If you use Current Age, the view might exclude prospects who were underage at registration but have since turned 18 or older, which would not meet the requirement of listing all underaged prospects at the time of registration.
upvoted 1 times
ABDFormacion
8 months ago
Your reasoning does not make sense, a filter is requested to see minors (it is understood that at that time) not those who were minors when they registered, imagine that someone registers at 17 and remains registered for two more years, they would continue to appear as a minor. age despite being 19
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 ...