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 2 question 22 discussion

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

A developer wants to create a process for a Call Center user. This process must:
1. Interact with application windows that are minimized or in the background.
2. Allow the user to interact with separate desktop applications at the same time.
Which workflow activity requires modifications to some of the properties' default values to ensure this process runs in the background?

  • A. Get Text
  • B. Element Exists
  • C. Select Item
  • D. Type Into
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
ykw
4 months, 3 weeks ago
Selected Answer: D
Correct answer should be D
upvoted 1 times
...
Ingvarn
1 year ago
Selected Answer: D
Type Into by default uses Hardware Events input method which only works in foreground. To make it work in the background, it needs to be changed to either SendWindowMessages or Simulate Type/Click input method, which is done by changing a property of the activity.
upvoted 1 times
...
bhaskar5a5
1 year, 2 months ago
Ans -D
upvoted 1 times
...
phileraene
1 year, 3 months ago
Selected Answer: D
It is D
upvoted 1 times
...
robert_lovasz
1 year, 4 months ago
Selected Answer: D
Type Into by default uses Hardware Events input method which only works in foreground. To make it work in the background, it needs to be changed to either SendWindowMessages or Simulate Type/Click input method, which is done by changing a property of the activity.
upvoted 2 times
...
Mirjalol
1 year, 4 months ago
It is D
upvoted 1 times
...
Engineer24
1 year, 7 months ago
Selected Answer: D
If you chech all the activities just the Type Into Activity has the option that can be set to work in background !
upvoted 1 times
...
Engineer24
1 year, 7 months ago
The Correct answer is D. In the properties of the Type Into Activity is the option Simulate Type who work in the background. So the only activity that can be modified to work in the background is Type Into.
upvoted 2 times
...
PunitB
1 year, 7 months ago
Selected Answer: A
can use the "Get Text" activity to retrieve text from a minimized or background application window. The "Get Text" activity is used to retrieve the text from a specified UI element, such as a label or text box, and it can be used with any visible or non-visible element on the screen. Therefore, if you have identified the UI element in the minimized or background application window using the "Attach Window" activity, you can then use the "Get Text" activity to retrieve the text content of that element.
upvoted 1 times
Mirjalol
1 year, 4 months ago
You are talking about 'Get FULL text', not 'Get Text' you dummy!
upvoted 1 times
...
...
Online
1 year, 7 months ago
Selected Answer: D
Type Into, Input mode will need to be configured to use either Windows messages or Simulate. https://docs.uipath.com/activities/other/latest/user-guide/type-into
upvoted 4 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 ...