Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam UiARD All Questions

View all questions & answers for the UiARD exam

Exam UiARD topic 8 question 107 discussion

Actual exam question from UiPath 's UiARD
Question #: 107
Topic #: 8
[All UiARD Questions]

A developer created the sequence shown in the following exhibit:

The Selector Editor for the Type Into – message activity reflects the following:

The Properties for the Type Into – message activity are shown below:

The Variables panel is as follows:

The developer has an empty file, named AText 1.txt, opened in the Notepad application. What is the output of running the sequence in UiPath Studio?

  • A. An exception will be thrown.
  • B. In the AText 1.txt file, the message “Hello from Notepad” will be written one time and an exception will be thrown when attempting to write the second line.
  • C. In the AText 1.txt file, the message “Hello from Notepad” will be written only once, followed by a new line.
  • D. In the AText 1.txt file, the message “Hello from Notepad” will be written two times, each message is followed by a new line.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
LearnMHKGMail
1 year, 1 month ago
Selected Answer: A
this will be error
upvoted 1 times
...
bhaskar5a5
1 year, 2 months ago
Ans : A
upvoted 1 times
...
Mirjalol
1 year, 4 months ago
Selected Answer: A
Answer is A, you cannot assign counter = counter = 1
upvoted 1 times
...
Morendi
1 year, 4 months ago
Selected Answer: A
Tested in studio
upvoted 2 times
...
[Removed]
1 year, 4 months ago
Selected Answer: B
The answer given is correct. Because of the selector the application will run once. On the second run it will produce the following error Type Into 'notepad.exe AText': Could not find the UI element corresponding to this selector: [1] <wnd app='notepad.exe' cls='Notepad' title='?Text?1 - Notepad'/> [2] <wnd aaname='Horizontal' cls='Edit'/> [3] <ctrl name='Text Editor' role='editable text'/> Search failed at selector tag: [1] <wnd app='notepad.exe' cls='Notepad' title='?Text?1 - Notepad'/> The closest matches found are: [99%] <wnd app='notepad.exe' cls='Notepad' title='*AText 1 - Notepad'/>
upvoted 1 times
Engineer24
1 year, 4 months ago
youn cant make the assing "counter = counter=1", this is an error.
upvoted 2 times
...
...
Engineer24
1 year, 7 months ago
Selected Answer: A
Tested in Studio: - if the second assign is counter = counter =1, then is an expresion error from the begin. - if the second assign is counter = counter + 1, the the correct answer is D.
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 ...