exam questions

Exam PL-500 All Questions

View all questions & answers for the PL-500 exam

Exam PL-500 topic 3 question 38 discussion

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

HOTSPOT -
You are automating a form on a website. The website uses the following HTML markup to define each field on the form:

The label for each field is unique in the form.
You need to write data to the form.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
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
Jewel187
Highly Voted 2 years ago
Yes, No, Yes If you read the line after the HTML, it states that each label is unique. That means you can't use it as a selector without a wildcard. 1 is using the input tag (which it doesn't say is unique) 2 is using the label, which is unique and therefore can't be used. 3 is using the input as well.
upvoted 7 times
soulebi
1 year, 7 months ago
isnt it the other way around? Only unique selectors can be used to enter a data on the form? Not unique needs wildcards.
upvoted 2 times
...
...
anne32
Most Recent 9 months, 3 weeks ago
it appeared on the exam 24.04.2024
upvoted 2 times
...
learnedwarned
1 year, 8 months ago
I will go with N,N,Y To me the only complete and correct answer #3
upvoted 2 times
...
charles879987
1 year, 10 months ago
Yes. this will selects the input labelField1 No. this will not select labelField1. input is not a child element of label. No. javascript is not a selector.
upvoted 3 times
...
charles879987
1 year, 10 months ago
this question is vague. please describe the definition of the automation
upvoted 1 times
...
assassinspy
2 years ago
Honestly this is a poorly worded question, all of them work (all of these selectors are ripped straight from the RPA Challenge website, check em out) but none of them add data to more than 1 field, which this question implies is what we want...?
upvoted 4 times
...
Stinow
2 years, 2 months ago
I think only 3rd one, because with CSS you can only add data through the :: selector if I'm not mistaken.
upvoted 1 times
Stinow
2 years, 2 months ago
However; I now see that is added: 'The automation will add data to the form'. So then it doesn't matter. It's all about CSS. The first one does seem pretty correct though.
upvoted 1 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 ...